2025-09-07T06:09:52.9707781Z Current runner version: '2.328.0' 2025-09-07T06:09:52.9715175Z Runner name: 'i-05b85f0ff311e224b' 2025-09-07T06:09:52.9715977Z Runner group name: 'Default' 2025-09-07T06:09:52.9716785Z Machine name: 'EC2AMAZ-F4P7NAP' 2025-09-07T06:09:52.9719388Z ##[group]GITHUB_TOKEN Permissions 2025-09-07T06:09:52.9721676Z Contents: read 2025-09-07T06:09:52.9722248Z Metadata: read 2025-09-07T06:09:52.9722823Z ##[endgroup] 2025-09-07T06:09:52.9725020Z Secret source: Actions 2025-09-07T06:09:52.9725741Z Prepare workflow directory 2025-09-07T06:09:53.0405415Z Prepare all required actions 2025-09-07T06:09:53.0447410Z Getting action download info 2025-09-07T06:09:53.2622831Z Download action repository 'pytorch/test-infra@main' (SHA:548a4bc624d43a01cdf165a63b041f0ae014ddbd) 2025-09-07T06:10:51.7868231Z Download action repository 'pytorch/pytorch@main' (SHA:93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T06:11:32.2047820Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-09-07T06:11:32.5862141Z Getting action download info 2025-09-07T06:11:32.7344785Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-09-07T06:11:33.6357633Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/heads/main (93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T06:11:33.6361554Z ##[group] Inputs 2025-09-07T06:11:33.6361862Z build-environment: win-vs2022-cpu-py3 2025-09-07T06:11:33.6362165Z cuda-version: cpu 2025-09-07T06:11:33.6362690Z use-xpu: false 2025-09-07T06:11:33.6362993Z xpu-version: 2025-09-07T06:11:33.6363222Z vc-year: 2022 2025-09-07T06:11:33.6363443Z build-with-debug: false 2025-09-07T06:11:33.6363679Z sync-tag: 2025-09-07T06:11:33.6364836Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, { config: "default", shard: 2, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, { config: "default", shard: 3, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, ]} 2025-09-07T06:11:33.6366044Z runner: lf.windows.4xlarge.nonephemeral 2025-09-07T06:11:33.6366346Z ##[endgroup] 2025-09-07T06:11:33.6366591Z Complete job name: win-vs2022-cpu-py3 / build 2025-09-07T06:11:33.7006947Z ##[group]Run git config --global core.longpaths true 2025-09-07T06:11:33.7007565Z git config --global core.longpaths true 2025-09-07T06:11:33.7007926Z git config --global core.symlinks true 2025-09-07T06:11:33.7008292Z git config --global core.ignorecase false 2025-09-07T06:11:33.7008614Z  2025-09-07T06:11:33.7008963Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-09-07T06:11:33.7009545Z # the directory on Windows and prevent GHA from checking out as reported 2025-09-07T06:11:33.7010049Z # in https://github.com/actions/checkout/issues/1018 2025-09-07T06:11:33.7010429Z git config --global core.fsmonitor false 2025-09-07T06:11:33.7035901Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:11:33.7036607Z env: 2025-09-07T06:11:33.7036808Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:11:33.7037082Z ##[endgroup] 2025-09-07T06:11:34.8986156Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-09-07T06:11:34.8986622Z env: 2025-09-07T06:11:34.8986822Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:11:34.8987081Z ##[endgroup] 2025-09-07T06:11:34.9167037Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-09-07T06:11:34.9167811Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-09-07T06:11:34.9168467Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-09-07T06:11:34.9168994Z # handle tool 2025-09-07T06:11:34.9169623Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-09-07T06:11:34.9171691Z Foreach ($process In $processes) { 2025-09-07T06:11:34.9171977Z  Try { 2025-09-07T06:11:34.9172542Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-09-07T06:11:34.9173259Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-09-07T06:11:34.9173663Z  } 2025-09-07T06:11:34.9173858Z  Catch { 2025-09-07T06:11:34.9174182Z  Write-Output "No leftover $process process, continuing" 2025-09-07T06:11:34.9174564Z  Write-Output $_ 2025-09-07T06:11:34.9174803Z  } 2025-09-07T06:11:34.9175050Z } 2025-09-07T06:11:34.9175370Z  2025-09-07T06:11:34.9176225Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-09-07T06:11:34.9176836Z # for hung processes 2025-09-07T06:11:34.9177123Z Foreach ($process In $processes) { 2025-09-07T06:11:34.9177408Z  Try { 2025-09-07T06:11:34.9177800Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-09-07T06:11:34.9178253Z  } 2025-09-07T06:11:34.9178440Z  Catch { 2025-09-07T06:11:34.9178658Z  Write-Output $_ 2025-09-07T06:11:34.9178879Z  } 2025-09-07T06:11:34.9179078Z } 2025-09-07T06:11:34.9179277Z  2025-09-07T06:11:34.9179467Z Try { 2025-09-07T06:11:34.9179699Z  # Print all the processes for debugging 2025-09-07T06:11:34.9180233Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-09-07T06:11:34.9180679Z } 2025-09-07T06:11:34.9180850Z Catch { 2025-09-07T06:11:34.9181491Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-09-07T06:11:34.9182335Z  Write-Output $_ 2025-09-07T06:11:34.9182579Z } 2025-09-07T06:11:34.9201474Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T06:11:34.9201943Z env: 2025-09-07T06:11:34.9202146Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:11:34.9202381Z ##[endgroup] 2025-09-07T06:11:35.3282851Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T06:11:35.3346195Z Finished 2025-09-07T06:11:35.3511993Z No leftover python process, continuing 2025-09-07T06:11:35.3963788Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-09-07T06:11:35.3964501Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:9 char:5 2025-09-07T06:11:35.3965058Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:11:35.3965505Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.3966064Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-09-07T06:11:35.3966879Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:11:35.3967474Z 2025-09-07T06:11:35.3981624Z No leftover ninja process, continuing 2025-09-07T06:11:35.3990133Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-09-07T06:11:35.3990837Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:9 char:5 2025-09-07T06:11:35.3991394Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:11:35.3991809Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.3992287Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-09-07T06:11:35.3993153Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:11:35.3994345Z 2025-09-07T06:11:35.4006475Z No leftover cl process, continuing 2025-09-07T06:11:35.4016542Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-09-07T06:11:35.4017252Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:9 char:5 2025-09-07T06:11:35.4017804Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:11:35.4018203Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.4018710Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-09-07T06:11:35.4019495Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:11:35.4020094Z 2025-09-07T06:11:35.4031068Z No leftover nvcc process, continuing 2025-09-07T06:11:35.4042075Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-09-07T06:11:35.4042807Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:9 char:5 2025-09-07T06:11:35.4043362Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:11:35.4043782Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.4044255Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-09-07T06:11:35.4045092Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:11:35.4045689Z 2025-09-07T06:11:35.4074256Z No leftover sccache process, continuing 2025-09-07T06:11:35.4085153Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-09-07T06:11:35.4085859Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:9 char:5 2025-09-07T06:11:35.4086432Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:11:35.4086869Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.4087350Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-09-07T06:11:35.4088315Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:11:35.4088908Z 2025-09-07T06:11:35.4097736Z No leftover git process, continuing 2025-09-07T06:11:35.4108838Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-09-07T06:11:35.4109527Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:9 char:5 2025-09-07T06:11:35.4110097Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:11:35.4110511Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.4110998Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-09-07T06:11:35.4111819Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:11:35.4112401Z 2025-09-07T06:11:35.4900410Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-09-07T06:11:35.4901304Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-09-07T06:11:35.4901903Z deletion. (Exception from HRESULT: 0x800703FA). 2025-09-07T06:11:35.4902423Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:21 char:6 2025-09-07T06:11:35.4902990Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:11:35.4903432Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.4903854Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-09-07T06:11:35.4904695Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-09-07T06:11:35.4905251Z 2025-09-07T06:11:35.4927118Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-09-07T06:11:35.4927973Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-09-07T06:11:35.4928571Z deletion. (Exception from HRESULT: 0x800703FA). 2025-09-07T06:11:35.4929043Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:21 char:6 2025-09-07T06:11:35.4929589Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:11:35.4930020Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.4930443Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-09-07T06:11:35.4931140Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-09-07T06:11:35.4931722Z 2025-09-07T06:11:35.4953564Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-09-07T06:11:35.4954401Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-09-07T06:11:35.4955000Z deletion. (Exception from HRESULT: 0x800703FA). 2025-09-07T06:11:35.4955521Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:21 char:6 2025-09-07T06:11:35.4956079Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:11:35.4956501Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.4956935Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-09-07T06:11:35.4957638Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-09-07T06:11:35.4958197Z 2025-09-07T06:11:35.4982331Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-09-07T06:11:35.4983168Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-09-07T06:11:35.4983764Z deletion. (Exception from HRESULT: 0x800703FA). 2025-09-07T06:11:35.4984216Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:21 char:6 2025-09-07T06:11:35.4984763Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:11:35.4985182Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.4985605Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-09-07T06:11:35.4986293Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-09-07T06:11:35.4986840Z 2025-09-07T06:11:35.5011213Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-09-07T06:11:35.5012099Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-09-07T06:11:35.5012924Z deletion. (Exception from HRESULT: 0x800703FA). 2025-09-07T06:11:35.5013400Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:21 char:6 2025-09-07T06:11:35.5013949Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:11:35.5014385Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.5014811Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-09-07T06:11:35.5015490Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-09-07T06:11:35.5016040Z 2025-09-07T06:11:35.5037186Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-09-07T06:11:35.5038226Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-09-07T06:11:35.5038807Z deletion. (Exception from HRESULT: 0x800703FA). 2025-09-07T06:11:35.5039276Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:21 char:6 2025-09-07T06:11:35.5039814Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:11:35.5040510Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.5041353Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-09-07T06:11:35.5042072Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-09-07T06:11:35.5042626Z 2025-09-07T06:11:35.5063216Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-09-07T06:11:35.5064068Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-09-07T06:11:35.5064662Z deletion. (Exception from HRESULT: 0x800703FA). 2025-09-07T06:11:35.5065123Z At C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1:21 char:6 2025-09-07T06:11:35.5065674Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:11:35.5066100Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:11:35.5066528Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-09-07T06:11:35.5067215Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-09-07T06:11:35.5067769Z 2025-09-07T06:11:35.6418717Z Caption CommandLine ProcessId 2025-09-07T06:11:35.6419278Z 2025-09-07T06:11:35.6419615Z System Idle Process 0 2025-09-07T06:11:35.6420071Z 2025-09-07T06:11:35.6421121Z System 4 2025-09-07T06:11:35.6421522Z 2025-09-07T06:11:35.6421797Z Registry 168 2025-09-07T06:11:35.6422175Z 2025-09-07T06:11:35.6423012Z smss.exe 408 2025-09-07T06:11:35.6424294Z 2025-09-07T06:11:35.6424576Z csrss.exe 520 2025-09-07T06:11:35.6425000Z 2025-09-07T06:11:35.6425278Z csrss.exe 596 2025-09-07T06:11:35.6425667Z 2025-09-07T06:11:35.6426608Z wininit.exe 648 2025-09-07T06:11:35.6426995Z 2025-09-07T06:11:35.6427684Z winlogon.exe winlogon.exe 668 2025-09-07T06:11:35.6428123Z 2025-09-07T06:11:35.6428826Z services.exe 740 2025-09-07T06:11:35.6429211Z 2025-09-07T06:11:35.6430551Z lsass.exe C:\Windows\system32\lsass.exe 760 2025-09-07T06:11:35.6431083Z 2025-09-07T06:11:35.6431605Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 880 2025-09-07T06:11:35.6432183Z 2025-09-07T06:11:35.6432729Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 904 2025-09-07T06:11:35.6433266Z 2025-09-07T06:11:35.6433640Z fontdrvhost.exe "fontdrvhost.exe" 928 2025-09-07T06:11:35.6434102Z 2025-09-07T06:11:35.6434487Z fontdrvhost.exe "fontdrvhost.exe" 936 2025-09-07T06:11:35.6434982Z 2025-09-07T06:11:35.6435931Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 144 2025-09-07T06:11:35.6436455Z 2025-09-07T06:11:35.6436951Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 464 2025-09-07T06:11:35.6437502Z 2025-09-07T06:11:35.6438073Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 116 2025-09-07T06:11:35.6438653Z 2025-09-07T06:11:35.6439461Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1104 2025-09-07T06:11:35.6440160Z 2025-09-07T06:11:35.6440442Z dwm.exe "dwm.exe" 1128 2025-09-07T06:11:35.6440927Z 2025-09-07T06:11:35.6441546Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1248 2025-09-07T06:11:35.6442302Z 2025-09-07T06:11:35.6442766Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1332 2025-09-07T06:11:35.6443342Z 2025-09-07T06:11:35.6443894Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1360 2025-09-07T06:11:35.6444556Z 2025-09-07T06:11:35.6444999Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1384 2025-09-07T06:11:35.6445556Z 2025-09-07T06:11:35.6446166Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1432 2025-09-07T06:11:35.6446765Z 2025-09-07T06:11:35.6448585Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_145e51f5c032bb30\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_145e51f5c032bb30\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1456 2025-09-07T06:11:35.6450442Z 2025-09-07T06:11:35.6450985Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1484 2025-09-07T06:11:35.6451550Z 2025-09-07T06:11:35.6452033Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1544 2025-09-07T06:11:35.6452701Z 2025-09-07T06:11:35.6453298Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1616 2025-09-07T06:11:35.6454003Z 2025-09-07T06:11:35.6454467Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1716 2025-09-07T06:11:35.6455024Z 2025-09-07T06:11:35.6455490Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1724 2025-09-07T06:11:35.6456036Z 2025-09-07T06:11:35.6456546Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1732 2025-09-07T06:11:35.6457140Z 2025-09-07T06:11:35.6457639Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1828 2025-09-07T06:11:35.6458252Z 2025-09-07T06:11:35.6458828Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1868 2025-09-07T06:11:35.6459418Z 2025-09-07T06:11:35.6460017Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1876 2025-09-07T06:11:35.6460645Z 2025-09-07T06:11:35.6461156Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 1956 2025-09-07T06:11:35.6462308Z 2025-09-07T06:11:35.6462798Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2020 2025-09-07T06:11:35.6463400Z 2025-09-07T06:11:35.6464032Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2044 2025-09-07T06:11:35.6464757Z 2025-09-07T06:11:35.6465288Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 1912 2025-09-07T06:11:35.6465927Z 2025-09-07T06:11:35.6466463Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2124 2025-09-07T06:11:35.6467100Z 2025-09-07T06:11:35.6467677Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2160 2025-09-07T06:11:35.6468358Z 2025-09-07T06:11:35.6469207Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2248 2025-09-07T06:11:35.6469781Z 2025-09-07T06:11:35.6470268Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2400 2025-09-07T06:11:35.6470920Z 2025-09-07T06:11:35.6471404Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2448 2025-09-07T06:11:35.6471969Z 2025-09-07T06:11:35.6472361Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2620 2025-09-07T06:11:35.6472846Z 2025-09-07T06:11:35.6473360Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2720 2025-09-07T06:11:35.6473945Z 2025-09-07T06:11:35.6474405Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2728 2025-09-07T06:11:35.6474955Z 2025-09-07T06:11:35.6475610Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2736 2025-09-07T06:11:35.6476266Z 2025-09-07T06:11:35.6476819Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2744 2025-09-07T06:11:35.6477484Z 2025-09-07T06:11:35.6478053Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2752 2025-09-07T06:11:35.6478640Z 2025-09-07T06:11:35.6479152Z svchost.exe C:\Windows\system32\svchost.exe -k localService -p -s RemoteRegistry 2760 2025-09-07T06:11:35.6479833Z 2025-09-07T06:11:35.6480316Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2768 2025-09-07T06:11:35.6480881Z 2025-09-07T06:11:35.6481356Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2776 2025-09-07T06:11:35.6481940Z 2025-09-07T06:11:35.6482425Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2784 2025-09-07T06:11:35.6483006Z 2025-09-07T06:11:35.6483393Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3040 2025-09-07T06:11:35.6483885Z 2025-09-07T06:11:35.6484520Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3060 2025-09-07T06:11:35.6485233Z 2025-09-07T06:11:35.6485715Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 1908 2025-09-07T06:11:35.6486292Z 2025-09-07T06:11:35.6487000Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_145e51f5c032bb30\NVWMI\nvWmi64.exe 2420 2025-09-07T06:11:35.6487731Z 2025-09-07T06:11:35.6488199Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3084 2025-09-07T06:11:35.6488885Z 2025-09-07T06:11:35.6489577Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3556 2025-09-07T06:11:35.6490266Z 2025-09-07T06:11:35.6490687Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3676 2025-09-07T06:11:35.6491192Z 2025-09-07T06:11:35.6491757Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 2924 2025-09-07T06:11:35.6492431Z 2025-09-07T06:11:35.6492921Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77855 /state1:0x41c64e6d 3620 2025-09-07T06:11:35.6493506Z 2025-09-07T06:11:35.6495174Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_145e51f5c032bb30\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_145e51f5c032bb30\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 4176 2025-09-07T06:11:35.6496927Z 2025-09-07T06:11:35.6497697Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_145e51f5c032bb30\NVWMI\nvWmi64.exe -spawnprovider 4308 2025-09-07T06:11:35.6498501Z 2025-09-07T06:11:35.6498857Z vds.exe C:\Windows\System32\vds.exe 4604 2025-09-07T06:11:35.6499303Z 2025-09-07T06:11:35.6499865Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2968 2025-09-07T06:11:35.6500589Z 2025-09-07T06:11:35.6501287Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 2220 2025-09-07T06:11:35.6502079Z 2025-09-07T06:11:35.6503635Z amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.exe" -config C:\ProgramData\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.toml -envconfig C:\ProgramData\Amazon\AmazonCloudWatchAgent\env-config.json -otelconfig C:\ProgramData\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.yaml 2260 2025-09-07T06:11:35.6505271Z 2025-09-07T06:11:35.6505661Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 416 2025-09-07T06:11:35.6506152Z 2025-09-07T06:11:35.6506664Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 3568 2025-09-07T06:11:35.6507276Z 2025-09-07T06:11:35.6507870Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 4164 2025-09-07T06:11:35.6508548Z 2025-09-07T06:11:35.6508988Z msdtc.exe C:\Windows\System32\msdtc.exe 3600 2025-09-07T06:11:35.6509446Z 2025-09-07T06:11:35.6510007Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 2816 2025-09-07T06:11:35.6510724Z 2025-09-07T06:11:35.6511182Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1064 2025-09-07T06:11:35.6511724Z 2025-09-07T06:11:35.6512250Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p 1584 2025-09-07T06:11:35.6512875Z 2025-09-07T06:11:35.6513374Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 2664 2025-09-07T06:11:35.6513978Z 2025-09-07T06:11:35.6514259Z svchost.exe 1120 2025-09-07T06:11:35.6514647Z 2025-09-07T06:11:35.6515045Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2676 2025-09-07T06:11:35.6515626Z 2025-09-07T06:11:35.6516121Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 2796 2025-09-07T06:11:35.6516731Z 2025-09-07T06:11:35.6517288Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 2696 2025-09-07T06:11:35.6517880Z 2025-09-07T06:11:35.6518365Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 2028 2025-09-07T06:11:35.6519006Z 2025-09-07T06:11:35.6519409Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 732 2025-09-07T06:11:35.6519900Z 2025-09-07T06:11:35.6520392Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 3596 2025-09-07T06:11:35.6520962Z 2025-09-07T06:11:35.6521484Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4404 2025-09-07T06:11:35.6522086Z 2025-09-07T06:11:35.6522692Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4104 2025-09-07T06:11:35.6523387Z 2025-09-07T06:11:35.6523898Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 1408 1500 4228 2025-09-07T06:11:35.6524505Z 2025-09-07T06:11:35.6524975Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1704 2025-09-07T06:11:35.6525474Z 2025-09-07T06:11:35.6526268Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\460e5b7d-99d6-4be8-918f-e27d33fc9db1.ps1'" 4948 2025-09-07T06:11:35.6527150Z 2025-09-07T06:11:35.6527727Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 3416 2025-09-07T06:11:35.6528466Z 2025-09-07T06:11:35.6528876Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 1856 2025-09-07T06:11:35.6529382Z 2025-09-07T06:11:35.6529386Z 2025-09-07T06:11:35.6529390Z 2025-09-07T06:11:35.6809240Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-09-07T06:11:35.6809689Z with: 2025-09-07T06:11:35.6810235Z github-secret: *** 2025-09-07T06:11:35.6812282Z instructions: To forward remote desktop on your local machine ssh as follows: ssh -L 3389:localhost:3389 %%username%%@%%hostname%% And then change password using `passwd` command. To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, Activate miniconda and Visual Studio environment, by running: call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-09-07T06:11:35.6814250Z activate-with-label: false 2025-09-07T06:11:35.6814512Z label: with-ssh 2025-09-07T06:11:35.6814719Z remove-existing-keys: true 2025-09-07T06:11:35.6814974Z fail-silently: true 2025-09-07T06:11:35.6815177Z env: 2025-09-07T06:11:35.6815411Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:11:35.6815632Z ##[endgroup] 2025-09-07T06:11:35.8342203Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-09-07T06:11:35.8344398Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-09-07T06:11:35.8580415Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-09-07T06:11:35.8580837Z with: 2025-09-07T06:11:35.8581034Z no-sudo: true 2025-09-07T06:11:35.8581240Z submodules: recursive 2025-09-07T06:11:35.8581472Z fetch-depth: 0 2025-09-07T06:11:35.8581676Z env: 2025-09-07T06:11:35.8581858Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:11:35.8582088Z ##[endgroup] 2025-09-07T06:11:35.8683984Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:11:35.8684861Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:11:35.8705319Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:11:35.8705747Z env: 2025-09-07T06:11:35.8705932Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:11:35.8706160Z ##[endgroup] 2025-09-07T06:11:35.9254789Z ##[group]Run # Use all available CPUs for fetching 2025-09-07T06:11:35.9255194Z # Use all available CPUs for fetching 2025-09-07T06:11:35.9255493Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:11:35.9255788Z git config --global fetch.parallel 0 2025-09-07T06:11:35.9256128Z git config --global submodule.fetchJobs 0 2025-09-07T06:11:35.9256444Z  2025-09-07T06:11:35.9256753Z # Clean workspace. The default checkout action should also do this, but 2025-09-07T06:11:35.9257184Z # do it here as well just in case 2025-09-07T06:11:35.9257471Z if [[ -d .git ]]; then 2025-09-07T06:11:35.9257717Z  if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:11:35.9257996Z  sudo git clean -ffdx 2025-09-07T06:11:35.9258887Z  else 2025-09-07T06:11:35.9259115Z  git clean -ffdx 2025-09-07T06:11:35.9259348Z  fi 2025-09-07T06:11:35.9259521Z fi 2025-09-07T06:11:35.9279878Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:11:35.9280316Z env: 2025-09-07T06:11:35.9280495Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:11:35.9280719Z NO_SUDO: true 2025-09-07T06:11:35.9280900Z ##[endgroup] 2025-09-07T06:11:36.0258007Z ##[group]Run actions/checkout@v4 2025-09-07T06:11:36.0258280Z with: 2025-09-07T06:11:36.0258503Z ref: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:11:36.0258794Z fetch-depth: 0 2025-09-07T06:11:36.0258997Z submodules: recursive 2025-09-07T06:11:36.0259210Z show-progress: false 2025-09-07T06:11:36.0259441Z repository: pytorch/pytorch 2025-09-07T06:11:36.0259820Z token: *** 2025-09-07T06:11:36.0260022Z ssh-strict: true 2025-09-07T06:11:36.0260247Z ssh-user: git 2025-09-07T06:11:36.0260445Z persist-credentials: true 2025-09-07T06:11:36.0260678Z clean: true 2025-09-07T06:11:36.0260889Z sparse-checkout-cone-mode: true 2025-09-07T06:11:36.0261158Z fetch-tags: false 2025-09-07T06:11:36.0261363Z lfs: false 2025-09-07T06:11:36.0261569Z set-safe-directory: true 2025-09-07T06:11:36.0261782Z env: 2025-09-07T06:11:36.0261966Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:11:36.0262177Z ##[endgroup] 2025-09-07T06:11:36.1578950Z Syncing repository: pytorch/pytorch 2025-09-07T06:11:36.1580206Z ##[group]Getting Git version info 2025-09-07T06:11:36.1580604Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-09-07T06:11:36.1686662Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-09-07T06:11:36.1896546Z git version 2.51.0.windows.1 2025-09-07T06:11:36.1944748Z ##[endgroup] 2025-09-07T06:11:36.1956521Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\05eaf8d8-da63-4424-a42e-d48926833617\.gitconfig' 2025-09-07T06:11:36.1977601Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\05eaf8d8-da63-4424-a42e-d48926833617' before making global git config changes 2025-09-07T06:11:36.1979946Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:11:36.1988026Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:11:36.2221669Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2025-09-07T06:11:36.2226937Z ##[group]Initializing the repository 2025-09-07T06:11:36.2237636Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:11:36.2706290Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2025-09-07T06:11:36.2753476Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-09-07T06:11:36.3040004Z ##[endgroup] 2025-09-07T06:11:36.3040433Z ##[group]Disabling automatic garbage collection 2025-09-07T06:11:36.3055843Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-09-07T06:11:36.3287780Z ##[endgroup] 2025-09-07T06:11:36.3288196Z ##[group]Setting up auth 2025-09-07T06:11:36.3302186Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:11:36.3542715Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-09-07T06:11:38.6064869Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:11:38.6297763Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-09-07T06:11:39.0884621Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-09-07T06:11:39.1136270Z ##[endgroup] 2025-09-07T06:11:39.1136755Z ##[group]Fetching the repository 2025-09-07T06:11:39.1151843Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-09-07T06:12:32.6675516Z From https://github.com/pytorch/pytorch 2025-09-07T06:12:32.6675960Z * [new branch] 160583 -> origin/160583 2025-09-07T06:12:32.6676411Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-09-07T06:12:32.6676895Z * [new branch] 5addvllmbuild -> origin/5addvllmbuild 2025-09-07T06:12:32.6677472Z * [new branch] AaronWang04_addmmfusion_perftest -> origin/AaronWang04_addmmfusion_perftest 2025-09-07T06:12:32.6678154Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-09-07T06:12:32.6678707Z * [new branch] ISSUE-154849 -> origin/ISSUE-154849 2025-09-07T06:12:32.6679309Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-09-07T06:12:32.6679936Z * [new branch] NicoshevSVE128 -> origin/NicoshevSVE128 2025-09-07T06:12:32.6680458Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-09-07T06:12:32.6681031Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-09-07T06:12:32.6681589Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-09-07T06:12:32.6682110Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-09-07T06:12:32.6682623Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-09-07T06:12:32.6683137Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-09-07T06:12:32.6684487Z * [new branch] VLA_exp -> origin/VLA_exp 2025-09-07T06:12:32.6685063Z * [new branch] actually-run-mps-aot-inductor -> origin/actually-run-mps-aot-inductor 2025-09-07T06:12:32.6685735Z * [new branch] add-missing-args-normalization -> origin/add-missing-args-normalization 2025-09-07T06:12:32.6686361Z * [new branch] add-user-guide-structure -> origin/add-user-guide-structure 2025-09-07T06:12:32.6686912Z * [new branch] add-vllm-nightly-build -> origin/add-vllm-nightly-build 2025-09-07T06:12:32.6687466Z * [new branch] add_compile_benchmarking -> origin/add_compile_benchmarking 2025-09-07T06:12:32.6687975Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-09-07T06:12:32.6688485Z * [new branch] addsimde -> origin/addsimde 2025-09-07T06:12:32.6688995Z * [new branch] addvllmtest -> origin/addvllmtest 2025-09-07T06:12:32.6689458Z * [new branch] adi/acl_upgrade -> origin/adi/acl_upgrade 2025-09-07T06:12:32.6689951Z * [new branch] adi/test -> origin/adi/test 2025-09-07T06:12:32.6690399Z * [new branch] adi/test_bgemm -> origin/adi/test_bgemm 2025-09-07T06:12:32.6690857Z * [new branch] adi/test_fusions -> origin/adi/test_fusions 2025-09-07T06:12:32.6691361Z * [new branch] adi/test_onednn_v3.9 -> origin/adi/test_onednn_v3.9 2025-09-07T06:12:32.6691866Z * [new branch] adi/test_presve_change -> origin/adi/test_presve_change 2025-09-07T06:12:32.6692357Z * [new branch] adi/test_timm -> origin/adi/test_timm 2025-09-07T06:12:32.6692972Z * [new branch] adi/testpresve_change -> origin/adi/testpresve_change 2025-09-07T06:12:32.6693502Z * [new branch] aditew01/test/vec_bf16 -> origin/aditew01/test/vec_bf16 2025-09-07T06:12:32.6694052Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-09-07T06:12:32.6694546Z * [new branch] alt-disable -> origin/alt-disable 2025-09-07T06:12:32.6695084Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-09-07T06:12:32.6695670Z * [new branch] angelayi/aoti_inductor_fx -> origin/angelayi/aoti_inductor_fx 2025-09-07T06:12:32.6696210Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-09-07T06:12:32.6696720Z * [new branch] angelayi/benchmark2 -> origin/angelayi/benchmark2 2025-09-07T06:12:32.6697325Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-09-07T06:12:32.6697947Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-09-07T06:12:32.6698487Z * [new branch] angelayi/custom_op_subgraph -> origin/angelayi/custom_op_subgraph 2025-09-07T06:12:32.6699034Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-09-07T06:12:32.6699558Z * [new branch] angelayi/fake_cache_empty -> origin/angelayi/fake_cache_empty 2025-09-07T06:12:32.6700114Z * [new branch] angelayi/is_symbolic_tracing -> origin/angelayi/is_symbolic_tracing 2025-09-07T06:12:32.6700639Z * [new branch] angelayi/item -> origin/angelayi/item 2025-09-07T06:12:32.6701112Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-09-07T06:12:32.6701623Z * [new branch] angelayi/opoverload -> origin/angelayi/opoverload 2025-09-07T06:12:32.6702132Z * [new branch] angelayi/pattern -> origin/angelayi/pattern 2025-09-07T06:12:32.6702608Z * [new branch] angelayi/pytree -> origin/angelayi/pytree 2025-09-07T06:12:32.6703199Z * [new branch] angelayi/scan_layers -> origin/angelayi/scan_layers 2025-09-07T06:12:32.6703717Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-09-07T06:12:32.6704233Z * [new branch] angelayi/test_cpp -> origin/angelayi/test_cpp 2025-09-07T06:12:32.6704720Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-09-07T06:12:32.6705212Z * [new branch] aoti-cuda-alloc -> origin/aoti-cuda-alloc 2025-09-07T06:12:32.6705707Z * [new branch] aoti_target_windows -> origin/aoti_target_windows 2025-09-07T06:12:32.6706187Z * [new branch] aoti_weight_sharing -> origin/aoti_weight_sharing 2025-09-07T06:12:32.6706745Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-09-07T06:12:32.6707378Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-09-07T06:12:32.6707952Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-09-07T06:12:32.6708443Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-09-07T06:12:32.6708916Z * [new branch] atalman-patch-4 -> origin/atalman-patch-4 2025-09-07T06:12:32.6709391Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-09-07T06:12:32.6709850Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-09-07T06:12:32.6710347Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-09-07T06:12:32.6710872Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-09-07T06:12:32.6711566Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-09-07T06:12:32.6712095Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-09-07T06:12:32.6712729Z * [new branch] autoupdate-transformers-pin-via-pr -> origin/autoupdate-transformers-pin-via-pr 2025-09-07T06:12:32.6713420Z * [new branch] bahuang/dtensor_demo -> origin/bahuang/dtensor_demo 2025-09-07T06:12:32.6713992Z * [new branch] bahuang/test -> origin/bahuang/test 2025-09-07T06:12:32.6714425Z * [new branch] base/1.5 -> origin/base/1.5 2025-09-07T06:12:32.6714966Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-09-07T06:12:32.6715531Z * [new branch] bc-lint-config -> origin/bc-lint-config 2025-09-07T06:12:32.6716046Z * [new branch] bc-lint-test-new-config -> origin/bc-lint-test-new-config 2025-09-07T06:12:32.6716569Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-09-07T06:12:32.6717143Z * [new branch] benchmarker_compat_with_do_bench -> origin/benchmarker_compat_with_do_bench 2025-09-07T06:12:32.6717726Z * [new branch] benchmarking-script -> origin/benchmarking-script 2025-09-07T06:12:32.6718242Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-09-07T06:12:32.6718750Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-09-07T06:12:32.6719240Z * [new branch] bf/cg-custom-wrapper -> origin/bf/cg-custom-wrapper 2025-09-07T06:12:32.6719724Z * [new branch] bf/cg-or-error -> origin/bf/cg-or-error 2025-09-07T06:12:32.6720209Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-09-07T06:12:32.6720690Z * [new branch] bf/cg-skip-1-kernel -> origin/bf/cg-skip-1-kernel 2025-09-07T06:12:32.6721274Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-09-07T06:12:32.6721881Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-09-07T06:12:32.6722942Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-09-07T06:12:32.6723796Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-09-07T06:12:32.6724412Z * [new branch] bf/default-recompile-reason -> origin/bf/default-recompile-reason 2025-09-07T06:12:32.6724988Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-09-07T06:12:32.6725466Z * [new branch] bf/exp -> origin/bf/exp 2025-09-07T06:12:32.6725934Z * [new branch] bf/pa-non-divisible -> origin/bf/pa-non-divisible 2025-09-07T06:12:32.6726458Z * [new branch] bf/partition-move-cpu -> origin/bf/partition-move-cpu 2025-09-07T06:12:32.6727053Z * [new branch] bf/partition-turn-on -> origin/bf/partition-turn-on 2025-09-07T06:12:32.6727588Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-09-07T06:12:32.6728119Z * [new branch] bf/rope -> origin/bf/rope 2025-09-07T06:12:32.6728651Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-09-07T06:12:32.6729220Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-09-07T06:12:32.6729782Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-09-07T06:12:32.6730445Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-09-07T06:12:32.6730994Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-09-07T06:12:32.6731532Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-09-07T06:12:32.6732092Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-09-07T06:12:32.6732653Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-09-07T06:12:32.6733202Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-09-07T06:12:32.6733805Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-09-07T06:12:32.6734389Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-09-07T06:12:32.6734933Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-09-07T06:12:32.6735506Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-09-07T06:12:32.6736088Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-09-07T06:12:32.6736659Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-09-07T06:12:32.6737214Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-09-07T06:12:32.6737780Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-09-07T06:12:32.6738316Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-09-07T06:12:32.6738794Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-09-07T06:12:32.6739298Z * [new branch] brister/break_tensorbox -> origin/brister/break_tensorbox 2025-09-07T06:12:32.6739895Z * [new branch] brister/custom_fx_backend -> origin/brister/custom_fx_backend 2025-09-07T06:12:32.6740997Z * [new branch] brister/fx_custom_triton -> origin/brister/fx_custom_triton 2025-09-07T06:12:32.6741552Z * [new branch] brister/tensor_box_output -> origin/brister/tensor_box_output 2025-09-07T06:12:32.6742178Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-09-07T06:12:32.6742766Z * [new branch] c57382a49 -> origin/c57382a49 2025-09-07T06:12:32.6743200Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-09-07T06:12:32.6743646Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-09-07T06:12:32.6744575Z * [new branch] camyll/revert-94bc900da97ad7f3c35b3b819bb53b23c74b581a-for-release-2.8 -> origin/camyll/revert-94bc900da97ad7f3c35b3b819bb53b23c74b581a-for-release-2.8 2025-09-07T06:12:32.6745617Z * [new branch] camyllh/test_setup_hooks_push -> origin/camyllh/test_setup_hooks_push 2025-09-07T06:12:32.6746379Z * [new branch] cherry-pick-149654-by-pytorch_bot_bot_ -> origin/cherry-pick-149654-by-pytorch_bot_bot_ 2025-09-07T06:12:32.6747120Z * [new branch] cherry-pick-151939-by-pytorch_bot_bot_ -> origin/cherry-pick-151939-by-pytorch_bot_bot_ 2025-09-07T06:12:32.6747864Z * [new branch] cherry-pick-154174-by-pytorch_bot_bot_ -> origin/cherry-pick-154174-by-pytorch_bot_bot_ 2025-09-07T06:12:32.6748620Z * [new branch] cherry-pick-156260-by-pytorch_bot_bot_ -> origin/cherry-pick-156260-by-pytorch_bot_bot_ 2025-09-07T06:12:32.6749349Z * [new branch] cherry-pick-157453-by-pytorch_bot_bot_ -> origin/cherry-pick-157453-by-pytorch_bot_bot_ 2025-09-07T06:12:32.6750094Z * [new branch] cherry-pick-157513-by-pytorch_bot_bot_ -> origin/cherry-pick-157513-by-pytorch_bot_bot_ 2025-09-07T06:12:32.6750920Z * [new branch] cherry-pick-157695-by-pytorch_bot_bot_ -> origin/cherry-pick-157695-by-pytorch_bot_bot_ 2025-09-07T06:12:32.6751844Z * [new branch] cherry-pick-157732-by-pytorch_bot_bot_ -> origin/cherry-pick-157732-by-pytorch_bot_bot_ 2025-09-07T06:12:32.6752593Z * [new branch] cherry-pick-158537-by-pytorch_bot_bot_ -> origin/cherry-pick-158537-by-pytorch_bot_bot_ 2025-09-07T06:12:32.6753322Z * [new branch] cherry-pick-159969-by-pytorch_bot_bot_ -> origin/cherry-pick-159969-by-pytorch_bot_bot_ 2025-09-07T06:12:32.6754056Z * [new branch] cherry-pick-160586-by-pytorch_bot_bot_ -> origin/cherry-pick-160586-by-pytorch_bot_bot_ 2025-09-07T06:12:32.6754672Z * [new branch] chilli/flex_vllm -> origin/chilli/flex_vllm 2025-09-07T06:12:32.6755278Z * [new branch] cleanup-inductor-benchmark-images -> origin/cleanup-inductor-benchmark-images 2025-09-07T06:12:32.6755886Z * [new branch] codex-testing -> origin/codex-testing 2025-09-07T06:12:32.6756534Z * [new branch] codex/add-helper-function-to-sizevars.py -> origin/codex/add-helper-function-to-sizevars.py 2025-09-07T06:12:32.6757524Z * [new branch] codex/add-helper-function-to-sizevars.py_2025-09-05 -> origin/codex/add-helper-function-to-sizevars.py_2025-09-05 2025-09-07T06:12:32.6758424Z * [new branch] codex/add-metadata-field-for-file-path -> origin/codex/add-metadata-field-for-file-path 2025-09-07T06:12:32.6759308Z * [new branch] codex/add-test-for-inductor-local-cache-behavior -> origin/codex/add-test-for-inductor-local-cache-behavior 2025-09-07T06:12:32.6760358Z * [new branch] codex/create-test-for-tensor-memory-leak-in-cudagraph -> origin/codex/create-test-for-tensor-memory-leak-in-cudagraph 2025-09-07T06:12:32.6761241Z * [new branch] codex/fix-issue-121219-in-pytorch -> origin/codex/fix-issue-121219-in-pytorch 2025-09-07T06:12:32.6761919Z * [new branch] codex/fix-issue-160415-in-pytorch -> origin/codex/fix-issue-160415-in-pytorch 2025-09-07T06:12:32.6762859Z * [new branch] codex/fix-noqengine-quantized-engine-support -> origin/codex/fix-noqengine-quantized-engine-support 2025-09-07T06:12:32.6763725Z * [new branch] codex/fix-pin_memory-error-handling -> origin/codex/fix-pin_memory-error-handling 2025-09-07T06:12:32.6764442Z * [new branch] codex/propose-fix-for-issue-160332 -> origin/codex/propose-fix-for-issue-160332 2025-09-07T06:12:32.6765273Z * [new branch] codex/refactor-lintrunner-config-to-use-uv-run -> origin/codex/refactor-lintrunner-config-to-use-uv-run 2025-09-07T06:12:32.6766287Z * [new branch] codex/remove-allow-untyped-defs-and-fix-type-errors -> origin/codex/remove-allow-untyped-defs-and-fix-type-errors 2025-09-07T06:12:32.6767184Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-09-07T06:12:32.6767761Z * [new branch] context_test -> origin/context_test 2025-09-07T06:12:32.6768243Z * [new branch] copilot/fix-157446 -> origin/copilot/fix-157446 2025-09-07T06:12:32.6768707Z * [new branch] copy_graph -> origin/copy_graph 2025-09-07T06:12:32.6769225Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-09-07T06:12:32.6769783Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-09-07T06:12:32.6770303Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-09-07T06:12:32.6770850Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-09-07T06:12:32.6771397Z * [new branch] csl/disable_flaky_cpp_test -> origin/csl/disable_flaky_cpp_test 2025-09-07T06:12:32.6772032Z * [new branch] csl/disable_periodic_test -> origin/csl/disable_periodic_test 2025-09-07T06:12:32.6772621Z * [new branch] csl/exclude_rocm_viable_strict -> origin/csl/exclude_rocm_viable_strict 2025-09-07T06:12:32.6773138Z * [new branch] csl/katex -> origin/csl/katex 2025-09-07T06:12:32.6773600Z * [new branch] csl/larger_runner -> origin/csl/larger_runner 2025-09-07T06:12:32.6774089Z * [new branch] csl/lintrunner_stuff -> origin/csl/lintrunner_stuff 2025-09-07T06:12:32.6774582Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-09-07T06:12:32.6775119Z * [new branch] csl/multistage_docker -> origin/csl/multistage_docker 2025-09-07T06:12:32.6775669Z * [new branch] csl/name_link_check_job -> origin/csl/name_link_check_job 2025-09-07T06:12:32.6776180Z * [new branch] csl/no_keep_goin_rocm -> origin/csl/no_keep_goin_rocm 2025-09-07T06:12:32.6776656Z * [new branch] csl/not_600_timeout -> origin/csl/not_600_timeout 2025-09-07T06:12:32.6777141Z * [new branch] csl/revert_open -> origin/csl/revert_open 2025-09-07T06:12:32.6777600Z * [new branch] csl/skip_build -> origin/csl/skip_build 2025-09-07T06:12:32.6778140Z * [new branch] csl/test_cuda_build_large_runner -> origin/csl/test_cuda_build_large_runner 2025-09-07T06:12:32.6778680Z * [new branch] csl/win_sccache -> origin/csl/win_sccache 2025-09-07T06:12:32.6779143Z * [new branch] cublasltrelax2 -> origin/cublasltrelax2 2025-09-07T06:12:32.6779606Z * [new branch] cublasrelax2 -> origin/cublasrelax2 2025-09-07T06:12:32.6780079Z * [new branch] cudnnsdparefactor -> origin/cudnnsdparefactor 2025-09-07T06:12:32.6780591Z * [new branch] custom_lowering_dict -> origin/custom_lowering_dict 2025-09-07T06:12:32.6781114Z * [new branch] czhuge_muon_dev -> origin/czhuge_muon_dev 2025-09-07T06:12:32.6781692Z * [new branch] d4l3k/delete_hook -> origin/d4l3k/delete_hook 2025-09-07T06:12:32.6782150Z * [new branch] dcp_zoc -> origin/dcp_zoc 2025-09-07T06:12:32.6782576Z * [new branch] debug-guard -> origin/debug-guard 2025-09-07T06:12:32.6783051Z * [new branch] delete-quant-docs -> origin/delete-quant-docs 2025-09-07T06:12:32.6783947Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.55.2 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.55.2 2025-09-07T06:12:32.6785174Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.55.3 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.55.3 2025-09-07T06:12:32.6786405Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.55.4 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.55.4 2025-09-07T06:12:32.6787698Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.56.0 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.56.0 2025-09-07T06:12:32.6788734Z * [new branch] dependabot/pip/dot-ci/docker/protobuf-5.29.5 -> origin/dependabot/pip/dot-ci/docker/protobuf-5.29.5 2025-09-07T06:12:32.6789682Z * [new branch] dependabot/pip/dot-github/requirements/protobuf-5.29.5 -> origin/dependabot/pip/dot-github/requirements/protobuf-5.29.5 2025-09-07T06:12:32.6790480Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-09-07T06:12:32.6791184Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-09-07T06:12:32.6791914Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-09-07T06:12:32.6792441Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-09-07T06:12:32.6792920Z * [new branch] dev/joona/cat -> origin/dev/joona/cat 2025-09-07T06:12:32.6793459Z * [new branch] dev/joona/cat_remove_graph -> origin/dev/joona/cat_remove_graph 2025-09-07T06:12:32.6794061Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-09-07T06:12:32.6794629Z * [new branch] dev/joona/getTensorsString -> origin/dev/joona/getTensorsString 2025-09-07T06:12:32.6795298Z * [new branch] dev/joona/maxpool2dwithindices_errmsg -> origin/dev/joona/maxpool2dwithindices_errmsg 2025-09-07T06:12:32.6795969Z * [new branch] dev/joona/mps_linear_macos14 -> origin/dev/joona/mps_linear_macos14 2025-09-07T06:12:32.6796538Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-09-07T06:12:32.6797030Z * [new branch] dev/joona/topk_newapi -> origin/dev/joona/topk_newapi 2025-09-07T06:12:32.6797549Z * [new branch] dev/joona/type_inf -> origin/dev/joona/type_inf 2025-09-07T06:12:32.6798036Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-09-07T06:12:32.6798494Z * [new branch] disable -> origin/disable 2025-09-07T06:12:32.6798915Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-09-07T06:12:32.6799456Z * [new branch] eigen_for_sparse_addmm_v2 -> origin/eigen_for_sparse_addmm_v2 2025-09-07T06:12:32.6800031Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-09-07T06:12:32.6800574Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-09-07T06:12:32.6801148Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-09-07T06:12:32.6801803Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-09-07T06:12:32.6802377Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-09-07T06:12:32.6802884Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-09-07T06:12:32.6803336Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-09-07T06:12:32.6803791Z * [new branch] eqy-patch-3 -> origin/eqy-patch-3 2025-09-07T06:12:32.6804229Z * [new branch] eqy-patch-4 -> origin/eqy-patch-4 2025-09-07T06:12:32.6804740Z * [new branch] example-convert-torch.nn -> origin/example-convert-torch.nn 2025-09-07T06:12:32.6805454Z * [new branch] exclamaforte/add-contiguous-threshold -> origin/exclamaforte/add-contiguous-threshold 2025-09-07T06:12:32.6806153Z * [new branch] exclamaforte/amd-ma -> origin/exclamaforte/amd-ma 2025-09-07T06:12:32.6806812Z * [new branch] exclamaforte/bump-transformer-version -> origin/exclamaforte/bump-transformer-version 2025-09-07T06:12:32.6807548Z * [new branch] exclamaforte/clear-feedback-savers -> origin/exclamaforte/clear-feedback-savers 2025-09-07T06:12:32.6808274Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-09-07T06:12:32.6808955Z * [new branch] exclamaforte/do_bench_refactor -> origin/exclamaforte/do_bench_refactor 2025-09-07T06:12:32.6809605Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-09-07T06:12:32.6810354Z * [new branch] exclamaforte/fix-exhaustive-autotuning -> origin/exclamaforte/fix-exhaustive-autotuning 2025-09-07T06:12:32.6811363Z * [new branch] exclamaforte/fix-exhuastive-autotuning-reland -> origin/exclamaforte/fix-exhuastive-autotuning-reland 2025-09-07T06:12:32.6812251Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-09-07T06:12:32.6813056Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-09-07T06:12:32.6813761Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-09-07T06:12:32.6814373Z * [new branch] exclamaforte/gemm-benchmark-run -> origin/exclamaforte/gemm-benchmark-run 2025-09-07T06:12:32.6815027Z * [new branch] exclamaforte/gemm-export-model -> origin/exclamaforte/gemm-export-model 2025-09-07T06:12:32.6815623Z * [new branch] exclamaforte/gemm-model -> origin/exclamaforte/gemm-model 2025-09-07T06:12:32.6816343Z * [new branch] exclamaforte/gemm-model-all-data-collection -> origin/exclamaforte/gemm-model-all-data-collection 2025-09-07T06:12:32.6817107Z * [new branch] exclamaforte/gemm-to-amd -> origin/exclamaforte/gemm-to-amd 2025-09-07T06:12:32.6817729Z * [new branch] exclamaforte/just-gemm-model -> origin/exclamaforte/just-gemm-model 2025-09-07T06:12:32.6818438Z * [new branch] exclamaforte/just-gemm-model-no-refactor -> origin/exclamaforte/just-gemm-model-no-refactor 2025-09-07T06:12:32.6819165Z * [new branch] exclamaforte/max-autotune-ieee -> origin/exclamaforte/max-autotune-ieee 2025-09-07T06:12:32.6819787Z * [new branch] exclamaforte/memory-counter -> origin/exclamaforte/memory-counter 2025-09-07T06:12:32.6820413Z * [new branch] exclamaforte/profile-diff-algo -> origin/exclamaforte/profile-diff-algo 2025-09-07T06:12:32.6821027Z * [new branch] exclamaforte/profiler-combo -> origin/exclamaforte/profiler-combo 2025-09-07T06:12:32.6821670Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-09-07T06:12:32.6822865Z * [new branch] exclamaforte/update-autotune-configs -> origin/exclamaforte/update-autotune-configs 2025-09-07T06:12:32.6823746Z * [new branch] exclamaforte/update-autotune-configs-2 -> origin/exclamaforte/update-autotune-configs-2 2025-09-07T06:12:32.6824448Z * [new branch] exclamforte/gemm-model-final -> origin/exclamforte/gemm-model-final 2025-09-07T06:12:32.6824943Z * [new branch] exec -> origin/exec 2025-09-07T06:12:32.6825426Z * [new branch] executorch-module-shim -> origin/executorch-module-shim 2025-09-07T06:12:32.6825966Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-09-07T06:12:32.6826471Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-09-07T06:12:32.6826945Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-09-07T06:12:32.6827419Z * [new branch] export-D70112642 -> origin/export-D70112642 2025-09-07T06:12:32.6827885Z * [new branch] export-D71412006 -> origin/export-D71412006 2025-09-07T06:12:32.6828352Z * [new branch] export-D73042989 -> origin/export-D73042989 2025-09-07T06:12:32.6828851Z * [new branch] export-D75183591 -> origin/export-D75183591 2025-09-07T06:12:32.6829355Z * [new branch] export-D75617432 -> origin/export-D75617432 2025-09-07T06:12:32.6829833Z * [new branch] export-D75659965 -> origin/export-D75659965 2025-09-07T06:12:32.6830297Z * [new branch] export-D76080931 -> origin/export-D76080931 2025-09-07T06:12:32.6830759Z * [new branch] export-D76797250 -> origin/export-D76797250 2025-09-07T06:12:32.6831397Z * [new branch] export-D76885271 -> origin/export-D76885271 2025-09-07T06:12:32.6831986Z * [new branch] export-D76885620 -> origin/export-D76885620 2025-09-07T06:12:32.6832472Z * [new branch] export-D76936623 -> origin/export-D76936623 2025-09-07T06:12:32.6832942Z * [new branch] export-D76958268 -> origin/export-D76958268 2025-09-07T06:12:32.6833417Z * [new branch] export-D78375400 -> origin/export-D78375400 2025-09-07T06:12:32.6833889Z * [new branch] export-D78431305 -> origin/export-D78431305 2025-09-07T06:12:32.6834343Z * [new branch] export-D78580107 -> origin/export-D78580107 2025-09-07T06:12:32.6834854Z * [new branch] export-D78822171 -> origin/export-D78822171 2025-09-07T06:12:32.6835355Z * [new branch] export-D78822351 -> origin/export-D78822351 2025-09-07T06:12:32.6835826Z * [new branch] export-D78822507 -> origin/export-D78822507 2025-09-07T06:12:32.6836297Z * [new branch] export-D78826994 -> origin/export-D78826994 2025-09-07T06:12:32.6836762Z * [new branch] export-D78894324 -> origin/export-D78894324 2025-09-07T06:12:32.6837232Z * [new branch] export-D78929245 -> origin/export-D78929245 2025-09-07T06:12:32.6837686Z * [new branch] export-D78934925 -> origin/export-D78934925 2025-09-07T06:12:32.6838153Z * [new branch] export-D78953203 -> origin/export-D78953203 2025-09-07T06:12:32.6838622Z * [new branch] export-D78953229 -> origin/export-D78953229 2025-09-07T06:12:32.6839077Z * [new branch] export-D78957093 -> origin/export-D78957093 2025-09-07T06:12:32.6839548Z * [new branch] export-D78957389 -> origin/export-D78957389 2025-09-07T06:12:32.6840005Z * [new branch] export-D78996107 -> origin/export-D78996107 2025-09-07T06:12:32.6840508Z * [new branch] export-D79026433 -> origin/export-D79026433 2025-09-07T06:12:32.6841108Z * [new branch] export-D79230339 -> origin/export-D79230339 2025-09-07T06:12:32.6841571Z * [new branch] export-D79319835 -> origin/export-D79319835 2025-09-07T06:12:32.6842047Z * [new branch] export-D79328456 -> origin/export-D79328456 2025-09-07T06:12:32.6842504Z * [new branch] export-D79534608 -> origin/export-D79534608 2025-09-07T06:12:32.6842974Z * [new branch] export-D79785974 -> origin/export-D79785974 2025-09-07T06:12:32.6843438Z * [new branch] export-D80025417 -> origin/export-D80025417 2025-09-07T06:12:32.6843906Z * [new branch] export-D80120333 -> origin/export-D80120333 2025-09-07T06:12:32.6844390Z * [new branch] export-D80214882 -> origin/export-D80214882 2025-09-07T06:12:32.6844847Z * [new branch] export-D80319069 -> origin/export-D80319069 2025-09-07T06:12:32.6845317Z * [new branch] export-D80321215 -> origin/export-D80321215 2025-09-07T06:12:32.6845816Z * [new branch] export-D80503451 -> origin/export-D80503451 2025-09-07T06:12:32.6846338Z * [new branch] export-D80771648 -> origin/export-D80771648 2025-09-07T06:12:32.6846849Z * [new branch] export-D80823877 -> origin/export-D80823877 2025-09-07T06:12:32.6847312Z * [new branch] export-D80948073 -> origin/export-D80948073 2025-09-07T06:12:32.6847779Z * [new branch] export-D80958642 -> origin/export-D80958642 2025-09-07T06:12:32.6848241Z * [new branch] export-D80970483 -> origin/export-D80970483 2025-09-07T06:12:32.6848805Z * [new branch] export-D81054193 -> origin/export-D81054193 2025-09-07T06:12:32.6849285Z * [new branch] export-D81060182 -> origin/export-D81060182 2025-09-07T06:12:32.6849753Z * [new branch] export-D81078973 -> origin/export-D81078973 2025-09-07T06:12:32.6850231Z * [new branch] export-D81204584 -> origin/export-D81204584 2025-09-07T06:12:32.6850689Z * [new branch] export-D81284190 -> origin/export-D81284190 2025-09-07T06:12:32.6851165Z * [new branch] export-D81299840 -> origin/export-D81299840 2025-09-07T06:12:32.6851627Z * [new branch] export-D81429090 -> origin/export-D81429090 2025-09-07T06:12:32.6852139Z * [new branch] export-D81698719 -> origin/export-D81698719 2025-09-07T06:12:32.6852652Z * [new branch] export-D81747409 -> origin/export-D81747409 2025-09-07T06:12:32.6853241Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-09-07T06:12:32.6853891Z * [new branch] ezyang/wip-aot-descriptors -> origin/ezyang/wip-aot-descriptors 2025-09-07T06:12:32.6854407Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-09-07T06:12:32.6855033Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-09-07T06:12:32.6855525Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-09-07T06:12:32.6855965Z * [new branch] fca -> origin/fca 2025-09-07T06:12:32.6856384Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-09-07T06:12:32.6856796Z * [new branch] fca5 -> origin/fca5 2025-09-07T06:12:32.6857312Z * [new branch] feature/function-numa-binding -> origin/feature/function-numa-binding 2025-09-07T06:12:32.6858053Z * [new branch] feature/function-numa-binding-take2 -> origin/feature/function-numa-binding-take2 2025-09-07T06:12:32.6858820Z * [new branch] feature/numa-nproc-fix -> origin/feature/numa-nproc-fix 2025-09-07T06:12:32.6859449Z * [new branch] feature/numa-signpost-serialize -> origin/feature/numa-signpost-serialize 2025-09-07T06:12:32.6860105Z * [new branch] feature/parallel-numa-binding -> origin/feature/parallel-numa-binding 2025-09-07T06:12:32.6860718Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-09-07T06:12:32.6861413Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-09-07T06:12:32.6862242Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-09-07T06:12:32.6862910Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-09-07T06:12:32.6863408Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-09-07T06:12:32.6863946Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-09-07T06:12:32.6864479Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-09-07T06:12:32.6864973Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-09-07T06:12:32.6865481Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-09-07T06:12:32.6865984Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-09-07T06:12:32.6866500Z * [new branch] findhao/multistream6 -> origin/findhao/multistream6 2025-09-07T06:12:32.6867035Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-09-07T06:12:32.6867661Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-09-07T06:12:32.6868205Z * [new branch] findhao/tritonparse -> origin/findhao/tritonparse 2025-09-07T06:12:32.6868656Z * [new branch] fix -> origin/fix 2025-09-07T06:12:32.6869158Z * [new branch] fix-ck-gemm-template-format -> origin/fix-ck-gemm-template-format 2025-09-07T06:12:32.6869748Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-09-07T06:12:32.6870268Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-09-07T06:12:32.6870804Z * [new branch] fix-inductor-periodic-0528 -> origin/fix-inductor-periodic-0528 2025-09-07T06:12:32.6871425Z * [new branch] fix-mps-benchmark -> origin/fix-mps-benchmark 2025-09-07T06:12:32.6871972Z * [new branch] fix-rlease-feature-template -> origin/fix-rlease-feature-template 2025-09-07T06:12:32.6872623Z * [new branch] fix-run-condition-upload-results -> origin/fix-run-condition-upload-results 2025-09-07T06:12:32.6873226Z * [new branch] fix-torchbench -> origin/fix-torchbench 2025-09-07T06:12:32.6873674Z * [new branch] fix_153389 -> origin/fix_153389 2025-09-07T06:12:32.6874113Z * [new branch] fix_fsdp_rs_bucket2 -> origin/fix_fsdp_rs_bucket2 2025-09-07T06:12:32.6874635Z * [new branch] fix_inductor_peridic_tests -> origin/fix_inductor_peridic_tests 2025-09-07T06:12:32.6875148Z * [new branch] fix_ubn_159469 -> origin/fix_ubn_159469 2025-09-07T06:12:32.6875647Z * [new branch] fixes-triage -> origin/fixes-triage 2025-09-07T06:12:32.6876112Z * [new branch] fixflashinfer -> origin/fixflashinfer 2025-09-07T06:12:32.6876578Z * [new branch] flash_decoding_cpu -> origin/flash_decoding_cpu 2025-09-07T06:12:32.6877045Z * [new branch] flex-flash -> origin/flex-flash 2025-09-07T06:12:32.6877577Z * [new branch] flex-lowering -> origin/flex-lowering 2025-09-07T06:12:32.6878037Z * [new branch] flex-warning -> origin/flex-warning 2025-09-07T06:12:32.6878561Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-09-07T06:12:32.6879069Z * [new branch] flex_flash -> origin/flex_flash 2025-09-07T06:12:32.6879556Z * [new branch] flexdecode-gqa-groups -> origin/flexdecode-gqa-groups 2025-09-07T06:12:32.6880144Z * [new branch] fmassa/fix_memeff_sharding_rule -> origin/fmassa/fix_memeff_sharding_rule 2025-09-07T06:12:32.6880710Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-09-07T06:12:32.6881202Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-09-07T06:12:32.6881681Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-09-07T06:12:32.6882108Z * [new branch] fx_cpp -> origin/fx_cpp 2025-09-07T06:12:32.6882511Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-09-07T06:12:32.6882977Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-09-07T06:12:32.6883442Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-09-07T06:12:32.6883908Z * [new branch] gh/CaoE/2/base -> origin/gh/CaoE/2/base 2025-09-07T06:12:32.6884354Z * [new branch] gh/CaoE/2/head -> origin/gh/CaoE/2/head 2025-09-07T06:12:32.6884801Z * [new branch] gh/CaoE/2/orig -> origin/gh/CaoE/2/orig 2025-09-07T06:12:32.6885309Z * [new branch] gh/ColinPeppler/79/base -> origin/gh/ColinPeppler/79/base 2025-09-07T06:12:32.6885936Z * [new branch] gh/ColinPeppler/79/head -> origin/gh/ColinPeppler/79/head 2025-09-07T06:12:32.6886492Z * [new branch] gh/ColinPeppler/79/orig -> origin/gh/ColinPeppler/79/orig 2025-09-07T06:12:32.6887081Z * [new branch] gh/ColinPeppler/80/base -> origin/gh/ColinPeppler/80/base 2025-09-07T06:12:32.6887657Z * [new branch] gh/ColinPeppler/80/head -> origin/gh/ColinPeppler/80/head 2025-09-07T06:12:32.6888194Z * [new branch] gh/ColinPeppler/80/orig -> origin/gh/ColinPeppler/80/orig 2025-09-07T06:12:32.6888710Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-09-07T06:12:32.6889234Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-09-07T06:12:32.6889732Z * [new branch] gh/EikanWang/80/base -> origin/gh/EikanWang/80/base 2025-09-07T06:12:32.6890234Z * [new branch] gh/EikanWang/80/head -> origin/gh/EikanWang/80/head 2025-09-07T06:12:32.6890733Z * [new branch] gh/EikanWang/80/orig -> origin/gh/EikanWang/80/orig 2025-09-07T06:12:32.6891230Z * [new branch] gh/EikanWang/81/base -> origin/gh/EikanWang/81/base 2025-09-07T06:12:32.6891730Z * [new branch] gh/EikanWang/81/head -> origin/gh/EikanWang/81/head 2025-09-07T06:12:32.6892224Z * [new branch] gh/EikanWang/81/orig -> origin/gh/EikanWang/81/orig 2025-09-07T06:12:32.6892766Z * [new branch] gh/EikanWang/82/base -> origin/gh/EikanWang/82/base 2025-09-07T06:12:32.6893320Z * [new branch] gh/EikanWang/82/head -> origin/gh/EikanWang/82/head 2025-09-07T06:12:32.6893824Z * [new branch] gh/EikanWang/82/orig -> origin/gh/EikanWang/82/orig 2025-09-07T06:12:32.6894336Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-09-07T06:12:32.6894838Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-09-07T06:12:32.6895329Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-09-07T06:12:32.6895892Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-09-07T06:12:32.6896373Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-09-07T06:12:32.6896851Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-09-07T06:12:32.6897324Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-09-07T06:12:32.6897816Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-09-07T06:12:32.6898291Z * [new branch] gh/H-Huang/180/base -> origin/gh/H-Huang/180/base 2025-09-07T06:12:32.6898804Z * [new branch] gh/H-Huang/180/head -> origin/gh/H-Huang/180/head 2025-09-07T06:12:32.6899332Z * [new branch] gh/H-Huang/180/orig -> origin/gh/H-Huang/180/orig 2025-09-07T06:12:32.6899811Z * [new branch] gh/H-Huang/182/base -> origin/gh/H-Huang/182/base 2025-09-07T06:12:32.6900286Z * [new branch] gh/H-Huang/182/head -> origin/gh/H-Huang/182/head 2025-09-07T06:12:32.6900754Z * [new branch] gh/H-Huang/182/orig -> origin/gh/H-Huang/182/orig 2025-09-07T06:12:32.6901231Z * [new branch] gh/H-Huang/187/base -> origin/gh/H-Huang/187/base 2025-09-07T06:12:32.6901711Z * [new branch] gh/H-Huang/187/head -> origin/gh/H-Huang/187/head 2025-09-07T06:12:32.6902175Z * [new branch] gh/H-Huang/187/orig -> origin/gh/H-Huang/187/orig 2025-09-07T06:12:32.6902648Z * [new branch] gh/H-Huang/202/base -> origin/gh/H-Huang/202/base 2025-09-07T06:12:32.6903116Z * [new branch] gh/H-Huang/202/head -> origin/gh/H-Huang/202/head 2025-09-07T06:12:32.6903676Z * [new branch] gh/H-Huang/202/orig -> origin/gh/H-Huang/202/orig 2025-09-07T06:12:32.6904159Z * [new branch] gh/H-Huang/203/base -> origin/gh/H-Huang/203/base 2025-09-07T06:12:32.6904672Z * [new branch] gh/H-Huang/203/head -> origin/gh/H-Huang/203/head 2025-09-07T06:12:32.6905192Z * [new branch] gh/H-Huang/203/orig -> origin/gh/H-Huang/203/orig 2025-09-07T06:12:32.6905669Z * [new branch] gh/H-Huang/204/base -> origin/gh/H-Huang/204/base 2025-09-07T06:12:32.6906147Z * [new branch] gh/H-Huang/204/head -> origin/gh/H-Huang/204/head 2025-09-07T06:12:32.6906629Z * [new branch] gh/H-Huang/204/orig -> origin/gh/H-Huang/204/orig 2025-09-07T06:12:32.6907096Z * [new branch] gh/H-Huang/205/base -> origin/gh/H-Huang/205/base 2025-09-07T06:12:32.6907580Z * [new branch] gh/H-Huang/205/head -> origin/gh/H-Huang/205/head 2025-09-07T06:12:32.6908046Z * [new branch] gh/H-Huang/205/orig -> origin/gh/H-Huang/205/orig 2025-09-07T06:12:32.6908525Z * [new branch] gh/H-Huang/206/base -> origin/gh/H-Huang/206/base 2025-09-07T06:12:32.6908996Z * [new branch] gh/H-Huang/206/head -> origin/gh/H-Huang/206/head 2025-09-07T06:12:32.6909490Z * [new branch] gh/H-Huang/206/orig -> origin/gh/H-Huang/206/orig 2025-09-07T06:12:32.6909968Z * [new branch] gh/H-Huang/207/base -> origin/gh/H-Huang/207/base 2025-09-07T06:12:32.6910482Z * [new branch] gh/H-Huang/207/head -> origin/gh/H-Huang/207/head 2025-09-07T06:12:32.6911000Z * [new branch] gh/H-Huang/207/orig -> origin/gh/H-Huang/207/orig 2025-09-07T06:12:32.6911539Z * [new branch] gh/H-Huang/208/base -> origin/gh/H-Huang/208/base 2025-09-07T06:12:32.6912028Z * [new branch] gh/H-Huang/208/head -> origin/gh/H-Huang/208/head 2025-09-07T06:12:32.6912505Z * [new branch] gh/H-Huang/208/orig -> origin/gh/H-Huang/208/orig 2025-09-07T06:12:32.6913074Z * [new branch] gh/H-Huang/209/base -> origin/gh/H-Huang/209/base 2025-09-07T06:12:32.6913553Z * [new branch] gh/H-Huang/209/head -> origin/gh/H-Huang/209/head 2025-09-07T06:12:32.6914021Z * [new branch] gh/H-Huang/209/orig -> origin/gh/H-Huang/209/orig 2025-09-07T06:12:32.6914498Z * [new branch] gh/H-Huang/210/base -> origin/gh/H-Huang/210/base 2025-09-07T06:12:32.6914981Z * [new branch] gh/H-Huang/210/head -> origin/gh/H-Huang/210/head 2025-09-07T06:12:32.6915446Z * [new branch] gh/H-Huang/210/orig -> origin/gh/H-Huang/210/orig 2025-09-07T06:12:32.6915968Z * [new branch] gh/H-Huang/211/base -> origin/gh/H-Huang/211/base 2025-09-07T06:12:32.6916479Z * [new branch] gh/H-Huang/211/head -> origin/gh/H-Huang/211/head 2025-09-07T06:12:32.6916961Z * [new branch] gh/H-Huang/211/orig -> origin/gh/H-Huang/211/orig 2025-09-07T06:12:32.6917443Z * [new branch] gh/H-Huang/212/base -> origin/gh/H-Huang/212/base 2025-09-07T06:12:32.6917906Z * [new branch] gh/H-Huang/212/head -> origin/gh/H-Huang/212/head 2025-09-07T06:12:32.6918375Z * [new branch] gh/H-Huang/212/orig -> origin/gh/H-Huang/212/orig 2025-09-07T06:12:32.6918840Z * [new branch] gh/H-Huang/213/base -> origin/gh/H-Huang/213/base 2025-09-07T06:12:32.6919314Z * [new branch] gh/H-Huang/213/head -> origin/gh/H-Huang/213/head 2025-09-07T06:12:32.6919783Z * [new branch] gh/H-Huang/213/orig -> origin/gh/H-Huang/213/orig 2025-09-07T06:12:32.6920255Z * [new branch] gh/H-Huang/214/base -> origin/gh/H-Huang/214/base 2025-09-07T06:12:32.6920833Z * [new branch] gh/H-Huang/214/head -> origin/gh/H-Huang/214/head 2025-09-07T06:12:32.6921304Z * [new branch] gh/H-Huang/214/orig -> origin/gh/H-Huang/214/orig 2025-09-07T06:12:32.6921867Z * [new branch] gh/IvanKobzarev/112/base -> origin/gh/IvanKobzarev/112/base 2025-09-07T06:12:32.6922455Z * [new branch] gh/IvanKobzarev/112/head -> origin/gh/IvanKobzarev/112/head 2025-09-07T06:12:32.6923011Z * [new branch] gh/IvanKobzarev/112/orig -> origin/gh/IvanKobzarev/112/orig 2025-09-07T06:12:32.6923554Z * [new branch] gh/IvanKobzarev/115/base -> origin/gh/IvanKobzarev/115/base 2025-09-07T06:12:32.6924088Z * [new branch] gh/IvanKobzarev/115/head -> origin/gh/IvanKobzarev/115/head 2025-09-07T06:12:32.6924633Z * [new branch] gh/IvanKobzarev/115/orig -> origin/gh/IvanKobzarev/115/orig 2025-09-07T06:12:32.6925170Z * [new branch] gh/IvanKobzarev/116/base -> origin/gh/IvanKobzarev/116/base 2025-09-07T06:12:32.6925728Z * [new branch] gh/IvanKobzarev/116/head -> origin/gh/IvanKobzarev/116/head 2025-09-07T06:12:32.6926271Z * [new branch] gh/IvanKobzarev/116/orig -> origin/gh/IvanKobzarev/116/orig 2025-09-07T06:12:32.6926804Z * [new branch] gh/IvanKobzarev/118/base -> origin/gh/IvanKobzarev/118/base 2025-09-07T06:12:32.6927348Z * [new branch] gh/IvanKobzarev/118/head -> origin/gh/IvanKobzarev/118/head 2025-09-07T06:12:32.6927924Z * [new branch] gh/IvanKobzarev/118/orig -> origin/gh/IvanKobzarev/118/orig 2025-09-07T06:12:32.6928506Z * [new branch] gh/IvanKobzarev/126/base -> origin/gh/IvanKobzarev/126/base 2025-09-07T06:12:32.6929054Z * [new branch] gh/IvanKobzarev/126/head -> origin/gh/IvanKobzarev/126/head 2025-09-07T06:12:32.6929588Z * [new branch] gh/IvanKobzarev/126/orig -> origin/gh/IvanKobzarev/126/orig 2025-09-07T06:12:32.6930138Z * [new branch] gh/IvanKobzarev/127/base -> origin/gh/IvanKobzarev/127/base 2025-09-07T06:12:32.6930751Z * [new branch] gh/IvanKobzarev/127/head -> origin/gh/IvanKobzarev/127/head 2025-09-07T06:12:32.6931296Z * [new branch] gh/IvanKobzarev/127/orig -> origin/gh/IvanKobzarev/127/orig 2025-09-07T06:12:32.6931845Z * [new branch] gh/IvanKobzarev/128/base -> origin/gh/IvanKobzarev/128/base 2025-09-07T06:12:32.6932381Z * [new branch] gh/IvanKobzarev/128/head -> origin/gh/IvanKobzarev/128/head 2025-09-07T06:12:32.6932937Z * [new branch] gh/IvanKobzarev/128/orig -> origin/gh/IvanKobzarev/128/orig 2025-09-07T06:12:32.6933511Z * [new branch] gh/IvanKobzarev/132/base -> origin/gh/IvanKobzarev/132/base 2025-09-07T06:12:32.6934096Z * [new branch] gh/IvanKobzarev/132/head -> origin/gh/IvanKobzarev/132/head 2025-09-07T06:12:32.6934638Z * [new branch] gh/IvanKobzarev/132/orig -> origin/gh/IvanKobzarev/132/orig 2025-09-07T06:12:32.6935173Z * [new branch] gh/IvanKobzarev/133/base -> origin/gh/IvanKobzarev/133/base 2025-09-07T06:12:32.6935717Z * [new branch] gh/IvanKobzarev/133/head -> origin/gh/IvanKobzarev/133/head 2025-09-07T06:12:32.6936254Z * [new branch] gh/IvanKobzarev/133/orig -> origin/gh/IvanKobzarev/133/orig 2025-09-07T06:12:32.6936795Z * [new branch] gh/IvanKobzarev/134/base -> origin/gh/IvanKobzarev/134/base 2025-09-07T06:12:32.6937332Z * [new branch] gh/IvanKobzarev/134/head -> origin/gh/IvanKobzarev/134/head 2025-09-07T06:12:32.6937877Z * [new branch] gh/IvanKobzarev/134/orig -> origin/gh/IvanKobzarev/134/orig 2025-09-07T06:12:32.6938413Z * [new branch] gh/IvanKobzarev/135/base -> origin/gh/IvanKobzarev/135/base 2025-09-07T06:12:32.6939031Z * [new branch] gh/IvanKobzarev/135/head -> origin/gh/IvanKobzarev/135/head 2025-09-07T06:12:32.6939659Z * [new branch] gh/IvanKobzarev/135/orig -> origin/gh/IvanKobzarev/135/orig 2025-09-07T06:12:32.6940195Z * [new branch] gh/IvanKobzarev/136/base -> origin/gh/IvanKobzarev/136/base 2025-09-07T06:12:32.6940743Z * [new branch] gh/IvanKobzarev/136/head -> origin/gh/IvanKobzarev/136/head 2025-09-07T06:12:32.6941303Z * [new branch] gh/IvanKobzarev/136/orig -> origin/gh/IvanKobzarev/136/orig 2025-09-07T06:12:32.6941841Z * [new branch] gh/IvanKobzarev/137/base -> origin/gh/IvanKobzarev/137/base 2025-09-07T06:12:32.6942382Z * [new branch] gh/IvanKobzarev/137/head -> origin/gh/IvanKobzarev/137/head 2025-09-07T06:12:32.6942919Z * [new branch] gh/IvanKobzarev/137/orig -> origin/gh/IvanKobzarev/137/orig 2025-09-07T06:12:32.6943465Z * [new branch] gh/IvanKobzarev/138/base -> origin/gh/IvanKobzarev/138/base 2025-09-07T06:12:32.6944009Z * [new branch] gh/IvanKobzarev/138/head -> origin/gh/IvanKobzarev/138/head 2025-09-07T06:12:32.6944546Z * [new branch] gh/IvanKobzarev/138/orig -> origin/gh/IvanKobzarev/138/orig 2025-09-07T06:12:32.6945130Z * [new branch] gh/IvanKobzarev/139/base -> origin/gh/IvanKobzarev/139/base 2025-09-07T06:12:32.6945703Z * [new branch] gh/IvanKobzarev/139/head -> origin/gh/IvanKobzarev/139/head 2025-09-07T06:12:32.6946244Z * [new branch] gh/IvanKobzarev/139/orig -> origin/gh/IvanKobzarev/139/orig 2025-09-07T06:12:32.6946785Z * [new branch] gh/IvanKobzarev/140/base -> origin/gh/IvanKobzarev/140/base 2025-09-07T06:12:32.6947320Z * [new branch] gh/IvanKobzarev/140/head -> origin/gh/IvanKobzarev/140/head 2025-09-07T06:12:32.6947862Z * [new branch] gh/IvanKobzarev/140/orig -> origin/gh/IvanKobzarev/140/orig 2025-09-07T06:12:32.6948401Z * [new branch] gh/IvanKobzarev/141/base -> origin/gh/IvanKobzarev/141/base 2025-09-07T06:12:32.6949040Z * [new branch] gh/IvanKobzarev/141/head -> origin/gh/IvanKobzarev/141/head 2025-09-07T06:12:32.6949586Z * [new branch] gh/IvanKobzarev/141/orig -> origin/gh/IvanKobzarev/141/orig 2025-09-07T06:12:32.6950122Z * [new branch] gh/IvanKobzarev/142/base -> origin/gh/IvanKobzarev/142/base 2025-09-07T06:12:32.6950711Z * [new branch] gh/IvanKobzarev/142/head -> origin/gh/IvanKobzarev/142/head 2025-09-07T06:12:32.6951351Z * [new branch] gh/IvanKobzarev/142/orig -> origin/gh/IvanKobzarev/142/orig 2025-09-07T06:12:32.6951897Z * [new branch] gh/IvanKobzarev/143/base -> origin/gh/IvanKobzarev/143/base 2025-09-07T06:12:32.6952434Z * [new branch] gh/IvanKobzarev/143/head -> origin/gh/IvanKobzarev/143/head 2025-09-07T06:12:32.6952985Z * [new branch] gh/IvanKobzarev/143/orig -> origin/gh/IvanKobzarev/143/orig 2025-09-07T06:12:32.6953539Z * [new branch] gh/IvanKobzarev/144/base -> origin/gh/IvanKobzarev/144/base 2025-09-07T06:12:32.6954081Z * [new branch] gh/IvanKobzarev/144/head -> origin/gh/IvanKobzarev/144/head 2025-09-07T06:12:32.6954627Z * [new branch] gh/IvanKobzarev/144/orig -> origin/gh/IvanKobzarev/144/orig 2025-09-07T06:12:32.6955163Z * [new branch] gh/IvanKobzarev/145/base -> origin/gh/IvanKobzarev/145/base 2025-09-07T06:12:32.6955705Z * [new branch] gh/IvanKobzarev/145/head -> origin/gh/IvanKobzarev/145/head 2025-09-07T06:12:32.6956246Z * [new branch] gh/IvanKobzarev/145/orig -> origin/gh/IvanKobzarev/145/orig 2025-09-07T06:12:32.6956821Z * [new branch] gh/IvanKobzarev/146/base -> origin/gh/IvanKobzarev/146/base 2025-09-07T06:12:32.6957422Z * [new branch] gh/IvanKobzarev/146/head -> origin/gh/IvanKobzarev/146/head 2025-09-07T06:12:32.6958527Z * [new branch] gh/IvanKobzarev/146/orig -> origin/gh/IvanKobzarev/146/orig 2025-09-07T06:12:32.6959089Z * [new branch] gh/NikhilAPatel/1/base -> origin/gh/NikhilAPatel/1/base 2025-09-07T06:12:32.6959636Z * [new branch] gh/NikhilAPatel/1/head -> origin/gh/NikhilAPatel/1/head 2025-09-07T06:12:32.6960168Z * [new branch] gh/NikhilAPatel/2/base -> origin/gh/NikhilAPatel/2/base 2025-09-07T06:12:32.6960713Z * [new branch] gh/NikhilAPatel/2/head -> origin/gh/NikhilAPatel/2/head 2025-09-07T06:12:32.6961236Z * [new branch] gh/NikhilAPatel/4/base -> origin/gh/NikhilAPatel/4/base 2025-09-07T06:12:32.6961771Z * [new branch] gh/NikhilAPatel/4/head -> origin/gh/NikhilAPatel/4/head 2025-09-07T06:12:32.6962273Z * [new branch] gh/PaliC/1/base -> origin/gh/PaliC/1/base 2025-09-07T06:12:32.6962826Z * [new branch] gh/PaliC/1/head -> origin/gh/PaliC/1/head 2025-09-07T06:12:32.6963295Z * [new branch] gh/PaliC/1/orig -> origin/gh/PaliC/1/orig 2025-09-07T06:12:32.6963771Z * [new branch] gh/PaliC/17/base -> origin/gh/PaliC/17/base 2025-09-07T06:12:32.6964245Z * [new branch] gh/PaliC/17/head -> origin/gh/PaliC/17/head 2025-09-07T06:12:32.6964717Z * [new branch] gh/PaliC/17/orig -> origin/gh/PaliC/17/orig 2025-09-07T06:12:32.6965182Z * [new branch] gh/PaliC/18/base -> origin/gh/PaliC/18/base 2025-09-07T06:12:32.6965653Z * [new branch] gh/PaliC/18/head -> origin/gh/PaliC/18/head 2025-09-07T06:12:32.6966116Z * [new branch] gh/PaliC/18/orig -> origin/gh/PaliC/18/orig 2025-09-07T06:12:32.6966581Z * [new branch] gh/PaliC/2/base -> origin/gh/PaliC/2/base 2025-09-07T06:12:32.6967037Z * [new branch] gh/PaliC/2/head -> origin/gh/PaliC/2/head 2025-09-07T06:12:32.6967508Z * [new branch] gh/PaliC/2/orig -> origin/gh/PaliC/2/orig 2025-09-07T06:12:32.6968436Z * [new branch] gh/PaliC/20/base -> origin/gh/PaliC/20/base 2025-09-07T06:12:32.6968963Z * [new branch] gh/PaliC/20/head -> origin/gh/PaliC/20/head 2025-09-07T06:12:32.6969445Z * [new branch] gh/PaliC/20/orig -> origin/gh/PaliC/20/orig 2025-09-07T06:12:32.6969902Z * [new branch] gh/PaliC/21/base -> origin/gh/PaliC/21/base 2025-09-07T06:12:32.6970368Z * [new branch] gh/PaliC/21/head -> origin/gh/PaliC/21/head 2025-09-07T06:12:32.6970831Z * [new branch] gh/PaliC/21/orig -> origin/gh/PaliC/21/orig 2025-09-07T06:12:32.6971288Z * [new branch] gh/PaliC/22/base -> origin/gh/PaliC/22/base 2025-09-07T06:12:32.6971768Z * [new branch] gh/PaliC/22/head -> origin/gh/PaliC/22/head 2025-09-07T06:12:32.6972222Z * [new branch] gh/PaliC/22/orig -> origin/gh/PaliC/22/orig 2025-09-07T06:12:32.6972689Z * [new branch] gh/PaliC/23/base -> origin/gh/PaliC/23/base 2025-09-07T06:12:32.6973158Z * [new branch] gh/PaliC/23/head -> origin/gh/PaliC/23/head 2025-09-07T06:12:32.6973615Z * [new branch] gh/PaliC/23/orig -> origin/gh/PaliC/23/orig 2025-09-07T06:12:32.6974123Z * [new branch] gh/PaliC/24/base -> origin/gh/PaliC/24/base 2025-09-07T06:12:32.6974623Z * [new branch] gh/PaliC/24/head -> origin/gh/PaliC/24/head 2025-09-07T06:12:32.6975095Z * [new branch] gh/PaliC/24/orig -> origin/gh/PaliC/24/orig 2025-09-07T06:12:32.6975593Z * [new branch] gh/PaulZhang12/17/base -> origin/gh/PaulZhang12/17/base 2025-09-07T06:12:32.6976214Z * [new branch] gh/PaulZhang12/17/head -> origin/gh/PaulZhang12/17/head 2025-09-07T06:12:32.6976750Z * [new branch] gh/PaulZhang12/20/base -> origin/gh/PaulZhang12/20/base 2025-09-07T06:12:32.6977271Z * [new branch] gh/PaulZhang12/20/head -> origin/gh/PaulZhang12/20/head 2025-09-07T06:12:32.6977800Z * [new branch] gh/PaulZhang12/20/orig -> origin/gh/PaulZhang12/20/orig 2025-09-07T06:12:32.6978317Z * [new branch] gh/PaulZhang12/21/base -> origin/gh/PaulZhang12/21/base 2025-09-07T06:12:32.6978846Z * [new branch] gh/PaulZhang12/21/head -> origin/gh/PaulZhang12/21/head 2025-09-07T06:12:32.6979370Z * [new branch] gh/PaulZhang12/21/orig -> origin/gh/PaulZhang12/21/orig 2025-09-07T06:12:32.6979925Z * [new branch] gh/PaulZhang12/22/base -> origin/gh/PaulZhang12/22/base 2025-09-07T06:12:32.6980494Z * [new branch] gh/PaulZhang12/22/head -> origin/gh/PaulZhang12/22/head 2025-09-07T06:12:32.6981018Z * [new branch] gh/PaulZhang12/22/orig -> origin/gh/PaulZhang12/22/orig 2025-09-07T06:12:32.6981547Z * [new branch] gh/PaulZhang12/23/base -> origin/gh/PaulZhang12/23/base 2025-09-07T06:12:32.6982072Z * [new branch] gh/PaulZhang12/23/head -> origin/gh/PaulZhang12/23/head 2025-09-07T06:12:32.6982586Z * [new branch] gh/PaulZhang12/23/orig -> origin/gh/PaulZhang12/23/orig 2025-09-07T06:12:32.6983115Z * [new branch] gh/PaulZhang12/24/base -> origin/gh/PaulZhang12/24/base 2025-09-07T06:12:32.6983627Z * [new branch] gh/PaulZhang12/24/head -> origin/gh/PaulZhang12/24/head 2025-09-07T06:12:32.6984145Z * [new branch] gh/PaulZhang12/24/orig -> origin/gh/PaulZhang12/24/orig 2025-09-07T06:12:32.6984663Z * [new branch] gh/PaulZhang12/25/base -> origin/gh/PaulZhang12/25/base 2025-09-07T06:12:32.6985178Z * [new branch] gh/PaulZhang12/25/head -> origin/gh/PaulZhang12/25/head 2025-09-07T06:12:32.6985742Z * [new branch] gh/PaulZhang12/25/orig -> origin/gh/PaulZhang12/25/orig 2025-09-07T06:12:32.6986707Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-09-07T06:12:32.6987254Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-09-07T06:12:32.6987795Z * [new branch] gh/Sidharth123-cpu/24/base -> origin/gh/Sidharth123-cpu/24/base 2025-09-07T06:12:32.6988355Z * [new branch] gh/Sidharth123-cpu/25/base -> origin/gh/Sidharth123-cpu/25/base 2025-09-07T06:12:32.6988926Z * [new branch] gh/Sidharth123-cpu/26/base -> origin/gh/Sidharth123-cpu/26/base 2025-09-07T06:12:32.6989478Z * [new branch] gh/Sidharth123-cpu/27/base -> origin/gh/Sidharth123-cpu/27/base 2025-09-07T06:12:32.6990025Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-09-07T06:12:32.6990533Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-09-07T06:12:32.6991143Z * [new branch] gh/StrongerXi/133/base -> origin/gh/StrongerXi/133/base 2025-09-07T06:12:32.6991729Z * [new branch] gh/StrongerXi/133/head -> origin/gh/StrongerXi/133/head 2025-09-07T06:12:32.6992281Z * [new branch] gh/StrongerXi/133/orig -> origin/gh/StrongerXi/133/orig 2025-09-07T06:12:32.6992802Z * [new branch] gh/StrongerXi/134/base -> origin/gh/StrongerXi/134/base 2025-09-07T06:12:32.6993312Z * [new branch] gh/StrongerXi/134/head -> origin/gh/StrongerXi/134/head 2025-09-07T06:12:32.6993838Z * [new branch] gh/StrongerXi/134/orig -> origin/gh/StrongerXi/134/orig 2025-09-07T06:12:32.6994359Z * [new branch] gh/StrongerXi/136/base -> origin/gh/StrongerXi/136/base 2025-09-07T06:12:32.6994958Z * [new branch] gh/StrongerXi/136/head -> origin/gh/StrongerXi/136/head 2025-09-07T06:12:32.6995487Z * [new branch] gh/StrongerXi/136/orig -> origin/gh/StrongerXi/136/orig 2025-09-07T06:12:32.6996005Z * [new branch] gh/StrongerXi/137/base -> origin/gh/StrongerXi/137/base 2025-09-07T06:12:32.6996534Z * [new branch] gh/StrongerXi/137/head -> origin/gh/StrongerXi/137/head 2025-09-07T06:12:32.6997061Z * [new branch] gh/StrongerXi/137/orig -> origin/gh/StrongerXi/137/orig 2025-09-07T06:12:32.6997623Z * [new branch] gh/StrongerXi/138/base -> origin/gh/StrongerXi/138/base 2025-09-07T06:12:32.6998180Z * [new branch] gh/StrongerXi/138/head -> origin/gh/StrongerXi/138/head 2025-09-07T06:12:32.6998692Z * [new branch] gh/StrongerXi/138/orig -> origin/gh/StrongerXi/138/orig 2025-09-07T06:12:32.6999212Z * [new branch] gh/StrongerXi/139/base -> origin/gh/StrongerXi/139/base 2025-09-07T06:12:32.6999745Z * [new branch] gh/StrongerXi/139/head -> origin/gh/StrongerXi/139/head 2025-09-07T06:12:32.7000264Z * [new branch] gh/StrongerXi/139/orig -> origin/gh/StrongerXi/139/orig 2025-09-07T06:12:32.7000788Z * [new branch] gh/StrongerXi/140/base -> origin/gh/StrongerXi/140/base 2025-09-07T06:12:32.7001298Z * [new branch] gh/StrongerXi/140/head -> origin/gh/StrongerXi/140/head 2025-09-07T06:12:32.7001821Z * [new branch] gh/StrongerXi/140/orig -> origin/gh/StrongerXi/140/orig 2025-09-07T06:12:32.7002333Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-09-07T06:12:32.7002854Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-09-07T06:12:32.7003416Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-09-07T06:12:32.7003972Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-09-07T06:12:32.7004478Z * [new branch] gh/XilunWu/133/base -> origin/gh/XilunWu/133/base 2025-09-07T06:12:32.7005374Z * [new branch] gh/XilunWu/133/head -> origin/gh/XilunWu/133/head 2025-09-07T06:12:32.7005883Z * [new branch] gh/XilunWu/133/orig -> origin/gh/XilunWu/133/orig 2025-09-07T06:12:32.7006378Z * [new branch] gh/XilunWu/139/base -> origin/gh/XilunWu/139/base 2025-09-07T06:12:32.7006868Z * [new branch] gh/XilunWu/139/head -> origin/gh/XilunWu/139/head 2025-09-07T06:12:32.7007373Z * [new branch] gh/XilunWu/139/orig -> origin/gh/XilunWu/139/orig 2025-09-07T06:12:32.7007867Z * [new branch] gh/XilunWu/143/base -> origin/gh/XilunWu/143/base 2025-09-07T06:12:32.7008368Z * [new branch] gh/XilunWu/143/head -> origin/gh/XilunWu/143/head 2025-09-07T06:12:32.7008914Z * [new branch] gh/XilunWu/143/orig -> origin/gh/XilunWu/143/orig 2025-09-07T06:12:32.7009446Z * [new branch] gh/XilunWu/144/base -> origin/gh/XilunWu/144/base 2025-09-07T06:12:32.7009939Z * [new branch] gh/XilunWu/144/head -> origin/gh/XilunWu/144/head 2025-09-07T06:12:32.7010419Z * [new branch] gh/XilunWu/144/orig -> origin/gh/XilunWu/144/orig 2025-09-07T06:12:32.7010930Z * [new branch] gh/XilunWu/145/base -> origin/gh/XilunWu/145/base 2025-09-07T06:12:32.7011431Z * [new branch] gh/XilunWu/145/head -> origin/gh/XilunWu/145/head 2025-09-07T06:12:32.7011918Z * [new branch] gh/XilunWu/145/orig -> origin/gh/XilunWu/145/orig 2025-09-07T06:12:32.7012424Z * [new branch] gh/XilunWu/146/base -> origin/gh/XilunWu/146/base 2025-09-07T06:12:32.7012916Z * [new branch] gh/XilunWu/146/head -> origin/gh/XilunWu/146/head 2025-09-07T06:12:32.7013503Z * [new branch] gh/XilunWu/146/orig -> origin/gh/XilunWu/146/orig 2025-09-07T06:12:32.7013996Z * [new branch] gh/XilunWu/147/base -> origin/gh/XilunWu/147/base 2025-09-07T06:12:32.7014543Z * [new branch] gh/XilunWu/147/head -> origin/gh/XilunWu/147/head 2025-09-07T06:12:32.7015093Z * [new branch] gh/XilunWu/147/orig -> origin/gh/XilunWu/147/orig 2025-09-07T06:12:32.7015586Z * [new branch] gh/XilunWu/148/base -> origin/gh/XilunWu/148/base 2025-09-07T06:12:32.7016098Z * [new branch] gh/XilunWu/148/head -> origin/gh/XilunWu/148/head 2025-09-07T06:12:32.7016590Z * [new branch] gh/XilunWu/148/orig -> origin/gh/XilunWu/148/orig 2025-09-07T06:12:32.7017103Z * [new branch] gh/XilunWu/149/base -> origin/gh/XilunWu/149/base 2025-09-07T06:12:32.7017607Z * [new branch] gh/XilunWu/149/head -> origin/gh/XilunWu/149/head 2025-09-07T06:12:32.7018099Z * [new branch] gh/XilunWu/149/orig -> origin/gh/XilunWu/149/orig 2025-09-07T06:12:32.7018603Z * [new branch] gh/XilunWu/150/base -> origin/gh/XilunWu/150/base 2025-09-07T06:12:32.7019097Z * [new branch] gh/XilunWu/150/head -> origin/gh/XilunWu/150/head 2025-09-07T06:12:32.7019604Z * [new branch] gh/XilunWu/150/orig -> origin/gh/XilunWu/150/orig 2025-09-07T06:12:32.7020102Z * [new branch] gh/XilunWu/151/base -> origin/gh/XilunWu/151/base 2025-09-07T06:12:32.7020642Z * [new branch] gh/XilunWu/151/head -> origin/gh/XilunWu/151/head 2025-09-07T06:12:32.7021188Z * [new branch] gh/XilunWu/151/orig -> origin/gh/XilunWu/151/orig 2025-09-07T06:12:32.7021681Z * [new branch] gh/XilunWu/152/base -> origin/gh/XilunWu/152/base 2025-09-07T06:12:32.7022185Z * [new branch] gh/XilunWu/152/head -> origin/gh/XilunWu/152/head 2025-09-07T06:12:32.7022697Z * [new branch] gh/XilunWu/152/orig -> origin/gh/XilunWu/152/orig 2025-09-07T06:12:32.7023585Z * [new branch] gh/XilunWu/153/base -> origin/gh/XilunWu/153/base 2025-09-07T06:12:32.7024101Z * [new branch] gh/XilunWu/153/head -> origin/gh/XilunWu/153/head 2025-09-07T06:12:32.7024598Z * [new branch] gh/XilunWu/153/orig -> origin/gh/XilunWu/153/orig 2025-09-07T06:12:32.7025110Z * [new branch] gh/XilunWu/160/base -> origin/gh/XilunWu/160/base 2025-09-07T06:12:32.7025603Z * [new branch] gh/XilunWu/160/head -> origin/gh/XilunWu/160/head 2025-09-07T06:12:32.7026151Z * [new branch] gh/XilunWu/160/orig -> origin/gh/XilunWu/160/orig 2025-09-07T06:12:32.7026696Z * [new branch] gh/XilunWu/161/base -> origin/gh/XilunWu/161/base 2025-09-07T06:12:32.7027191Z * [new branch] gh/XilunWu/161/head -> origin/gh/XilunWu/161/head 2025-09-07T06:12:32.7027695Z * [new branch] gh/XilunWu/161/orig -> origin/gh/XilunWu/161/orig 2025-09-07T06:12:32.7028189Z * [new branch] gh/XilunWu/163/base -> origin/gh/XilunWu/163/base 2025-09-07T06:12:32.7028701Z * [new branch] gh/XilunWu/163/head -> origin/gh/XilunWu/163/head 2025-09-07T06:12:32.7029202Z * [new branch] gh/XilunWu/163/orig -> origin/gh/XilunWu/163/orig 2025-09-07T06:12:32.7029695Z * [new branch] gh/XilunWu/164/base -> origin/gh/XilunWu/164/base 2025-09-07T06:12:32.7030204Z * [new branch] gh/XilunWu/164/head -> origin/gh/XilunWu/164/head 2025-09-07T06:12:32.7030695Z * [new branch] gh/XilunWu/164/orig -> origin/gh/XilunWu/164/orig 2025-09-07T06:12:32.7031307Z * [new branch] gh/XilunWu/165/base -> origin/gh/XilunWu/165/base 2025-09-07T06:12:32.7031942Z * [new branch] gh/XilunWu/165/head -> origin/gh/XilunWu/165/head 2025-09-07T06:12:32.7032491Z * [new branch] gh/XilunWu/165/orig -> origin/gh/XilunWu/165/orig 2025-09-07T06:12:32.7032998Z * [new branch] gh/XilunWu/166/base -> origin/gh/XilunWu/166/base 2025-09-07T06:12:32.7033487Z * [new branch] gh/XilunWu/166/head -> origin/gh/XilunWu/166/head 2025-09-07T06:12:32.7033990Z * [new branch] gh/XilunWu/166/orig -> origin/gh/XilunWu/166/orig 2025-09-07T06:12:32.7034490Z * [new branch] gh/XilunWu/167/base -> origin/gh/XilunWu/167/base 2025-09-07T06:12:32.7034984Z * [new branch] gh/XilunWu/167/head -> origin/gh/XilunWu/167/head 2025-09-07T06:12:32.7035486Z * [new branch] gh/XilunWu/167/orig -> origin/gh/XilunWu/167/orig 2025-09-07T06:12:32.7035976Z * [new branch] gh/XilunWu/168/base -> origin/gh/XilunWu/168/base 2025-09-07T06:12:32.7036484Z * [new branch] gh/XilunWu/168/head -> origin/gh/XilunWu/168/head 2025-09-07T06:12:32.7036976Z * [new branch] gh/XilunWu/168/orig -> origin/gh/XilunWu/168/orig 2025-09-07T06:12:32.7037520Z * [new branch] gh/XilunWu/169/base -> origin/gh/XilunWu/169/base 2025-09-07T06:12:32.7038067Z * [new branch] gh/XilunWu/169/head -> origin/gh/XilunWu/169/head 2025-09-07T06:12:32.7038562Z * [new branch] gh/XilunWu/169/orig -> origin/gh/XilunWu/169/orig 2025-09-07T06:12:32.7039060Z * [new branch] gh/XilunWu/170/base -> origin/gh/XilunWu/170/base 2025-09-07T06:12:32.7039550Z * [new branch] gh/XilunWu/170/head -> origin/gh/XilunWu/170/head 2025-09-07T06:12:32.7040056Z * [new branch] gh/XilunWu/170/orig -> origin/gh/XilunWu/170/orig 2025-09-07T06:12:32.7040581Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-09-07T06:12:32.7041105Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-09-07T06:12:32.7042053Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-09-07T06:12:32.7042584Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-09-07T06:12:32.7043120Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-09-07T06:12:32.7043743Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-09-07T06:12:32.7044261Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-09-07T06:12:32.7044792Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-09-07T06:12:32.7045304Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-09-07T06:12:32.7045840Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-09-07T06:12:32.7046358Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-09-07T06:12:32.7046890Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-09-07T06:12:32.7047424Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-09-07T06:12:32.7047942Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-09-07T06:12:32.7048467Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-09-07T06:12:32.7049019Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-09-07T06:12:32.7049587Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-09-07T06:12:32.7050110Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-09-07T06:12:32.7050711Z * [new branch] gh/XuehaiPan/254/base -> origin/gh/XuehaiPan/254/base 2025-09-07T06:12:32.7051238Z * [new branch] gh/XuehaiPan/254/head -> origin/gh/XuehaiPan/254/head 2025-09-07T06:12:32.7051751Z * [new branch] gh/XuehaiPan/254/orig -> origin/gh/XuehaiPan/254/orig 2025-09-07T06:12:32.7052280Z * [new branch] gh/XuehaiPan/255/base -> origin/gh/XuehaiPan/255/base 2025-09-07T06:12:32.7052814Z * [new branch] gh/XuehaiPan/255/head -> origin/gh/XuehaiPan/255/head 2025-09-07T06:12:32.7053326Z * [new branch] gh/XuehaiPan/255/orig -> origin/gh/XuehaiPan/255/orig 2025-09-07T06:12:32.7053852Z * [new branch] gh/XuehaiPan/257/base -> origin/gh/XuehaiPan/257/base 2025-09-07T06:12:32.7054369Z * [new branch] gh/XuehaiPan/257/head -> origin/gh/XuehaiPan/257/head 2025-09-07T06:12:32.7054945Z * [new branch] gh/XuehaiPan/257/orig -> origin/gh/XuehaiPan/257/orig 2025-09-07T06:12:32.7055514Z * [new branch] gh/XuehaiPan/271/base -> origin/gh/XuehaiPan/271/base 2025-09-07T06:12:32.7056036Z * [new branch] gh/XuehaiPan/271/head -> origin/gh/XuehaiPan/271/head 2025-09-07T06:12:32.7056565Z * [new branch] gh/XuehaiPan/271/orig -> origin/gh/XuehaiPan/271/orig 2025-09-07T06:12:32.7057080Z * [new branch] gh/XuehaiPan/290/base -> origin/gh/XuehaiPan/290/base 2025-09-07T06:12:32.7057610Z * [new branch] gh/XuehaiPan/290/head -> origin/gh/XuehaiPan/290/head 2025-09-07T06:12:32.7058124Z * [new branch] gh/XuehaiPan/290/orig -> origin/gh/XuehaiPan/290/orig 2025-09-07T06:12:32.7058650Z * [new branch] gh/XuehaiPan/343/base -> origin/gh/XuehaiPan/343/base 2025-09-07T06:12:32.7059175Z * [new branch] gh/XuehaiPan/343/head -> origin/gh/XuehaiPan/343/head 2025-09-07T06:12:32.7059689Z * [new branch] gh/XuehaiPan/343/orig -> origin/gh/XuehaiPan/343/orig 2025-09-07T06:12:32.7060641Z * [new branch] gh/XuehaiPan/347/base -> origin/gh/XuehaiPan/347/base 2025-09-07T06:12:32.7061228Z * [new branch] gh/XuehaiPan/347/head -> origin/gh/XuehaiPan/347/head 2025-09-07T06:12:32.7061764Z * [new branch] gh/XuehaiPan/347/orig -> origin/gh/XuehaiPan/347/orig 2025-09-07T06:12:32.7062289Z * [new branch] gh/XuehaiPan/348/base -> origin/gh/XuehaiPan/348/base 2025-09-07T06:12:32.7062801Z * [new branch] gh/XuehaiPan/348/head -> origin/gh/XuehaiPan/348/head 2025-09-07T06:12:32.7063325Z * [new branch] gh/XuehaiPan/348/orig -> origin/gh/XuehaiPan/348/orig 2025-09-07T06:12:32.7063840Z * [new branch] gh/XuehaiPan/350/base -> origin/gh/XuehaiPan/350/base 2025-09-07T06:12:32.7064372Z * [new branch] gh/XuehaiPan/350/head -> origin/gh/XuehaiPan/350/head 2025-09-07T06:12:32.7064900Z * [new branch] gh/XuehaiPan/350/orig -> origin/gh/XuehaiPan/350/orig 2025-09-07T06:12:32.7065416Z * [new branch] gh/XuehaiPan/356/base -> origin/gh/XuehaiPan/356/base 2025-09-07T06:12:32.7065949Z * [new branch] gh/XuehaiPan/356/head -> origin/gh/XuehaiPan/356/head 2025-09-07T06:12:32.7066544Z * [new branch] gh/XuehaiPan/356/orig -> origin/gh/XuehaiPan/356/orig 2025-09-07T06:12:32.7067078Z * [new branch] gh/XuehaiPan/357/base -> origin/gh/XuehaiPan/357/base 2025-09-07T06:12:32.7067606Z * [new branch] gh/XuehaiPan/357/head -> origin/gh/XuehaiPan/357/head 2025-09-07T06:12:32.7068120Z * [new branch] gh/XuehaiPan/357/orig -> origin/gh/XuehaiPan/357/orig 2025-09-07T06:12:32.7068660Z * [new branch] gh/XuehaiPan/358/base -> origin/gh/XuehaiPan/358/base 2025-09-07T06:12:32.7069260Z * [new branch] gh/XuehaiPan/358/head -> origin/gh/XuehaiPan/358/head 2025-09-07T06:12:32.7069791Z * [new branch] gh/XuehaiPan/358/orig -> origin/gh/XuehaiPan/358/orig 2025-09-07T06:12:32.7070309Z * [new branch] gh/XuehaiPan/359/base -> origin/gh/XuehaiPan/359/base 2025-09-07T06:12:32.7070837Z * [new branch] gh/XuehaiPan/359/head -> origin/gh/XuehaiPan/359/head 2025-09-07T06:12:32.7071447Z * [new branch] gh/XuehaiPan/359/orig -> origin/gh/XuehaiPan/359/orig 2025-09-07T06:12:32.7072005Z * [new branch] gh/XuehaiPan/360/base -> origin/gh/XuehaiPan/360/base 2025-09-07T06:12:32.7072620Z * [new branch] gh/XuehaiPan/360/head -> origin/gh/XuehaiPan/360/head 2025-09-07T06:12:32.7073171Z * [new branch] gh/XuehaiPan/360/orig -> origin/gh/XuehaiPan/360/orig 2025-09-07T06:12:32.7073775Z * [new branch] gh/XuehaiPan/365/base -> origin/gh/XuehaiPan/365/base 2025-09-07T06:12:32.7074349Z * [new branch] gh/XuehaiPan/365/head -> origin/gh/XuehaiPan/365/head 2025-09-07T06:12:32.7074949Z * [new branch] gh/XuehaiPan/365/orig -> origin/gh/XuehaiPan/365/orig 2025-09-07T06:12:32.7075518Z * [new branch] gh/XuehaiPan/366/base -> origin/gh/XuehaiPan/366/base 2025-09-07T06:12:32.7076115Z * [new branch] gh/XuehaiPan/366/head -> origin/gh/XuehaiPan/366/head 2025-09-07T06:12:32.7076691Z * [new branch] gh/XuehaiPan/369/base -> origin/gh/XuehaiPan/369/base 2025-09-07T06:12:32.7077298Z * [new branch] gh/XuehaiPan/369/head -> origin/gh/XuehaiPan/369/head 2025-09-07T06:12:32.7077855Z * [new branch] gh/XuehaiPan/369/orig -> origin/gh/XuehaiPan/369/orig 2025-09-07T06:12:32.7078465Z * [new branch] gh/XuehaiPan/370/base -> origin/gh/XuehaiPan/370/base 2025-09-07T06:12:32.7079026Z * [new branch] gh/XuehaiPan/370/head -> origin/gh/XuehaiPan/370/head 2025-09-07T06:12:32.7079628Z * [new branch] gh/XuehaiPan/370/orig -> origin/gh/XuehaiPan/370/orig 2025-09-07T06:12:32.7080723Z * [new branch] gh/XuehaiPan/380/base -> origin/gh/XuehaiPan/380/base 2025-09-07T06:12:32.7081297Z * [new branch] gh/XuehaiPan/380/head -> origin/gh/XuehaiPan/380/head 2025-09-07T06:12:32.7081909Z * [new branch] gh/XuehaiPan/380/orig -> origin/gh/XuehaiPan/380/orig 2025-09-07T06:12:32.7082494Z * [new branch] gh/XuehaiPan/381/base -> origin/gh/XuehaiPan/381/base 2025-09-07T06:12:32.7083072Z * [new branch] gh/XuehaiPan/381/head -> origin/gh/XuehaiPan/381/head 2025-09-07T06:12:32.7083668Z * [new branch] gh/XuehaiPan/382/base -> origin/gh/XuehaiPan/382/base 2025-09-07T06:12:32.7084244Z * [new branch] gh/XuehaiPan/382/head -> origin/gh/XuehaiPan/382/head 2025-09-07T06:12:32.7084858Z * [new branch] gh/XuehaiPan/382/orig -> origin/gh/XuehaiPan/382/orig 2025-09-07T06:12:32.7085417Z * [new branch] gh/XuehaiPan/383/base -> origin/gh/XuehaiPan/383/base 2025-09-07T06:12:32.7117157Z * [new branch] gh/XuehaiPan/383/head -> origin/gh/XuehaiPan/383/head 2025-09-07T06:12:32.7117958Z * [new branch] gh/XuehaiPan/383/orig -> origin/gh/XuehaiPan/383/orig 2025-09-07T06:12:32.7118509Z * [new branch] gh/XuehaiPan/384/base -> origin/gh/XuehaiPan/384/base 2025-09-07T06:12:32.7119028Z * [new branch] gh/XuehaiPan/384/head -> origin/gh/XuehaiPan/384/head 2025-09-07T06:12:32.7119534Z * [new branch] gh/XuehaiPan/384/orig -> origin/gh/XuehaiPan/384/orig 2025-09-07T06:12:32.7120055Z * [new branch] gh/XuehaiPan/385/base -> origin/gh/XuehaiPan/385/base 2025-09-07T06:12:32.7120608Z * [new branch] gh/XuehaiPan/385/head -> origin/gh/XuehaiPan/385/head 2025-09-07T06:12:32.7121330Z * [new branch] gh/XuehaiPan/385/orig -> origin/gh/XuehaiPan/385/orig 2025-09-07T06:12:32.7121847Z * [new branch] gh/XuehaiPan/386/base -> origin/gh/XuehaiPan/386/base 2025-09-07T06:12:32.7122347Z * [new branch] gh/XuehaiPan/386/head -> origin/gh/XuehaiPan/386/head 2025-09-07T06:12:32.7122850Z * [new branch] gh/XuehaiPan/386/orig -> origin/gh/XuehaiPan/386/orig 2025-09-07T06:12:32.7123356Z * [new branch] gh/XuehaiPan/387/base -> origin/gh/XuehaiPan/387/base 2025-09-07T06:12:32.7123856Z * [new branch] gh/XuehaiPan/387/head -> origin/gh/XuehaiPan/387/head 2025-09-07T06:12:32.7124356Z * [new branch] gh/XuehaiPan/387/orig -> origin/gh/XuehaiPan/387/orig 2025-09-07T06:12:32.7124866Z * [new branch] gh/ZainRizvi/1/base -> origin/gh/ZainRizvi/1/base 2025-09-07T06:12:32.7125376Z * [new branch] gh/ZainRizvi/1/head -> origin/gh/ZainRizvi/1/head 2025-09-07T06:12:32.7125863Z * [new branch] gh/ZainRizvi/2/base -> origin/gh/ZainRizvi/2/base 2025-09-07T06:12:32.7126437Z * [new branch] gh/ZainRizvi/2/head -> origin/gh/ZainRizvi/2/head 2025-09-07T06:12:32.7126981Z * [new branch] gh/ZainRizvi/3/base -> origin/gh/ZainRizvi/3/base 2025-09-07T06:12:32.7127463Z * [new branch] gh/ZainRizvi/3/head -> origin/gh/ZainRizvi/3/head 2025-09-07T06:12:32.7127957Z * [new branch] gh/ZainRizvi/4/base -> origin/gh/ZainRizvi/4/base 2025-09-07T06:12:32.7128442Z * [new branch] gh/ZainRizvi/4/head -> origin/gh/ZainRizvi/4/head 2025-09-07T06:12:32.7128945Z * [new branch] gh/ZainRizvi/5/base -> origin/gh/ZainRizvi/5/base 2025-09-07T06:12:32.7129436Z * [new branch] gh/ZainRizvi/5/head -> origin/gh/ZainRizvi/5/head 2025-09-07T06:12:32.7129933Z * [new branch] gh/ZainRizvi/6/base -> origin/gh/ZainRizvi/6/base 2025-09-07T06:12:32.7130933Z * [new branch] gh/ZainRizvi/6/head -> origin/gh/ZainRizvi/6/head 2025-09-07T06:12:32.7131440Z * [new branch] gh/ZainRizvi/6/orig -> origin/gh/ZainRizvi/6/orig 2025-09-07T06:12:32.7131942Z * [new branch] gh/ZainRizvi/7/base -> origin/gh/ZainRizvi/7/base 2025-09-07T06:12:32.7132527Z * [new branch] gh/ZainRizvi/7/head -> origin/gh/ZainRizvi/7/head 2025-09-07T06:12:32.7133037Z * [new branch] gh/ZainRizvi/7/orig -> origin/gh/ZainRizvi/7/orig 2025-09-07T06:12:32.7133542Z * [new branch] gh/ZainRizvi/8/base -> origin/gh/ZainRizvi/8/base 2025-09-07T06:12:32.7134036Z * [new branch] gh/ZainRizvi/8/head -> origin/gh/ZainRizvi/8/head 2025-09-07T06:12:32.7134534Z * [new branch] gh/ZainRizvi/9/base -> origin/gh/ZainRizvi/9/base 2025-09-07T06:12:32.7135026Z * [new branch] gh/ZainRizvi/9/head -> origin/gh/ZainRizvi/9/head 2025-09-07T06:12:32.7135663Z * [new branch] gh/ZainRizvi/9/orig -> origin/gh/ZainRizvi/9/orig 2025-09-07T06:12:32.7136187Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-09-07T06:12:32.7136719Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-09-07T06:12:32.7137251Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-09-07T06:12:32.7137810Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-09-07T06:12:32.7138374Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-09-07T06:12:32.7138899Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-09-07T06:12:32.7139508Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-09-07T06:12:32.7140032Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-09-07T06:12:32.7140554Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-09-07T06:12:32.7141082Z * [new branch] gh/ZhiweiYan-96/62/base -> origin/gh/ZhiweiYan-96/62/base 2025-09-07T06:12:32.7141609Z * [new branch] gh/ZhiweiYan-96/62/head -> origin/gh/ZhiweiYan-96/62/head 2025-09-07T06:12:32.7142123Z * [new branch] gh/ZhiweiYan-96/64/base -> origin/gh/ZhiweiYan-96/64/base 2025-09-07T06:12:32.7142645Z * [new branch] gh/ZhiweiYan-96/64/head -> origin/gh/ZhiweiYan-96/64/head 2025-09-07T06:12:32.7143161Z * [new branch] gh/ZhiweiYan-96/64/orig -> origin/gh/ZhiweiYan-96/64/orig 2025-09-07T06:12:32.7143720Z * [new branch] gh/ZhiweiYan-96/65/base -> origin/gh/ZhiweiYan-96/65/base 2025-09-07T06:12:32.7144260Z * [new branch] gh/ZhiweiYan-96/65/head -> origin/gh/ZhiweiYan-96/65/head 2025-09-07T06:12:32.7144784Z * [new branch] gh/ZhiweiYan-96/65/orig -> origin/gh/ZhiweiYan-96/65/orig 2025-09-07T06:12:32.7145306Z * [new branch] gh/ZhiweiYan-96/66/base -> origin/gh/ZhiweiYan-96/66/base 2025-09-07T06:12:32.7145824Z * [new branch] gh/ZhiweiYan-96/66/head -> origin/gh/ZhiweiYan-96/66/head 2025-09-07T06:12:32.7146356Z * [new branch] gh/ZhiweiYan-96/67/base -> origin/gh/ZhiweiYan-96/67/base 2025-09-07T06:12:32.7146877Z * [new branch] gh/ZhiweiYan-96/67/head -> origin/gh/ZhiweiYan-96/67/head 2025-09-07T06:12:32.7147403Z * [new branch] gh/ZhiweiYan-96/68/base -> origin/gh/ZhiweiYan-96/68/base 2025-09-07T06:12:32.7147932Z * [new branch] gh/ZhiweiYan-96/68/head -> origin/gh/ZhiweiYan-96/68/head 2025-09-07T06:12:32.7148495Z * [new branch] gh/ZhiweiYan-96/68/orig -> origin/gh/ZhiweiYan-96/68/orig 2025-09-07T06:12:32.7149055Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-09-07T06:12:32.7150015Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-09-07T06:12:32.7150539Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-09-07T06:12:32.7151122Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-09-07T06:12:32.7151636Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-09-07T06:12:32.7152162Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-09-07T06:12:32.7152653Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-09-07T06:12:32.7153387Z * [new branch] gh/alexbrauckmann/paddedtensor_faketensor_init -> origin/gh/alexbrauckmann/paddedtensor_faketensor_init 2025-09-07T06:12:32.7154135Z * [new branch] gh/alexsamardzic/9/base -> origin/gh/alexsamardzic/9/base 2025-09-07T06:12:32.7154684Z * [new branch] gh/alexsamardzic/9/head -> origin/gh/alexsamardzic/9/head 2025-09-07T06:12:32.7155227Z * [new branch] gh/alexsamardzic/9/orig -> origin/gh/alexsamardzic/9/orig 2025-09-07T06:12:32.7155735Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-09-07T06:12:32.7156238Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-09-07T06:12:32.7156729Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-09-07T06:12:32.7157397Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-09-07T06:12:32.7157993Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-09-07T06:12:32.7158598Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-09-07T06:12:32.7159108Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-09-07T06:12:32.7159631Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-09-07T06:12:32.7160133Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-09-07T06:12:32.7160641Z * [new branch] gh/andrewor14/51/base -> origin/gh/andrewor14/51/base 2025-09-07T06:12:32.7161145Z * [new branch] gh/andrewor14/51/orig -> origin/gh/andrewor14/51/orig 2025-09-07T06:12:32.7161660Z * [new branch] gh/andyanwang/1/base -> origin/gh/andyanwang/1/base 2025-09-07T06:12:32.7162162Z * [new branch] gh/andyanwang/1/head -> origin/gh/andyanwang/1/head 2025-09-07T06:12:32.7162675Z * [new branch] gh/andyanwang/1/orig -> origin/gh/andyanwang/1/orig 2025-09-07T06:12:32.7163194Z * [new branch] gh/andyanwang/13/base -> origin/gh/andyanwang/13/base 2025-09-07T06:12:32.7163710Z * [new branch] gh/andyanwang/13/head -> origin/gh/andyanwang/13/head 2025-09-07T06:12:32.7164226Z * [new branch] gh/andyanwang/13/orig -> origin/gh/andyanwang/13/orig 2025-09-07T06:12:32.7164825Z * [new branch] gh/andyanwang/2/base -> origin/gh/andyanwang/2/base 2025-09-07T06:12:32.7165385Z * [new branch] gh/andyanwang/2/head -> origin/gh/andyanwang/2/head 2025-09-07T06:12:32.7165892Z * [new branch] gh/andyanwang/2/orig -> origin/gh/andyanwang/2/orig 2025-09-07T06:12:32.7166400Z * [new branch] gh/andyanwang/28/base -> origin/gh/andyanwang/28/base 2025-09-07T06:12:32.7166915Z * [new branch] gh/andyanwang/28/head -> origin/gh/andyanwang/28/head 2025-09-07T06:12:32.7167428Z * [new branch] gh/andyanwang/28/orig -> origin/gh/andyanwang/28/orig 2025-09-07T06:12:32.7167938Z * [new branch] gh/andyanwang/3/base -> origin/gh/andyanwang/3/base 2025-09-07T06:12:32.7168919Z * [new branch] gh/andyanwang/3/head -> origin/gh/andyanwang/3/head 2025-09-07T06:12:32.7169426Z * [new branch] gh/andyanwang/3/orig -> origin/gh/andyanwang/3/orig 2025-09-07T06:12:32.7169938Z * [new branch] gh/andyanwang/30/base -> origin/gh/andyanwang/30/base 2025-09-07T06:12:32.7170452Z * [new branch] gh/andyanwang/30/orig -> origin/gh/andyanwang/30/orig 2025-09-07T06:12:32.7170971Z * [new branch] gh/andyanwang/31/base -> origin/gh/andyanwang/31/base 2025-09-07T06:12:32.7171487Z * [new branch] gh/andyanwang/31/orig -> origin/gh/andyanwang/31/orig 2025-09-07T06:12:32.7171993Z * [new branch] gh/andyanwang/32/base -> origin/gh/andyanwang/32/base 2025-09-07T06:12:32.7172515Z * [new branch] gh/andyanwang/32/head -> origin/gh/andyanwang/32/head 2025-09-07T06:12:32.7173026Z * [new branch] gh/andyanwang/32/orig -> origin/gh/andyanwang/32/orig 2025-09-07T06:12:32.7173548Z * [new branch] gh/andyanwang/39/base -> origin/gh/andyanwang/39/base 2025-09-07T06:12:32.7174059Z * [new branch] gh/andyanwang/39/head -> origin/gh/andyanwang/39/head 2025-09-07T06:12:32.7174574Z * [new branch] gh/andyanwang/39/orig -> origin/gh/andyanwang/39/orig 2025-09-07T06:12:32.7175094Z * [new branch] gh/andyanwang/4/base -> origin/gh/andyanwang/4/base 2025-09-07T06:12:32.7175597Z * [new branch] gh/andyanwang/4/head -> origin/gh/andyanwang/4/head 2025-09-07T06:12:32.7176109Z * [new branch] gh/andyanwang/4/orig -> origin/gh/andyanwang/4/orig 2025-09-07T06:12:32.7176614Z * [new branch] gh/angelayi/107/base -> origin/gh/angelayi/107/base 2025-09-07T06:12:32.7177200Z * [new branch] gh/angelayi/107/head -> origin/gh/angelayi/107/head 2025-09-07T06:12:32.7177715Z * [new branch] gh/angelayi/111/base -> origin/gh/angelayi/111/base 2025-09-07T06:12:32.7178200Z * [new branch] gh/angelayi/111/head -> origin/gh/angelayi/111/head 2025-09-07T06:12:32.7178716Z * [new branch] gh/angelayi/111/orig -> origin/gh/angelayi/111/orig 2025-09-07T06:12:32.7179214Z * [new branch] gh/angelayi/112/base -> origin/gh/angelayi/112/base 2025-09-07T06:12:32.7179721Z * [new branch] gh/angelayi/112/head -> origin/gh/angelayi/112/head 2025-09-07T06:12:32.7180220Z * [new branch] gh/angelayi/112/orig -> origin/gh/angelayi/112/orig 2025-09-07T06:12:32.7180724Z * [new branch] gh/angelayi/113/base -> origin/gh/angelayi/113/base 2025-09-07T06:12:32.7181215Z * [new branch] gh/angelayi/113/head -> origin/gh/angelayi/113/head 2025-09-07T06:12:32.7181714Z * [new branch] gh/angelayi/113/orig -> origin/gh/angelayi/113/orig 2025-09-07T06:12:32.7182213Z * [new branch] gh/angelayi/114/base -> origin/gh/angelayi/114/base 2025-09-07T06:12:32.7182698Z * [new branch] gh/angelayi/114/head -> origin/gh/angelayi/114/head 2025-09-07T06:12:32.7183192Z * [new branch] gh/angelayi/114/orig -> origin/gh/angelayi/114/orig 2025-09-07T06:12:32.7183680Z * [new branch] gh/angelayi/115/base -> origin/gh/angelayi/115/base 2025-09-07T06:12:32.7184177Z * [new branch] gh/angelayi/115/head -> origin/gh/angelayi/115/head 2025-09-07T06:12:32.7184665Z * [new branch] gh/angelayi/115/orig -> origin/gh/angelayi/115/orig 2025-09-07T06:12:32.7185190Z * [new branch] gh/anijain2305/753/base -> origin/gh/anijain2305/753/base 2025-09-07T06:12:32.7185720Z * [new branch] gh/anijain2305/753/head -> origin/gh/anijain2305/753/head 2025-09-07T06:12:32.7186641Z * [new branch] gh/anijain2305/753/orig -> origin/gh/anijain2305/753/orig 2025-09-07T06:12:32.7187176Z * [new branch] gh/anijain2305/766/base -> origin/gh/anijain2305/766/base 2025-09-07T06:12:32.7187691Z * [new branch] gh/anijain2305/766/head -> origin/gh/anijain2305/766/head 2025-09-07T06:12:32.7188219Z * [new branch] gh/anijain2305/766/orig -> origin/gh/anijain2305/766/orig 2025-09-07T06:12:32.7188747Z * [new branch] gh/anijain2305/790/base -> origin/gh/anijain2305/790/base 2025-09-07T06:12:32.7189258Z * [new branch] gh/anijain2305/790/head -> origin/gh/anijain2305/790/head 2025-09-07T06:12:32.7189777Z * [new branch] gh/anijain2305/790/orig -> origin/gh/anijain2305/790/orig 2025-09-07T06:12:32.7190304Z * [new branch] gh/anijain2305/792/base -> origin/gh/anijain2305/792/base 2025-09-07T06:12:32.7190831Z * [new branch] gh/anijain2305/792/head -> origin/gh/anijain2305/792/head 2025-09-07T06:12:32.7191434Z * [new branch] gh/anijain2305/792/orig -> origin/gh/anijain2305/792/orig 2025-09-07T06:12:32.7191945Z * [new branch] gh/anijain2305/803/base -> origin/gh/anijain2305/803/base 2025-09-07T06:12:32.7192466Z * [new branch] gh/anijain2305/803/head -> origin/gh/anijain2305/803/head 2025-09-07T06:12:32.7192981Z * [new branch] gh/anijain2305/803/orig -> origin/gh/anijain2305/803/orig 2025-09-07T06:12:32.7193501Z * [new branch] gh/anijain2305/804/base -> origin/gh/anijain2305/804/base 2025-09-07T06:12:32.7194029Z * [new branch] gh/anijain2305/804/head -> origin/gh/anijain2305/804/head 2025-09-07T06:12:32.7194550Z * [new branch] gh/anijain2305/804/orig -> origin/gh/anijain2305/804/orig 2025-09-07T06:12:32.7195170Z * [new branch] gh/anijain2305/805/base -> origin/gh/anijain2305/805/base 2025-09-07T06:12:32.7195752Z * [new branch] gh/anijain2305/805/head -> origin/gh/anijain2305/805/head 2025-09-07T06:12:32.7196320Z * [new branch] gh/anijain2305/805/orig -> origin/gh/anijain2305/805/orig 2025-09-07T06:12:32.7196847Z * [new branch] gh/anijain2305/810/base -> origin/gh/anijain2305/810/base 2025-09-07T06:12:32.7197358Z * [new branch] gh/anijain2305/810/head -> origin/gh/anijain2305/810/head 2025-09-07T06:12:32.7197876Z * [new branch] gh/anijain2305/810/orig -> origin/gh/anijain2305/810/orig 2025-09-07T06:12:32.7198385Z * [new branch] gh/anijain2305/812/base -> origin/gh/anijain2305/812/base 2025-09-07T06:12:32.7198901Z * [new branch] gh/anijain2305/812/head -> origin/gh/anijain2305/812/head 2025-09-07T06:12:32.7199417Z * [new branch] gh/anijain2305/812/orig -> origin/gh/anijain2305/812/orig 2025-09-07T06:12:32.7199937Z * [new branch] gh/anijain2305/838/base -> origin/gh/anijain2305/838/base 2025-09-07T06:12:32.7200471Z * [new branch] gh/anijain2305/838/head -> origin/gh/anijain2305/838/head 2025-09-07T06:12:32.7200984Z * [new branch] gh/anijain2305/838/orig -> origin/gh/anijain2305/838/orig 2025-09-07T06:12:32.7201501Z * [new branch] gh/anijain2305/839/base -> origin/gh/anijain2305/839/base 2025-09-07T06:12:32.7202012Z * [new branch] gh/anijain2305/839/head -> origin/gh/anijain2305/839/head 2025-09-07T06:12:32.7202541Z * [new branch] gh/anijain2305/839/orig -> origin/gh/anijain2305/839/orig 2025-09-07T06:12:32.7203063Z * [new branch] gh/anijain2305/843/base -> origin/gh/anijain2305/843/base 2025-09-07T06:12:32.7203571Z * [new branch] gh/anijain2305/843/head -> origin/gh/anijain2305/843/head 2025-09-07T06:12:32.7204103Z * [new branch] gh/anijain2305/843/orig -> origin/gh/anijain2305/843/orig 2025-09-07T06:12:32.7205044Z * [new branch] gh/anijain2305/844/base -> origin/gh/anijain2305/844/base 2025-09-07T06:12:32.7205584Z * [new branch] gh/anijain2305/844/head -> origin/gh/anijain2305/844/head 2025-09-07T06:12:32.7206113Z * [new branch] gh/anijain2305/844/orig -> origin/gh/anijain2305/844/orig 2025-09-07T06:12:32.7206627Z * [new branch] gh/anijain2305/846/base -> origin/gh/anijain2305/846/base 2025-09-07T06:12:32.7207151Z * [new branch] gh/anijain2305/846/head -> origin/gh/anijain2305/846/head 2025-09-07T06:12:32.7207668Z * [new branch] gh/anijain2305/846/orig -> origin/gh/anijain2305/846/orig 2025-09-07T06:12:32.7208188Z * [new branch] gh/anijain2305/848/base -> origin/gh/anijain2305/848/base 2025-09-07T06:12:32.7208724Z * [new branch] gh/anijain2305/848/head -> origin/gh/anijain2305/848/head 2025-09-07T06:12:32.7209293Z * [new branch] gh/anijain2305/848/orig -> origin/gh/anijain2305/848/orig 2025-09-07T06:12:32.7209816Z * [new branch] gh/anijain2305/849/base -> origin/gh/anijain2305/849/base 2025-09-07T06:12:32.7210332Z * [new branch] gh/anijain2305/849/head -> origin/gh/anijain2305/849/head 2025-09-07T06:12:32.7210851Z * [new branch] gh/anijain2305/849/orig -> origin/gh/anijain2305/849/orig 2025-09-07T06:12:32.7211372Z * [new branch] gh/anijain2305/850/base -> origin/gh/anijain2305/850/base 2025-09-07T06:12:32.7211888Z * [new branch] gh/anijain2305/850/head -> origin/gh/anijain2305/850/head 2025-09-07T06:12:32.7212415Z * [new branch] gh/anijain2305/850/orig -> origin/gh/anijain2305/850/orig 2025-09-07T06:12:32.7212922Z * [new branch] gh/anijain2305/851/base -> origin/gh/anijain2305/851/base 2025-09-07T06:12:32.7213536Z * [new branch] gh/anijain2305/851/head -> origin/gh/anijain2305/851/head 2025-09-07T06:12:32.7214060Z * [new branch] gh/anijain2305/851/orig -> origin/gh/anijain2305/851/orig 2025-09-07T06:12:32.7214580Z * [new branch] gh/anijain2305/852/base -> origin/gh/anijain2305/852/base 2025-09-07T06:12:32.7215106Z * [new branch] gh/anijain2305/852/head -> origin/gh/anijain2305/852/head 2025-09-07T06:12:32.7215623Z * [new branch] gh/anijain2305/852/orig -> origin/gh/anijain2305/852/orig 2025-09-07T06:12:32.7216155Z * [new branch] gh/anijain2305/853/base -> origin/gh/anijain2305/853/base 2025-09-07T06:12:32.7216672Z * [new branch] gh/anijain2305/853/head -> origin/gh/anijain2305/853/head 2025-09-07T06:12:32.7217190Z * [new branch] gh/anijain2305/853/orig -> origin/gh/anijain2305/853/orig 2025-09-07T06:12:32.7217701Z * [new branch] gh/anijain2305/854/base -> origin/gh/anijain2305/854/base 2025-09-07T06:12:32.7218214Z * [new branch] gh/anijain2305/854/head -> origin/gh/anijain2305/854/head 2025-09-07T06:12:32.7218728Z * [new branch] gh/anijain2305/854/orig -> origin/gh/anijain2305/854/orig 2025-09-07T06:12:32.7219243Z * [new branch] gh/anijain2305/855/base -> origin/gh/anijain2305/855/base 2025-09-07T06:12:32.7219749Z * [new branch] gh/anijain2305/855/head -> origin/gh/anijain2305/855/head 2025-09-07T06:12:32.7220258Z * [new branch] gh/anijain2305/855/orig -> origin/gh/anijain2305/855/orig 2025-09-07T06:12:32.7220776Z * [new branch] gh/anijain2305/856/base -> origin/gh/anijain2305/856/base 2025-09-07T06:12:32.7221284Z * [new branch] gh/anijain2305/856/head -> origin/gh/anijain2305/856/head 2025-09-07T06:12:32.7221806Z * [new branch] gh/anijain2305/856/orig -> origin/gh/anijain2305/856/orig 2025-09-07T06:12:32.7222317Z * [new branch] gh/anijain2305/857/base -> origin/gh/anijain2305/857/base 2025-09-07T06:12:32.7223320Z * [new branch] gh/anijain2305/857/head -> origin/gh/anijain2305/857/head 2025-09-07T06:12:32.7223856Z * [new branch] gh/anijain2305/857/orig -> origin/gh/anijain2305/857/orig 2025-09-07T06:12:32.7224368Z * [new branch] gh/anijain2305/858/base -> origin/gh/anijain2305/858/base 2025-09-07T06:12:32.7224889Z * [new branch] gh/anijain2305/858/head -> origin/gh/anijain2305/858/head 2025-09-07T06:12:32.7225399Z * [new branch] gh/anijain2305/858/orig -> origin/gh/anijain2305/858/orig 2025-09-07T06:12:32.7225933Z * [new branch] gh/anijain2305/859/base -> origin/gh/anijain2305/859/base 2025-09-07T06:12:32.7226528Z * [new branch] gh/anijain2305/859/head -> origin/gh/anijain2305/859/head 2025-09-07T06:12:32.7227053Z * [new branch] gh/anijain2305/859/orig -> origin/gh/anijain2305/859/orig 2025-09-07T06:12:32.7227577Z * [new branch] gh/anijain2305/860/base -> origin/gh/anijain2305/860/base 2025-09-07T06:12:32.7228094Z * [new branch] gh/anijain2305/860/head -> origin/gh/anijain2305/860/head 2025-09-07T06:12:32.7228620Z * [new branch] gh/anijain2305/860/orig -> origin/gh/anijain2305/860/orig 2025-09-07T06:12:32.7229144Z * [new branch] gh/anijain2305/861/base -> origin/gh/anijain2305/861/base 2025-09-07T06:12:32.7229655Z * [new branch] gh/anijain2305/861/head -> origin/gh/anijain2305/861/head 2025-09-07T06:12:32.7230164Z * [new branch] gh/anijain2305/861/orig -> origin/gh/anijain2305/861/orig 2025-09-07T06:12:32.7230678Z * [new branch] gh/anijain2305/862/base -> origin/gh/anijain2305/862/base 2025-09-07T06:12:32.7231267Z * [new branch] gh/anijain2305/862/head -> origin/gh/anijain2305/862/head 2025-09-07T06:12:32.7231882Z * [new branch] gh/anijain2305/862/orig -> origin/gh/anijain2305/862/orig 2025-09-07T06:12:32.7232870Z * [new branch] gh/anijain2305/863/base -> origin/gh/anijain2305/863/base 2025-09-07T06:12:32.7233396Z * [new branch] gh/anijain2305/863/head -> origin/gh/anijain2305/863/head 2025-09-07T06:12:32.7233911Z * [new branch] gh/anijain2305/863/orig -> origin/gh/anijain2305/863/orig 2025-09-07T06:12:32.7234432Z * [new branch] gh/anijain2305/864/base -> origin/gh/anijain2305/864/base 2025-09-07T06:12:32.7234948Z * [new branch] gh/anijain2305/864/head -> origin/gh/anijain2305/864/head 2025-09-07T06:12:32.7235455Z * [new branch] gh/anijain2305/864/orig -> origin/gh/anijain2305/864/orig 2025-09-07T06:12:32.7235978Z * [new branch] gh/anijain2305/865/base -> origin/gh/anijain2305/865/base 2025-09-07T06:12:32.7236487Z * [new branch] gh/anijain2305/865/head -> origin/gh/anijain2305/865/head 2025-09-07T06:12:32.7237010Z * [new branch] gh/anijain2305/865/orig -> origin/gh/anijain2305/865/orig 2025-09-07T06:12:32.7237531Z * [new branch] gh/anijain2305/866/base -> origin/gh/anijain2305/866/base 2025-09-07T06:12:32.7238040Z * [new branch] gh/anijain2305/866/head -> origin/gh/anijain2305/866/head 2025-09-07T06:12:32.7238558Z * [new branch] gh/anijain2305/866/orig -> origin/gh/anijain2305/866/orig 2025-09-07T06:12:32.7239060Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-09-07T06:12:32.7239577Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-09-07T06:12:32.7240077Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-09-07T06:12:32.7240596Z * [new branch] gh/ankitageorge/13/base -> origin/gh/ankitageorge/13/base 2025-09-07T06:12:32.7241135Z * [new branch] gh/ankitageorge/13/head -> origin/gh/ankitageorge/13/head 2025-09-07T06:12:32.7242128Z * [new branch] gh/ankitageorge/13/orig -> origin/gh/ankitageorge/13/orig 2025-09-07T06:12:32.7242675Z * [new branch] gh/ankitageorge/14/base -> origin/gh/ankitageorge/14/base 2025-09-07T06:12:32.7243202Z * [new branch] gh/ankitageorge/14/head -> origin/gh/ankitageorge/14/head 2025-09-07T06:12:32.7243735Z * [new branch] gh/ankitageorge/14/orig -> origin/gh/ankitageorge/14/orig 2025-09-07T06:12:32.7244277Z * [new branch] gh/ankitageorge/15/base -> origin/gh/ankitageorge/15/base 2025-09-07T06:12:32.7244804Z * [new branch] gh/ankitageorge/15/head -> origin/gh/ankitageorge/15/head 2025-09-07T06:12:32.7245342Z * [new branch] gh/ankitageorge/15/orig -> origin/gh/ankitageorge/15/orig 2025-09-07T06:12:32.7245873Z * [new branch] gh/ankitageorge/16/base -> origin/gh/ankitageorge/16/base 2025-09-07T06:12:32.7246413Z * [new branch] gh/ankitageorge/16/head -> origin/gh/ankitageorge/16/head 2025-09-07T06:12:32.7246952Z * [new branch] gh/ankitageorge/16/orig -> origin/gh/ankitageorge/16/orig 2025-09-07T06:12:32.7247475Z * [new branch] gh/ankitageorge/17/base -> origin/gh/ankitageorge/17/base 2025-09-07T06:12:32.7248012Z * [new branch] gh/ankitageorge/17/head -> origin/gh/ankitageorge/17/head 2025-09-07T06:12:32.7248543Z * [new branch] gh/ankitageorge/17/orig -> origin/gh/ankitageorge/17/orig 2025-09-07T06:12:32.7249078Z * [new branch] gh/ankitageorge/21/base -> origin/gh/ankitageorge/21/base 2025-09-07T06:12:32.7249613Z * [new branch] gh/ankitageorge/21/head -> origin/gh/ankitageorge/21/head 2025-09-07T06:12:32.7250136Z * [new branch] gh/ankitageorge/21/orig -> origin/gh/ankitageorge/21/orig 2025-09-07T06:12:32.7250743Z * [new branch] gh/anshul-si/1/base -> origin/gh/anshul-si/1/base 2025-09-07T06:12:32.7251238Z * [new branch] gh/anshul-si/1/head -> origin/gh/anshul-si/1/head 2025-09-07T06:12:32.7251744Z * [new branch] gh/anshul-si/15/base -> origin/gh/anshul-si/15/base 2025-09-07T06:12:32.7252249Z * [new branch] gh/anshul-si/15/head -> origin/gh/anshul-si/15/head 2025-09-07T06:12:32.7252742Z * [new branch] gh/anshul-si/15/orig -> origin/gh/anshul-si/15/orig 2025-09-07T06:12:32.7253241Z * [new branch] gh/anshul-si/16/base -> origin/gh/anshul-si/16/base 2025-09-07T06:12:32.7253729Z * [new branch] gh/anshul-si/16/head -> origin/gh/anshul-si/16/head 2025-09-07T06:12:32.7254230Z * [new branch] gh/anshul-si/16/orig -> origin/gh/anshul-si/16/orig 2025-09-07T06:12:32.7254723Z * [new branch] gh/anshul-si/17/base -> origin/gh/anshul-si/17/base 2025-09-07T06:12:32.7255217Z * [new branch] gh/anshul-si/17/head -> origin/gh/anshul-si/17/head 2025-09-07T06:12:32.7255718Z * [new branch] gh/anshul-si/17/orig -> origin/gh/anshul-si/17/orig 2025-09-07T06:12:32.7256213Z * [new branch] gh/anshul-si/18/base -> origin/gh/anshul-si/18/base 2025-09-07T06:12:32.7256710Z * [new branch] gh/anshul-si/18/head -> origin/gh/anshul-si/18/head 2025-09-07T06:12:32.7257192Z * [new branch] gh/anshul-si/18/orig -> origin/gh/anshul-si/18/orig 2025-09-07T06:12:32.7257685Z * [new branch] gh/anshul-si/19/base -> origin/gh/anshul-si/19/base 2025-09-07T06:12:32.7258176Z * [new branch] gh/anshul-si/19/head -> origin/gh/anshul-si/19/head 2025-09-07T06:12:32.7258660Z * [new branch] gh/anshul-si/19/orig -> origin/gh/anshul-si/19/orig 2025-09-07T06:12:32.7259155Z * [new branch] gh/anshul-si/2/base -> origin/gh/anshul-si/2/base 2025-09-07T06:12:32.7260004Z * [new branch] gh/anshul-si/2/head -> origin/gh/anshul-si/2/head 2025-09-07T06:12:32.7260515Z * [new branch] gh/anshul-si/20/base -> origin/gh/anshul-si/20/base 2025-09-07T06:12:32.7261014Z * [new branch] gh/anshul-si/20/head -> origin/gh/anshul-si/20/head 2025-09-07T06:12:32.7261504Z * [new branch] gh/anshul-si/20/orig -> origin/gh/anshul-si/20/orig 2025-09-07T06:12:32.7262007Z * [new branch] gh/anshul-si/21/base -> origin/gh/anshul-si/21/base 2025-09-07T06:12:32.7262496Z * [new branch] gh/anshul-si/21/head -> origin/gh/anshul-si/21/head 2025-09-07T06:12:32.7262995Z * [new branch] gh/anshul-si/21/orig -> origin/gh/anshul-si/21/orig 2025-09-07T06:12:32.7263491Z * [new branch] gh/anshul-si/22/base -> origin/gh/anshul-si/22/base 2025-09-07T06:12:32.7263981Z * [new branch] gh/anshul-si/22/head -> origin/gh/anshul-si/22/head 2025-09-07T06:12:32.7264487Z * [new branch] gh/anshul-si/22/orig -> origin/gh/anshul-si/22/orig 2025-09-07T06:12:32.7264976Z * [new branch] gh/anshul-si/23/base -> origin/gh/anshul-si/23/base 2025-09-07T06:12:32.7265464Z * [new branch] gh/anshul-si/23/head -> origin/gh/anshul-si/23/head 2025-09-07T06:12:32.7265949Z * [new branch] gh/anshul-si/23/orig -> origin/gh/anshul-si/23/orig 2025-09-07T06:12:32.7266444Z * [new branch] gh/anshul-si/24/base -> origin/gh/anshul-si/24/base 2025-09-07T06:12:32.7266940Z * [new branch] gh/anshul-si/24/head -> origin/gh/anshul-si/24/head 2025-09-07T06:12:32.7267420Z * [new branch] gh/anshul-si/24/orig -> origin/gh/anshul-si/24/orig 2025-09-07T06:12:32.7268010Z * [new branch] gh/anshul-si/25/base -> origin/gh/anshul-si/25/base 2025-09-07T06:12:32.7268496Z * [new branch] gh/anshul-si/25/head -> origin/gh/anshul-si/25/head 2025-09-07T06:12:32.7268995Z * [new branch] gh/anshul-si/25/orig -> origin/gh/anshul-si/25/orig 2025-09-07T06:12:32.7269493Z * [new branch] gh/anshul-si/26/base -> origin/gh/anshul-si/26/base 2025-09-07T06:12:32.7269982Z * [new branch] gh/anshul-si/26/head -> origin/gh/anshul-si/26/head 2025-09-07T06:12:32.7270469Z * [new branch] gh/anshul-si/26/orig -> origin/gh/anshul-si/26/orig 2025-09-07T06:12:32.7270950Z * [new branch] gh/anshul-si/27/base -> origin/gh/anshul-si/27/base 2025-09-07T06:12:32.7271514Z * [new branch] gh/anshul-si/27/head -> origin/gh/anshul-si/27/head 2025-09-07T06:12:32.7272007Z * [new branch] gh/anshul-si/27/orig -> origin/gh/anshul-si/27/orig 2025-09-07T06:12:32.7272497Z * [new branch] gh/anshul-si/28/base -> origin/gh/anshul-si/28/base 2025-09-07T06:12:32.7272689Z * [new branch] gh/anshul-si/28/head -> origin/gh/anshul-si/28/head 2025-09-07T06:12:32.7272893Z * [new branch] gh/anshul-si/28/orig -> origin/gh/anshul-si/28/orig 2025-09-07T06:12:32.7273081Z * [new branch] gh/anshul-si/29/base -> origin/gh/anshul-si/29/base 2025-09-07T06:12:32.7273268Z * [new branch] gh/anshul-si/29/head -> origin/gh/anshul-si/29/head 2025-09-07T06:12:32.7273465Z * [new branch] gh/anshul-si/29/orig -> origin/gh/anshul-si/29/orig 2025-09-07T06:12:32.7273651Z * [new branch] gh/anshul-si/3/base -> origin/gh/anshul-si/3/base 2025-09-07T06:12:32.7273833Z * [new branch] gh/anshul-si/3/head -> origin/gh/anshul-si/3/head 2025-09-07T06:12:32.7274024Z * [new branch] gh/anshul-si/4/base -> origin/gh/anshul-si/4/base 2025-09-07T06:12:32.7274211Z * [new branch] gh/anshul-si/4/head -> origin/gh/anshul-si/4/head 2025-09-07T06:12:32.7274809Z * [new branch] gh/anshul-si/5/base -> origin/gh/anshul-si/5/base 2025-09-07T06:12:32.7275016Z * [new branch] gh/anshul-si/5/head -> origin/gh/anshul-si/5/head 2025-09-07T06:12:32.7275212Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-09-07T06:12:32.7275404Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-09-07T06:12:32.7275597Z * [new branch] gh/bdhirsh/650/base -> origin/gh/bdhirsh/650/base 2025-09-07T06:12:32.7275786Z * [new branch] gh/bdhirsh/650/head -> origin/gh/bdhirsh/650/head 2025-09-07T06:12:32.7275975Z * [new branch] gh/bdhirsh/650/orig -> origin/gh/bdhirsh/650/orig 2025-09-07T06:12:32.7276187Z * [new branch] gh/bdhirsh/663/base -> origin/gh/bdhirsh/663/base 2025-09-07T06:12:32.7276377Z * [new branch] gh/bdhirsh/663/head -> origin/gh/bdhirsh/663/head 2025-09-07T06:12:32.7276565Z * [new branch] gh/bdhirsh/663/orig -> origin/gh/bdhirsh/663/orig 2025-09-07T06:12:32.7276751Z * [new branch] gh/bdhirsh/665/base -> origin/gh/bdhirsh/665/base 2025-09-07T06:12:32.7276936Z * [new branch] gh/bdhirsh/665/head -> origin/gh/bdhirsh/665/head 2025-09-07T06:12:32.7277119Z * [new branch] gh/bdhirsh/665/orig -> origin/gh/bdhirsh/665/orig 2025-09-07T06:12:32.7277302Z * [new branch] gh/bdhirsh/666/base -> origin/gh/bdhirsh/666/base 2025-09-07T06:12:32.7277493Z * [new branch] gh/bdhirsh/666/head -> origin/gh/bdhirsh/666/head 2025-09-07T06:12:32.7277680Z * [new branch] gh/bdhirsh/666/orig -> origin/gh/bdhirsh/666/orig 2025-09-07T06:12:32.7278227Z * [new branch] gh/bdhirsh/667/base -> origin/gh/bdhirsh/667/base 2025-09-07T06:12:32.7278420Z * [new branch] gh/bdhirsh/667/head -> origin/gh/bdhirsh/667/head 2025-09-07T06:12:32.7278608Z * [new branch] gh/bdhirsh/667/orig -> origin/gh/bdhirsh/667/orig 2025-09-07T06:12:32.7278792Z * [new branch] gh/bdhirsh/668/base -> origin/gh/bdhirsh/668/base 2025-09-07T06:12:32.7278988Z * [new branch] gh/bdhirsh/668/head -> origin/gh/bdhirsh/668/head 2025-09-07T06:12:32.7279177Z * [new branch] gh/bdhirsh/668/orig -> origin/gh/bdhirsh/668/orig 2025-09-07T06:12:32.7279362Z * [new branch] gh/bdhirsh/669/base -> origin/gh/bdhirsh/669/base 2025-09-07T06:12:32.7279565Z * [new branch] gh/bdhirsh/669/head -> origin/gh/bdhirsh/669/head 2025-09-07T06:12:32.7279755Z * [new branch] gh/bdhirsh/669/orig -> origin/gh/bdhirsh/669/orig 2025-09-07T06:12:32.7279958Z * [new branch] gh/bdhirsh/670/base -> origin/gh/bdhirsh/670/base 2025-09-07T06:12:32.7280159Z * [new branch] gh/bdhirsh/670/head -> origin/gh/bdhirsh/670/head 2025-09-07T06:12:32.7280346Z * [new branch] gh/bdhirsh/670/orig -> origin/gh/bdhirsh/670/orig 2025-09-07T06:12:32.7280581Z * [new branch] gh/benjaminglass1/100/base -> origin/gh/benjaminglass1/100/base 2025-09-07T06:12:32.7280816Z * [new branch] gh/benjaminglass1/100/head -> origin/gh/benjaminglass1/100/head 2025-09-07T06:12:32.7281042Z * [new branch] gh/benjaminglass1/100/orig -> origin/gh/benjaminglass1/100/orig 2025-09-07T06:12:32.7281268Z * [new branch] gh/benjaminglass1/101/base -> origin/gh/benjaminglass1/101/base 2025-09-07T06:12:32.7281502Z * [new branch] gh/benjaminglass1/101/head -> origin/gh/benjaminglass1/101/head 2025-09-07T06:12:32.7281731Z * [new branch] gh/benjaminglass1/101/orig -> origin/gh/benjaminglass1/101/orig 2025-09-07T06:12:32.7281952Z * [new branch] gh/benjaminglass1/102/base -> origin/gh/benjaminglass1/102/base 2025-09-07T06:12:32.7282244Z * [new branch] gh/benjaminglass1/102/head -> origin/gh/benjaminglass1/102/head 2025-09-07T06:12:32.7282482Z * [new branch] gh/benjaminglass1/102/orig -> origin/gh/benjaminglass1/102/orig 2025-09-07T06:12:32.7282703Z * [new branch] gh/benjaminglass1/103/base -> origin/gh/benjaminglass1/103/base 2025-09-07T06:12:32.7282926Z * [new branch] gh/benjaminglass1/103/head -> origin/gh/benjaminglass1/103/head 2025-09-07T06:12:32.7283154Z * [new branch] gh/benjaminglass1/103/orig -> origin/gh/benjaminglass1/103/orig 2025-09-07T06:12:32.7283381Z * [new branch] gh/benjaminglass1/104/base -> origin/gh/benjaminglass1/104/base 2025-09-07T06:12:32.7283605Z * [new branch] gh/benjaminglass1/104/head -> origin/gh/benjaminglass1/104/head 2025-09-07T06:12:32.7283847Z * [new branch] gh/benjaminglass1/104/orig -> origin/gh/benjaminglass1/104/orig 2025-09-07T06:12:32.7284075Z * [new branch] gh/benjaminglass1/105/base -> origin/gh/benjaminglass1/105/base 2025-09-07T06:12:32.7284300Z * [new branch] gh/benjaminglass1/105/head -> origin/gh/benjaminglass1/105/head 2025-09-07T06:12:32.7284540Z * [new branch] gh/benjaminglass1/105/orig -> origin/gh/benjaminglass1/105/orig 2025-09-07T06:12:32.7284771Z * [new branch] gh/benjaminglass1/106/base -> origin/gh/benjaminglass1/106/base 2025-09-07T06:12:32.7285000Z * [new branch] gh/benjaminglass1/106/head -> origin/gh/benjaminglass1/106/head 2025-09-07T06:12:32.7285246Z * [new branch] gh/benjaminglass1/106/orig -> origin/gh/benjaminglass1/106/orig 2025-09-07T06:12:32.7285477Z * [new branch] gh/benjaminglass1/79/base -> origin/gh/benjaminglass1/79/base 2025-09-07T06:12:32.7285766Z * [new branch] gh/benjaminglass1/79/head -> origin/gh/benjaminglass1/79/head 2025-09-07T06:12:32.7286013Z * [new branch] gh/benjaminglass1/79/orig -> origin/gh/benjaminglass1/79/orig 2025-09-07T06:12:32.7286235Z * [new branch] gh/benjaminglass1/86/base -> origin/gh/benjaminglass1/86/base 2025-09-07T06:12:32.7286460Z * [new branch] gh/benjaminglass1/86/head -> origin/gh/benjaminglass1/86/head 2025-09-07T06:12:32.7286696Z * [new branch] gh/benjaminglass1/86/orig -> origin/gh/benjaminglass1/86/orig 2025-09-07T06:12:32.7286925Z * [new branch] gh/benjaminglass1/89/base -> origin/gh/benjaminglass1/89/base 2025-09-07T06:12:32.7287151Z * [new branch] gh/benjaminglass1/89/head -> origin/gh/benjaminglass1/89/head 2025-09-07T06:12:32.7287392Z * [new branch] gh/benjaminglass1/89/orig -> origin/gh/benjaminglass1/89/orig 2025-09-07T06:12:32.7287624Z * [new branch] gh/benjaminglass1/91/base -> origin/gh/benjaminglass1/91/base 2025-09-07T06:12:32.7287849Z * [new branch] gh/benjaminglass1/91/head -> origin/gh/benjaminglass1/91/head 2025-09-07T06:12:32.7288090Z * [new branch] gh/benjaminglass1/91/orig -> origin/gh/benjaminglass1/91/orig 2025-09-07T06:12:32.7288312Z * [new branch] gh/benjaminglass1/93/base -> origin/gh/benjaminglass1/93/base 2025-09-07T06:12:32.7288537Z * [new branch] gh/benjaminglass1/93/head -> origin/gh/benjaminglass1/93/head 2025-09-07T06:12:32.7288759Z * [new branch] gh/benjaminglass1/93/orig -> origin/gh/benjaminglass1/93/orig 2025-09-07T06:12:32.7288992Z * [new branch] gh/benjaminglass1/95/base -> origin/gh/benjaminglass1/95/base 2025-09-07T06:12:32.7289213Z * [new branch] gh/benjaminglass1/95/head -> origin/gh/benjaminglass1/95/head 2025-09-07T06:12:32.7289435Z * [new branch] gh/benjaminglass1/95/orig -> origin/gh/benjaminglass1/95/orig 2025-09-07T06:12:32.7289683Z * [new branch] gh/benjaminglass1/97/base -> origin/gh/benjaminglass1/97/base 2025-09-07T06:12:32.7289971Z * [new branch] gh/benjaminglass1/97/head -> origin/gh/benjaminglass1/97/head 2025-09-07T06:12:32.7290192Z * [new branch] gh/benjaminglass1/97/orig -> origin/gh/benjaminglass1/97/orig 2025-09-07T06:12:32.7290426Z * [new branch] gh/benjaminglass1/99/base -> origin/gh/benjaminglass1/99/base 2025-09-07T06:12:32.7290649Z * [new branch] gh/benjaminglass1/99/head -> origin/gh/benjaminglass1/99/head 2025-09-07T06:12:32.7290870Z * [new branch] gh/benjaminglass1/99/orig -> origin/gh/benjaminglass1/99/orig 2025-09-07T06:12:32.7291091Z * [new branch] gh/bobrenjc93/514/base -> origin/gh/bobrenjc93/514/base 2025-09-07T06:12:32.7291297Z * [new branch] gh/bobrenjc93/514/head -> origin/gh/bobrenjc93/514/head 2025-09-07T06:12:32.7291503Z * [new branch] gh/bobrenjc93/514/orig -> origin/gh/bobrenjc93/514/orig 2025-09-07T06:12:32.7291725Z * [new branch] gh/bobrenjc93/521/base -> origin/gh/bobrenjc93/521/base 2025-09-07T06:12:32.7291927Z * [new branch] gh/bobrenjc93/521/head -> origin/gh/bobrenjc93/521/head 2025-09-07T06:12:32.7292131Z * [new branch] gh/bobrenjc93/521/orig -> origin/gh/bobrenjc93/521/orig 2025-09-07T06:12:32.7292353Z * [new branch] gh/bobrenjc93/522/base -> origin/gh/bobrenjc93/522/base 2025-09-07T06:12:32.7292555Z * [new branch] gh/bobrenjc93/522/head -> origin/gh/bobrenjc93/522/head 2025-09-07T06:12:32.7292759Z * [new branch] gh/bobrenjc93/522/orig -> origin/gh/bobrenjc93/522/orig 2025-09-07T06:12:32.7292975Z * [new branch] gh/bobrenjc93/525/base -> origin/gh/bobrenjc93/525/base 2025-09-07T06:12:32.7293251Z * [new branch] gh/bobrenjc93/525/head -> origin/gh/bobrenjc93/525/head 2025-09-07T06:12:32.7293454Z * [new branch] gh/bobrenjc93/525/orig -> origin/gh/bobrenjc93/525/orig 2025-09-07T06:12:32.7293677Z * [new branch] gh/bobrenjc93/526/base -> origin/gh/bobrenjc93/526/base 2025-09-07T06:12:32.7293877Z * [new branch] gh/bobrenjc93/526/head -> origin/gh/bobrenjc93/526/head 2025-09-07T06:12:32.7294081Z * [new branch] gh/bobrenjc93/526/orig -> origin/gh/bobrenjc93/526/orig 2025-09-07T06:12:32.7294282Z * [new branch] gh/bobrenjc93/527/base -> origin/gh/bobrenjc93/527/base 2025-09-07T06:12:32.7294499Z * [new branch] gh/bobrenjc93/527/head -> origin/gh/bobrenjc93/527/head 2025-09-07T06:12:32.7294704Z * [new branch] gh/bobrenjc93/527/orig -> origin/gh/bobrenjc93/527/orig 2025-09-07T06:12:32.7294904Z * [new branch] gh/bobrenjc93/528/base -> origin/gh/bobrenjc93/528/base 2025-09-07T06:12:32.7295129Z * [new branch] gh/bobrenjc93/528/head -> origin/gh/bobrenjc93/528/head 2025-09-07T06:12:32.7295344Z * [new branch] gh/bobrenjc93/528/orig -> origin/gh/bobrenjc93/528/orig 2025-09-07T06:12:32.7295547Z * [new branch] gh/bobrenjc93/529/base -> origin/gh/bobrenjc93/529/base 2025-09-07T06:12:32.7295763Z * [new branch] gh/bobrenjc93/529/head -> origin/gh/bobrenjc93/529/head 2025-09-07T06:12:32.7295965Z * [new branch] gh/bobrenjc93/529/orig -> origin/gh/bobrenjc93/529/orig 2025-09-07T06:12:32.7296167Z * [new branch] gh/bobrenjc93/535/base -> origin/gh/bobrenjc93/535/base 2025-09-07T06:12:32.7296386Z * [new branch] gh/bobrenjc93/535/head -> origin/gh/bobrenjc93/535/head 2025-09-07T06:12:32.7296590Z * [new branch] gh/bobrenjc93/535/orig -> origin/gh/bobrenjc93/535/orig 2025-09-07T06:12:32.7296795Z * [new branch] gh/bobrenjc93/537/base -> origin/gh/bobrenjc93/537/base 2025-09-07T06:12:32.7297015Z * [new branch] gh/bobrenjc93/537/head -> origin/gh/bobrenjc93/537/head 2025-09-07T06:12:32.7297290Z * [new branch] gh/bobrenjc93/537/orig -> origin/gh/bobrenjc93/537/orig 2025-09-07T06:12:32.7297495Z * [new branch] gh/bobrenjc93/539/base -> origin/gh/bobrenjc93/539/base 2025-09-07T06:12:32.7297711Z * [new branch] gh/bobrenjc93/539/head -> origin/gh/bobrenjc93/539/head 2025-09-07T06:12:32.7297915Z * [new branch] gh/bobrenjc93/539/orig -> origin/gh/bobrenjc93/539/orig 2025-09-07T06:12:32.7298119Z * [new branch] gh/bobrenjc93/540/base -> origin/gh/bobrenjc93/540/base 2025-09-07T06:12:32.7298337Z * [new branch] gh/bobrenjc93/540/head -> origin/gh/bobrenjc93/540/head 2025-09-07T06:12:32.7298538Z * [new branch] gh/bobrenjc93/540/orig -> origin/gh/bobrenjc93/540/orig 2025-09-07T06:12:32.7298746Z * [new branch] gh/bobrenjc93/541/base -> origin/gh/bobrenjc93/541/base 2025-09-07T06:12:32.7298970Z * [new branch] gh/bobrenjc93/541/head -> origin/gh/bobrenjc93/541/head 2025-09-07T06:12:32.7299172Z * [new branch] gh/bobrenjc93/541/orig -> origin/gh/bobrenjc93/541/orig 2025-09-07T06:12:32.7299373Z * [new branch] gh/bobrenjc93/542/base -> origin/gh/bobrenjc93/542/base 2025-09-07T06:12:32.7299578Z * [new branch] gh/bobrenjc93/542/head -> origin/gh/bobrenjc93/542/head 2025-09-07T06:12:32.7299795Z * [new branch] gh/bobrenjc93/542/orig -> origin/gh/bobrenjc93/542/orig 2025-09-07T06:12:32.7300000Z * [new branch] gh/bobrenjc93/543/base -> origin/gh/bobrenjc93/543/base 2025-09-07T06:12:32.7300202Z * [new branch] gh/bobrenjc93/543/head -> origin/gh/bobrenjc93/543/head 2025-09-07T06:12:32.7300418Z * [new branch] gh/bobrenjc93/543/orig -> origin/gh/bobrenjc93/543/orig 2025-09-07T06:12:32.7300690Z * [new branch] gh/bobrenjc93/544/base -> origin/gh/bobrenjc93/544/base 2025-09-07T06:12:32.7300896Z * [new branch] gh/bobrenjc93/544/head -> origin/gh/bobrenjc93/544/head 2025-09-07T06:12:32.7301116Z * [new branch] gh/bobrenjc93/544/orig -> origin/gh/bobrenjc93/544/orig 2025-09-07T06:12:32.7301317Z * [new branch] gh/bobrenjc93/545/base -> origin/gh/bobrenjc93/545/base 2025-09-07T06:12:32.7301524Z * [new branch] gh/bobrenjc93/545/head -> origin/gh/bobrenjc93/545/head 2025-09-07T06:12:32.7301740Z * [new branch] gh/bobrenjc93/545/orig -> origin/gh/bobrenjc93/545/orig 2025-09-07T06:12:32.7301944Z * [new branch] gh/bobrenjc93/546/base -> origin/gh/bobrenjc93/546/base 2025-09-07T06:12:32.7302153Z * [new branch] gh/bobrenjc93/546/head -> origin/gh/bobrenjc93/546/head 2025-09-07T06:12:32.7302379Z * [new branch] gh/bobrenjc93/546/orig -> origin/gh/bobrenjc93/546/orig 2025-09-07T06:12:32.7302587Z * [new branch] gh/bobrenjc93/547/base -> origin/gh/bobrenjc93/547/base 2025-09-07T06:12:32.7302791Z * [new branch] gh/bobrenjc93/547/head -> origin/gh/bobrenjc93/547/head 2025-09-07T06:12:32.7303007Z * [new branch] gh/bobrenjc93/547/orig -> origin/gh/bobrenjc93/547/orig 2025-09-07T06:12:32.7303212Z * [new branch] gh/bobrenjc93/548/base -> origin/gh/bobrenjc93/548/base 2025-09-07T06:12:32.7303415Z * [new branch] gh/bobrenjc93/548/head -> origin/gh/bobrenjc93/548/head 2025-09-07T06:12:32.7303636Z * [new branch] gh/bobrenjc93/548/orig -> origin/gh/bobrenjc93/548/orig 2025-09-07T06:12:32.7303840Z * [new branch] gh/bobrenjc93/549/base -> origin/gh/bobrenjc93/549/base 2025-09-07T06:12:32.7304041Z * [new branch] gh/bobrenjc93/549/head -> origin/gh/bobrenjc93/549/head 2025-09-07T06:12:32.7304259Z * [new branch] gh/bobrenjc93/549/orig -> origin/gh/bobrenjc93/549/orig 2025-09-07T06:12:32.7304527Z * [new branch] gh/bobrenjc93/550/base -> origin/gh/bobrenjc93/550/base 2025-09-07T06:12:32.7304730Z * [new branch] gh/bobrenjc93/550/head -> origin/gh/bobrenjc93/550/head 2025-09-07T06:12:32.7304936Z * [new branch] gh/bobrenjc93/550/orig -> origin/gh/bobrenjc93/550/orig 2025-09-07T06:12:32.7305156Z * [new branch] gh/bobrenjc93/551/base -> origin/gh/bobrenjc93/551/base 2025-09-07T06:12:32.7305357Z * [new branch] gh/bobrenjc93/551/head -> origin/gh/bobrenjc93/551/head 2025-09-07T06:12:32.7305563Z * [new branch] gh/bobrenjc93/551/orig -> origin/gh/bobrenjc93/551/orig 2025-09-07T06:12:32.7305783Z * [new branch] gh/bobrenjc93/552/base -> origin/gh/bobrenjc93/552/base 2025-09-07T06:12:32.7305995Z * [new branch] gh/bobrenjc93/552/head -> origin/gh/bobrenjc93/552/head 2025-09-07T06:12:32.7306199Z * [new branch] gh/bobrenjc93/552/orig -> origin/gh/bobrenjc93/552/orig 2025-09-07T06:12:32.7306417Z * [new branch] gh/bobrenjc93/553/base -> origin/gh/bobrenjc93/553/base 2025-09-07T06:12:32.7306624Z * [new branch] gh/bobrenjc93/553/head -> origin/gh/bobrenjc93/553/head 2025-09-07T06:12:32.7306826Z * [new branch] gh/bobrenjc93/553/orig -> origin/gh/bobrenjc93/553/orig 2025-09-07T06:12:32.7307038Z * [new branch] gh/bobrenjc93/554/base -> origin/gh/bobrenjc93/554/base 2025-09-07T06:12:32.7307234Z * [new branch] gh/bobrenjc93/554/head -> origin/gh/bobrenjc93/554/head 2025-09-07T06:12:32.7307434Z * [new branch] gh/bobrenjc93/554/orig -> origin/gh/bobrenjc93/554/orig 2025-09-07T06:12:32.7307640Z * [new branch] gh/bobrenjc93/555/base -> origin/gh/bobrenjc93/555/base 2025-09-07T06:12:32.7307904Z * [new branch] gh/bobrenjc93/555/head -> origin/gh/bobrenjc93/555/head 2025-09-07T06:12:32.7308105Z * [new branch] gh/bobrenjc93/555/orig -> origin/gh/bobrenjc93/555/orig 2025-09-07T06:12:32.7308318Z * [new branch] gh/bobrenjc93/556/base -> origin/gh/bobrenjc93/556/base 2025-09-07T06:12:32.7308515Z * [new branch] gh/bobrenjc93/556/head -> origin/gh/bobrenjc93/556/head 2025-09-07T06:12:32.7308708Z * [new branch] gh/bobrenjc93/556/orig -> origin/gh/bobrenjc93/556/orig 2025-09-07T06:12:32.7308933Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-09-07T06:12:32.7309147Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-09-07T06:12:32.7309325Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-09-07T06:12:32.7309506Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-09-07T06:12:32.7309677Z * [new branch] gh/c00w/48/base -> origin/gh/c00w/48/base 2025-09-07T06:12:32.7309853Z * [new branch] gh/c00w/48/head -> origin/gh/c00w/48/head 2025-09-07T06:12:32.7310018Z * [new branch] gh/c00w/48/orig -> origin/gh/c00w/48/orig 2025-09-07T06:12:32.7310191Z * [new branch] gh/c00w/53/base -> origin/gh/c00w/53/base 2025-09-07T06:12:32.7310354Z * [new branch] gh/c00w/53/head -> origin/gh/c00w/53/head 2025-09-07T06:12:32.7310516Z * [new branch] gh/c00w/53/orig -> origin/gh/c00w/53/orig 2025-09-07T06:12:32.7310685Z * [new branch] gh/c00w/54/base -> origin/gh/c00w/54/base 2025-09-07T06:12:32.7310853Z * [new branch] gh/c00w/54/head -> origin/gh/c00w/54/head 2025-09-07T06:12:32.7311021Z * [new branch] gh/c00w/54/orig -> origin/gh/c00w/54/orig 2025-09-07T06:12:32.7311271Z * [new branch] gh/c00w/55/base -> origin/gh/c00w/55/base 2025-09-07T06:12:32.7311515Z * [new branch] gh/c00w/55/head -> origin/gh/c00w/55/head 2025-09-07T06:12:32.7311679Z * [new branch] gh/c00w/55/orig -> origin/gh/c00w/55/orig 2025-09-07T06:12:32.7311858Z * [new branch] gh/c00w/56/base -> origin/gh/c00w/56/base 2025-09-07T06:12:32.7312022Z * [new branch] gh/c00w/56/head -> origin/gh/c00w/56/head 2025-09-07T06:12:32.7312189Z * [new branch] gh/c00w/56/orig -> origin/gh/c00w/56/orig 2025-09-07T06:12:32.7312394Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-09-07T06:12:32.7312579Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-09-07T06:12:32.7312760Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-09-07T06:12:32.7312981Z * [new branch] gh/coconutruben/1/base -> origin/gh/coconutruben/1/base 2025-09-07T06:12:32.7313192Z * [new branch] gh/coconutruben/1/head -> origin/gh/coconutruben/1/head 2025-09-07T06:12:32.7313409Z * [new branch] gh/coconutruben/11/base -> origin/gh/coconutruben/11/base 2025-09-07T06:12:32.7313626Z * [new branch] gh/coconutruben/11/head -> origin/gh/coconutruben/11/head 2025-09-07T06:12:32.7313833Z * [new branch] gh/coconutruben/11/orig -> origin/gh/coconutruben/11/orig 2025-09-07T06:12:32.7314038Z * [new branch] gh/coconutruben/12/base -> origin/gh/coconutruben/12/base 2025-09-07T06:12:32.7314242Z * [new branch] gh/coconutruben/12/head -> origin/gh/coconutruben/12/head 2025-09-07T06:12:32.7314456Z * [new branch] gh/coconutruben/12/orig -> origin/gh/coconutruben/12/orig 2025-09-07T06:12:32.7314726Z * [new branch] gh/coconutruben/13/base -> origin/gh/coconutruben/13/base 2025-09-07T06:12:32.7314939Z * [new branch] gh/coconutruben/13/head -> origin/gh/coconutruben/13/head 2025-09-07T06:12:32.7315151Z * [new branch] gh/coconutruben/13/orig -> origin/gh/coconutruben/13/orig 2025-09-07T06:12:32.7315357Z * [new branch] gh/coconutruben/14/base -> origin/gh/coconutruben/14/base 2025-09-07T06:12:32.7315565Z * [new branch] gh/coconutruben/14/head -> origin/gh/coconutruben/14/head 2025-09-07T06:12:32.7315777Z * [new branch] gh/coconutruben/14/orig -> origin/gh/coconutruben/14/orig 2025-09-07T06:12:32.7315987Z * [new branch] gh/coconutruben/15/base -> origin/gh/coconutruben/15/base 2025-09-07T06:12:32.7316191Z * [new branch] gh/coconutruben/15/head -> origin/gh/coconutruben/15/head 2025-09-07T06:12:32.7316409Z * [new branch] gh/coconutruben/15/orig -> origin/gh/coconutruben/15/orig 2025-09-07T06:12:32.7316620Z * [new branch] gh/coconutruben/16/base -> origin/gh/coconutruben/16/base 2025-09-07T06:12:32.7316830Z * [new branch] gh/coconutruben/16/head -> origin/gh/coconutruben/16/head 2025-09-07T06:12:32.7317053Z * [new branch] gh/coconutruben/16/orig -> origin/gh/coconutruben/16/orig 2025-09-07T06:12:32.7317261Z * [new branch] gh/coconutruben/17/base -> origin/gh/coconutruben/17/base 2025-09-07T06:12:32.7317473Z * [new branch] gh/coconutruben/17/head -> origin/gh/coconutruben/17/head 2025-09-07T06:12:32.7317696Z * [new branch] gh/coconutruben/17/orig -> origin/gh/coconutruben/17/orig 2025-09-07T06:12:32.7317905Z * [new branch] gh/coconutruben/18/base -> origin/gh/coconutruben/18/base 2025-09-07T06:12:32.7318113Z * [new branch] gh/coconutruben/18/head -> origin/gh/coconutruben/18/head 2025-09-07T06:12:32.7318332Z * [new branch] gh/coconutruben/18/orig -> origin/gh/coconutruben/18/orig 2025-09-07T06:12:32.7318608Z * [new branch] gh/coconutruben/19/base -> origin/gh/coconutruben/19/base 2025-09-07T06:12:32.7318818Z * [new branch] gh/coconutruben/19/head -> origin/gh/coconutruben/19/head 2025-09-07T06:12:32.7319031Z * [new branch] gh/coconutruben/19/orig -> origin/gh/coconutruben/19/orig 2025-09-07T06:12:32.7319242Z * [new branch] gh/coconutruben/20/base -> origin/gh/coconutruben/20/base 2025-09-07T06:12:32.7319450Z * [new branch] gh/coconutruben/20/head -> origin/gh/coconutruben/20/head 2025-09-07T06:12:32.7319656Z * [new branch] gh/coconutruben/20/orig -> origin/gh/coconutruben/20/orig 2025-09-07T06:12:32.7319870Z * [new branch] gh/coconutruben/21/base -> origin/gh/coconutruben/21/base 2025-09-07T06:12:32.7320082Z * [new branch] gh/coconutruben/21/head -> origin/gh/coconutruben/21/head 2025-09-07T06:12:32.7320290Z * [new branch] gh/coconutruben/21/orig -> origin/gh/coconutruben/21/orig 2025-09-07T06:12:32.7320505Z * [new branch] gh/coconutruben/22/base -> origin/gh/coconutruben/22/base 2025-09-07T06:12:32.7320714Z * [new branch] gh/coconutruben/22/head -> origin/gh/coconutruben/22/head 2025-09-07T06:12:32.7320925Z * [new branch] gh/coconutruben/22/orig -> origin/gh/coconutruben/22/orig 2025-09-07T06:12:32.7321138Z * [new branch] gh/coconutruben/24/base -> origin/gh/coconutruben/24/base 2025-09-07T06:12:32.7321343Z * [new branch] gh/coconutruben/24/head -> origin/gh/coconutruben/24/head 2025-09-07T06:12:32.7321555Z * [new branch] gh/coconutruben/24/orig -> origin/gh/coconutruben/24/orig 2025-09-07T06:12:32.7321767Z * [new branch] gh/coconutruben/25/base -> origin/gh/coconutruben/25/base 2025-09-07T06:12:32.7322037Z * [new branch] gh/coconutruben/25/head -> origin/gh/coconutruben/25/head 2025-09-07T06:12:32.7322255Z * [new branch] gh/coconutruben/25/orig -> origin/gh/coconutruben/25/orig 2025-09-07T06:12:32.7322473Z * [new branch] gh/coconutruben/28/base -> origin/gh/coconutruben/28/base 2025-09-07T06:12:32.7322683Z * [new branch] gh/coconutruben/28/head -> origin/gh/coconutruben/28/head 2025-09-07T06:12:32.7322889Z * [new branch] gh/coconutruben/28/orig -> origin/gh/coconutruben/28/orig 2025-09-07T06:12:32.7323144Z * [new branch] gh/coconutruben/29/base -> origin/gh/coconutruben/29/base 2025-09-07T06:12:32.7323470Z * [new branch] gh/coconutruben/29/head -> origin/gh/coconutruben/29/head 2025-09-07T06:12:32.7323802Z * [new branch] gh/coconutruben/29/orig -> origin/gh/coconutruben/29/orig 2025-09-07T06:12:32.7324147Z * [new branch] gh/coconutruben/30/base -> origin/gh/coconutruben/30/base 2025-09-07T06:12:32.7324470Z * [new branch] gh/coconutruben/30/head -> origin/gh/coconutruben/30/head 2025-09-07T06:12:32.7324810Z * [new branch] gh/coconutruben/30/orig -> origin/gh/coconutruben/30/orig 2025-09-07T06:12:32.7325190Z * [new branch] gh/coconutruben/31/base -> origin/gh/coconutruben/31/base 2025-09-07T06:12:32.7325521Z * [new branch] gh/coconutruben/31/head -> origin/gh/coconutruben/31/head 2025-09-07T06:12:32.7325855Z * [new branch] gh/coconutruben/31/orig -> origin/gh/coconutruben/31/orig 2025-09-07T06:12:32.7326190Z * [new branch] gh/coconutruben/32/base -> origin/gh/coconutruben/32/base 2025-09-07T06:12:32.7326528Z * [new branch] gh/coconutruben/32/head -> origin/gh/coconutruben/32/head 2025-09-07T06:12:32.7326859Z * [new branch] gh/coconutruben/32/orig -> origin/gh/coconutruben/32/orig 2025-09-07T06:12:32.7327197Z * [new branch] gh/coconutruben/33/base -> origin/gh/coconutruben/33/base 2025-09-07T06:12:32.7327656Z * [new branch] gh/coconutruben/33/head -> origin/gh/coconutruben/33/head 2025-09-07T06:12:32.7328002Z * [new branch] gh/coconutruben/33/orig -> origin/gh/coconutruben/33/orig 2025-09-07T06:12:32.7328329Z * [new branch] gh/coconutruben/34/base -> origin/gh/coconutruben/34/base 2025-09-07T06:12:32.7328708Z * [new branch] gh/coconutruben/34/head -> origin/gh/coconutruben/34/head 2025-09-07T06:12:32.7329033Z * [new branch] gh/coconutruben/34/orig -> origin/gh/coconutruben/34/orig 2025-09-07T06:12:32.7329367Z * [new branch] gh/coconutruben/35/base -> origin/gh/coconutruben/35/base 2025-09-07T06:12:32.7329691Z * [new branch] gh/coconutruben/35/head -> origin/gh/coconutruben/35/head 2025-09-07T06:12:32.7330011Z * [new branch] gh/coconutruben/35/orig -> origin/gh/coconutruben/35/orig 2025-09-07T06:12:32.7330324Z * [new branch] gh/coconutruben/36/base -> origin/gh/coconutruben/36/base 2025-09-07T06:12:32.7330648Z * [new branch] gh/coconutruben/36/head -> origin/gh/coconutruben/36/head 2025-09-07T06:12:32.7330989Z * [new branch] gh/coconutruben/36/orig -> origin/gh/coconutruben/36/orig 2025-09-07T06:12:32.7331306Z * [new branch] gh/coconutruben/37/base -> origin/gh/coconutruben/37/base 2025-09-07T06:12:32.7331620Z * [new branch] gh/coconutruben/37/head -> origin/gh/coconutruben/37/head 2025-09-07T06:12:32.7331935Z * [new branch] gh/coconutruben/37/orig -> origin/gh/coconutruben/37/orig 2025-09-07T06:12:32.7332245Z * [new branch] gh/coconutruben/38/base -> origin/gh/coconutruben/38/base 2025-09-07T06:12:32.7332494Z * [new branch] gh/coconutruben/38/head -> origin/gh/coconutruben/38/head 2025-09-07T06:12:32.7332804Z * [new branch] gh/coconutruben/38/orig -> origin/gh/coconutruben/38/orig 2025-09-07T06:12:32.7333057Z * [new branch] gh/coconutruben/39/base -> origin/gh/coconutruben/39/base 2025-09-07T06:12:32.7333279Z * [new branch] gh/coconutruben/39/head -> origin/gh/coconutruben/39/head 2025-09-07T06:12:32.7333487Z * [new branch] gh/coconutruben/39/orig -> origin/gh/coconutruben/39/orig 2025-09-07T06:12:32.7333739Z * [new branch] gh/coconutruben/40/base -> origin/gh/coconutruben/40/base 2025-09-07T06:12:32.7333966Z * [new branch] gh/coconutruben/40/head -> origin/gh/coconutruben/40/head 2025-09-07T06:12:32.7334181Z * [new branch] gh/coconutruben/40/orig -> origin/gh/coconutruben/40/orig 2025-09-07T06:12:32.7334392Z * [new branch] gh/coconutruben/41/base -> origin/gh/coconutruben/41/base 2025-09-07T06:12:32.7334604Z * [new branch] gh/coconutruben/41/head -> origin/gh/coconutruben/41/head 2025-09-07T06:12:32.7334823Z * [new branch] gh/coconutruben/41/orig -> origin/gh/coconutruben/41/orig 2025-09-07T06:12:32.7335033Z * [new branch] gh/coconutruben/42/base -> origin/gh/coconutruben/42/base 2025-09-07T06:12:32.7335239Z * [new branch] gh/coconutruben/42/head -> origin/gh/coconutruben/42/head 2025-09-07T06:12:32.7335455Z * [new branch] gh/coconutruben/42/orig -> origin/gh/coconutruben/42/orig 2025-09-07T06:12:32.7335659Z * [new branch] gh/coconutruben/43/base -> origin/gh/coconutruben/43/base 2025-09-07T06:12:32.7335865Z * [new branch] gh/coconutruben/43/head -> origin/gh/coconutruben/43/head 2025-09-07T06:12:32.7336087Z * [new branch] gh/coconutruben/43/orig -> origin/gh/coconutruben/43/orig 2025-09-07T06:12:32.7336299Z * [new branch] gh/coconutruben/44/base -> origin/gh/coconutruben/44/base 2025-09-07T06:12:32.7336507Z * [new branch] gh/coconutruben/44/head -> origin/gh/coconutruben/44/head 2025-09-07T06:12:32.7336800Z * [new branch] gh/coconutruben/44/orig -> origin/gh/coconutruben/44/orig 2025-09-07T06:12:32.7337009Z * [new branch] gh/coconutruben/45/base -> origin/gh/coconutruben/45/base 2025-09-07T06:12:32.7337219Z * [new branch] gh/coconutruben/45/head -> origin/gh/coconutruben/45/head 2025-09-07T06:12:32.7337440Z * [new branch] gh/coconutruben/45/orig -> origin/gh/coconutruben/45/orig 2025-09-07T06:12:32.7337648Z * [new branch] gh/coconutruben/46/base -> origin/gh/coconutruben/46/base 2025-09-07T06:12:32.7337856Z * [new branch] gh/coconutruben/46/head -> origin/gh/coconutruben/46/head 2025-09-07T06:12:32.7338073Z * [new branch] gh/coconutruben/46/orig -> origin/gh/coconutruben/46/orig 2025-09-07T06:12:32.7338289Z * [new branch] gh/coconutruben/47/base -> origin/gh/coconutruben/47/base 2025-09-07T06:12:32.7338502Z * [new branch] gh/coconutruben/47/head -> origin/gh/coconutruben/47/head 2025-09-07T06:12:32.7338724Z * [new branch] gh/coconutruben/47/orig -> origin/gh/coconutruben/47/orig 2025-09-07T06:12:32.7338932Z * [new branch] gh/coconutruben/48/base -> origin/gh/coconutruben/48/base 2025-09-07T06:12:32.7339137Z * [new branch] gh/coconutruben/48/head -> origin/gh/coconutruben/48/head 2025-09-07T06:12:32.7339346Z * [new branch] gh/coconutruben/48/orig -> origin/gh/coconutruben/48/orig 2025-09-07T06:12:32.7339565Z * [new branch] gh/coconutruben/49/base -> origin/gh/coconutruben/49/base 2025-09-07T06:12:32.7339772Z * [new branch] gh/coconutruben/49/head -> origin/gh/coconutruben/49/head 2025-09-07T06:12:32.7340053Z * [new branch] gh/coconutruben/49/orig -> origin/gh/coconutruben/49/orig 2025-09-07T06:12:32.7340277Z * [new branch] gh/coconutruben/50/base -> origin/gh/coconutruben/50/base 2025-09-07T06:12:32.7340489Z * [new branch] gh/coconutruben/50/head -> origin/gh/coconutruben/50/head 2025-09-07T06:12:32.7340695Z * [new branch] gh/coconutruben/50/orig -> origin/gh/coconutruben/50/orig 2025-09-07T06:12:32.7340915Z * [new branch] gh/coconutruben/51/base -> origin/gh/coconutruben/51/base 2025-09-07T06:12:32.7341122Z * [new branch] gh/coconutruben/51/head -> origin/gh/coconutruben/51/head 2025-09-07T06:12:32.7341328Z * [new branch] gh/coconutruben/51/orig -> origin/gh/coconutruben/51/orig 2025-09-07T06:12:32.7341545Z * [new branch] gh/coconutruben/52/base -> origin/gh/coconutruben/52/base 2025-09-07T06:12:32.7341756Z * [new branch] gh/coconutruben/52/head -> origin/gh/coconutruben/52/head 2025-09-07T06:12:32.7341967Z * [new branch] gh/coconutruben/52/orig -> origin/gh/coconutruben/52/orig 2025-09-07T06:12:32.7342191Z * [new branch] gh/coconutruben/53/base -> origin/gh/coconutruben/53/base 2025-09-07T06:12:32.7342398Z * [new branch] gh/coconutruben/53/head -> origin/gh/coconutruben/53/head 2025-09-07T06:12:32.7342606Z * [new branch] gh/coconutruben/53/orig -> origin/gh/coconutruben/53/orig 2025-09-07T06:12:32.7342827Z * [new branch] gh/coconutruben/54/base -> origin/gh/coconutruben/54/base 2025-09-07T06:12:32.7343037Z * [new branch] gh/coconutruben/54/head -> origin/gh/coconutruben/54/head 2025-09-07T06:12:32.7343245Z * [new branch] gh/coconutruben/54/orig -> origin/gh/coconutruben/54/orig 2025-09-07T06:12:32.7343460Z * [new branch] gh/coconutruben/55/base -> origin/gh/coconutruben/55/base 2025-09-07T06:12:32.7343673Z * [new branch] gh/coconutruben/55/head -> origin/gh/coconutruben/55/head 2025-09-07T06:12:32.7343879Z * [new branch] gh/coconutruben/55/orig -> origin/gh/coconutruben/55/orig 2025-09-07T06:12:32.7344162Z * [new branch] gh/coconutruben/56/base -> origin/gh/coconutruben/56/base 2025-09-07T06:12:32.7344377Z * [new branch] gh/coconutruben/56/head -> origin/gh/coconutruben/56/head 2025-09-07T06:12:32.7344589Z * [new branch] gh/coconutruben/56/orig -> origin/gh/coconutruben/56/orig 2025-09-07T06:12:32.7344799Z * [new branch] gh/coconutruben/57/base -> origin/gh/coconutruben/57/base 2025-09-07T06:12:32.7345021Z * [new branch] gh/coconutruben/57/head -> origin/gh/coconutruben/57/head 2025-09-07T06:12:32.7345233Z * [new branch] gh/coconutruben/57/orig -> origin/gh/coconutruben/57/orig 2025-09-07T06:12:32.7345442Z * [new branch] gh/coconutruben/58/base -> origin/gh/coconutruben/58/base 2025-09-07T06:12:32.7345660Z * [new branch] gh/coconutruben/58/head -> origin/gh/coconutruben/58/head 2025-09-07T06:12:32.7345875Z * [new branch] gh/coconutruben/58/orig -> origin/gh/coconutruben/58/orig 2025-09-07T06:12:32.7346081Z * [new branch] gh/coconutruben/59/base -> origin/gh/coconutruben/59/base 2025-09-07T06:12:32.7346298Z * [new branch] gh/coconutruben/59/head -> origin/gh/coconutruben/59/head 2025-09-07T06:12:32.7346504Z * [new branch] gh/coconutruben/59/orig -> origin/gh/coconutruben/59/orig 2025-09-07T06:12:32.7346710Z * [new branch] gh/coconutruben/60/base -> origin/gh/coconutruben/60/base 2025-09-07T06:12:32.7346933Z * [new branch] gh/coconutruben/60/head -> origin/gh/coconutruben/60/head 2025-09-07T06:12:32.7347142Z * [new branch] gh/coconutruben/60/orig -> origin/gh/coconutruben/60/orig 2025-09-07T06:12:32.7347422Z * [new branch] gh/coconutruben/61/base -> origin/gh/coconutruben/61/base 2025-09-07T06:12:32.7347638Z * [new branch] gh/coconutruben/61/head -> origin/gh/coconutruben/61/head 2025-09-07T06:12:32.7347848Z * [new branch] gh/coconutruben/61/orig -> origin/gh/coconutruben/61/orig 2025-09-07T06:12:32.7348055Z * [new branch] gh/coconutruben/62/base -> origin/gh/coconutruben/62/base 2025-09-07T06:12:32.7348275Z * [new branch] gh/coconutruben/62/head -> origin/gh/coconutruben/62/head 2025-09-07T06:12:32.7348482Z * [new branch] gh/coconutruben/62/orig -> origin/gh/coconutruben/62/orig 2025-09-07T06:12:32.7348694Z * [new branch] gh/coconutruben/63/base -> origin/gh/coconutruben/63/base 2025-09-07T06:12:32.7348918Z * [new branch] gh/coconutruben/63/head -> origin/gh/coconutruben/63/head 2025-09-07T06:12:32.7349127Z * [new branch] gh/coconutruben/63/orig -> origin/gh/coconutruben/63/orig 2025-09-07T06:12:32.7349341Z * [new branch] gh/coconutruben/64/base -> origin/gh/coconutruben/64/base 2025-09-07T06:12:32.7349574Z * [new branch] gh/coconutruben/64/head -> origin/gh/coconutruben/64/head 2025-09-07T06:12:32.7349781Z * [new branch] gh/coconutruben/64/orig -> origin/gh/coconutruben/64/orig 2025-09-07T06:12:32.7349990Z * [new branch] gh/coconutruben/65/base -> origin/gh/coconutruben/65/base 2025-09-07T06:12:32.7350197Z * [new branch] gh/coconutruben/65/head -> origin/gh/coconutruben/65/head 2025-09-07T06:12:32.7350416Z * [new branch] gh/coconutruben/65/orig -> origin/gh/coconutruben/65/orig 2025-09-07T06:12:32.7350624Z * [new branch] gh/coconutruben/66/base -> origin/gh/coconutruben/66/base 2025-09-07T06:12:32.7350829Z * [new branch] gh/coconutruben/66/head -> origin/gh/coconutruben/66/head 2025-09-07T06:12:32.7351131Z * [new branch] gh/coconutruben/66/orig -> origin/gh/coconutruben/66/orig 2025-09-07T06:12:32.7351370Z * [new branch] gh/codingwithsurya/12/base -> origin/gh/codingwithsurya/12/base 2025-09-07T06:12:32.7351673Z * [new branch] gh/codingwithsurya/12/head -> origin/gh/codingwithsurya/12/head 2025-09-07T06:12:32.7351920Z * [new branch] gh/codingwithsurya/12/orig -> origin/gh/codingwithsurya/12/orig 2025-09-07T06:12:32.7352144Z * [new branch] gh/codingwithsurya/14/base -> origin/gh/codingwithsurya/14/base 2025-09-07T06:12:32.7352370Z * [new branch] gh/codingwithsurya/14/head -> origin/gh/codingwithsurya/14/head 2025-09-07T06:12:32.7352602Z * [new branch] gh/codingwithsurya/14/orig -> origin/gh/codingwithsurya/14/orig 2025-09-07T06:12:32.7352825Z * [new branch] gh/codingwithsurya/15/base -> origin/gh/codingwithsurya/15/base 2025-09-07T06:12:32.7353055Z * [new branch] gh/codingwithsurya/15/head -> origin/gh/codingwithsurya/15/head 2025-09-07T06:12:32.7353293Z * [new branch] gh/codingwithsurya/15/orig -> origin/gh/codingwithsurya/15/orig 2025-09-07T06:12:32.7353524Z * [new branch] gh/codingwithsurya/16/base -> origin/gh/codingwithsurya/16/base 2025-09-07T06:12:32.7353755Z * [new branch] gh/codingwithsurya/16/head -> origin/gh/codingwithsurya/16/head 2025-09-07T06:12:32.7353990Z * [new branch] gh/codingwithsurya/16/orig -> origin/gh/codingwithsurya/16/orig 2025-09-07T06:12:32.7354214Z * [new branch] gh/codingwithsurya/17/base -> origin/gh/codingwithsurya/17/base 2025-09-07T06:12:32.7354436Z * [new branch] gh/codingwithsurya/17/head -> origin/gh/codingwithsurya/17/head 2025-09-07T06:12:32.7354674Z * [new branch] gh/codingwithsurya/17/orig -> origin/gh/codingwithsurya/17/orig 2025-09-07T06:12:32.7354898Z * [new branch] gh/codingwithsurya/18/base -> origin/gh/codingwithsurya/18/base 2025-09-07T06:12:32.7355189Z * [new branch] gh/codingwithsurya/18/head -> origin/gh/codingwithsurya/18/head 2025-09-07T06:12:32.7355428Z * [new branch] gh/codingwithsurya/18/orig -> origin/gh/codingwithsurya/18/orig 2025-09-07T06:12:32.7355655Z * [new branch] gh/codingwithsurya/19/base -> origin/gh/codingwithsurya/19/base 2025-09-07T06:12:32.7355881Z * [new branch] gh/codingwithsurya/19/head -> origin/gh/codingwithsurya/19/head 2025-09-07T06:12:32.7356113Z * [new branch] gh/codingwithsurya/19/orig -> origin/gh/codingwithsurya/19/orig 2025-09-07T06:12:32.7356339Z * [new branch] gh/codingwithsurya/20/base -> origin/gh/codingwithsurya/20/base 2025-09-07T06:12:32.7356568Z * [new branch] gh/codingwithsurya/20/head -> origin/gh/codingwithsurya/20/head 2025-09-07T06:12:32.7356794Z * [new branch] gh/codingwithsurya/20/orig -> origin/gh/codingwithsurya/20/orig 2025-09-07T06:12:32.7357034Z * [new branch] gh/codingwithsurya/21/base -> origin/gh/codingwithsurya/21/base 2025-09-07T06:12:32.7357264Z * [new branch] gh/codingwithsurya/21/head -> origin/gh/codingwithsurya/21/head 2025-09-07T06:12:32.7357488Z * [new branch] gh/codingwithsurya/21/orig -> origin/gh/codingwithsurya/21/orig 2025-09-07T06:12:32.7357702Z * [new branch] gh/colinchan15/1/base -> origin/gh/colinchan15/1/base 2025-09-07T06:12:32.7357904Z * [new branch] gh/colinchan15/1/head -> origin/gh/colinchan15/1/head 2025-09-07T06:12:32.7358101Z * [new branch] gh/colinchan15/2/base -> origin/gh/colinchan15/2/base 2025-09-07T06:12:32.7358311Z * [new branch] gh/colinchan15/2/head -> origin/gh/colinchan15/2/head 2025-09-07T06:12:32.7358511Z * [new branch] gh/colinchan15/3/base -> origin/gh/colinchan15/3/base 2025-09-07T06:12:32.7358710Z * [new branch] gh/colinchan15/3/head -> origin/gh/colinchan15/3/head 2025-09-07T06:12:32.7358911Z * [new branch] gh/colinchan15/6/base -> origin/gh/colinchan15/6/base 2025-09-07T06:12:32.7359165Z * [new branch] gh/colinchan15/6/head -> origin/gh/colinchan15/6/head 2025-09-07T06:12:32.7359389Z * [new branch] gh/davidberard98/382/base -> origin/gh/davidberard98/382/base 2025-09-07T06:12:32.7359613Z * [new branch] gh/davidberard98/382/head -> origin/gh/davidberard98/382/head 2025-09-07T06:12:32.7359830Z * [new branch] gh/davidberard98/382/orig -> origin/gh/davidberard98/382/orig 2025-09-07T06:12:32.7360045Z * [new branch] gh/davidberard98/386/base -> origin/gh/davidberard98/386/base 2025-09-07T06:12:32.7360266Z * [new branch] gh/davidberard98/386/head -> origin/gh/davidberard98/386/head 2025-09-07T06:12:32.7360479Z * [new branch] gh/davidberard98/386/orig -> origin/gh/davidberard98/386/orig 2025-09-07T06:12:32.7360700Z * [new branch] gh/davidberard98/391/base -> origin/gh/davidberard98/391/base 2025-09-07T06:12:32.7360923Z * [new branch] gh/davidberard98/391/head -> origin/gh/davidberard98/391/head 2025-09-07T06:12:32.7361138Z * [new branch] gh/davidberard98/391/orig -> origin/gh/davidberard98/391/orig 2025-09-07T06:12:32.7361352Z * [new branch] gh/davidberard98/392/base -> origin/gh/davidberard98/392/base 2025-09-07T06:12:32.7361584Z * [new branch] gh/davidberard98/392/head -> origin/gh/davidberard98/392/head 2025-09-07T06:12:32.7361803Z * [new branch] gh/davidberard98/392/orig -> origin/gh/davidberard98/392/orig 2025-09-07T06:12:32.7362019Z * [new branch] gh/davidberard98/394/base -> origin/gh/davidberard98/394/base 2025-09-07T06:12:32.7362233Z * [new branch] gh/davidberard98/394/head -> origin/gh/davidberard98/394/head 2025-09-07T06:12:32.7362530Z * [new branch] gh/davidberard98/394/orig -> origin/gh/davidberard98/394/orig 2025-09-07T06:12:32.7362743Z * [new branch] gh/davidberard98/396/base -> origin/gh/davidberard98/396/base 2025-09-07T06:12:32.7362964Z * [new branch] gh/davidberard98/396/head -> origin/gh/davidberard98/396/head 2025-09-07T06:12:32.7363187Z * [new branch] gh/davidberard98/396/orig -> origin/gh/davidberard98/396/orig 2025-09-07T06:12:32.7363409Z * [new branch] gh/davidberard98/397/base -> origin/gh/davidberard98/397/base 2025-09-07T06:12:32.7363621Z * [new branch] gh/davidberard98/397/head -> origin/gh/davidberard98/397/head 2025-09-07T06:12:32.7363843Z * [new branch] gh/davidberard98/397/orig -> origin/gh/davidberard98/397/orig 2025-09-07T06:12:32.7364058Z * [new branch] gh/davidberard98/398/base -> origin/gh/davidberard98/398/base 2025-09-07T06:12:32.7364276Z * [new branch] gh/davidberard98/398/head -> origin/gh/davidberard98/398/head 2025-09-07T06:12:32.7364505Z * [new branch] gh/davidberard98/398/orig -> origin/gh/davidberard98/398/orig 2025-09-07T06:12:32.7364729Z * [new branch] gh/davidberard98/399/base -> origin/gh/davidberard98/399/base 2025-09-07T06:12:32.7364944Z * [new branch] gh/davidberard98/399/head -> origin/gh/davidberard98/399/head 2025-09-07T06:12:32.7365176Z * [new branch] gh/davidberard98/399/orig -> origin/gh/davidberard98/399/orig 2025-09-07T06:12:32.7365392Z * [new branch] gh/davidberard98/400/base -> origin/gh/davidberard98/400/base 2025-09-07T06:12:32.7365606Z * [new branch] gh/davidberard98/400/head -> origin/gh/davidberard98/400/head 2025-09-07T06:12:32.7365829Z * [new branch] gh/davidberard98/400/orig -> origin/gh/davidberard98/400/orig 2025-09-07T06:12:32.7366044Z * [new branch] gh/davidberard98/401/base -> origin/gh/davidberard98/401/base 2025-09-07T06:12:32.7366261Z * [new branch] gh/davidberard98/401/head -> origin/gh/davidberard98/401/head 2025-09-07T06:12:32.7366552Z * [new branch] gh/davidberard98/401/orig -> origin/gh/davidberard98/401/orig 2025-09-07T06:12:32.7366774Z * [new branch] gh/davidberard98/402/base -> origin/gh/davidberard98/402/base 2025-09-07T06:12:32.7366992Z * [new branch] gh/davidberard98/402/head -> origin/gh/davidberard98/402/head 2025-09-07T06:12:32.7367218Z * [new branch] gh/davidberard98/402/orig -> origin/gh/davidberard98/402/orig 2025-09-07T06:12:32.7367431Z * [new branch] gh/davidberard98/403/base -> origin/gh/davidberard98/403/base 2025-09-07T06:12:32.7367646Z * [new branch] gh/davidberard98/403/head -> origin/gh/davidberard98/403/head 2025-09-07T06:12:32.7367863Z * [new branch] gh/davidberard98/403/orig -> origin/gh/davidberard98/403/orig 2025-09-07T06:12:32.7368090Z * [new branch] gh/davidberard98/404/base -> origin/gh/davidberard98/404/base 2025-09-07T06:12:32.7368307Z * [new branch] gh/davidberard98/404/head -> origin/gh/davidberard98/404/head 2025-09-07T06:12:32.7368524Z * [new branch] gh/davidberard98/404/orig -> origin/gh/davidberard98/404/orig 2025-09-07T06:12:32.7368751Z * [new branch] gh/davidberard98/405/base -> origin/gh/davidberard98/405/base 2025-09-07T06:12:32.7368970Z * [new branch] gh/davidberard98/405/head -> origin/gh/davidberard98/405/head 2025-09-07T06:12:32.7369188Z * [new branch] gh/davidberard98/405/orig -> origin/gh/davidberard98/405/orig 2025-09-07T06:12:32.7369417Z * [new branch] gh/davidberard98/406/base -> origin/gh/davidberard98/406/base 2025-09-07T06:12:32.7369632Z * [new branch] gh/davidberard98/406/head -> origin/gh/davidberard98/406/head 2025-09-07T06:12:32.7369913Z * [new branch] gh/davidberard98/406/orig -> origin/gh/davidberard98/406/orig 2025-09-07T06:12:32.7370134Z * [new branch] gh/davidberard98/407/base -> origin/gh/davidberard98/407/base 2025-09-07T06:12:32.7370352Z * [new branch] gh/davidberard98/407/head -> origin/gh/davidberard98/407/head 2025-09-07T06:12:32.7370570Z * [new branch] gh/davidberard98/407/orig -> origin/gh/davidberard98/407/orig 2025-09-07T06:12:32.7370792Z * [new branch] gh/davidberard98/408/base -> origin/gh/davidberard98/408/base 2025-09-07T06:12:32.7371012Z * [new branch] gh/davidberard98/408/head -> origin/gh/davidberard98/408/head 2025-09-07T06:12:32.7371233Z * [new branch] gh/davidberard98/408/orig -> origin/gh/davidberard98/408/orig 2025-09-07T06:12:32.7371453Z * [new branch] gh/davidberard98/409/base -> origin/gh/davidberard98/409/base 2025-09-07T06:12:32.7371669Z * [new branch] gh/davidberard98/409/head -> origin/gh/davidberard98/409/head 2025-09-07T06:12:32.7371888Z * [new branch] gh/davidberard98/409/orig -> origin/gh/davidberard98/409/orig 2025-09-07T06:12:32.7372102Z * [new branch] gh/desertfire/594/base -> origin/gh/desertfire/594/base 2025-09-07T06:12:32.7372313Z * [new branch] gh/desertfire/594/head -> origin/gh/desertfire/594/head 2025-09-07T06:12:32.7372514Z * [new branch] gh/desertfire/594/orig -> origin/gh/desertfire/594/orig 2025-09-07T06:12:32.7372721Z * [new branch] gh/desertfire/595/base -> origin/gh/desertfire/595/base 2025-09-07T06:12:32.7372925Z * [new branch] gh/desertfire/595/head -> origin/gh/desertfire/595/head 2025-09-07T06:12:32.7373126Z * [new branch] gh/desertfire/595/orig -> origin/gh/desertfire/595/orig 2025-09-07T06:12:32.7373329Z * [new branch] gh/desertfire/597/base -> origin/gh/desertfire/597/base 2025-09-07T06:12:32.7373539Z * [new branch] gh/desertfire/597/head -> origin/gh/desertfire/597/head 2025-09-07T06:12:32.7373737Z * [new branch] gh/desertfire/597/orig -> origin/gh/desertfire/597/orig 2025-09-07T06:12:32.7373990Z * [new branch] gh/dharakk/1/base -> origin/gh/dharakk/1/base 2025-09-07T06:12:32.7374182Z * [new branch] gh/dharakk/1/head -> origin/gh/dharakk/1/head 2025-09-07T06:12:32.7374375Z * [new branch] gh/drisspg/149/base -> origin/gh/drisspg/149/base 2025-09-07T06:12:32.7374562Z * [new branch] gh/drisspg/149/head -> origin/gh/drisspg/149/head 2025-09-07T06:12:32.7374755Z * [new branch] gh/drisspg/149/orig -> origin/gh/drisspg/149/orig 2025-09-07T06:12:32.7374940Z * [new branch] gh/drisspg/159/base -> origin/gh/drisspg/159/base 2025-09-07T06:12:32.7375124Z * [new branch] gh/drisspg/159/head -> origin/gh/drisspg/159/head 2025-09-07T06:12:32.7375322Z * [new branch] gh/drisspg/159/orig -> origin/gh/drisspg/159/orig 2025-09-07T06:12:32.7375515Z * [new branch] gh/drisspg/166/base -> origin/gh/drisspg/166/base 2025-09-07T06:12:32.7375705Z * [new branch] gh/drisspg/166/head -> origin/gh/drisspg/166/head 2025-09-07T06:12:32.7375896Z * [new branch] gh/drisspg/166/orig -> origin/gh/drisspg/166/orig 2025-09-07T06:12:32.7376080Z * [new branch] gh/drisspg/170/base -> origin/gh/drisspg/170/base 2025-09-07T06:12:32.7376264Z * [new branch] gh/drisspg/170/head -> origin/gh/drisspg/170/head 2025-09-07T06:12:32.7376461Z * [new branch] gh/drisspg/170/orig -> origin/gh/drisspg/170/orig 2025-09-07T06:12:32.7376647Z * [new branch] gh/drisspg/173/base -> origin/gh/drisspg/173/base 2025-09-07T06:12:32.7376834Z * [new branch] gh/drisspg/173/head -> origin/gh/drisspg/173/head 2025-09-07T06:12:32.7377089Z * [new branch] gh/drisspg/173/orig -> origin/gh/drisspg/173/orig 2025-09-07T06:12:32.7377279Z * [new branch] gh/drisspg/177/base -> origin/gh/drisspg/177/base 2025-09-07T06:12:32.7377468Z * [new branch] gh/drisspg/177/head -> origin/gh/drisspg/177/head 2025-09-07T06:12:32.7377654Z * [new branch] gh/drisspg/177/orig -> origin/gh/drisspg/177/orig 2025-09-07T06:12:32.7377853Z * [new branch] gh/drisspg/178/base -> origin/gh/drisspg/178/base 2025-09-07T06:12:32.7378040Z * [new branch] gh/drisspg/178/head -> origin/gh/drisspg/178/head 2025-09-07T06:12:32.7378225Z * [new branch] gh/drisspg/178/orig -> origin/gh/drisspg/178/orig 2025-09-07T06:12:32.7378425Z * [new branch] gh/drisspg/180/base -> origin/gh/drisspg/180/base 2025-09-07T06:12:32.7378616Z * [new branch] gh/drisspg/180/head -> origin/gh/drisspg/180/head 2025-09-07T06:12:32.7378806Z * [new branch] gh/drisspg/180/orig -> origin/gh/drisspg/180/orig 2025-09-07T06:12:32.7379006Z * [new branch] gh/drisspg/181/base -> origin/gh/drisspg/181/base 2025-09-07T06:12:32.7379197Z * [new branch] gh/drisspg/181/head -> origin/gh/drisspg/181/head 2025-09-07T06:12:32.7379382Z * [new branch] gh/drisspg/181/orig -> origin/gh/drisspg/181/orig 2025-09-07T06:12:32.7379581Z * [new branch] gh/drisspg/182/base -> origin/gh/drisspg/182/base 2025-09-07T06:12:32.7379765Z * [new branch] gh/drisspg/182/head -> origin/gh/drisspg/182/head 2025-09-07T06:12:32.7379954Z * [new branch] gh/drisspg/183/base -> origin/gh/drisspg/183/base 2025-09-07T06:12:32.7380147Z * [new branch] gh/drisspg/183/head -> origin/gh/drisspg/183/head 2025-09-07T06:12:32.7380339Z * [new branch] gh/drisspg/184/base -> origin/gh/drisspg/184/base 2025-09-07T06:12:32.7380525Z * [new branch] gh/drisspg/184/head -> origin/gh/drisspg/184/head 2025-09-07T06:12:32.7380785Z * [new branch] gh/drisspg/185/base -> origin/gh/drisspg/185/base 2025-09-07T06:12:32.7380972Z * [new branch] gh/drisspg/185/head -> origin/gh/drisspg/185/head 2025-09-07T06:12:32.7381156Z * [new branch] gh/drisspg/186/base -> origin/gh/drisspg/186/base 2025-09-07T06:12:32.7381347Z * [new branch] gh/drisspg/186/head -> origin/gh/drisspg/186/head 2025-09-07T06:12:32.7381534Z * [new branch] gh/drisspg/186/orig -> origin/gh/drisspg/186/orig 2025-09-07T06:12:32.7381721Z * [new branch] gh/drisspg/187/base -> origin/gh/drisspg/187/base 2025-09-07T06:12:32.7381907Z * [new branch] gh/drisspg/187/head -> origin/gh/drisspg/187/head 2025-09-07T06:12:32.7382108Z * [new branch] gh/drisspg/187/orig -> origin/gh/drisspg/187/orig 2025-09-07T06:12:32.7382296Z * [new branch] gh/drisspg/188/base -> origin/gh/drisspg/188/base 2025-09-07T06:12:32.7382483Z * [new branch] gh/drisspg/188/head -> origin/gh/drisspg/188/head 2025-09-07T06:12:32.7382678Z * [new branch] gh/drisspg/188/orig -> origin/gh/drisspg/188/orig 2025-09-07T06:12:32.7382862Z * [new branch] gh/drisspg/189/base -> origin/gh/drisspg/189/base 2025-09-07T06:12:32.7383049Z * [new branch] gh/drisspg/189/head -> origin/gh/drisspg/189/head 2025-09-07T06:12:32.7383316Z * [new branch] gh/drisspg/189/orig -> origin/gh/drisspg/189/orig 2025-09-07T06:12:32.7383546Z * [new branch] gh/drisspg/190/base -> origin/gh/drisspg/190/base 2025-09-07T06:12:32.7383737Z * [new branch] gh/drisspg/190/head -> origin/gh/drisspg/190/head 2025-09-07T06:12:32.7384004Z * [new branch] gh/drisspg/190/orig -> origin/gh/drisspg/190/orig 2025-09-07T06:12:32.7384193Z * [new branch] gh/drisspg/191/base -> origin/gh/drisspg/191/base 2025-09-07T06:12:32.7384378Z * [new branch] gh/drisspg/191/head -> origin/gh/drisspg/191/head 2025-09-07T06:12:32.7384575Z * [new branch] gh/drisspg/191/orig -> origin/gh/drisspg/191/orig 2025-09-07T06:12:32.7384763Z * [new branch] gh/drisspg/192/base -> origin/gh/drisspg/192/base 2025-09-07T06:12:32.7384957Z * [new branch] gh/drisspg/192/head -> origin/gh/drisspg/192/head 2025-09-07T06:12:32.7385159Z * [new branch] gh/drisspg/192/orig -> origin/gh/drisspg/192/orig 2025-09-07T06:12:32.7385346Z * [new branch] gh/drisspg/193/base -> origin/gh/drisspg/193/base 2025-09-07T06:12:32.7385538Z * [new branch] gh/drisspg/193/head -> origin/gh/drisspg/193/head 2025-09-07T06:12:32.7385739Z * [new branch] gh/drisspg/193/orig -> origin/gh/drisspg/193/orig 2025-09-07T06:12:32.7385931Z * [new branch] gh/drisspg/194/base -> origin/gh/drisspg/194/base 2025-09-07T06:12:32.7386118Z * [new branch] gh/drisspg/194/head -> origin/gh/drisspg/194/head 2025-09-07T06:12:32.7386303Z * [new branch] gh/drisspg/194/orig -> origin/gh/drisspg/194/orig 2025-09-07T06:12:32.7386500Z * [new branch] gh/drisspg/195/base -> origin/gh/drisspg/195/base 2025-09-07T06:12:32.7386689Z * [new branch] gh/drisspg/195/head -> origin/gh/drisspg/195/head 2025-09-07T06:12:32.7386874Z * [new branch] gh/drisspg/195/orig -> origin/gh/drisspg/195/orig 2025-09-07T06:12:32.7387071Z * [new branch] gh/drisspg/196/base -> origin/gh/drisspg/196/base 2025-09-07T06:12:32.7387259Z * [new branch] gh/drisspg/196/head -> origin/gh/drisspg/196/head 2025-09-07T06:12:32.7387446Z * [new branch] gh/drisspg/196/orig -> origin/gh/drisspg/196/orig 2025-09-07T06:12:32.7387707Z * [new branch] gh/drisspg/197/base -> origin/gh/drisspg/197/base 2025-09-07T06:12:32.7387893Z * [new branch] gh/drisspg/197/head -> origin/gh/drisspg/197/head 2025-09-07T06:12:32.7388082Z * [new branch] gh/drisspg/197/orig -> origin/gh/drisspg/197/orig 2025-09-07T06:12:32.7388283Z * [new branch] gh/drisspg/198/base -> origin/gh/drisspg/198/base 2025-09-07T06:12:32.7388474Z * [new branch] gh/drisspg/198/head -> origin/gh/drisspg/198/head 2025-09-07T06:12:32.7388660Z * [new branch] gh/drisspg/198/orig -> origin/gh/drisspg/198/orig 2025-09-07T06:12:32.7388855Z * [new branch] gh/drisspg/199/base -> origin/gh/drisspg/199/base 2025-09-07T06:12:32.7389045Z * [new branch] gh/drisspg/199/head -> origin/gh/drisspg/199/head 2025-09-07T06:12:32.7389235Z * [new branch] gh/drisspg/199/orig -> origin/gh/drisspg/199/orig 2025-09-07T06:12:32.7389443Z * [new branch] gh/dsjohns2/1/base -> origin/gh/dsjohns2/1/base 2025-09-07T06:12:32.7389635Z * [new branch] gh/dsjohns2/1/head -> origin/gh/dsjohns2/1/head 2025-09-07T06:12:32.7389830Z * [new branch] gh/eellison/784/base -> origin/gh/eellison/784/base 2025-09-07T06:12:32.7390044Z * [new branch] gh/eellison/784/head -> origin/gh/eellison/784/head 2025-09-07T06:12:32.7390232Z * [new branch] gh/eellison/784/orig -> origin/gh/eellison/784/orig 2025-09-07T06:12:32.7390423Z * [new branch] gh/eellison/785/base -> origin/gh/eellison/785/base 2025-09-07T06:12:32.7390612Z * [new branch] gh/eellison/785/head -> origin/gh/eellison/785/head 2025-09-07T06:12:32.7390876Z * [new branch] gh/eellison/785/orig -> origin/gh/eellison/785/orig 2025-09-07T06:12:32.7391140Z * [new branch] gh/eellison/789/base -> origin/gh/eellison/789/base 2025-09-07T06:12:32.7391331Z * [new branch] gh/eellison/789/head -> origin/gh/eellison/789/head 2025-09-07T06:12:32.7391528Z * [new branch] gh/eellison/789/orig -> origin/gh/eellison/789/orig 2025-09-07T06:12:32.7391717Z * [new branch] gh/eellison/800/base -> origin/gh/eellison/800/base 2025-09-07T06:12:32.7391909Z * [new branch] gh/eellison/800/head -> origin/gh/eellison/800/head 2025-09-07T06:12:32.7392115Z * [new branch] gh/eellison/800/orig -> origin/gh/eellison/800/orig 2025-09-07T06:12:32.7392304Z * [new branch] gh/eellison/801/base -> origin/gh/eellison/801/base 2025-09-07T06:12:32.7392495Z * [new branch] gh/eellison/801/head -> origin/gh/eellison/801/head 2025-09-07T06:12:32.7392694Z * [new branch] gh/eellison/801/orig -> origin/gh/eellison/801/orig 2025-09-07T06:12:32.7392895Z * [new branch] gh/eellison/802/base -> origin/gh/eellison/802/base 2025-09-07T06:12:32.7393092Z * [new branch] gh/eellison/802/head -> origin/gh/eellison/802/head 2025-09-07T06:12:32.7393287Z * [new branch] gh/eellison/802/orig -> origin/gh/eellison/802/orig 2025-09-07T06:12:32.7393476Z * [new branch] gh/eellison/805/base -> origin/gh/eellison/805/base 2025-09-07T06:12:32.7393663Z * [new branch] gh/eellison/805/head -> origin/gh/eellison/805/head 2025-09-07T06:12:32.7393860Z * [new branch] gh/eellison/805/orig -> origin/gh/eellison/805/orig 2025-09-07T06:12:32.7394051Z * [new branch] gh/eellison/808/base -> origin/gh/eellison/808/base 2025-09-07T06:12:32.7394241Z * [new branch] gh/eellison/808/head -> origin/gh/eellison/808/head 2025-09-07T06:12:32.7394434Z * [new branch] gh/eellison/808/orig -> origin/gh/eellison/808/orig 2025-09-07T06:12:32.7394696Z * [new branch] gh/eellison/809/base -> origin/gh/eellison/809/base 2025-09-07T06:12:32.7394885Z * [new branch] gh/eellison/809/head -> origin/gh/eellison/809/head 2025-09-07T06:12:32.7395072Z * [new branch] gh/eellison/809/orig -> origin/gh/eellison/809/orig 2025-09-07T06:12:32.7395271Z * [new branch] gh/eellison/813/base -> origin/gh/eellison/813/base 2025-09-07T06:12:32.7395462Z * [new branch] gh/eellison/813/head -> origin/gh/eellison/813/head 2025-09-07T06:12:32.7395659Z * [new branch] gh/eellison/813/orig -> origin/gh/eellison/813/orig 2025-09-07T06:12:32.7395858Z * [new branch] gh/eellison/814/base -> origin/gh/eellison/814/base 2025-09-07T06:12:32.7396053Z * [new branch] gh/eellison/814/head -> origin/gh/eellison/814/head 2025-09-07T06:12:32.7396244Z * [new branch] gh/eellison/814/orig -> origin/gh/eellison/814/orig 2025-09-07T06:12:32.7396442Z * [new branch] gh/eellison/815/base -> origin/gh/eellison/815/base 2025-09-07T06:12:32.7396634Z * [new branch] gh/eellison/815/head -> origin/gh/eellison/815/head 2025-09-07T06:12:32.7396824Z * [new branch] gh/eellison/815/orig -> origin/gh/eellison/815/orig 2025-09-07T06:12:32.7397026Z * [new branch] gh/eellison/816/base -> origin/gh/eellison/816/base 2025-09-07T06:12:32.7397212Z * [new branch] gh/eellison/816/head -> origin/gh/eellison/816/head 2025-09-07T06:12:32.7397400Z * [new branch] gh/eellison/816/orig -> origin/gh/eellison/816/orig 2025-09-07T06:12:32.7398145Z * [new branch] gh/eellison/817/base -> origin/gh/eellison/817/base 2025-09-07T06:12:32.7398338Z * [new branch] gh/eellison/817/head -> origin/gh/eellison/817/head 2025-09-07T06:12:32.7398534Z * [new branch] gh/eellison/817/orig -> origin/gh/eellison/817/orig 2025-09-07T06:12:32.7398732Z * [new branch] gh/eellison/818/base -> origin/gh/eellison/818/base 2025-09-07T06:12:32.7398924Z * [new branch] gh/eellison/818/head -> origin/gh/eellison/818/head 2025-09-07T06:12:32.7399114Z * [new branch] gh/eellison/818/orig -> origin/gh/eellison/818/orig 2025-09-07T06:12:32.7399310Z * [new branch] gh/eellison/819/base -> origin/gh/eellison/819/base 2025-09-07T06:12:32.7399502Z * [new branch] gh/eellison/819/head -> origin/gh/eellison/819/head 2025-09-07T06:12:32.7399694Z * [new branch] gh/eellison/819/orig -> origin/gh/eellison/819/orig 2025-09-07T06:12:32.7399885Z * [new branch] gh/eellison/820/base -> origin/gh/eellison/820/base 2025-09-07T06:12:32.7400084Z * [new branch] gh/eellison/820/head -> origin/gh/eellison/820/head 2025-09-07T06:12:32.7400278Z * [new branch] gh/eellison/820/orig -> origin/gh/eellison/820/orig 2025-09-07T06:12:32.7400469Z * [new branch] gh/eellison/821/base -> origin/gh/eellison/821/base 2025-09-07T06:12:32.7400663Z * [new branch] gh/eellison/821/head -> origin/gh/eellison/821/head 2025-09-07T06:12:32.7400852Z * [new branch] gh/eellison/821/orig -> origin/gh/eellison/821/orig 2025-09-07T06:12:32.7401041Z * [new branch] gh/eellison/822/base -> origin/gh/eellison/822/base 2025-09-07T06:12:32.7401241Z * [new branch] gh/eellison/822/head -> origin/gh/eellison/822/head 2025-09-07T06:12:32.7401430Z * [new branch] gh/eellison/822/orig -> origin/gh/eellison/822/orig 2025-09-07T06:12:32.7401621Z * [new branch] gh/eellison/823/base -> origin/gh/eellison/823/base 2025-09-07T06:12:32.7402136Z * [new branch] gh/eellison/823/head -> origin/gh/eellison/823/head 2025-09-07T06:12:32.7402336Z * [new branch] gh/eellison/823/orig -> origin/gh/eellison/823/orig 2025-09-07T06:12:32.7402515Z * [new branch] gh/etaf/132/base -> origin/gh/etaf/132/base 2025-09-07T06:12:32.7402698Z * [new branch] gh/etaf/132/head -> origin/gh/etaf/132/head 2025-09-07T06:12:32.7402870Z * [new branch] gh/etaf/132/orig -> origin/gh/etaf/132/orig 2025-09-07T06:12:32.7403041Z * [new branch] gh/etaf/138/base -> origin/gh/etaf/138/base 2025-09-07T06:12:32.7403223Z * [new branch] gh/etaf/138/head -> origin/gh/etaf/138/head 2025-09-07T06:12:32.7403391Z * [new branch] gh/etaf/138/orig -> origin/gh/etaf/138/orig 2025-09-07T06:12:32.7403563Z * [new branch] gh/etaf/140/base -> origin/gh/etaf/140/base 2025-09-07T06:12:32.7403741Z * [new branch] gh/etaf/140/head -> origin/gh/etaf/140/head 2025-09-07T06:12:32.7403913Z * [new branch] gh/etaf/140/orig -> origin/gh/etaf/140/orig 2025-09-07T06:12:32.7404081Z * [new branch] gh/etaf/143/base -> origin/gh/etaf/143/base 2025-09-07T06:12:32.7404254Z * [new branch] gh/etaf/143/head -> origin/gh/etaf/143/head 2025-09-07T06:12:32.7404440Z * [new branch] gh/etaf/143/orig -> origin/gh/etaf/143/orig 2025-09-07T06:12:32.7404608Z * [new branch] gh/etaf/147/base -> origin/gh/etaf/147/base 2025-09-07T06:12:32.7404784Z * [new branch] gh/etaf/147/head -> origin/gh/etaf/147/head 2025-09-07T06:12:32.7404960Z * [new branch] gh/etaf/151/base -> origin/gh/etaf/151/base 2025-09-07T06:12:32.7405197Z * [new branch] gh/etaf/151/head -> origin/gh/etaf/151/head 2025-09-07T06:12:32.7405368Z * [new branch] gh/etaf/151/orig -> origin/gh/etaf/151/orig 2025-09-07T06:12:32.7405545Z * [new branch] gh/etaf/152/base -> origin/gh/etaf/152/base 2025-09-07T06:12:32.7405713Z * [new branch] gh/etaf/152/head -> origin/gh/etaf/152/head 2025-09-07T06:12:32.7405880Z * [new branch] gh/etaf/152/orig -> origin/gh/etaf/152/orig 2025-09-07T06:12:32.7406054Z * [new branch] gh/etaf/153/base -> origin/gh/etaf/153/base 2025-09-07T06:12:32.7406223Z * [new branch] gh/etaf/153/head -> origin/gh/etaf/153/head 2025-09-07T06:12:32.7406394Z * [new branch] gh/etaf/153/orig -> origin/gh/etaf/153/orig 2025-09-07T06:12:32.7406570Z * [new branch] gh/etaf/154/base -> origin/gh/etaf/154/base 2025-09-07T06:12:32.7406740Z * [new branch] gh/etaf/154/head -> origin/gh/etaf/154/head 2025-09-07T06:12:32.7406910Z * [new branch] gh/etaf/154/orig -> origin/gh/etaf/154/orig 2025-09-07T06:12:32.7407081Z * [new branch] gh/etaf/155/base -> origin/gh/etaf/155/base 2025-09-07T06:12:32.7407252Z * [new branch] gh/etaf/155/head -> origin/gh/etaf/155/head 2025-09-07T06:12:32.7407422Z * [new branch] gh/etaf/155/orig -> origin/gh/etaf/155/orig 2025-09-07T06:12:32.7407593Z * [new branch] gh/etaf/156/base -> origin/gh/etaf/156/base 2025-09-07T06:12:32.7407771Z * [new branch] gh/etaf/156/head -> origin/gh/etaf/156/head 2025-09-07T06:12:32.7407939Z * [new branch] gh/etaf/156/orig -> origin/gh/etaf/156/orig 2025-09-07T06:12:32.7408108Z * [new branch] gh/etaf/157/base -> origin/gh/etaf/157/base 2025-09-07T06:12:32.7408286Z * [new branch] gh/etaf/157/head -> origin/gh/etaf/157/head 2025-09-07T06:12:32.7408523Z * [new branch] gh/etaf/157/orig -> origin/gh/etaf/157/orig 2025-09-07T06:12:32.7408693Z * [new branch] gh/etaf/158/base -> origin/gh/etaf/158/base 2025-09-07T06:12:32.7408874Z * [new branch] gh/etaf/158/head -> origin/gh/etaf/158/head 2025-09-07T06:12:32.7409048Z * [new branch] gh/etaf/158/orig -> origin/gh/etaf/158/orig 2025-09-07T06:12:32.7409218Z * [new branch] gh/etaf/159/base -> origin/gh/etaf/159/base 2025-09-07T06:12:32.7409402Z * [new branch] gh/etaf/159/head -> origin/gh/etaf/159/head 2025-09-07T06:12:32.7409576Z * [new branch] gh/etaf/159/orig -> origin/gh/etaf/159/orig 2025-09-07T06:12:32.7409745Z * [new branch] gh/etaf/160/base -> origin/gh/etaf/160/base 2025-09-07T06:12:32.7409930Z * [new branch] gh/etaf/160/head -> origin/gh/etaf/160/head 2025-09-07T06:12:32.7410100Z * [new branch] gh/etaf/160/orig -> origin/gh/etaf/160/orig 2025-09-07T06:12:32.7410268Z * [new branch] gh/etaf/161/base -> origin/gh/etaf/161/base 2025-09-07T06:12:32.7410443Z * [new branch] gh/etaf/161/head -> origin/gh/etaf/161/head 2025-09-07T06:12:32.7410614Z * [new branch] gh/etaf/161/orig -> origin/gh/etaf/161/orig 2025-09-07T06:12:32.7410781Z * [new branch] gh/etaf/162/base -> origin/gh/etaf/162/base 2025-09-07T06:12:32.7410950Z * [new branch] gh/etaf/162/head -> origin/gh/etaf/162/head 2025-09-07T06:12:32.7411133Z * [new branch] gh/etaf/162/orig -> origin/gh/etaf/162/orig 2025-09-07T06:12:32.7411302Z * [new branch] gh/etaf/163/base -> origin/gh/etaf/163/base 2025-09-07T06:12:32.7411533Z * [new branch] gh/etaf/163/head -> origin/gh/etaf/163/head 2025-09-07T06:12:32.7411710Z * [new branch] gh/etaf/163/orig -> origin/gh/etaf/163/orig 2025-09-07T06:12:32.7411876Z * [new branch] gh/etaf/164/base -> origin/gh/etaf/164/base 2025-09-07T06:12:32.7412045Z * [new branch] gh/etaf/164/head -> origin/gh/etaf/164/head 2025-09-07T06:12:32.7412220Z * [new branch] gh/etaf/164/orig -> origin/gh/etaf/164/orig 2025-09-07T06:12:32.7412390Z * [new branch] gh/etaf/165/base -> origin/gh/etaf/165/base 2025-09-07T06:12:32.7412557Z * [new branch] gh/etaf/165/orig -> origin/gh/etaf/165/orig 2025-09-07T06:12:32.7412735Z * [new branch] gh/etaf/166/base -> origin/gh/etaf/166/base 2025-09-07T06:12:32.7412903Z * [new branch] gh/etaf/166/head -> origin/gh/etaf/166/head 2025-09-07T06:12:32.7413077Z * [new branch] gh/etaf/166/orig -> origin/gh/etaf/166/orig 2025-09-07T06:12:32.7413257Z * [new branch] gh/etaf/167/base -> origin/gh/etaf/167/base 2025-09-07T06:12:32.7413432Z * [new branch] gh/etaf/167/head -> origin/gh/etaf/167/head 2025-09-07T06:12:32.7413607Z * [new branch] gh/etaf/167/orig -> origin/gh/etaf/167/orig 2025-09-07T06:12:32.7413792Z * [new branch] gh/etaf/168/base -> origin/gh/etaf/168/base 2025-09-07T06:12:32.7413962Z * [new branch] gh/etaf/168/head -> origin/gh/etaf/168/head 2025-09-07T06:12:32.7414134Z * [new branch] gh/etaf/168/orig -> origin/gh/etaf/168/orig 2025-09-07T06:12:32.7414310Z * [new branch] gh/etaf/169/base -> origin/gh/etaf/169/base 2025-09-07T06:12:32.7414487Z * [new branch] gh/etaf/169/head -> origin/gh/etaf/169/head 2025-09-07T06:12:32.7414658Z * [new branch] gh/etaf/169/orig -> origin/gh/etaf/169/orig 2025-09-07T06:12:32.7414942Z * [new branch] gh/exclamaforte/1/base -> origin/gh/exclamaforte/1/base 2025-09-07T06:12:32.7415163Z * [new branch] gh/exclamaforte/1/head -> origin/gh/exclamaforte/1/head 2025-09-07T06:12:32.7415372Z * [new branch] gh/exclamaforte/2/base -> origin/gh/exclamaforte/2/base 2025-09-07T06:12:32.7415577Z * [new branch] gh/exclamaforte/2/head -> origin/gh/exclamaforte/2/head 2025-09-07T06:12:32.7415785Z * [new branch] gh/exclamaforte/3/base -> origin/gh/exclamaforte/3/base 2025-09-07T06:12:32.7415990Z * [new branch] gh/exclamaforte/3/head -> origin/gh/exclamaforte/3/head 2025-09-07T06:12:32.7416193Z * [new branch] gh/exclamaforte/4/base -> origin/gh/exclamaforte/4/base 2025-09-07T06:12:32.7416409Z * [new branch] gh/exclamaforte/4/head -> origin/gh/exclamaforte/4/head 2025-09-07T06:12:32.7416602Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-09-07T06:12:32.7416798Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-09-07T06:12:32.7416997Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-09-07T06:12:32.7417181Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-09-07T06:12:32.7417365Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-09-07T06:12:32.7417558Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-09-07T06:12:32.7417739Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-09-07T06:12:32.7417921Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-09-07T06:12:32.7418178Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-09-07T06:12:32.7418362Z * [new branch] gh/ezyang/3074/base -> origin/gh/ezyang/3074/base 2025-09-07T06:12:32.7418545Z * [new branch] gh/ezyang/3074/head -> origin/gh/ezyang/3074/head 2025-09-07T06:12:32.7418736Z * [new branch] gh/ezyang/3074/orig -> origin/gh/ezyang/3074/orig 2025-09-07T06:12:32.7418921Z * [new branch] gh/ezyang/3088/base -> origin/gh/ezyang/3088/base 2025-09-07T06:12:32.7419101Z * [new branch] gh/ezyang/3088/head -> origin/gh/ezyang/3088/head 2025-09-07T06:12:32.7419290Z * [new branch] gh/ezyang/3088/orig -> origin/gh/ezyang/3088/orig 2025-09-07T06:12:32.7419486Z * [new branch] gh/ezyang/3092/base -> origin/gh/ezyang/3092/base 2025-09-07T06:12:32.7419668Z * [new branch] gh/ezyang/3092/head -> origin/gh/ezyang/3092/head 2025-09-07T06:12:32.7419857Z * [new branch] gh/ezyang/3092/orig -> origin/gh/ezyang/3092/orig 2025-09-07T06:12:32.7420054Z * [new branch] gh/ezyang/3103/base -> origin/gh/ezyang/3103/base 2025-09-07T06:12:32.7420241Z * [new branch] gh/ezyang/3103/head -> origin/gh/ezyang/3103/head 2025-09-07T06:12:32.7420422Z * [new branch] gh/ezyang/3103/orig -> origin/gh/ezyang/3103/orig 2025-09-07T06:12:32.7420613Z * [new branch] gh/ezyang/3105/base -> origin/gh/ezyang/3105/base 2025-09-07T06:12:32.7420794Z * [new branch] gh/ezyang/3105/head -> origin/gh/ezyang/3105/head 2025-09-07T06:12:32.7420984Z * [new branch] gh/ezyang/3105/orig -> origin/gh/ezyang/3105/orig 2025-09-07T06:12:32.7421177Z * [new branch] gh/ezyang/3114/base -> origin/gh/ezyang/3114/base 2025-09-07T06:12:32.7421369Z * [new branch] gh/ezyang/3114/head -> origin/gh/ezyang/3114/head 2025-09-07T06:12:32.7421551Z * [new branch] gh/ezyang/3114/orig -> origin/gh/ezyang/3114/orig 2025-09-07T06:12:32.7421811Z * [new branch] gh/ezyang/3116/base -> origin/gh/ezyang/3116/base 2025-09-07T06:12:32.7421995Z * [new branch] gh/ezyang/3116/head -> origin/gh/ezyang/3116/head 2025-09-07T06:12:32.7422178Z * [new branch] gh/ezyang/3116/orig -> origin/gh/ezyang/3116/orig 2025-09-07T06:12:32.7422371Z * [new branch] gh/ezyang/3120/base -> origin/gh/ezyang/3120/base 2025-09-07T06:12:32.7422554Z * [new branch] gh/ezyang/3120/head -> origin/gh/ezyang/3120/head 2025-09-07T06:12:32.7422737Z * [new branch] gh/ezyang/3120/orig -> origin/gh/ezyang/3120/orig 2025-09-07T06:12:32.7422929Z * [new branch] gh/ezyang/3122/base -> origin/gh/ezyang/3122/base 2025-09-07T06:12:32.7423117Z * [new branch] gh/ezyang/3122/head -> origin/gh/ezyang/3122/head 2025-09-07T06:12:32.7423302Z * [new branch] gh/ezyang/3122/orig -> origin/gh/ezyang/3122/orig 2025-09-07T06:12:32.7423491Z * [new branch] gh/ezyang/3123/base -> origin/gh/ezyang/3123/base 2025-09-07T06:12:32.7423684Z * [new branch] gh/ezyang/3123/head -> origin/gh/ezyang/3123/head 2025-09-07T06:12:32.7423873Z * [new branch] gh/ezyang/3123/orig -> origin/gh/ezyang/3123/orig 2025-09-07T06:12:32.7424056Z * [new branch] gh/ezyang/3125/base -> origin/gh/ezyang/3125/base 2025-09-07T06:12:32.7424248Z * [new branch] gh/ezyang/3125/head -> origin/gh/ezyang/3125/head 2025-09-07T06:12:32.7424430Z * [new branch] gh/ezyang/3125/orig -> origin/gh/ezyang/3125/orig 2025-09-07T06:12:32.7424612Z * [new branch] gh/ezyang/3126/base -> origin/gh/ezyang/3126/base 2025-09-07T06:12:32.7424872Z * [new branch] gh/ezyang/3126/head -> origin/gh/ezyang/3126/head 2025-09-07T06:12:32.7425056Z * [new branch] gh/ezyang/3126/orig -> origin/gh/ezyang/3126/orig 2025-09-07T06:12:32.7425238Z * [new branch] gh/ezyang/3127/base -> origin/gh/ezyang/3127/base 2025-09-07T06:12:32.7425428Z * [new branch] gh/ezyang/3127/head -> origin/gh/ezyang/3127/head 2025-09-07T06:12:32.7425609Z * [new branch] gh/ezyang/3127/orig -> origin/gh/ezyang/3127/orig 2025-09-07T06:12:32.7425791Z * [new branch] gh/ezyang/3128/base -> origin/gh/ezyang/3128/base 2025-09-07T06:12:32.7425988Z * [new branch] gh/ezyang/3128/head -> origin/gh/ezyang/3128/head 2025-09-07T06:12:32.7426171Z * [new branch] gh/ezyang/3128/orig -> origin/gh/ezyang/3128/orig 2025-09-07T06:12:32.7426353Z * [new branch] gh/ezyang/3129/base -> origin/gh/ezyang/3129/base 2025-09-07T06:12:32.7426553Z * [new branch] gh/ezyang/3129/head -> origin/gh/ezyang/3129/head 2025-09-07T06:12:32.7426742Z * [new branch] gh/ezyang/3129/orig -> origin/gh/ezyang/3129/orig 2025-09-07T06:12:32.7426925Z * [new branch] gh/ezyang/3130/base -> origin/gh/ezyang/3130/base 2025-09-07T06:12:32.7427119Z * [new branch] gh/ezyang/3130/head -> origin/gh/ezyang/3130/head 2025-09-07T06:12:32.7427304Z * [new branch] gh/ezyang/3130/orig -> origin/gh/ezyang/3130/orig 2025-09-07T06:12:32.7427490Z * [new branch] gh/ezyang/3131/base -> origin/gh/ezyang/3131/base 2025-09-07T06:12:32.7427673Z * [new branch] gh/ezyang/3131/head -> origin/gh/ezyang/3131/head 2025-09-07T06:12:32.7427861Z * [new branch] gh/ezyang/3131/orig -> origin/gh/ezyang/3131/orig 2025-09-07T06:12:32.7428047Z * [new branch] gh/ezyang/3132/base -> origin/gh/ezyang/3132/base 2025-09-07T06:12:32.7428231Z * [new branch] gh/ezyang/3132/head -> origin/gh/ezyang/3132/head 2025-09-07T06:12:32.7428488Z * [new branch] gh/ezyang/3132/orig -> origin/gh/ezyang/3132/orig 2025-09-07T06:12:32.7428670Z * [new branch] gh/ezyang/3133/base -> origin/gh/ezyang/3133/base 2025-09-07T06:12:32.7428857Z * [new branch] gh/ezyang/3133/head -> origin/gh/ezyang/3133/head 2025-09-07T06:12:32.7429052Z * [new branch] gh/ezyang/3133/orig -> origin/gh/ezyang/3133/orig 2025-09-07T06:12:32.7429236Z * [new branch] gh/ezyang/3134/base -> origin/gh/ezyang/3134/base 2025-09-07T06:12:32.7429419Z * [new branch] gh/ezyang/3134/head -> origin/gh/ezyang/3134/head 2025-09-07T06:12:32.7429609Z * [new branch] gh/ezyang/3134/orig -> origin/gh/ezyang/3134/orig 2025-09-07T06:12:32.7429796Z * [new branch] gh/ezyang/3135/base -> origin/gh/ezyang/3135/base 2025-09-07T06:12:32.7429984Z * [new branch] gh/ezyang/3135/head -> origin/gh/ezyang/3135/head 2025-09-07T06:12:32.7430184Z * [new branch] gh/ezyang/3135/orig -> origin/gh/ezyang/3135/orig 2025-09-07T06:12:32.7430365Z * [new branch] gh/ezyang/3136/base -> origin/gh/ezyang/3136/base 2025-09-07T06:12:32.7430546Z * [new branch] gh/ezyang/3136/head -> origin/gh/ezyang/3136/head 2025-09-07T06:12:32.7430734Z * [new branch] gh/ezyang/3136/orig -> origin/gh/ezyang/3136/orig 2025-09-07T06:12:32.7430917Z * [new branch] gh/ezyang/3137/base -> origin/gh/ezyang/3137/base 2025-09-07T06:12:32.7431195Z * [new branch] gh/ezyang/3137/head -> origin/gh/ezyang/3137/head 2025-09-07T06:12:32.7431396Z * [new branch] gh/ezyang/3137/orig -> origin/gh/ezyang/3137/orig 2025-09-07T06:12:32.7431659Z * [new branch] gh/ezyang/3138/base -> origin/gh/ezyang/3138/base 2025-09-07T06:12:32.7431845Z * [new branch] gh/ezyang/3138/head -> origin/gh/ezyang/3138/head 2025-09-07T06:12:32.7432025Z * [new branch] gh/ezyang/3138/orig -> origin/gh/ezyang/3138/orig 2025-09-07T06:12:32.7432215Z * [new branch] gh/ezyang/3139/base -> origin/gh/ezyang/3139/base 2025-09-07T06:12:32.7432396Z * [new branch] gh/ezyang/3139/head -> origin/gh/ezyang/3139/head 2025-09-07T06:12:32.7432580Z * [new branch] gh/ezyang/3139/orig -> origin/gh/ezyang/3139/orig 2025-09-07T06:12:32.7432779Z * [new branch] gh/ezyang/3140/base -> origin/gh/ezyang/3140/base 2025-09-07T06:12:32.7432959Z * [new branch] gh/ezyang/3140/head -> origin/gh/ezyang/3140/head 2025-09-07T06:12:32.7433140Z * [new branch] gh/ezyang/3140/orig -> origin/gh/ezyang/3140/orig 2025-09-07T06:12:32.7433337Z * [new branch] gh/ezyang/3141/base -> origin/gh/ezyang/3141/base 2025-09-07T06:12:32.7433522Z * [new branch] gh/ezyang/3141/head -> origin/gh/ezyang/3141/head 2025-09-07T06:12:32.7433706Z * [new branch] gh/ezyang/3141/orig -> origin/gh/ezyang/3141/orig 2025-09-07T06:12:32.7433898Z * [new branch] gh/ezyang/3142/base -> origin/gh/ezyang/3142/base 2025-09-07T06:12:32.7434080Z * [new branch] gh/ezyang/3142/head -> origin/gh/ezyang/3142/head 2025-09-07T06:12:32.7434261Z * [new branch] gh/ezyang/3142/orig -> origin/gh/ezyang/3142/orig 2025-09-07T06:12:32.7434456Z * [new branch] gh/ezyang/3143/base -> origin/gh/ezyang/3143/base 2025-09-07T06:12:32.7434640Z * [new branch] gh/ezyang/3143/head -> origin/gh/ezyang/3143/head 2025-09-07T06:12:32.7434825Z * [new branch] gh/ezyang/3143/orig -> origin/gh/ezyang/3143/orig 2025-09-07T06:12:32.7435018Z * [new branch] gh/fadara01/1/base -> origin/gh/fadara01/1/base 2025-09-07T06:12:32.7435270Z * [new branch] gh/fadara01/1/head -> origin/gh/fadara01/1/head 2025-09-07T06:12:32.7435450Z * [new branch] gh/fadara01/1/orig -> origin/gh/fadara01/1/orig 2025-09-07T06:12:32.7435637Z * [new branch] gh/fduwjj/171/base -> origin/gh/fduwjj/171/base 2025-09-07T06:12:32.7435815Z * [new branch] gh/fduwjj/171/head -> origin/gh/fduwjj/171/head 2025-09-07T06:12:32.7435993Z * [new branch] gh/fduwjj/171/orig -> origin/gh/fduwjj/171/orig 2025-09-07T06:12:32.7436171Z * [new branch] gh/fduwjj/175/base -> origin/gh/fduwjj/175/base 2025-09-07T06:12:32.7436361Z * [new branch] gh/fduwjj/175/head -> origin/gh/fduwjj/175/head 2025-09-07T06:12:32.7436543Z * [new branch] gh/fduwjj/175/orig -> origin/gh/fduwjj/175/orig 2025-09-07T06:12:32.7436720Z * [new branch] gh/fduwjj/176/base -> origin/gh/fduwjj/176/base 2025-09-07T06:12:32.7436915Z * [new branch] gh/fduwjj/176/head -> origin/gh/fduwjj/176/head 2025-09-07T06:12:32.7437095Z * [new branch] gh/fduwjj/176/orig -> origin/gh/fduwjj/176/orig 2025-09-07T06:12:32.7437274Z * [new branch] gh/fduwjj/177/base -> origin/gh/fduwjj/177/base 2025-09-07T06:12:32.7437467Z * [new branch] gh/fduwjj/177/head -> origin/gh/fduwjj/177/head 2025-09-07T06:12:32.7437646Z * [new branch] gh/fduwjj/177/orig -> origin/gh/fduwjj/177/orig 2025-09-07T06:12:32.7437831Z * [new branch] gh/fduwjj/178/base -> origin/gh/fduwjj/178/base 2025-09-07T06:12:32.7438027Z * [new branch] gh/fduwjj/178/head -> origin/gh/fduwjj/178/head 2025-09-07T06:12:32.7438267Z * [new branch] gh/fduwjj/178/orig -> origin/gh/fduwjj/178/orig 2025-09-07T06:12:32.7438445Z * [new branch] gh/fduwjj/179/base -> origin/gh/fduwjj/179/base 2025-09-07T06:12:32.7438634Z * [new branch] gh/fduwjj/179/head -> origin/gh/fduwjj/179/head 2025-09-07T06:12:32.7438811Z * [new branch] gh/fduwjj/179/orig -> origin/gh/fduwjj/179/orig 2025-09-07T06:12:32.7438989Z * [new branch] gh/fduwjj/180/base -> origin/gh/fduwjj/180/base 2025-09-07T06:12:32.7439180Z * [new branch] gh/fduwjj/180/head -> origin/gh/fduwjj/180/head 2025-09-07T06:12:32.7439364Z * [new branch] gh/fduwjj/180/orig -> origin/gh/fduwjj/180/orig 2025-09-07T06:12:32.7439541Z * [new branch] gh/fduwjj/181/base -> origin/gh/fduwjj/181/base 2025-09-07T06:12:32.7439730Z * [new branch] gh/fduwjj/181/head -> origin/gh/fduwjj/181/head 2025-09-07T06:12:32.7439911Z * [new branch] gh/fduwjj/181/orig -> origin/gh/fduwjj/181/orig 2025-09-07T06:12:32.7440092Z * [new branch] gh/fduwjj/182/base -> origin/gh/fduwjj/182/base 2025-09-07T06:12:32.7440271Z * [new branch] gh/fduwjj/182/head -> origin/gh/fduwjj/182/head 2025-09-07T06:12:32.7440458Z * [new branch] gh/fduwjj/182/orig -> origin/gh/fduwjj/182/orig 2025-09-07T06:12:32.7440637Z * [new branch] gh/fduwjj/183/base -> origin/gh/fduwjj/183/base 2025-09-07T06:12:32.7440817Z * [new branch] gh/fduwjj/183/head -> origin/gh/fduwjj/183/head 2025-09-07T06:12:32.7441007Z * [new branch] gh/fduwjj/183/orig -> origin/gh/fduwjj/183/orig 2025-09-07T06:12:32.7441191Z * [new branch] gh/fduwjj/184/base -> origin/gh/fduwjj/184/base 2025-09-07T06:12:32.7441368Z * [new branch] gh/fduwjj/184/head -> origin/gh/fduwjj/184/head 2025-09-07T06:12:32.7441564Z * [new branch] gh/fduwjj/184/orig -> origin/gh/fduwjj/184/orig 2025-09-07T06:12:32.7441814Z * [new branch] gh/fduwjj/185/base -> origin/gh/fduwjj/185/base 2025-09-07T06:12:32.7441994Z * [new branch] gh/fduwjj/185/head -> origin/gh/fduwjj/185/head 2025-09-07T06:12:32.7442185Z * [new branch] gh/fduwjj/185/orig -> origin/gh/fduwjj/185/orig 2025-09-07T06:12:32.7442367Z * [new branch] gh/fduwjj/186/base -> origin/gh/fduwjj/186/base 2025-09-07T06:12:32.7442546Z * [new branch] gh/fduwjj/186/head -> origin/gh/fduwjj/186/head 2025-09-07T06:12:32.7442732Z * [new branch] gh/fduwjj/186/orig -> origin/gh/fduwjj/186/orig 2025-09-07T06:12:32.7442914Z * [new branch] gh/fduwjj/187/base -> origin/gh/fduwjj/187/base 2025-09-07T06:12:32.7443093Z * [new branch] gh/fduwjj/187/head -> origin/gh/fduwjj/187/head 2025-09-07T06:12:32.7443284Z * [new branch] gh/fduwjj/187/orig -> origin/gh/fduwjj/187/orig 2025-09-07T06:12:32.7443468Z * [new branch] gh/fduwjj/188/base -> origin/gh/fduwjj/188/base 2025-09-07T06:12:32.7443649Z * [new branch] gh/fduwjj/188/head -> origin/gh/fduwjj/188/head 2025-09-07T06:12:32.7443838Z * [new branch] gh/fduwjj/188/orig -> origin/gh/fduwjj/188/orig 2025-09-07T06:12:32.7444020Z * [new branch] gh/fduwjj/189/base -> origin/gh/fduwjj/189/base 2025-09-07T06:12:32.7444199Z * [new branch] gh/fduwjj/189/head -> origin/gh/fduwjj/189/head 2025-09-07T06:12:32.7444381Z * [new branch] gh/fduwjj/189/orig -> origin/gh/fduwjj/189/orig 2025-09-07T06:12:32.7444569Z * [new branch] gh/fduwjj/190/base -> origin/gh/fduwjj/190/base 2025-09-07T06:12:32.7444813Z * [new branch] gh/fduwjj/190/head -> origin/gh/fduwjj/190/head 2025-09-07T06:12:32.7444992Z * [new branch] gh/fduwjj/190/orig -> origin/gh/fduwjj/190/orig 2025-09-07T06:12:32.7445180Z * [new branch] gh/fduwjj/191/base -> origin/gh/fduwjj/191/base 2025-09-07T06:12:32.7445358Z * [new branch] gh/fduwjj/191/head -> origin/gh/fduwjj/191/head 2025-09-07T06:12:32.7445542Z * [new branch] gh/fduwjj/191/orig -> origin/gh/fduwjj/191/orig 2025-09-07T06:12:32.7445731Z * [new branch] gh/fegin/306/base -> origin/gh/fegin/306/base 2025-09-07T06:12:32.7445909Z * [new branch] gh/fegin/306/head -> origin/gh/fegin/306/head 2025-09-07T06:12:32.7446084Z * [new branch] gh/fegin/306/orig -> origin/gh/fegin/306/orig 2025-09-07T06:12:32.7446268Z * [new branch] gh/fegin/307/base -> origin/gh/fegin/307/base 2025-09-07T06:12:32.7446446Z * [new branch] gh/fegin/307/head -> origin/gh/fegin/307/head 2025-09-07T06:12:32.7446620Z * [new branch] gh/fegin/307/orig -> origin/gh/fegin/307/orig 2025-09-07T06:12:32.7446807Z * [new branch] gh/fegin/308/base -> origin/gh/fegin/308/base 2025-09-07T06:12:32.7446981Z * [new branch] gh/fegin/308/head -> origin/gh/fegin/308/head 2025-09-07T06:12:32.7447157Z * [new branch] gh/fegin/308/orig -> origin/gh/fegin/308/orig 2025-09-07T06:12:32.7447337Z * [new branch] gh/fegin/309/base -> origin/gh/fegin/309/base 2025-09-07T06:12:32.7447511Z * [new branch] gh/fegin/309/head -> origin/gh/fegin/309/head 2025-09-07T06:12:32.7447692Z * [new branch] gh/fegin/309/orig -> origin/gh/fegin/309/orig 2025-09-07T06:12:32.7447866Z * [new branch] gh/fegin/310/base -> origin/gh/fegin/310/base 2025-09-07T06:12:32.7448053Z * [new branch] gh/fegin/310/head -> origin/gh/fegin/310/head 2025-09-07T06:12:32.7448227Z * [new branch] gh/fegin/310/orig -> origin/gh/fegin/310/orig 2025-09-07T06:12:32.7448477Z * [new branch] gh/fegin/311/base -> origin/gh/fegin/311/base 2025-09-07T06:12:32.7448670Z * [new branch] gh/fegin/311/head -> origin/gh/fegin/311/head 2025-09-07T06:12:32.7448846Z * [new branch] gh/fegin/311/orig -> origin/gh/fegin/311/orig 2025-09-07T06:12:32.7449022Z * [new branch] gh/fegin/312/base -> origin/gh/fegin/312/base 2025-09-07T06:12:32.7449208Z * [new branch] gh/fegin/312/head -> origin/gh/fegin/312/head 2025-09-07T06:12:32.7449383Z * [new branch] gh/fegin/312/orig -> origin/gh/fegin/312/orig 2025-09-07T06:12:32.7449560Z * [new branch] gh/fegin/313/base -> origin/gh/fegin/313/base 2025-09-07T06:12:32.7449751Z * [new branch] gh/fegin/313/head -> origin/gh/fegin/313/head 2025-09-07T06:12:32.7449928Z * [new branch] gh/fegin/313/orig -> origin/gh/fegin/313/orig 2025-09-07T06:12:32.7450115Z * [new branch] gh/fffrog/124/base -> origin/gh/fffrog/124/base 2025-09-07T06:12:32.7450314Z * [new branch] gh/fffrog/124/head -> origin/gh/fffrog/124/head 2025-09-07T06:12:32.7450497Z * [new branch] gh/fffrog/124/orig -> origin/gh/fffrog/124/orig 2025-09-07T06:12:32.7450676Z * [new branch] gh/fffrog/129/base -> origin/gh/fffrog/129/base 2025-09-07T06:12:32.7450863Z * [new branch] gh/fffrog/129/head -> origin/gh/fffrog/129/head 2025-09-07T06:12:32.7451042Z * [new branch] gh/fffrog/129/orig -> origin/gh/fffrog/129/orig 2025-09-07T06:12:32.7451221Z * [new branch] gh/fffrog/130/base -> origin/gh/fffrog/130/base 2025-09-07T06:12:32.7451478Z * [new branch] gh/fffrog/130/head -> origin/gh/fffrog/130/head 2025-09-07T06:12:32.7451659Z * [new branch] gh/fffrog/130/orig -> origin/gh/fffrog/130/orig 2025-09-07T06:12:32.7451838Z * [new branch] gh/fffrog/131/base -> origin/gh/fffrog/131/base 2025-09-07T06:12:32.7452016Z * [new branch] gh/fffrog/131/head -> origin/gh/fffrog/131/head 2025-09-07T06:12:32.7452202Z * [new branch] gh/fffrog/131/orig -> origin/gh/fffrog/131/orig 2025-09-07T06:12:32.7452382Z * [new branch] gh/fffrog/132/base -> origin/gh/fffrog/132/base 2025-09-07T06:12:32.7452560Z * [new branch] gh/fffrog/132/head -> origin/gh/fffrog/132/head 2025-09-07T06:12:32.7452748Z * [new branch] gh/fffrog/132/orig -> origin/gh/fffrog/132/orig 2025-09-07T06:12:32.7452936Z * [new branch] gh/fffrog/133/base -> origin/gh/fffrog/133/base 2025-09-07T06:12:32.7453127Z * [new branch] gh/fffrog/133/head -> origin/gh/fffrog/133/head 2025-09-07T06:12:32.7453318Z * [new branch] gh/fffrog/133/orig -> origin/gh/fffrog/133/orig 2025-09-07T06:12:32.7453501Z * [new branch] gh/fffrog/134/base -> origin/gh/fffrog/134/base 2025-09-07T06:12:32.7453681Z * [new branch] gh/fffrog/134/head -> origin/gh/fffrog/134/head 2025-09-07T06:12:32.7453873Z * [new branch] gh/fffrog/134/orig -> origin/gh/fffrog/134/orig 2025-09-07T06:12:32.7454057Z * [new branch] gh/fffrog/135/base -> origin/gh/fffrog/135/base 2025-09-07T06:12:32.7454237Z * [new branch] gh/fffrog/135/head -> origin/gh/fffrog/135/head 2025-09-07T06:12:32.7454427Z * [new branch] gh/fffrog/135/orig -> origin/gh/fffrog/135/orig 2025-09-07T06:12:32.7454608Z * [new branch] gh/fffrog/136/base -> origin/gh/fffrog/136/base 2025-09-07T06:12:32.7454791Z * [new branch] gh/fffrog/136/head -> origin/gh/fffrog/136/head 2025-09-07T06:12:32.7455056Z * [new branch] gh/fffrog/136/orig -> origin/gh/fffrog/136/orig 2025-09-07T06:12:32.7455238Z * [new branch] gh/fffrog/137/base -> origin/gh/fffrog/137/base 2025-09-07T06:12:32.7455415Z * [new branch] gh/fffrog/137/head -> origin/gh/fffrog/137/head 2025-09-07T06:12:32.7455603Z * [new branch] gh/fffrog/137/orig -> origin/gh/fffrog/137/orig 2025-09-07T06:12:32.7455783Z * [new branch] gh/fffrog/138/base -> origin/gh/fffrog/138/base 2025-09-07T06:12:32.7455964Z * [new branch] gh/fffrog/138/head -> origin/gh/fffrog/138/head 2025-09-07T06:12:32.7456142Z * [new branch] gh/fffrog/138/orig -> origin/gh/fffrog/138/orig 2025-09-07T06:12:32.7456336Z * [new branch] gh/fffrog/139/base -> origin/gh/fffrog/139/base 2025-09-07T06:12:32.7456518Z * [new branch] gh/fffrog/139/head -> origin/gh/fffrog/139/head 2025-09-07T06:12:32.7456704Z * [new branch] gh/fffrog/139/orig -> origin/gh/fffrog/139/orig 2025-09-07T06:12:32.7456894Z * [new branch] gh/fffrog/140/base -> origin/gh/fffrog/140/base 2025-09-07T06:12:32.7457081Z * [new branch] gh/fffrog/140/head -> origin/gh/fffrog/140/head 2025-09-07T06:12:32.7457262Z * [new branch] gh/fffrog/140/orig -> origin/gh/fffrog/140/orig 2025-09-07T06:12:32.7457450Z * [new branch] gh/fffrog/141/base -> origin/gh/fffrog/141/base 2025-09-07T06:12:32.7457630Z * [new branch] gh/fffrog/141/head -> origin/gh/fffrog/141/head 2025-09-07T06:12:32.7457813Z * [new branch] gh/fffrog/141/orig -> origin/gh/fffrog/141/orig 2025-09-07T06:12:32.7458069Z * [new branch] gh/fffrog/142/base -> origin/gh/fffrog/142/base 2025-09-07T06:12:32.7458252Z * [new branch] gh/fffrog/142/head -> origin/gh/fffrog/142/head 2025-09-07T06:12:32.7458438Z * [new branch] gh/fffrog/142/orig -> origin/gh/fffrog/142/orig 2025-09-07T06:12:32.7458629Z * [new branch] gh/fffrog/143/base -> origin/gh/fffrog/143/base 2025-09-07T06:12:32.7458810Z * [new branch] gh/fffrog/143/head -> origin/gh/fffrog/143/head 2025-09-07T06:12:32.7458990Z * [new branch] gh/fffrog/143/orig -> origin/gh/fffrog/143/orig 2025-09-07T06:12:32.7459179Z * [new branch] gh/fffrog/144/base -> origin/gh/fffrog/144/base 2025-09-07T06:12:32.7459361Z * [new branch] gh/fffrog/144/head -> origin/gh/fffrog/144/head 2025-09-07T06:12:32.7459545Z * [new branch] gh/fffrog/144/orig -> origin/gh/fffrog/144/orig 2025-09-07T06:12:32.7459735Z * [new branch] gh/fffrog/145/base -> origin/gh/fffrog/145/base 2025-09-07T06:12:32.7459914Z * [new branch] gh/fffrog/145/head -> origin/gh/fffrog/145/head 2025-09-07T06:12:32.7460098Z * [new branch] gh/fffrog/145/orig -> origin/gh/fffrog/145/orig 2025-09-07T06:12:32.7460279Z * [new branch] gh/fffrog/146/base -> origin/gh/fffrog/146/base 2025-09-07T06:12:32.7460471Z * [new branch] gh/fffrog/146/head -> origin/gh/fffrog/146/head 2025-09-07T06:12:32.7460651Z * [new branch] gh/fffrog/146/orig -> origin/gh/fffrog/146/orig 2025-09-07T06:12:32.7460836Z * [new branch] gh/fffrog/147/base -> origin/gh/fffrog/147/base 2025-09-07T06:12:32.7461024Z * [new branch] gh/fffrog/147/head -> origin/gh/fffrog/147/head 2025-09-07T06:12:32.7461204Z * [new branch] gh/fffrog/147/orig -> origin/gh/fffrog/147/orig 2025-09-07T06:12:32.7461386Z * [new branch] gh/fffrog/148/base -> origin/gh/fffrog/148/base 2025-09-07T06:12:32.7461639Z * [new branch] gh/fffrog/148/head -> origin/gh/fffrog/148/head 2025-09-07T06:12:32.7461822Z * [new branch] gh/fffrog/148/orig -> origin/gh/fffrog/148/orig 2025-09-07T06:12:32.7462128Z * [new branch] gh/fffrog/149/base -> origin/gh/fffrog/149/base 2025-09-07T06:12:32.7462350Z * [new branch] gh/fffrog/149/head -> origin/gh/fffrog/149/head 2025-09-07T06:12:32.7462554Z * [new branch] gh/fffrog/149/orig -> origin/gh/fffrog/149/orig 2025-09-07T06:12:32.7462783Z * [new branch] gh/fffrog/150/base -> origin/gh/fffrog/150/base 2025-09-07T06:12:32.7462982Z * [new branch] gh/fffrog/150/head -> origin/gh/fffrog/150/head 2025-09-07T06:12:32.7463184Z * [new branch] gh/fffrog/150/orig -> origin/gh/fffrog/150/orig 2025-09-07T06:12:32.7463423Z * [new branch] gh/fffrog/151/base -> origin/gh/fffrog/151/base 2025-09-07T06:12:32.7463637Z * [new branch] gh/fffrog/151/head -> origin/gh/fffrog/151/head 2025-09-07T06:12:32.7463840Z * [new branch] gh/fffrog/151/orig -> origin/gh/fffrog/151/orig 2025-09-07T06:12:32.7464065Z * [new branch] gh/fffrog/152/base -> origin/gh/fffrog/152/base 2025-09-07T06:12:32.7464264Z * [new branch] gh/fffrog/152/head -> origin/gh/fffrog/152/head 2025-09-07T06:12:32.7464468Z * [new branch] gh/fffrog/153/base -> origin/gh/fffrog/153/base 2025-09-07T06:12:32.7464704Z * [new branch] gh/fffrog/153/head -> origin/gh/fffrog/153/head 2025-09-07T06:12:32.7464910Z * [new branch] gh/fffrog/153/orig -> origin/gh/fffrog/153/orig 2025-09-07T06:12:32.7465123Z * [new branch] gh/gmagogsfm/1/base -> origin/gh/gmagogsfm/1/base 2025-09-07T06:12:32.7465434Z * [new branch] gh/gmagogsfm/1/head -> origin/gh/gmagogsfm/1/head 2025-09-07T06:12:32.7465647Z * [new branch] gh/gmagogsfm/1/orig -> origin/gh/gmagogsfm/1/orig 2025-09-07T06:12:32.7465855Z * [new branch] gh/gmagogsfm/2/base -> origin/gh/gmagogsfm/2/base 2025-09-07T06:12:32.7466090Z * [new branch] gh/gmagogsfm/2/head -> origin/gh/gmagogsfm/2/head 2025-09-07T06:12:32.7466313Z * [new branch] gh/gmagogsfm/2/orig -> origin/gh/gmagogsfm/2/orig 2025-09-07T06:12:32.7466524Z * [new branch] gh/gmagogsfm/3/base -> origin/gh/gmagogsfm/3/base 2025-09-07T06:12:32.7466759Z * [new branch] gh/gmagogsfm/3/head -> origin/gh/gmagogsfm/3/head 2025-09-07T06:12:32.7466972Z * [new branch] gh/gmagogsfm/3/orig -> origin/gh/gmagogsfm/3/orig 2025-09-07T06:12:32.7467189Z * [new branch] gh/guangyey/134/base -> origin/gh/guangyey/134/base 2025-09-07T06:12:32.7467427Z * [new branch] gh/guangyey/134/head -> origin/gh/guangyey/134/head 2025-09-07T06:12:32.7467656Z * [new branch] gh/guangyey/134/orig -> origin/gh/guangyey/134/orig 2025-09-07T06:12:32.7467863Z * [new branch] gh/guangyey/135/base -> origin/gh/guangyey/135/base 2025-09-07T06:12:32.7468100Z * [new branch] gh/guangyey/135/head -> origin/gh/guangyey/135/head 2025-09-07T06:12:32.7468311Z * [new branch] gh/guangyey/135/orig -> origin/gh/guangyey/135/orig 2025-09-07T06:12:32.7468539Z * [new branch] gh/guangyey/139/base -> origin/gh/guangyey/139/base 2025-09-07T06:12:32.7468804Z * [new branch] gh/guangyey/139/head -> origin/gh/guangyey/139/head 2025-09-07T06:12:32.7469014Z * [new branch] gh/guangyey/139/orig -> origin/gh/guangyey/139/orig 2025-09-07T06:12:32.7469227Z * [new branch] gh/guangyey/140/base -> origin/gh/guangyey/140/base 2025-09-07T06:12:32.7469501Z * [new branch] gh/guangyey/140/head -> origin/gh/guangyey/140/head 2025-09-07T06:12:32.7469730Z * [new branch] gh/guangyey/140/orig -> origin/gh/guangyey/140/orig 2025-09-07T06:12:32.7469953Z * [new branch] gh/guangyey/142/base -> origin/gh/guangyey/142/base 2025-09-07T06:12:32.7470173Z * [new branch] gh/guangyey/142/head -> origin/gh/guangyey/142/head 2025-09-07T06:12:32.7470407Z * [new branch] gh/guangyey/142/orig -> origin/gh/guangyey/142/orig 2025-09-07T06:12:32.7470617Z * [new branch] gh/guangyey/145/base -> origin/gh/guangyey/145/base 2025-09-07T06:12:32.7470822Z * [new branch] gh/guangyey/145/head -> origin/gh/guangyey/145/head 2025-09-07T06:12:32.7471111Z * [new branch] gh/guangyey/145/orig -> origin/gh/guangyey/145/orig 2025-09-07T06:12:32.7471346Z * [new branch] gh/guangyey/153/base -> origin/gh/guangyey/153/base 2025-09-07T06:12:32.7471573Z * [new branch] gh/guangyey/153/head -> origin/gh/guangyey/153/head 2025-09-07T06:12:32.7471808Z * [new branch] gh/guangyey/153/orig -> origin/gh/guangyey/153/orig 2025-09-07T06:12:32.7472021Z * [new branch] gh/guangyey/159/base -> origin/gh/guangyey/159/base 2025-09-07T06:12:32.7472230Z * [new branch] gh/guangyey/159/head -> origin/gh/guangyey/159/head 2025-09-07T06:12:32.7472461Z * [new branch] gh/guangyey/159/orig -> origin/gh/guangyey/159/orig 2025-09-07T06:12:32.7472679Z * [new branch] gh/guangyey/163/base -> origin/gh/guangyey/163/base 2025-09-07T06:12:32.7472897Z * [new branch] gh/guangyey/163/head -> origin/gh/guangyey/163/head 2025-09-07T06:12:32.7473213Z * [new branch] gh/guangyey/163/orig -> origin/gh/guangyey/163/orig 2025-09-07T06:12:32.7473425Z * [new branch] gh/guangyey/168/base -> origin/gh/guangyey/168/base 2025-09-07T06:12:32.7473636Z * [new branch] gh/guangyey/168/head -> origin/gh/guangyey/168/head 2025-09-07T06:12:32.7473862Z * [new branch] gh/guangyey/168/orig -> origin/gh/guangyey/168/orig 2025-09-07T06:12:32.7474083Z * [new branch] gh/guangyey/169/base -> origin/gh/guangyey/169/base 2025-09-07T06:12:32.7474298Z * [new branch] gh/guangyey/169/head -> origin/gh/guangyey/169/head 2025-09-07T06:12:32.7474531Z * [new branch] gh/guangyey/169/orig -> origin/gh/guangyey/169/orig 2025-09-07T06:12:32.7474740Z * [new branch] gh/guangyey/170/base -> origin/gh/guangyey/170/base 2025-09-07T06:12:32.7474950Z * [new branch] gh/guangyey/170/head -> origin/gh/guangyey/170/head 2025-09-07T06:12:32.7475177Z * [new branch] gh/guangyey/170/orig -> origin/gh/guangyey/170/orig 2025-09-07T06:12:32.7475398Z * [new branch] gh/guangyey/171/base -> origin/gh/guangyey/171/base 2025-09-07T06:12:32.7475618Z * [new branch] gh/guangyey/171/head -> origin/gh/guangyey/171/head 2025-09-07T06:12:32.7475862Z * [new branch] gh/guangyey/171/orig -> origin/gh/guangyey/171/orig 2025-09-07T06:12:32.7476071Z * [new branch] gh/guangyey/174/base -> origin/gh/guangyey/174/base 2025-09-07T06:12:32.7476284Z * [new branch] gh/guangyey/174/head -> origin/gh/guangyey/174/head 2025-09-07T06:12:32.7476520Z * [new branch] gh/guangyey/174/orig -> origin/gh/guangyey/174/orig 2025-09-07T06:12:32.7476748Z * [new branch] gh/guangyey/176/base -> origin/gh/guangyey/176/base 2025-09-07T06:12:32.7476957Z * [new branch] gh/guangyey/176/head -> origin/gh/guangyey/176/head 2025-09-07T06:12:32.7477172Z * [new branch] gh/guangyey/176/orig -> origin/gh/guangyey/176/orig 2025-09-07T06:12:32.7477486Z * [new branch] gh/guangyey/178/base -> origin/gh/guangyey/178/base 2025-09-07T06:12:32.7477701Z * [new branch] gh/guangyey/178/head -> origin/gh/guangyey/178/head 2025-09-07T06:12:32.7477897Z * [new branch] gh/guangyey/178/orig -> origin/gh/guangyey/178/orig 2025-09-07T06:12:32.7478153Z * [new branch] gh/guangyey/181/base -> origin/gh/guangyey/181/base 2025-09-07T06:12:32.7478358Z * [new branch] gh/guangyey/181/head -> origin/gh/guangyey/181/head 2025-09-07T06:12:32.7478569Z * [new branch] gh/guangyey/181/orig -> origin/gh/guangyey/181/orig 2025-09-07T06:12:32.7478807Z * [new branch] gh/guangyey/182/base -> origin/gh/guangyey/182/base 2025-09-07T06:12:32.7479017Z * [new branch] gh/guangyey/182/head -> origin/gh/guangyey/182/head 2025-09-07T06:12:32.7479220Z * [new branch] gh/guangyey/182/orig -> origin/gh/guangyey/182/orig 2025-09-07T06:12:32.7479474Z * [new branch] gh/guangyey/183/base -> origin/gh/guangyey/183/base 2025-09-07T06:12:32.7479679Z * [new branch] gh/guangyey/183/head -> origin/gh/guangyey/183/head 2025-09-07T06:12:32.7479890Z * [new branch] gh/guangyey/183/orig -> origin/gh/guangyey/183/orig 2025-09-07T06:12:32.7480126Z * [new branch] gh/guangyey/184/base -> origin/gh/guangyey/184/base 2025-09-07T06:12:32.7480336Z * [new branch] gh/guangyey/184/head -> origin/gh/guangyey/184/head 2025-09-07T06:12:32.7480538Z * [new branch] gh/guangyey/184/orig -> origin/gh/guangyey/184/orig 2025-09-07T06:12:32.7480793Z * [new branch] gh/guangyey/185/base -> origin/gh/guangyey/185/base 2025-09-07T06:12:32.7481068Z * [new branch] gh/guangyey/185/head -> origin/gh/guangyey/185/head 2025-09-07T06:12:32.7481282Z * [new branch] gh/guangyey/185/orig -> origin/gh/guangyey/185/orig 2025-09-07T06:12:32.7481513Z * [new branch] gh/guangyey/186/base -> origin/gh/guangyey/186/base 2025-09-07T06:12:32.7481723Z * [new branch] gh/guangyey/186/head -> origin/gh/guangyey/186/head 2025-09-07T06:12:32.7481924Z * [new branch] gh/guangyey/186/orig -> origin/gh/guangyey/186/orig 2025-09-07T06:12:32.7482174Z * [new branch] gh/guangyey/187/base -> origin/gh/guangyey/187/base 2025-09-07T06:12:32.7482384Z * [new branch] gh/guangyey/187/head -> origin/gh/guangyey/187/head 2025-09-07T06:12:32.7482600Z * [new branch] gh/guangyey/187/orig -> origin/gh/guangyey/187/orig 2025-09-07T06:12:32.7482834Z * [new branch] gh/guangyey/188/base -> origin/gh/guangyey/188/base 2025-09-07T06:12:32.7483047Z * [new branch] gh/guangyey/188/head -> origin/gh/guangyey/188/head 2025-09-07T06:12:32.7483251Z * [new branch] gh/guangyey/188/orig -> origin/gh/guangyey/188/orig 2025-09-07T06:12:32.7483501Z * [new branch] gh/guangyey/189/base -> origin/gh/guangyey/189/base 2025-09-07T06:12:32.7483710Z * [new branch] gh/guangyey/189/head -> origin/gh/guangyey/189/head 2025-09-07T06:12:32.7484002Z * [new branch] gh/guangyey/189/orig -> origin/gh/guangyey/189/orig 2025-09-07T06:12:32.7484219Z * [new branch] gh/guangyey/190/base -> origin/gh/guangyey/190/base 2025-09-07T06:12:32.7484506Z * [new branch] gh/guangyey/190/head -> origin/gh/guangyey/190/head 2025-09-07T06:12:32.7484743Z * [new branch] gh/guangyey/190/orig -> origin/gh/guangyey/190/orig 2025-09-07T06:12:32.7484959Z * [new branch] gh/guangyey/191/base -> origin/gh/guangyey/191/base 2025-09-07T06:12:32.7485201Z * [new branch] gh/guangyey/191/head -> origin/gh/guangyey/191/head 2025-09-07T06:12:32.7485489Z * [new branch] gh/guangyey/191/orig -> origin/gh/guangyey/191/orig 2025-09-07T06:12:32.7485702Z * [new branch] gh/guangyey/192/base -> origin/gh/guangyey/192/base 2025-09-07T06:12:32.7485946Z * [new branch] gh/guangyey/192/head -> origin/gh/guangyey/192/head 2025-09-07T06:12:32.7486172Z * [new branch] gh/guangyey/192/orig -> origin/gh/guangyey/192/orig 2025-09-07T06:12:32.7486382Z * [new branch] gh/guangyey/193/base -> origin/gh/guangyey/193/base 2025-09-07T06:12:32.7486621Z * [new branch] gh/guangyey/193/head -> origin/gh/guangyey/193/head 2025-09-07T06:12:32.7486831Z * [new branch] gh/guangyey/193/orig -> origin/gh/guangyey/193/orig 2025-09-07T06:12:32.7487048Z * [new branch] gh/guangyey/194/base -> origin/gh/guangyey/194/base 2025-09-07T06:12:32.7487282Z * [new branch] gh/guangyey/194/head -> origin/gh/guangyey/194/head 2025-09-07T06:12:32.7487505Z * [new branch] gh/guangyey/194/orig -> origin/gh/guangyey/194/orig 2025-09-07T06:12:32.7487716Z * [new branch] gh/guangyey/195/base -> origin/gh/guangyey/195/base 2025-09-07T06:12:32.7487948Z * [new branch] gh/guangyey/195/head -> origin/gh/guangyey/195/head 2025-09-07T06:12:32.7488153Z * [new branch] gh/guangyey/195/orig -> origin/gh/guangyey/195/orig 2025-09-07T06:12:32.7488362Z * [new branch] gh/guangyey/196/base -> origin/gh/guangyey/196/base 2025-09-07T06:12:32.7488604Z * [new branch] gh/guangyey/196/head -> origin/gh/guangyey/196/head 2025-09-07T06:12:32.7488863Z * [new branch] gh/guangyey/196/orig -> origin/gh/guangyey/196/orig 2025-09-07T06:12:32.7489137Z * [new branch] gh/guangyey/197/base -> origin/gh/guangyey/197/base 2025-09-07T06:12:32.7489387Z * [new branch] gh/guangyey/197/head -> origin/gh/guangyey/197/head 2025-09-07T06:12:32.7489635Z * [new branch] gh/guangyey/197/orig -> origin/gh/guangyey/197/orig 2025-09-07T06:12:32.7489847Z * [new branch] gh/guangyey/198/base -> origin/gh/guangyey/198/base 2025-09-07T06:12:32.7490122Z * [new branch] gh/guangyey/198/head -> origin/gh/guangyey/198/head 2025-09-07T06:12:32.7490342Z * [new branch] gh/guangyey/198/orig -> origin/gh/guangyey/198/orig 2025-09-07T06:12:32.7490549Z * [new branch] gh/guangyey/199/base -> origin/gh/guangyey/199/base 2025-09-07T06:12:32.7490787Z * [new branch] gh/guangyey/199/head -> origin/gh/guangyey/199/head 2025-09-07T06:12:32.7490999Z * [new branch] gh/guangyey/199/orig -> origin/gh/guangyey/199/orig 2025-09-07T06:12:32.7491209Z * [new branch] gh/guangyey/200/base -> origin/gh/guangyey/200/base 2025-09-07T06:12:32.7491449Z * [new branch] gh/guangyey/200/head -> origin/gh/guangyey/200/head 2025-09-07T06:12:32.7491669Z * [new branch] gh/guangyey/200/orig -> origin/gh/guangyey/200/orig 2025-09-07T06:12:32.7491882Z * [new branch] gh/guangyey/201/base -> origin/gh/guangyey/201/base 2025-09-07T06:12:32.7492089Z * [new branch] gh/guangyey/201/head -> origin/gh/guangyey/201/head 2025-09-07T06:12:32.7492333Z * [new branch] gh/guangyey/201/orig -> origin/gh/guangyey/201/orig 2025-09-07T06:12:32.7492556Z * [new branch] gh/guangyey/202/base -> origin/gh/guangyey/202/base 2025-09-07T06:12:32.7492777Z * [new branch] gh/guangyey/202/head -> origin/gh/guangyey/202/head 2025-09-07T06:12:32.7493014Z * [new branch] gh/guangyey/202/orig -> origin/gh/guangyey/202/orig 2025-09-07T06:12:32.7493221Z * [new branch] gh/guangyey/203/base -> origin/gh/guangyey/203/base 2025-09-07T06:12:32.7493503Z * [new branch] gh/guangyey/203/head -> origin/gh/guangyey/203/head 2025-09-07T06:12:32.7493734Z * [new branch] gh/guangyey/203/orig -> origin/gh/guangyey/203/orig 2025-09-07T06:12:32.7493954Z * [new branch] gh/guangyey/204/base -> origin/gh/guangyey/204/base 2025-09-07T06:12:32.7494182Z * [new branch] gh/guangyey/204/head -> origin/gh/guangyey/204/head 2025-09-07T06:12:32.7494432Z * [new branch] gh/guangyey/204/orig -> origin/gh/guangyey/204/orig 2025-09-07T06:12:32.7494642Z * [new branch] gh/guangyey/205/base -> origin/gh/guangyey/205/base 2025-09-07T06:12:32.7494852Z * [new branch] gh/guangyey/205/head -> origin/gh/guangyey/205/head 2025-09-07T06:12:32.7495091Z * [new branch] gh/guangyey/205/orig -> origin/gh/guangyey/205/orig 2025-09-07T06:12:32.7495360Z * [new branch] gh/guangyey/206/base -> origin/gh/guangyey/206/base 2025-09-07T06:12:32.7495587Z * [new branch] gh/guangyey/206/head -> origin/gh/guangyey/206/head 2025-09-07T06:12:32.7495828Z * [new branch] gh/guangyey/206/orig -> origin/gh/guangyey/206/orig 2025-09-07T06:12:32.7496039Z * [new branch] gh/guangyey/207/base -> origin/gh/guangyey/207/base 2025-09-07T06:12:32.7496289Z * [new branch] gh/guangyey/207/head -> origin/gh/guangyey/207/head 2025-09-07T06:12:32.7496517Z * [new branch] gh/guangyey/207/orig -> origin/gh/guangyey/207/orig 2025-09-07T06:12:32.7496740Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-09-07T06:12:32.7497042Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-09-07T06:12:32.7497278Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-09-07T06:12:32.7497487Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-09-07T06:12:32.7497696Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-09-07T06:12:32.7497921Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-09-07T06:12:32.7498196Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-09-07T06:12:32.7498462Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-09-07T06:12:32.7498739Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-09-07T06:12:32.7498991Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-09-07T06:12:32.7499246Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-09-07T06:12:32.7499499Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-09-07T06:12:32.7499782Z * [new branch] gh/guilhermeleobas/124/base -> origin/gh/guilhermeleobas/124/base 2025-09-07T06:12:32.7500042Z * [new branch] gh/guilhermeleobas/124/head -> origin/gh/guilhermeleobas/124/head 2025-09-07T06:12:32.7500291Z * [new branch] gh/guilhermeleobas/124/orig -> origin/gh/guilhermeleobas/124/orig 2025-09-07T06:12:32.7500565Z * [new branch] gh/guilhermeleobas/147/base -> origin/gh/guilhermeleobas/147/base 2025-09-07T06:12:32.7500817Z * [new branch] gh/guilhermeleobas/147/head -> origin/gh/guilhermeleobas/147/head 2025-09-07T06:12:32.7501067Z * [new branch] gh/guilhermeleobas/147/orig -> origin/gh/guilhermeleobas/147/orig 2025-09-07T06:12:32.7501350Z * [new branch] gh/guilhermeleobas/150/base -> origin/gh/guilhermeleobas/150/base 2025-09-07T06:12:32.7501728Z * [new branch] gh/guilhermeleobas/150/head -> origin/gh/guilhermeleobas/150/head 2025-09-07T06:12:32.7502025Z * [new branch] gh/guilhermeleobas/150/orig -> origin/gh/guilhermeleobas/150/orig 2025-09-07T06:12:32.7502312Z * [new branch] gh/guilhermeleobas/163/base -> origin/gh/guilhermeleobas/163/base 2025-09-07T06:12:32.7502569Z * [new branch] gh/guilhermeleobas/163/head -> origin/gh/guilhermeleobas/163/head 2025-09-07T06:12:32.7502813Z * [new branch] gh/guilhermeleobas/163/orig -> origin/gh/guilhermeleobas/163/orig 2025-09-07T06:12:32.7520140Z * [new branch] gh/guilhermeleobas/164/base -> origin/gh/guilhermeleobas/164/base 2025-09-07T06:12:32.7520532Z * [new branch] gh/guilhermeleobas/164/head -> origin/gh/guilhermeleobas/164/head 2025-09-07T06:12:32.7520794Z * [new branch] gh/guilhermeleobas/164/orig -> origin/gh/guilhermeleobas/164/orig 2025-09-07T06:12:32.7521029Z * [new branch] gh/guilhermeleobas/165/base -> origin/gh/guilhermeleobas/165/base 2025-09-07T06:12:32.7521271Z * [new branch] gh/guilhermeleobas/165/head -> origin/gh/guilhermeleobas/165/head 2025-09-07T06:12:32.7521521Z * [new branch] gh/guilhermeleobas/165/orig -> origin/gh/guilhermeleobas/165/orig 2025-09-07T06:12:32.7521755Z * [new branch] gh/guilhermeleobas/166/base -> origin/gh/guilhermeleobas/166/base 2025-09-07T06:12:32.7521984Z * [new branch] gh/guilhermeleobas/166/head -> origin/gh/guilhermeleobas/166/head 2025-09-07T06:12:32.7522225Z * [new branch] gh/guilhermeleobas/166/orig -> origin/gh/guilhermeleobas/166/orig 2025-09-07T06:12:32.7522456Z * [new branch] gh/guilhermeleobas/167/base -> origin/gh/guilhermeleobas/167/base 2025-09-07T06:12:32.7522686Z * [new branch] gh/guilhermeleobas/167/head -> origin/gh/guilhermeleobas/167/head 2025-09-07T06:12:32.7523082Z * [new branch] gh/guilhermeleobas/167/orig -> origin/gh/guilhermeleobas/167/orig 2025-09-07T06:12:32.7523327Z * [new branch] gh/guilhermeleobas/168/base -> origin/gh/guilhermeleobas/168/base 2025-09-07T06:12:32.7523560Z * [new branch] gh/guilhermeleobas/168/head -> origin/gh/guilhermeleobas/168/head 2025-09-07T06:12:32.7523805Z * [new branch] gh/guilhermeleobas/168/orig -> origin/gh/guilhermeleobas/168/orig 2025-09-07T06:12:32.7524039Z * [new branch] gh/guilhermeleobas/169/base -> origin/gh/guilhermeleobas/169/base 2025-09-07T06:12:32.7524267Z * [new branch] gh/guilhermeleobas/169/head -> origin/gh/guilhermeleobas/169/head 2025-09-07T06:12:32.7524559Z * [new branch] gh/guilhermeleobas/169/orig -> origin/gh/guilhermeleobas/169/orig 2025-09-07T06:12:32.7524788Z * [new branch] gh/guilhermeleobas/170/base -> origin/gh/guilhermeleobas/170/base 2025-09-07T06:12:32.7525068Z * [new branch] gh/guilhermeleobas/170/head -> origin/gh/guilhermeleobas/170/head 2025-09-07T06:12:32.7525319Z * [new branch] gh/guilhermeleobas/170/orig -> origin/gh/guilhermeleobas/170/orig 2025-09-07T06:12:32.7525550Z * [new branch] gh/guilhermeleobas/171/base -> origin/gh/guilhermeleobas/171/base 2025-09-07T06:12:32.7525779Z * [new branch] gh/guilhermeleobas/171/head -> origin/gh/guilhermeleobas/171/head 2025-09-07T06:12:32.7526018Z * [new branch] gh/guilhermeleobas/171/orig -> origin/gh/guilhermeleobas/171/orig 2025-09-07T06:12:32.7526259Z * [new branch] gh/guilhermeleobas/173/base -> origin/gh/guilhermeleobas/173/base 2025-09-07T06:12:32.7526490Z * [new branch] gh/guilhermeleobas/173/head -> origin/gh/guilhermeleobas/173/head 2025-09-07T06:12:32.7526741Z * [new branch] gh/guilhermeleobas/173/orig -> origin/gh/guilhermeleobas/173/orig 2025-09-07T06:12:32.7526982Z * [new branch] gh/guilhermeleobas/192/base -> origin/gh/guilhermeleobas/192/base 2025-09-07T06:12:32.7527302Z * [new branch] gh/guilhermeleobas/192/head -> origin/gh/guilhermeleobas/192/head 2025-09-07T06:12:32.7527548Z * [new branch] gh/guilhermeleobas/192/orig -> origin/gh/guilhermeleobas/192/orig 2025-09-07T06:12:32.7527784Z * [new branch] gh/guilhermeleobas/193/base -> origin/gh/guilhermeleobas/193/base 2025-09-07T06:12:32.7528019Z * [new branch] gh/guilhermeleobas/193/head -> origin/gh/guilhermeleobas/193/head 2025-09-07T06:12:32.7528265Z * [new branch] gh/guilhermeleobas/193/orig -> origin/gh/guilhermeleobas/193/orig 2025-09-07T06:12:32.7528500Z * [new branch] gh/guilhermeleobas/194/base -> origin/gh/guilhermeleobas/194/base 2025-09-07T06:12:32.7528731Z * [new branch] gh/guilhermeleobas/194/head -> origin/gh/guilhermeleobas/194/head 2025-09-07T06:12:32.7528973Z * [new branch] gh/guilhermeleobas/194/orig -> origin/gh/guilhermeleobas/194/orig 2025-09-07T06:12:32.7529229Z * [new branch] gh/guilhermeleobas/203/base -> origin/gh/guilhermeleobas/203/base 2025-09-07T06:12:32.7529464Z * [new branch] gh/guilhermeleobas/203/head -> origin/gh/guilhermeleobas/203/head 2025-09-07T06:12:32.7529698Z * [new branch] gh/guilhermeleobas/203/orig -> origin/gh/guilhermeleobas/203/orig 2025-09-07T06:12:32.7529944Z * [new branch] gh/guilhermeleobas/204/base -> origin/gh/guilhermeleobas/204/base 2025-09-07T06:12:32.7530217Z * [new branch] gh/guilhermeleobas/204/head -> origin/gh/guilhermeleobas/204/head 2025-09-07T06:12:32.7530452Z * [new branch] gh/guilhermeleobas/204/orig -> origin/gh/guilhermeleobas/204/orig 2025-09-07T06:12:32.7530743Z * [new branch] gh/guilhermeleobas/205/base -> origin/gh/guilhermeleobas/205/base 2025-09-07T06:12:32.7531499Z * [new branch] gh/guilhermeleobas/205/head -> origin/gh/guilhermeleobas/205/head 2025-09-07T06:12:32.7531731Z * [new branch] gh/guilhermeleobas/205/orig -> origin/gh/guilhermeleobas/205/orig 2025-09-07T06:12:32.7531985Z * [new branch] gh/guilhermeleobas/209/base -> origin/gh/guilhermeleobas/209/base 2025-09-07T06:12:32.7532224Z * [new branch] gh/guilhermeleobas/209/head -> origin/gh/guilhermeleobas/209/head 2025-09-07T06:12:32.7532455Z * [new branch] gh/guilhermeleobas/209/orig -> origin/gh/guilhermeleobas/209/orig 2025-09-07T06:12:32.7532700Z * [new branch] gh/guilhermeleobas/210/base -> origin/gh/guilhermeleobas/210/base 2025-09-07T06:12:32.7532935Z * [new branch] gh/guilhermeleobas/210/head -> origin/gh/guilhermeleobas/210/head 2025-09-07T06:12:32.7533163Z * [new branch] gh/guilhermeleobas/210/orig -> origin/gh/guilhermeleobas/210/orig 2025-09-07T06:12:32.7533401Z * [new branch] gh/guilhermeleobas/211/base -> origin/gh/guilhermeleobas/211/base 2025-09-07T06:12:32.7533641Z * [new branch] gh/guilhermeleobas/211/head -> origin/gh/guilhermeleobas/211/head 2025-09-07T06:12:32.7533878Z * [new branch] gh/guilhermeleobas/211/orig -> origin/gh/guilhermeleobas/211/orig 2025-09-07T06:12:32.7534127Z * [new branch] gh/guilhermeleobas/214/base -> origin/gh/guilhermeleobas/214/base 2025-09-07T06:12:32.7534358Z * [new branch] gh/guilhermeleobas/214/head -> origin/gh/guilhermeleobas/214/head 2025-09-07T06:12:32.7534593Z * [new branch] gh/guilhermeleobas/214/orig -> origin/gh/guilhermeleobas/214/orig 2025-09-07T06:12:32.7534837Z * [new branch] gh/guilhermeleobas/215/base -> origin/gh/guilhermeleobas/215/base 2025-09-07T06:12:32.7535074Z * [new branch] gh/guilhermeleobas/215/head -> origin/gh/guilhermeleobas/215/head 2025-09-07T06:12:32.7535303Z * [new branch] gh/guilhermeleobas/215/orig -> origin/gh/guilhermeleobas/215/orig 2025-09-07T06:12:32.7535548Z * [new branch] gh/guilhermeleobas/216/base -> origin/gh/guilhermeleobas/216/base 2025-09-07T06:12:32.7536216Z * [new branch] gh/guilhermeleobas/216/head -> origin/gh/guilhermeleobas/216/head 2025-09-07T06:12:32.7536510Z * [new branch] gh/guilhermeleobas/216/orig -> origin/gh/guilhermeleobas/216/orig 2025-09-07T06:12:32.7536744Z * [new branch] gh/guilhermeleobas/217/base -> origin/gh/guilhermeleobas/217/base 2025-09-07T06:12:32.7536989Z * [new branch] gh/guilhermeleobas/217/head -> origin/gh/guilhermeleobas/217/head 2025-09-07T06:12:32.7537225Z * [new branch] gh/guilhermeleobas/217/orig -> origin/gh/guilhermeleobas/217/orig 2025-09-07T06:12:32.7537458Z * [new branch] gh/guilhermeleobas/219/base -> origin/gh/guilhermeleobas/219/base 2025-09-07T06:12:32.7537706Z * [new branch] gh/guilhermeleobas/219/head -> origin/gh/guilhermeleobas/219/head 2025-09-07T06:12:32.7537941Z * [new branch] gh/guilhermeleobas/219/orig -> origin/gh/guilhermeleobas/219/orig 2025-09-07T06:12:32.7538179Z * [new branch] gh/guilhermeleobas/220/base -> origin/gh/guilhermeleobas/220/base 2025-09-07T06:12:32.7538419Z * [new branch] gh/guilhermeleobas/220/head -> origin/gh/guilhermeleobas/220/head 2025-09-07T06:12:32.7538649Z * [new branch] gh/guilhermeleobas/220/orig -> origin/gh/guilhermeleobas/220/orig 2025-09-07T06:12:32.7538880Z * [new branch] gh/guilhermeleobas/221/base -> origin/gh/guilhermeleobas/221/base 2025-09-07T06:12:32.7539118Z * [new branch] gh/guilhermeleobas/221/head -> origin/gh/guilhermeleobas/221/head 2025-09-07T06:12:32.7539352Z * [new branch] gh/guilhermeleobas/221/orig -> origin/gh/guilhermeleobas/221/orig 2025-09-07T06:12:32.7539584Z * [new branch] gh/guilhermeleobas/222/base -> origin/gh/guilhermeleobas/222/base 2025-09-07T06:12:32.7539902Z * [new branch] gh/guilhermeleobas/222/head -> origin/gh/guilhermeleobas/222/head 2025-09-07T06:12:32.7540137Z * [new branch] gh/guilhermeleobas/222/orig -> origin/gh/guilhermeleobas/222/orig 2025-09-07T06:12:32.7540369Z * [new branch] gh/guilhermeleobas/223/base -> origin/gh/guilhermeleobas/223/base 2025-09-07T06:12:32.7540616Z * [new branch] gh/guilhermeleobas/223/head -> origin/gh/guilhermeleobas/223/head 2025-09-07T06:12:32.7540845Z * [new branch] gh/guilhermeleobas/223/orig -> origin/gh/guilhermeleobas/223/orig 2025-09-07T06:12:32.7541085Z * [new branch] gh/guilhermeleobas/224/base -> origin/gh/guilhermeleobas/224/base 2025-09-07T06:12:32.7541326Z * [new branch] gh/guilhermeleobas/224/head -> origin/gh/guilhermeleobas/224/head 2025-09-07T06:12:32.7541561Z * [new branch] gh/guilhermeleobas/224/orig -> origin/gh/guilhermeleobas/224/orig 2025-09-07T06:12:32.7541837Z * [new branch] gh/guilhermeleobas/225/base -> origin/gh/guilhermeleobas/225/base 2025-09-07T06:12:32.7542122Z * [new branch] gh/guilhermeleobas/225/head -> origin/gh/guilhermeleobas/225/head 2025-09-07T06:12:32.7542362Z * [new branch] gh/guilhermeleobas/225/orig -> origin/gh/guilhermeleobas/225/orig 2025-09-07T06:12:32.7542597Z * [new branch] gh/guilhermeleobas/226/base -> origin/gh/guilhermeleobas/226/base 2025-09-07T06:12:32.7542837Z * [new branch] gh/guilhermeleobas/226/head -> origin/gh/guilhermeleobas/226/head 2025-09-07T06:12:32.7543069Z * [new branch] gh/guilhermeleobas/226/orig -> origin/gh/guilhermeleobas/226/orig 2025-09-07T06:12:32.7543299Z * [new branch] gh/guilhermeleobas/227/base -> origin/gh/guilhermeleobas/227/base 2025-09-07T06:12:32.7543541Z * [new branch] gh/guilhermeleobas/227/head -> origin/gh/guilhermeleobas/227/head 2025-09-07T06:12:32.7543776Z * [new branch] gh/guilhermeleobas/227/orig -> origin/gh/guilhermeleobas/227/orig 2025-09-07T06:12:32.7544007Z * [new branch] gh/guilhermeleobas/228/base -> origin/gh/guilhermeleobas/228/base 2025-09-07T06:12:32.7544317Z * [new branch] gh/guilhermeleobas/228/head -> origin/gh/guilhermeleobas/228/head 2025-09-07T06:12:32.7544557Z * [new branch] gh/guilhermeleobas/228/orig -> origin/gh/guilhermeleobas/228/orig 2025-09-07T06:12:32.7544789Z * [new branch] gh/guilhermeleobas/229/base -> origin/gh/guilhermeleobas/229/base 2025-09-07T06:12:32.7545018Z * [new branch] gh/guilhermeleobas/229/head -> origin/gh/guilhermeleobas/229/head 2025-09-07T06:12:32.7545255Z * [new branch] gh/guilhermeleobas/229/orig -> origin/gh/guilhermeleobas/229/orig 2025-09-07T06:12:32.7545488Z * [new branch] gh/guilhermeleobas/230/base -> origin/gh/guilhermeleobas/230/base 2025-09-07T06:12:32.7545721Z * [new branch] gh/guilhermeleobas/230/head -> origin/gh/guilhermeleobas/230/head 2025-09-07T06:12:32.7545963Z * [new branch] gh/guilhermeleobas/230/orig -> origin/gh/guilhermeleobas/230/orig 2025-09-07T06:12:32.7546197Z * [new branch] gh/guilhermeleobas/231/base -> origin/gh/guilhermeleobas/231/base 2025-09-07T06:12:32.7546434Z * [new branch] gh/guilhermeleobas/231/head -> origin/gh/guilhermeleobas/231/head 2025-09-07T06:12:32.7546679Z * [new branch] gh/guilhermeleobas/231/orig -> origin/gh/guilhermeleobas/231/orig 2025-09-07T06:12:32.7546914Z * [new branch] gh/guilhermeleobas/232/base -> origin/gh/guilhermeleobas/232/base 2025-09-07T06:12:32.7547152Z * [new branch] gh/guilhermeleobas/232/head -> origin/gh/guilhermeleobas/232/head 2025-09-07T06:12:32.7547437Z * [new branch] gh/guilhermeleobas/232/orig -> origin/gh/guilhermeleobas/232/orig 2025-09-07T06:12:32.7547675Z * [new branch] gh/guilhermeleobas/233/base -> origin/gh/guilhermeleobas/233/base 2025-09-07T06:12:32.7548015Z * [new branch] gh/guilhermeleobas/233/head -> origin/gh/guilhermeleobas/233/head 2025-09-07T06:12:32.7548265Z * [new branch] gh/guilhermeleobas/233/orig -> origin/gh/guilhermeleobas/233/orig 2025-09-07T06:12:32.7548498Z * [new branch] gh/guilhermeleobas/234/base -> origin/gh/guilhermeleobas/234/base 2025-09-07T06:12:32.7548731Z * [new branch] gh/guilhermeleobas/234/head -> origin/gh/guilhermeleobas/234/head 2025-09-07T06:12:32.7548974Z * [new branch] gh/guilhermeleobas/234/orig -> origin/gh/guilhermeleobas/234/orig 2025-09-07T06:12:32.7549210Z * [new branch] gh/guilhermeleobas/235/base -> origin/gh/guilhermeleobas/235/base 2025-09-07T06:12:32.7549447Z * [new branch] gh/guilhermeleobas/235/head -> origin/gh/guilhermeleobas/235/head 2025-09-07T06:12:32.7549695Z * [new branch] gh/guilhermeleobas/235/orig -> origin/gh/guilhermeleobas/235/orig 2025-09-07T06:12:32.7549939Z * [new branch] gh/guilhermeleobas/236/base -> origin/gh/guilhermeleobas/236/base 2025-09-07T06:12:32.7550179Z * [new branch] gh/guilhermeleobas/236/head -> origin/gh/guilhermeleobas/236/head 2025-09-07T06:12:32.7550430Z * [new branch] gh/guilhermeleobas/236/orig -> origin/gh/guilhermeleobas/236/orig 2025-09-07T06:12:32.7550663Z * [new branch] gh/guilhermeleobas/237/base -> origin/gh/guilhermeleobas/237/base 2025-09-07T06:12:32.7550897Z * [new branch] gh/guilhermeleobas/237/head -> origin/gh/guilhermeleobas/237/head 2025-09-07T06:12:32.7551230Z * [new branch] gh/guilhermeleobas/237/orig -> origin/gh/guilhermeleobas/237/orig 2025-09-07T06:12:32.7551464Z * [new branch] gh/guilhermeleobas/238/base -> origin/gh/guilhermeleobas/238/base 2025-09-07T06:12:32.7551694Z * [new branch] gh/guilhermeleobas/238/head -> origin/gh/guilhermeleobas/238/head 2025-09-07T06:12:32.7551930Z * [new branch] gh/guilhermeleobas/238/orig -> origin/gh/guilhermeleobas/238/orig 2025-09-07T06:12:32.7552178Z * [new branch] gh/guilhermeleobas/239/base -> origin/gh/guilhermeleobas/239/base 2025-09-07T06:12:32.7552491Z * [new branch] gh/guilhermeleobas/239/head -> origin/gh/guilhermeleobas/239/head 2025-09-07T06:12:32.7552724Z * [new branch] gh/guilhermeleobas/239/orig -> origin/gh/guilhermeleobas/239/orig 2025-09-07T06:12:32.7552972Z * [new branch] gh/guilhermeleobas/240/base -> origin/gh/guilhermeleobas/240/base 2025-09-07T06:12:32.7553255Z * [new branch] gh/guilhermeleobas/240/head -> origin/gh/guilhermeleobas/240/head 2025-09-07T06:12:32.7553488Z * [new branch] gh/guilhermeleobas/240/orig -> origin/gh/guilhermeleobas/240/orig 2025-09-07T06:12:32.7553778Z * [new branch] gh/guilhermeleobas/241/base -> origin/gh/guilhermeleobas/241/base 2025-09-07T06:12:32.7554017Z * [new branch] gh/guilhermeleobas/241/head -> origin/gh/guilhermeleobas/241/head 2025-09-07T06:12:32.7554253Z * [new branch] gh/guilhermeleobas/241/orig -> origin/gh/guilhermeleobas/241/orig 2025-09-07T06:12:32.7554505Z * [new branch] gh/guilhermeleobas/242/base -> origin/gh/guilhermeleobas/242/base 2025-09-07T06:12:32.7554741Z * [new branch] gh/guilhermeleobas/242/head -> origin/gh/guilhermeleobas/242/head 2025-09-07T06:12:32.7554979Z * [new branch] gh/guilhermeleobas/242/orig -> origin/gh/guilhermeleobas/242/orig 2025-09-07T06:12:32.7555223Z * [new branch] gh/guilhermeleobas/243/base -> origin/gh/guilhermeleobas/243/base 2025-09-07T06:12:32.7555461Z * [new branch] gh/guilhermeleobas/243/head -> origin/gh/guilhermeleobas/243/head 2025-09-07T06:12:32.7555696Z * [new branch] gh/guilhermeleobas/243/orig -> origin/gh/guilhermeleobas/243/orig 2025-09-07T06:12:32.7555935Z * [new branch] gh/guilhermeleobas/244/base -> origin/gh/guilhermeleobas/244/base 2025-09-07T06:12:32.7556253Z * [new branch] gh/guilhermeleobas/244/head -> origin/gh/guilhermeleobas/244/head 2025-09-07T06:12:32.7556492Z * [new branch] gh/guilhermeleobas/244/orig -> origin/gh/guilhermeleobas/244/orig 2025-09-07T06:12:32.7556745Z * [new branch] gh/guilhermeleobas/245/base -> origin/gh/guilhermeleobas/245/base 2025-09-07T06:12:32.7556977Z * [new branch] gh/guilhermeleobas/245/head -> origin/gh/guilhermeleobas/245/head 2025-09-07T06:12:32.7557209Z * [new branch] gh/guilhermeleobas/245/orig -> origin/gh/guilhermeleobas/245/orig 2025-09-07T06:12:32.7557464Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-09-07T06:12:32.7557694Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-09-07T06:12:32.7557921Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-09-07T06:12:32.7558155Z * [new branch] gh/henrylhtsang/140/base -> origin/gh/henrylhtsang/140/base 2025-09-07T06:12:32.7558375Z * [new branch] gh/henrylhtsang/140/head -> origin/gh/henrylhtsang/140/head 2025-09-07T06:12:32.7558590Z * [new branch] gh/henrylhtsang/140/orig -> origin/gh/henrylhtsang/140/orig 2025-09-07T06:12:32.7558841Z * [new branch] gh/henrylhtsang/141/base -> origin/gh/henrylhtsang/141/base 2025-09-07T06:12:32.7559069Z * [new branch] gh/henrylhtsang/141/head -> origin/gh/henrylhtsang/141/head 2025-09-07T06:12:32.7559320Z * [new branch] gh/henrylhtsang/141/orig -> origin/gh/henrylhtsang/141/orig 2025-09-07T06:12:32.7559534Z * [new branch] gh/henrylhtsang/142/base -> origin/gh/henrylhtsang/142/base 2025-09-07T06:12:32.7559756Z * [new branch] gh/henrylhtsang/142/head -> origin/gh/henrylhtsang/142/head 2025-09-07T06:12:32.7559975Z * [new branch] gh/henrylhtsang/142/orig -> origin/gh/henrylhtsang/142/orig 2025-09-07T06:12:32.7560187Z * [new branch] gh/henrylhtsang/143/base -> origin/gh/henrylhtsang/143/base 2025-09-07T06:12:32.7560483Z * [new branch] gh/henrylhtsang/143/head -> origin/gh/henrylhtsang/143/head 2025-09-07T06:12:32.7560700Z * [new branch] gh/henrylhtsang/143/orig -> origin/gh/henrylhtsang/143/orig 2025-09-07T06:12:32.7560912Z * [new branch] gh/henrylhtsang/144/base -> origin/gh/henrylhtsang/144/base 2025-09-07T06:12:32.7561134Z * [new branch] gh/henrylhtsang/144/head -> origin/gh/henrylhtsang/144/head 2025-09-07T06:12:32.7561345Z * [new branch] gh/henrylhtsang/144/orig -> origin/gh/henrylhtsang/144/orig 2025-09-07T06:12:32.7561561Z * [new branch] gh/henrylhtsang/145/base -> origin/gh/henrylhtsang/145/base 2025-09-07T06:12:32.7561784Z * [new branch] gh/henrylhtsang/145/head -> origin/gh/henrylhtsang/145/head 2025-09-07T06:12:32.7562009Z * [new branch] gh/henrylhtsang/145/orig -> origin/gh/henrylhtsang/145/orig 2025-09-07T06:12:32.7562226Z * [new branch] gh/henrylhtsang/146/base -> origin/gh/henrylhtsang/146/base 2025-09-07T06:12:32.7562455Z * [new branch] gh/henrylhtsang/146/head -> origin/gh/henrylhtsang/146/head 2025-09-07T06:12:32.7562667Z * [new branch] gh/henrylhtsang/146/orig -> origin/gh/henrylhtsang/146/orig 2025-09-07T06:12:32.7562884Z * [new branch] gh/henrylhtsang/147/base -> origin/gh/henrylhtsang/147/base 2025-09-07T06:12:32.7563105Z * [new branch] gh/henrylhtsang/147/head -> origin/gh/henrylhtsang/147/head 2025-09-07T06:12:32.7563318Z * [new branch] gh/henrylhtsang/147/orig -> origin/gh/henrylhtsang/147/orig 2025-09-07T06:12:32.7563533Z * [new branch] gh/henrylhtsang/148/base -> origin/gh/henrylhtsang/148/base 2025-09-07T06:12:32.7563820Z * [new branch] gh/henrylhtsang/148/head -> origin/gh/henrylhtsang/148/head 2025-09-07T06:12:32.7564042Z * [new branch] gh/henrylhtsang/148/orig -> origin/gh/henrylhtsang/148/orig 2025-09-07T06:12:32.7564255Z * [new branch] gh/henrylhtsang/149/base -> origin/gh/henrylhtsang/149/base 2025-09-07T06:12:32.7564466Z * [new branch] gh/henrylhtsang/149/head -> origin/gh/henrylhtsang/149/head 2025-09-07T06:12:32.7564729Z * [new branch] gh/henrylhtsang/149/orig -> origin/gh/henrylhtsang/149/orig 2025-09-07T06:12:32.7564914Z * [new branch] gh/huydhn/1/next -> origin/gh/huydhn/1/next 2025-09-07T06:12:32.7565137Z * [new branch] gh/huydhn/2/next -> origin/gh/huydhn/2/next 2025-09-07T06:12:32.7565324Z * [new branch] gh/huydhn/3/next -> origin/gh/huydhn/3/next 2025-09-07T06:12:32.7565511Z * [new branch] gh/huydhn/4/next -> origin/gh/huydhn/4/next 2025-09-07T06:12:32.7565687Z * [new branch] gh/huydhn/5/next -> origin/gh/huydhn/5/next 2025-09-07T06:12:32.7565861Z * [new branch] gh/huydhn/6/next -> origin/gh/huydhn/6/next 2025-09-07T06:12:32.7566045Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-09-07T06:12:32.7566211Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-09-07T06:12:32.7566400Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-09-07T06:12:32.7566596Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-09-07T06:12:32.7566784Z * [new branch] gh/isuruf/141/base -> origin/gh/isuruf/141/base 2025-09-07T06:12:32.7566963Z * [new branch] gh/isuruf/141/head -> origin/gh/isuruf/141/head 2025-09-07T06:12:32.7567152Z * [new branch] gh/isuruf/141/orig -> origin/gh/isuruf/141/orig 2025-09-07T06:12:32.7567337Z * [new branch] gh/isuruf/142/base -> origin/gh/isuruf/142/base 2025-09-07T06:12:32.7567587Z * [new branch] gh/isuruf/142/head -> origin/gh/isuruf/142/head 2025-09-07T06:12:32.7567775Z * [new branch] gh/isuruf/142/orig -> origin/gh/isuruf/142/orig 2025-09-07T06:12:32.7567954Z * [new branch] gh/isuruf/143/base -> origin/gh/isuruf/143/base 2025-09-07T06:12:32.7568133Z * [new branch] gh/isuruf/143/head -> origin/gh/isuruf/143/head 2025-09-07T06:12:32.7568324Z * [new branch] gh/isuruf/143/orig -> origin/gh/isuruf/143/orig 2025-09-07T06:12:32.7568504Z * [new branch] gh/isuruf/144/base -> origin/gh/isuruf/144/base 2025-09-07T06:12:32.7568683Z * [new branch] gh/isuruf/144/head -> origin/gh/isuruf/144/head 2025-09-07T06:12:32.7568882Z * [new branch] gh/isuruf/144/orig -> origin/gh/isuruf/144/orig 2025-09-07T06:12:32.7569060Z * [new branch] gh/isuruf/145/base -> origin/gh/isuruf/145/base 2025-09-07T06:12:32.7569247Z * [new branch] gh/isuruf/145/head -> origin/gh/isuruf/145/head 2025-09-07T06:12:32.7569429Z * [new branch] gh/isuruf/145/orig -> origin/gh/isuruf/145/orig 2025-09-07T06:12:32.7569617Z * [new branch] gh/isuruf/146/base -> origin/gh/isuruf/146/base 2025-09-07T06:12:32.7569798Z * [new branch] gh/isuruf/146/head -> origin/gh/isuruf/146/head 2025-09-07T06:12:32.7569978Z * [new branch] gh/isuruf/146/orig -> origin/gh/isuruf/146/orig 2025-09-07T06:12:32.7570170Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-09-07T06:12:32.7570393Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-09-07T06:12:32.7570647Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-09-07T06:12:32.7570893Z * [new branch] gh/jamesjwu/150/base -> origin/gh/jamesjwu/150/base 2025-09-07T06:12:32.7571093Z * [new branch] gh/jamesjwu/150/head -> origin/gh/jamesjwu/150/head 2025-09-07T06:12:32.7571289Z * [new branch] gh/jamesjwu/150/orig -> origin/gh/jamesjwu/150/orig 2025-09-07T06:12:32.7571491Z * [new branch] gh/jamesjwu/154/base -> origin/gh/jamesjwu/154/base 2025-09-07T06:12:32.7571681Z * [new branch] gh/jamesjwu/154/head -> origin/gh/jamesjwu/154/head 2025-09-07T06:12:32.7571870Z * [new branch] gh/jamesjwu/154/orig -> origin/gh/jamesjwu/154/orig 2025-09-07T06:12:32.7572068Z * [new branch] gh/jamesjwu/155/base -> origin/gh/jamesjwu/155/base 2025-09-07T06:12:32.7572257Z * [new branch] gh/jamesjwu/155/head -> origin/gh/jamesjwu/155/head 2025-09-07T06:12:32.7572452Z * [new branch] gh/jamesjwu/155/orig -> origin/gh/jamesjwu/155/orig 2025-09-07T06:12:32.7572655Z * [new branch] gh/jamesjwu/159/base -> origin/gh/jamesjwu/159/base 2025-09-07T06:12:32.7572846Z * [new branch] gh/jamesjwu/159/head -> origin/gh/jamesjwu/159/head 2025-09-07T06:12:32.7573039Z * [new branch] gh/jamesjwu/159/orig -> origin/gh/jamesjwu/159/orig 2025-09-07T06:12:32.7573237Z * [new branch] gh/jamesjwu/163/base -> origin/gh/jamesjwu/163/base 2025-09-07T06:12:32.7573424Z * [new branch] gh/jamesjwu/163/head -> origin/gh/jamesjwu/163/head 2025-09-07T06:12:32.7573612Z * [new branch] gh/jamesjwu/163/orig -> origin/gh/jamesjwu/163/orig 2025-09-07T06:12:32.7573803Z * [new branch] gh/jamesjwu/171/base -> origin/gh/jamesjwu/171/base 2025-09-07T06:12:32.7574004Z * [new branch] gh/jamesjwu/171/head -> origin/gh/jamesjwu/171/head 2025-09-07T06:12:32.7574194Z * [new branch] gh/jamesjwu/171/orig -> origin/gh/jamesjwu/171/orig 2025-09-07T06:12:32.7574457Z * [new branch] gh/jamesjwu/176/base -> origin/gh/jamesjwu/176/base 2025-09-07T06:12:32.7574661Z * [new branch] gh/jamesjwu/176/head -> origin/gh/jamesjwu/176/head 2025-09-07T06:12:32.7574853Z * [new branch] gh/jamesjwu/176/orig -> origin/gh/jamesjwu/176/orig 2025-09-07T06:12:32.7575049Z * [new branch] gh/jamesjwu/181/base -> origin/gh/jamesjwu/181/base 2025-09-07T06:12:32.7575247Z * [new branch] gh/jamesjwu/181/head -> origin/gh/jamesjwu/181/head 2025-09-07T06:12:32.7575436Z * [new branch] gh/jamesjwu/181/orig -> origin/gh/jamesjwu/181/orig 2025-09-07T06:12:32.7575625Z * [new branch] gh/jamesjwu/182/base -> origin/gh/jamesjwu/182/base 2025-09-07T06:12:32.7575826Z * [new branch] gh/jamesjwu/182/head -> origin/gh/jamesjwu/182/head 2025-09-07T06:12:32.7576060Z * [new branch] gh/jamesjwu/182/orig -> origin/gh/jamesjwu/182/orig 2025-09-07T06:12:32.7576254Z * [new branch] gh/jamesjwu/183/base -> origin/gh/jamesjwu/183/base 2025-09-07T06:12:32.7576495Z * [new branch] gh/jamesjwu/183/head -> origin/gh/jamesjwu/183/head 2025-09-07T06:12:32.7576727Z * [new branch] gh/jamesjwu/183/orig -> origin/gh/jamesjwu/183/orig 2025-09-07T06:12:32.7576921Z * [new branch] gh/jamesjwu/184/base -> origin/gh/jamesjwu/184/base 2025-09-07T06:12:32.7577155Z * [new branch] gh/jamesjwu/184/head -> origin/gh/jamesjwu/184/head 2025-09-07T06:12:32.7577353Z * [new branch] gh/jamesjwu/184/orig -> origin/gh/jamesjwu/184/orig 2025-09-07T06:12:32.7577582Z * [new branch] gh/jamesjwu/185/base -> origin/gh/jamesjwu/185/base 2025-09-07T06:12:32.7577894Z * [new branch] gh/jamesjwu/185/head -> origin/gh/jamesjwu/185/head 2025-09-07T06:12:32.7578090Z * [new branch] gh/jamesjwu/185/orig -> origin/gh/jamesjwu/185/orig 2025-09-07T06:12:32.7578322Z * [new branch] gh/jamesjwu/186/base -> origin/gh/jamesjwu/186/base 2025-09-07T06:12:32.7578513Z * [new branch] gh/jamesjwu/186/head -> origin/gh/jamesjwu/186/head 2025-09-07T06:12:32.7578755Z * [new branch] gh/jamesjwu/186/orig -> origin/gh/jamesjwu/186/orig 2025-09-07T06:12:32.7578949Z * [new branch] gh/jamesjwu/187/base -> origin/gh/jamesjwu/187/base 2025-09-07T06:12:32.7579179Z * [new branch] gh/jamesjwu/187/head -> origin/gh/jamesjwu/187/head 2025-09-07T06:12:32.7579413Z * [new branch] gh/jamesjwu/187/orig -> origin/gh/jamesjwu/187/orig 2025-09-07T06:12:32.7579604Z * [new branch] gh/jamesjwu/188/base -> origin/gh/jamesjwu/188/base 2025-09-07T06:12:32.7579840Z * [new branch] gh/jamesjwu/188/head -> origin/gh/jamesjwu/188/head 2025-09-07T06:12:32.7580053Z * [new branch] gh/jamesjwu/188/orig -> origin/gh/jamesjwu/188/orig 2025-09-07T06:12:32.7580278Z * [new branch] gh/jamesjwu/189/base -> origin/gh/jamesjwu/189/base 2025-09-07T06:12:32.7580469Z * [new branch] gh/jamesjwu/189/head -> origin/gh/jamesjwu/189/head 2025-09-07T06:12:32.7580711Z * [new branch] gh/jamesjwu/189/orig -> origin/gh/jamesjwu/189/orig 2025-09-07T06:12:32.7580940Z * [new branch] gh/jamesjwu/190/base -> origin/gh/jamesjwu/190/base 2025-09-07T06:12:32.7581136Z * [new branch] gh/jamesjwu/190/head -> origin/gh/jamesjwu/190/head 2025-09-07T06:12:32.7581367Z * [new branch] gh/jamesjwu/190/orig -> origin/gh/jamesjwu/190/orig 2025-09-07T06:12:32.7581565Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-09-07T06:12:32.7581791Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-09-07T06:12:32.7582098Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-09-07T06:12:32.7582289Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-09-07T06:12:32.7582516Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-09-07T06:12:32.7582714Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-09-07T06:12:32.7582940Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-09-07T06:12:32.7583129Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-09-07T06:12:32.7583356Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-09-07T06:12:32.7583556Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-09-07T06:12:32.7583784Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-09-07T06:12:32.7584012Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-09-07T06:12:32.7584221Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-09-07T06:12:32.7584446Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-09-07T06:12:32.7584634Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-09-07T06:12:32.7584865Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-09-07T06:12:32.7585052Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-09-07T06:12:32.7585237Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-09-07T06:12:32.7585509Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-09-07T06:12:32.7585704Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-09-07T06:12:32.7585896Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-09-07T06:12:32.7586097Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-09-07T06:12:32.7586353Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-09-07T06:12:32.7586620Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-09-07T06:12:32.7586818Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-09-07T06:12:32.7587002Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-09-07T06:12:32.7587192Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-09-07T06:12:32.7587391Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-09-07T06:12:32.7587590Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-09-07T06:12:32.7587779Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-09-07T06:12:32.7587966Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-09-07T06:12:32.7588160Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-09-07T06:12:32.7588352Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-09-07T06:12:32.7588541Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-09-07T06:12:32.7588740Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-09-07T06:12:32.7588932Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-09-07T06:12:32.7589120Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-09-07T06:12:32.7589390Z * [new branch] gh/janeyx99/296/base -> origin/gh/janeyx99/296/base 2025-09-07T06:12:32.7589579Z * [new branch] gh/janeyx99/296/head -> origin/gh/janeyx99/296/head 2025-09-07T06:12:32.7589769Z * [new branch] gh/janeyx99/296/orig -> origin/gh/janeyx99/296/orig 2025-09-07T06:12:32.7589973Z * [new branch] gh/janeyx99/297/base -> origin/gh/janeyx99/297/base 2025-09-07T06:12:32.7590205Z * [new branch] gh/janeyx99/297/head -> origin/gh/janeyx99/297/head 2025-09-07T06:12:32.7590395Z * [new branch] gh/janeyx99/297/orig -> origin/gh/janeyx99/297/orig 2025-09-07T06:12:32.7590627Z * [new branch] gh/janeyx99/298/base -> origin/gh/janeyx99/298/base 2025-09-07T06:12:32.7590819Z * [new branch] gh/janeyx99/298/head -> origin/gh/janeyx99/298/head 2025-09-07T06:12:32.7591131Z * [new branch] gh/janeyx99/298/orig -> origin/gh/janeyx99/298/orig 2025-09-07T06:12:32.7591337Z * [new branch] gh/janeyx99/299/base -> origin/gh/janeyx99/299/base 2025-09-07T06:12:32.7591526Z * [new branch] gh/janeyx99/299/head -> origin/gh/janeyx99/299/head 2025-09-07T06:12:32.7591730Z * [new branch] gh/janeyx99/299/orig -> origin/gh/janeyx99/299/orig 2025-09-07T06:12:32.7591917Z * [new branch] gh/janeyx99/300/base -> origin/gh/janeyx99/300/base 2025-09-07T06:12:32.7592112Z * [new branch] gh/janeyx99/300/head -> origin/gh/janeyx99/300/head 2025-09-07T06:12:32.7592312Z * [new branch] gh/janeyx99/300/orig -> origin/gh/janeyx99/300/orig 2025-09-07T06:12:32.7592503Z * [new branch] gh/janeyx99/301/base -> origin/gh/janeyx99/301/base 2025-09-07T06:12:32.7592769Z * [new branch] gh/janeyx99/301/head -> origin/gh/janeyx99/301/head 2025-09-07T06:12:32.7592965Z * [new branch] gh/janeyx99/301/orig -> origin/gh/janeyx99/301/orig 2025-09-07T06:12:32.7593150Z * [new branch] gh/janeyx99/302/base -> origin/gh/janeyx99/302/base 2025-09-07T06:12:32.7593335Z * [new branch] gh/janeyx99/302/head -> origin/gh/janeyx99/302/head 2025-09-07T06:12:32.7593526Z * [new branch] gh/janeyx99/303/base -> origin/gh/janeyx99/303/base 2025-09-07T06:12:32.7593723Z * [new branch] gh/janeyx99/303/head -> origin/gh/janeyx99/303/head 2025-09-07T06:12:32.7593914Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-09-07T06:12:32.7594097Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-09-07T06:12:32.7594294Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-09-07T06:12:32.7594476Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-09-07T06:12:32.7594661Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-09-07T06:12:32.7594853Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-09-07T06:12:32.7595032Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-09-07T06:12:32.7595211Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-09-07T06:12:32.7595397Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-09-07T06:12:32.7595579Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-09-07T06:12:32.7595758Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-09-07T06:12:32.7595949Z * [new branch] gh/jansel/531/base -> origin/gh/jansel/531/base 2025-09-07T06:12:32.7596130Z * [new branch] gh/jansel/531/head -> origin/gh/jansel/531/head 2025-09-07T06:12:32.7596425Z * [new branch] gh/jansel/531/orig -> origin/gh/jansel/531/orig 2025-09-07T06:12:32.7596699Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-09-07T06:12:32.7596912Z * [new branch] gh/jbschlosser/247/base -> origin/gh/jbschlosser/247/base 2025-09-07T06:12:32.7597162Z * [new branch] gh/jbschlosser/247/head -> origin/gh/jbschlosser/247/head 2025-09-07T06:12:32.7597383Z * [new branch] gh/jbschlosser/247/orig -> origin/gh/jbschlosser/247/orig 2025-09-07T06:12:32.7597592Z * [new branch] gh/jbschlosser/248/base -> origin/gh/jbschlosser/248/base 2025-09-07T06:12:32.7597801Z * [new branch] gh/jbschlosser/248/head -> origin/gh/jbschlosser/248/head 2025-09-07T06:12:32.7598011Z * [new branch] gh/jbschlosser/248/orig -> origin/gh/jbschlosser/248/orig 2025-09-07T06:12:32.7598231Z * [new branch] gh/jbschlosser/250/base -> origin/gh/jbschlosser/250/base 2025-09-07T06:12:32.7598442Z * [new branch] gh/jbschlosser/250/head -> origin/gh/jbschlosser/250/head 2025-09-07T06:12:32.7598652Z * [new branch] gh/jbschlosser/250/orig -> origin/gh/jbschlosser/250/orig 2025-09-07T06:12:32.7598854Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-09-07T06:12:32.7599047Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-09-07T06:12:32.7599241Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-09-07T06:12:32.7599444Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-09-07T06:12:32.7599709Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-09-07T06:12:32.7599899Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-09-07T06:12:32.7600102Z * [new branch] gh/jiayisunx/64/base -> origin/gh/jiayisunx/64/base 2025-09-07T06:12:32.7600296Z * [new branch] gh/jiayisunx/64/head -> origin/gh/jiayisunx/64/head 2025-09-07T06:12:32.7600488Z * [new branch] gh/jiayisunx/64/orig -> origin/gh/jiayisunx/64/orig 2025-09-07T06:12:32.7600686Z * [new branch] gh/jiayisunx/65/base -> origin/gh/jiayisunx/65/base 2025-09-07T06:12:32.7600877Z * [new branch] gh/jiayisunx/65/head -> origin/gh/jiayisunx/65/head 2025-09-07T06:12:32.7601068Z * [new branch] gh/jiayisunx/65/orig -> origin/gh/jiayisunx/65/orig 2025-09-07T06:12:32.7601264Z * [new branch] gh/jiayisunx/66/base -> origin/gh/jiayisunx/66/base 2025-09-07T06:12:32.7601458Z * [new branch] gh/jiayisunx/66/head -> origin/gh/jiayisunx/66/head 2025-09-07T06:12:32.7601651Z * [new branch] gh/jiayisunx/66/orig -> origin/gh/jiayisunx/66/orig 2025-09-07T06:12:32.7601850Z * [new branch] gh/jiayisunx/67/base -> origin/gh/jiayisunx/67/base 2025-09-07T06:12:32.7602041Z * [new branch] gh/jiayisunx/67/head -> origin/gh/jiayisunx/67/head 2025-09-07T06:12:32.7602269Z * [new branch] gh/jiayisunx/67/orig -> origin/gh/jiayisunx/67/orig 2025-09-07T06:12:32.7602461Z * [new branch] gh/jiayisunx/68/base -> origin/gh/jiayisunx/68/base 2025-09-07T06:12:32.7602701Z * [new branch] gh/jiayisunx/68/head -> origin/gh/jiayisunx/68/head 2025-09-07T06:12:32.7602898Z * [new branch] gh/jiayisunx/68/orig -> origin/gh/jiayisunx/68/orig 2025-09-07T06:12:32.7603135Z * [new branch] gh/jiayisunx/69/base -> origin/gh/jiayisunx/69/base 2025-09-07T06:12:32.7603359Z * [new branch] gh/jiayisunx/69/head -> origin/gh/jiayisunx/69/head 2025-09-07T06:12:32.7603705Z * [new branch] gh/jiayisunx/69/orig -> origin/gh/jiayisunx/69/orig 2025-09-07T06:12:32.7603904Z * [new branch] gh/jiayisunx/70/base -> origin/gh/jiayisunx/70/base 2025-09-07T06:12:32.7604111Z * [new branch] gh/jiayisunx/70/head -> origin/gh/jiayisunx/70/head 2025-09-07T06:12:32.7604300Z * [new branch] gh/jiayisunx/70/orig -> origin/gh/jiayisunx/70/orig 2025-09-07T06:12:32.7604490Z * [new branch] gh/jiayisunx/71/base -> origin/gh/jiayisunx/71/base 2025-09-07T06:12:32.7604687Z * [new branch] gh/jiayisunx/71/head -> origin/gh/jiayisunx/71/head 2025-09-07T06:12:32.7604879Z * [new branch] gh/jiayisunx/71/orig -> origin/gh/jiayisunx/71/orig 2025-09-07T06:12:32.7605078Z * [new branch] gh/jiayisunx/72/base -> origin/gh/jiayisunx/72/base 2025-09-07T06:12:32.7605283Z * [new branch] gh/jiayisunx/72/head -> origin/gh/jiayisunx/72/head 2025-09-07T06:12:32.7605480Z * [new branch] gh/jiayisunx/72/orig -> origin/gh/jiayisunx/72/orig 2025-09-07T06:12:32.7605673Z * [new branch] gh/jiayisunx/73/base -> origin/gh/jiayisunx/73/base 2025-09-07T06:12:32.7605880Z * [new branch] gh/jiayisunx/73/head -> origin/gh/jiayisunx/73/head 2025-09-07T06:12:32.7606074Z * [new branch] gh/jiayisunx/73/orig -> origin/gh/jiayisunx/73/orig 2025-09-07T06:12:32.7606265Z * [new branch] gh/jiayisunx/74/base -> origin/gh/jiayisunx/74/base 2025-09-07T06:12:32.7606464Z * [new branch] gh/jiayisunx/74/head -> origin/gh/jiayisunx/74/head 2025-09-07T06:12:32.7606654Z * [new branch] gh/jiayisunx/74/orig -> origin/gh/jiayisunx/74/orig 2025-09-07T06:12:32.7606913Z * [new branch] gh/jiayisunx/75/base -> origin/gh/jiayisunx/75/base 2025-09-07T06:12:32.7607112Z * [new branch] gh/jiayisunx/75/head -> origin/gh/jiayisunx/75/head 2025-09-07T06:12:32.7607318Z * [new branch] gh/jiayisunx/75/orig -> origin/gh/jiayisunx/75/orig 2025-09-07T06:12:32.7607508Z * [new branch] gh/jiayisunx/76/base -> origin/gh/jiayisunx/76/base 2025-09-07T06:12:32.7607699Z * [new branch] gh/jiayisunx/76/head -> origin/gh/jiayisunx/76/head 2025-09-07T06:12:32.7607896Z * [new branch] gh/jiayisunx/76/orig -> origin/gh/jiayisunx/76/orig 2025-09-07T06:12:32.7608100Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-09-07T06:12:32.7608336Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-09-07T06:12:32.7608565Z * [new branch] gh/justinchuby/111/base -> origin/gh/justinchuby/111/base 2025-09-07T06:12:32.7608816Z * [new branch] gh/justinchuby/111/head -> origin/gh/justinchuby/111/head 2025-09-07T06:12:32.7609028Z * [new branch] gh/justinchuby/111/orig -> origin/gh/justinchuby/111/orig 2025-09-07T06:12:32.7609286Z * [new branch] gh/justinchuby/112/base -> origin/gh/justinchuby/112/base 2025-09-07T06:12:32.7609532Z * [new branch] gh/justinchuby/112/head -> origin/gh/justinchuby/112/head 2025-09-07T06:12:32.7609746Z * [new branch] gh/justinchuby/112/orig -> origin/gh/justinchuby/112/orig 2025-09-07T06:12:32.7609970Z * [new branch] gh/justinchuby/113/base -> origin/gh/justinchuby/113/base 2025-09-07T06:12:32.7610178Z * [new branch] gh/justinchuby/113/head -> origin/gh/justinchuby/113/head 2025-09-07T06:12:32.7610386Z * [new branch] gh/justinchuby/113/orig -> origin/gh/justinchuby/113/orig 2025-09-07T06:12:32.7610606Z * [new branch] gh/justinchuby/114/base -> origin/gh/justinchuby/114/base 2025-09-07T06:12:32.7610883Z * [new branch] gh/justinchuby/114/head -> origin/gh/justinchuby/114/head 2025-09-07T06:12:32.7611094Z * [new branch] gh/justinchuby/114/orig -> origin/gh/justinchuby/114/orig 2025-09-07T06:12:32.7611312Z * [new branch] gh/justinchuby/115/base -> origin/gh/justinchuby/115/base 2025-09-07T06:12:32.7611519Z * [new branch] gh/justinchuby/115/head -> origin/gh/justinchuby/115/head 2025-09-07T06:12:32.7611722Z * [new branch] gh/justinchuby/115/orig -> origin/gh/justinchuby/115/orig 2025-09-07T06:12:32.7611928Z * [new branch] gh/karthickai/1/base -> origin/gh/karthickai/1/base 2025-09-07T06:12:32.7612131Z * [new branch] gh/karthickai/1/head -> origin/gh/karthickai/1/head 2025-09-07T06:12:32.7612328Z * [new branch] gh/karthickai/1/orig -> origin/gh/karthickai/1/orig 2025-09-07T06:12:32.7612525Z * [new branch] gh/karthickai/2/base -> origin/gh/karthickai/2/base 2025-09-07T06:12:32.7612729Z * [new branch] gh/karthickai/2/head -> origin/gh/karthickai/2/head 2025-09-07T06:12:32.7612921Z * [new branch] gh/karthickai/2/orig -> origin/gh/karthickai/2/orig 2025-09-07T06:12:32.7613131Z * [new branch] gh/kurtamohler/32/base -> origin/gh/kurtamohler/32/base 2025-09-07T06:12:32.7613340Z * [new branch] gh/kurtamohler/32/head -> origin/gh/kurtamohler/32/head 2025-09-07T06:12:32.7613549Z * [new branch] gh/kurtamohler/32/orig -> origin/gh/kurtamohler/32/orig 2025-09-07T06:12:32.7613748Z * [new branch] gh/kurtamohler/33/base -> origin/gh/kurtamohler/33/base 2025-09-07T06:12:32.7613966Z * [new branch] gh/kurtamohler/33/head -> origin/gh/kurtamohler/33/head 2025-09-07T06:12:32.7614237Z * [new branch] gh/kurtamohler/33/orig -> origin/gh/kurtamohler/33/orig 2025-09-07T06:12:32.7614444Z * [new branch] gh/kurtamohler/34/base -> origin/gh/kurtamohler/34/base 2025-09-07T06:12:32.7614661Z * [new branch] gh/kurtamohler/34/head -> origin/gh/kurtamohler/34/head 2025-09-07T06:12:32.7614907Z * [new branch] gh/kurtamohler/34/orig -> origin/gh/kurtamohler/34/orig 2025-09-07T06:12:32.7615111Z * [new branch] gh/kurtamohler/41/base -> origin/gh/kurtamohler/41/base 2025-09-07T06:12:32.7615370Z * [new branch] gh/kurtamohler/41/head -> origin/gh/kurtamohler/41/head 2025-09-07T06:12:32.7615619Z * [new branch] gh/kurtamohler/41/orig -> origin/gh/kurtamohler/41/orig 2025-09-07T06:12:32.7615828Z * [new branch] gh/kurtamohler/46/base -> origin/gh/kurtamohler/46/base 2025-09-07T06:12:32.7616045Z * [new branch] gh/kurtamohler/46/head -> origin/gh/kurtamohler/46/head 2025-09-07T06:12:32.7616251Z * [new branch] gh/kurtamohler/46/orig -> origin/gh/kurtamohler/46/orig 2025-09-07T06:12:32.7616461Z * [new branch] gh/kurtamohler/47/base -> origin/gh/kurtamohler/47/base 2025-09-07T06:12:32.7616675Z * [new branch] gh/kurtamohler/47/head -> origin/gh/kurtamohler/47/head 2025-09-07T06:12:32.7616875Z * [new branch] gh/kurtamohler/47/orig -> origin/gh/kurtamohler/47/orig 2025-09-07T06:12:32.7617078Z * [new branch] gh/kurtamohler/48/base -> origin/gh/kurtamohler/48/base 2025-09-07T06:12:32.7617291Z * [new branch] gh/kurtamohler/48/head -> origin/gh/kurtamohler/48/head 2025-09-07T06:12:32.7617493Z * [new branch] gh/kurtamohler/48/orig -> origin/gh/kurtamohler/48/orig 2025-09-07T06:12:32.7617699Z * [new branch] gh/kurtamohler/49/base -> origin/gh/kurtamohler/49/base 2025-09-07T06:12:32.7617907Z * [new branch] gh/kurtamohler/49/head -> origin/gh/kurtamohler/49/head 2025-09-07T06:12:32.7618120Z * [new branch] gh/kurtamohler/49/orig -> origin/gh/kurtamohler/49/orig 2025-09-07T06:12:32.7618395Z * [new branch] gh/kurtamohler/50/base -> origin/gh/kurtamohler/50/base 2025-09-07T06:12:32.7618602Z * [new branch] gh/kurtamohler/50/head -> origin/gh/kurtamohler/50/head 2025-09-07T06:12:32.7618819Z * [new branch] gh/kurtamohler/50/orig -> origin/gh/kurtamohler/50/orig 2025-09-07T06:12:32.7619006Z * [new branch] gh/kwen2501/130/base -> origin/gh/kwen2501/130/base 2025-09-07T06:12:32.7619198Z * [new branch] gh/kwen2501/130/head -> origin/gh/kwen2501/130/head 2025-09-07T06:12:32.7619401Z * [new branch] gh/kwen2501/130/orig -> origin/gh/kwen2501/130/orig 2025-09-07T06:12:32.7619594Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-09-07T06:12:32.7619785Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-09-07T06:12:32.7619990Z * [new branch] gh/kwen2501/156/base -> origin/gh/kwen2501/156/base 2025-09-07T06:12:32.7620179Z * [new branch] gh/kwen2501/156/head -> origin/gh/kwen2501/156/head 2025-09-07T06:12:32.7620369Z * [new branch] gh/kwen2501/156/orig -> origin/gh/kwen2501/156/orig 2025-09-07T06:12:32.7620560Z * [new branch] gh/kwen2501/170/base -> origin/gh/kwen2501/170/base 2025-09-07T06:12:32.7620746Z * [new branch] gh/kwen2501/170/head -> origin/gh/kwen2501/170/head 2025-09-07T06:12:32.7620972Z * [new branch] gh/kwen2501/186/base -> origin/gh/kwen2501/186/base 2025-09-07T06:12:32.7621170Z * [new branch] gh/kwen2501/186/head -> origin/gh/kwen2501/186/head 2025-09-07T06:12:32.7621394Z * [new branch] gh/kwen2501/186/orig -> origin/gh/kwen2501/186/orig 2025-09-07T06:12:32.7621647Z * [new branch] gh/kwen2501/187/base -> origin/gh/kwen2501/187/base 2025-09-07T06:12:32.7621841Z * [new branch] gh/kwen2501/187/head -> origin/gh/kwen2501/187/head 2025-09-07T06:12:32.7622027Z * [new branch] gh/kwen2501/187/orig -> origin/gh/kwen2501/187/orig 2025-09-07T06:12:32.7622214Z * [new branch] gh/kwen2501/188/base -> origin/gh/kwen2501/188/base 2025-09-07T06:12:32.7622401Z * [new branch] gh/kwen2501/188/head -> origin/gh/kwen2501/188/head 2025-09-07T06:12:32.7622597Z * [new branch] gh/kwen2501/188/orig -> origin/gh/kwen2501/188/orig 2025-09-07T06:12:32.7622783Z * [new branch] gh/kwen2501/194/base -> origin/gh/kwen2501/194/base 2025-09-07T06:12:32.7622969Z * [new branch] gh/kwen2501/194/head -> origin/gh/kwen2501/194/head 2025-09-07T06:12:32.7623171Z * [new branch] gh/kwen2501/194/orig -> origin/gh/kwen2501/194/orig 2025-09-07T06:12:32.7623357Z * [new branch] gh/kwen2501/199/base -> origin/gh/kwen2501/199/base 2025-09-07T06:12:32.7623548Z * [new branch] gh/kwen2501/199/head -> origin/gh/kwen2501/199/head 2025-09-07T06:12:32.7623739Z * [new branch] gh/kwen2501/199/orig -> origin/gh/kwen2501/199/orig 2025-09-07T06:12:32.7623926Z * [new branch] gh/kwen2501/200/base -> origin/gh/kwen2501/200/base 2025-09-07T06:12:32.7624112Z * [new branch] gh/kwen2501/200/head -> origin/gh/kwen2501/200/head 2025-09-07T06:12:32.7624311Z * [new branch] gh/kwen2501/200/orig -> origin/gh/kwen2501/200/orig 2025-09-07T06:12:32.7624496Z * [new branch] gh/kwen2501/201/base -> origin/gh/kwen2501/201/base 2025-09-07T06:12:32.7624682Z * [new branch] gh/kwen2501/201/head -> origin/gh/kwen2501/201/head 2025-09-07T06:12:32.7624879Z * [new branch] gh/kwen2501/201/orig -> origin/gh/kwen2501/201/orig 2025-09-07T06:12:32.7625137Z * [new branch] gh/kwen2501/203/base -> origin/gh/kwen2501/203/base 2025-09-07T06:12:32.7625327Z * [new branch] gh/kwen2501/203/head -> origin/gh/kwen2501/203/head 2025-09-07T06:12:32.7625524Z * [new branch] gh/kwen2501/203/orig -> origin/gh/kwen2501/203/orig 2025-09-07T06:12:32.7625712Z * [new branch] gh/kwen2501/204/base -> origin/gh/kwen2501/204/base 2025-09-07T06:12:32.7625900Z * [new branch] gh/kwen2501/204/head -> origin/gh/kwen2501/204/head 2025-09-07T06:12:32.7626095Z * [new branch] gh/kwen2501/204/orig -> origin/gh/kwen2501/204/orig 2025-09-07T06:12:32.7626316Z * [new branch] gh/kwen2501/205/base -> origin/gh/kwen2501/205/base 2025-09-07T06:12:32.7626616Z * [new branch] gh/kwen2501/205/head -> origin/gh/kwen2501/205/head 2025-09-07T06:12:32.7626811Z * [new branch] gh/kwen2501/205/orig -> origin/gh/kwen2501/205/orig 2025-09-07T06:12:32.7627059Z * [new branch] gh/kwen2501/206/base -> origin/gh/kwen2501/206/base 2025-09-07T06:12:32.7627248Z * [new branch] gh/kwen2501/206/head -> origin/gh/kwen2501/206/head 2025-09-07T06:12:32.7627479Z * [new branch] gh/kwen2501/206/orig -> origin/gh/kwen2501/206/orig 2025-09-07T06:12:32.7627679Z * [new branch] gh/kwen2501/207/base -> origin/gh/kwen2501/207/base 2025-09-07T06:12:32.7627907Z * [new branch] gh/kwen2501/207/head -> origin/gh/kwen2501/207/head 2025-09-07T06:12:32.7628138Z * [new branch] gh/kwen2501/207/orig -> origin/gh/kwen2501/207/orig 2025-09-07T06:12:32.7628334Z * [new branch] gh/kwen2501/208/base -> origin/gh/kwen2501/208/base 2025-09-07T06:12:32.7628636Z * [new branch] gh/kwen2501/208/head -> origin/gh/kwen2501/208/head 2025-09-07T06:12:32.7628825Z * [new branch] gh/kwen2501/208/orig -> origin/gh/kwen2501/208/orig 2025-09-07T06:12:32.7629079Z * [new branch] gh/kwen2501/209/base -> origin/gh/kwen2501/209/base 2025-09-07T06:12:32.7629306Z * [new branch] gh/kwen2501/209/head -> origin/gh/kwen2501/209/head 2025-09-07T06:12:32.7629499Z * [new branch] gh/kwen2501/209/orig -> origin/gh/kwen2501/209/orig 2025-09-07T06:12:32.7629728Z * [new branch] gh/kwen2501/210/base -> origin/gh/kwen2501/210/base 2025-09-07T06:12:32.7629924Z * [new branch] gh/kwen2501/210/head -> origin/gh/kwen2501/210/head 2025-09-07T06:12:32.7630150Z * [new branch] gh/kwen2501/210/orig -> origin/gh/kwen2501/210/orig 2025-09-07T06:12:32.7630347Z * [new branch] gh/kwen2501/211/base -> origin/gh/kwen2501/211/base 2025-09-07T06:12:32.7630579Z * [new branch] gh/kwen2501/211/head -> origin/gh/kwen2501/211/head 2025-09-07T06:12:32.7630769Z * [new branch] gh/kwen2501/212/base -> origin/gh/kwen2501/212/base 2025-09-07T06:12:32.7631153Z * [new branch] gh/kwen2501/212/head -> origin/gh/kwen2501/212/head 2025-09-07T06:12:32.7631402Z * [new branch] gh/kwen2501/212/orig -> origin/gh/kwen2501/212/orig 2025-09-07T06:12:32.7631591Z * [new branch] gh/kwen2501/213/base -> origin/gh/kwen2501/213/base 2025-09-07T06:12:32.7631821Z * [new branch] gh/kwen2501/213/head -> origin/gh/kwen2501/213/head 2025-09-07T06:12:32.7632055Z * [new branch] gh/kwen2501/213/orig -> origin/gh/kwen2501/213/orig 2025-09-07T06:12:32.7632241Z * [new branch] gh/kwen2501/214/base -> origin/gh/kwen2501/214/base 2025-09-07T06:12:32.7632463Z * [new branch] gh/kwen2501/214/head -> origin/gh/kwen2501/214/head 2025-09-07T06:12:32.7632665Z * [new branch] gh/kwen2501/214/orig -> origin/gh/kwen2501/214/orig 2025-09-07T06:12:32.7632965Z * [new branch] gh/kwen2501/215/base -> origin/gh/kwen2501/215/base 2025-09-07T06:12:32.7633186Z * [new branch] gh/kwen2501/215/head -> origin/gh/kwen2501/215/head 2025-09-07T06:12:32.7633383Z * [new branch] gh/kwen2501/215/orig -> origin/gh/kwen2501/215/orig 2025-09-07T06:12:32.7633609Z * [new branch] gh/kwen2501/216/base -> origin/gh/kwen2501/216/base 2025-09-07T06:12:32.7633802Z * [new branch] gh/kwen2501/216/head -> origin/gh/kwen2501/216/head 2025-09-07T06:12:32.7634040Z * [new branch] gh/kwen2501/216/orig -> origin/gh/kwen2501/216/orig 2025-09-07T06:12:32.7634232Z * [new branch] gh/kwen2501/217/base -> origin/gh/kwen2501/217/base 2025-09-07T06:12:32.7634462Z * [new branch] gh/kwen2501/217/head -> origin/gh/kwen2501/217/head 2025-09-07T06:12:32.7634651Z * [new branch] gh/kwen2501/217/orig -> origin/gh/kwen2501/217/orig 2025-09-07T06:12:32.7634879Z * [new branch] gh/kwen2501/218/base -> origin/gh/kwen2501/218/base 2025-09-07T06:12:32.7635063Z * [new branch] gh/kwen2501/218/head -> origin/gh/kwen2501/218/head 2025-09-07T06:12:32.7635304Z * [new branch] gh/kwen2501/218/orig -> origin/gh/kwen2501/218/orig 2025-09-07T06:12:32.7635494Z * [new branch] gh/kwen2501/219/base -> origin/gh/kwen2501/219/base 2025-09-07T06:12:32.7635722Z * [new branch] gh/kwen2501/219/head -> origin/gh/kwen2501/219/head 2025-09-07T06:12:32.7635923Z * [new branch] gh/kwen2501/219/orig -> origin/gh/kwen2501/219/orig 2025-09-07T06:12:32.7636144Z * [new branch] gh/kwen2501/220/base -> origin/gh/kwen2501/220/base 2025-09-07T06:12:32.7636402Z * [new branch] gh/kwen2501/220/head -> origin/gh/kwen2501/220/head 2025-09-07T06:12:32.7636629Z * [new branch] gh/kwen2501/220/orig -> origin/gh/kwen2501/220/orig 2025-09-07T06:12:32.7636821Z * [new branch] gh/kwen2501/221/base -> origin/gh/kwen2501/221/base 2025-09-07T06:12:32.7637053Z * [new branch] gh/kwen2501/221/head -> origin/gh/kwen2501/221/head 2025-09-07T06:12:32.7637245Z * [new branch] gh/kwen2501/221/orig -> origin/gh/kwen2501/221/orig 2025-09-07T06:12:32.7637478Z * [new branch] gh/kwen2501/222/base -> origin/gh/kwen2501/222/base 2025-09-07T06:12:32.7637668Z * [new branch] gh/kwen2501/222/head -> origin/gh/kwen2501/222/head 2025-09-07T06:12:32.7637892Z * [new branch] gh/kwen2501/222/orig -> origin/gh/kwen2501/222/orig 2025-09-07T06:12:32.7638170Z * [new branch] gh/kwen2501/223/base -> origin/gh/kwen2501/223/base 2025-09-07T06:12:32.7638438Z * [new branch] gh/kwen2501/223/head -> origin/gh/kwen2501/223/head 2025-09-07T06:12:32.7638659Z * [new branch] gh/kwen2501/223/orig -> origin/gh/kwen2501/223/orig 2025-09-07T06:12:32.7638859Z * [new branch] gh/kwen2501/224/base -> origin/gh/kwen2501/224/base 2025-09-07T06:12:32.7639043Z * [new branch] gh/kwen2501/224/head -> origin/gh/kwen2501/224/head 2025-09-07T06:12:32.7639268Z * [new branch] gh/kwen2501/224/orig -> origin/gh/kwen2501/224/orig 2025-09-07T06:12:32.7639499Z * [new branch] gh/kwen2501/225/base -> origin/gh/kwen2501/225/base 2025-09-07T06:12:32.7639696Z * [new branch] gh/kwen2501/225/head -> origin/gh/kwen2501/225/head 2025-09-07T06:12:32.7639882Z * [new branch] gh/kwen2501/225/orig -> origin/gh/kwen2501/225/orig 2025-09-07T06:12:32.7640118Z * [new branch] gh/kwen2501/226/base -> origin/gh/kwen2501/226/base 2025-09-07T06:12:32.7640342Z * [new branch] gh/kwen2501/226/head -> origin/gh/kwen2501/226/head 2025-09-07T06:12:32.7640610Z * [new branch] gh/kwen2501/226/orig -> origin/gh/kwen2501/226/orig 2025-09-07T06:12:32.7640848Z * [new branch] gh/kwen2501/227/base -> origin/gh/kwen2501/227/base 2025-09-07T06:12:32.7641037Z * [new branch] gh/kwen2501/227/head -> origin/gh/kwen2501/227/head 2025-09-07T06:12:32.7641262Z * [new branch] gh/kwen2501/227/orig -> origin/gh/kwen2501/227/orig 2025-09-07T06:12:32.7641453Z * [new branch] gh/kwen2501/228/base -> origin/gh/kwen2501/228/base 2025-09-07T06:12:32.7641663Z * [new branch] gh/kwen2501/228/head -> origin/gh/kwen2501/228/head 2025-09-07T06:12:32.7641847Z * [new branch] gh/kwen2501/228/orig -> origin/gh/kwen2501/228/orig 2025-09-07T06:12:32.7642036Z * [new branch] gh/kwen2501/229/base -> origin/gh/kwen2501/229/base 2025-09-07T06:12:32.7642229Z * [new branch] gh/kwen2501/229/head -> origin/gh/kwen2501/229/head 2025-09-07T06:12:32.7642415Z * [new branch] gh/kwen2501/229/orig -> origin/gh/kwen2501/229/orig 2025-09-07T06:12:32.7642600Z * [new branch] gh/kwen2501/230/base -> origin/gh/kwen2501/230/base 2025-09-07T06:12:32.7642803Z * [new branch] gh/kwen2501/230/head -> origin/gh/kwen2501/230/head 2025-09-07T06:12:32.7642992Z * [new branch] gh/kwen2501/230/orig -> origin/gh/kwen2501/230/orig 2025-09-07T06:12:32.7643177Z * [new branch] gh/kwen2501/231/base -> origin/gh/kwen2501/231/base 2025-09-07T06:12:32.7643372Z * [new branch] gh/kwen2501/231/head -> origin/gh/kwen2501/231/head 2025-09-07T06:12:32.7643554Z * [new branch] gh/kwen2501/231/orig -> origin/gh/kwen2501/231/orig 2025-09-07T06:12:32.7643808Z * [new branch] gh/kwen2501/232/base -> origin/gh/kwen2501/232/base 2025-09-07T06:12:32.7644003Z * [new branch] gh/kwen2501/232/head -> origin/gh/kwen2501/232/head 2025-09-07T06:12:32.7644186Z * [new branch] gh/kwen2501/232/orig -> origin/gh/kwen2501/232/orig 2025-09-07T06:12:32.7644395Z * [new branch] gh/laithsakka/156/base -> origin/gh/laithsakka/156/base 2025-09-07T06:12:32.7644613Z * [new branch] gh/laithsakka/156/head -> origin/gh/laithsakka/156/head 2025-09-07T06:12:32.7644819Z * [new branch] gh/laithsakka/156/orig -> origin/gh/laithsakka/156/orig 2025-09-07T06:12:32.7645019Z * [new branch] gh/laithsakka/160/base -> origin/gh/laithsakka/160/base 2025-09-07T06:12:32.7645227Z * [new branch] gh/laithsakka/160/head -> origin/gh/laithsakka/160/head 2025-09-07T06:12:32.7645435Z * [new branch] gh/laithsakka/160/orig -> origin/gh/laithsakka/160/orig 2025-09-07T06:12:32.7645639Z * [new branch] gh/laithsakka/178/base -> origin/gh/laithsakka/178/base 2025-09-07T06:12:32.7645843Z * [new branch] gh/laithsakka/178/head -> origin/gh/laithsakka/178/head 2025-09-07T06:12:32.7646064Z * [new branch] gh/laithsakka/178/orig -> origin/gh/laithsakka/178/orig 2025-09-07T06:12:32.7646267Z * [new branch] gh/laithsakka/191/base -> origin/gh/laithsakka/191/base 2025-09-07T06:12:32.7646468Z * [new branch] gh/laithsakka/191/head -> origin/gh/laithsakka/191/head 2025-09-07T06:12:32.7646717Z * [new branch] gh/laithsakka/191/orig -> origin/gh/laithsakka/191/orig 2025-09-07T06:12:32.7646955Z * [new branch] gh/laithsakka/237/base -> origin/gh/laithsakka/237/base 2025-09-07T06:12:32.7647157Z * [new branch] gh/laithsakka/237/head -> origin/gh/laithsakka/237/head 2025-09-07T06:12:32.7647413Z * [new branch] gh/laithsakka/237/orig -> origin/gh/laithsakka/237/orig 2025-09-07T06:12:32.7647692Z * [new branch] gh/laithsakka/249/base -> origin/gh/laithsakka/249/base 2025-09-07T06:12:32.7647895Z * [new branch] gh/laithsakka/249/head -> origin/gh/laithsakka/249/head 2025-09-07T06:12:32.7648109Z * [new branch] gh/laithsakka/249/orig -> origin/gh/laithsakka/249/orig 2025-09-07T06:12:32.7648309Z * [new branch] gh/laithsakka/251/base -> origin/gh/laithsakka/251/base 2025-09-07T06:12:32.7648508Z * [new branch] gh/laithsakka/251/head -> origin/gh/laithsakka/251/head 2025-09-07T06:12:32.7648728Z * [new branch] gh/laithsakka/251/orig -> origin/gh/laithsakka/251/orig 2025-09-07T06:12:32.7648934Z * [new branch] gh/laithsakka/254/base -> origin/gh/laithsakka/254/base 2025-09-07T06:12:32.7649143Z * [new branch] gh/laithsakka/254/head -> origin/gh/laithsakka/254/head 2025-09-07T06:12:32.7649357Z * [new branch] gh/laithsakka/254/orig -> origin/gh/laithsakka/254/orig 2025-09-07T06:12:32.7649563Z * [new branch] gh/laithsakka/255/base -> origin/gh/laithsakka/255/base 2025-09-07T06:12:32.7649768Z * [new branch] gh/laithsakka/255/head -> origin/gh/laithsakka/255/head 2025-09-07T06:12:32.7649979Z * [new branch] gh/laithsakka/255/orig -> origin/gh/laithsakka/255/orig 2025-09-07T06:12:32.7650180Z * [new branch] gh/laithsakka/256/base -> origin/gh/laithsakka/256/base 2025-09-07T06:12:32.7650383Z * [new branch] gh/laithsakka/256/head -> origin/gh/laithsakka/256/head 2025-09-07T06:12:32.7650596Z * [new branch] gh/laithsakka/256/orig -> origin/gh/laithsakka/256/orig 2025-09-07T06:12:32.7650798Z * [new branch] gh/laithsakka/257/base -> origin/gh/laithsakka/257/base 2025-09-07T06:12:32.7651499Z * [new branch] gh/laithsakka/257/head -> origin/gh/laithsakka/257/head 2025-09-07T06:12:32.7651703Z * [new branch] gh/laithsakka/257/orig -> origin/gh/laithsakka/257/orig 2025-09-07T06:12:32.7651922Z * [new branch] gh/laithsakka/258/base -> origin/gh/laithsakka/258/base 2025-09-07T06:12:32.7652123Z * [new branch] gh/laithsakka/258/head -> origin/gh/laithsakka/258/head 2025-09-07T06:12:32.7652328Z * [new branch] gh/laithsakka/258/orig -> origin/gh/laithsakka/258/orig 2025-09-07T06:12:32.7652545Z * [new branch] gh/laithsakka/259/base -> origin/gh/laithsakka/259/base 2025-09-07T06:12:32.7652802Z * [new branch] gh/laithsakka/259/head -> origin/gh/laithsakka/259/head 2025-09-07T06:12:32.7653044Z * [new branch] gh/laithsakka/259/orig -> origin/gh/laithsakka/259/orig 2025-09-07T06:12:32.7653261Z * [new branch] gh/laithsakka/260/base -> origin/gh/laithsakka/260/base 2025-09-07T06:12:32.7653509Z * [new branch] gh/laithsakka/260/head -> origin/gh/laithsakka/260/head 2025-09-07T06:12:32.7653717Z * [new branch] gh/laithsakka/260/orig -> origin/gh/laithsakka/260/orig 2025-09-07T06:12:32.7653932Z * [new branch] gh/laithsakka/261/base -> origin/gh/laithsakka/261/base 2025-09-07T06:12:32.7654135Z * [new branch] gh/laithsakka/261/head -> origin/gh/laithsakka/261/head 2025-09-07T06:12:32.7654334Z * [new branch] gh/laithsakka/261/orig -> origin/gh/laithsakka/261/orig 2025-09-07T06:12:32.7654556Z * [new branch] gh/laithsakka/262/base -> origin/gh/laithsakka/262/base 2025-09-07T06:12:32.7654755Z * [new branch] gh/laithsakka/262/head -> origin/gh/laithsakka/262/head 2025-09-07T06:12:32.7654955Z * [new branch] gh/laithsakka/262/orig -> origin/gh/laithsakka/262/orig 2025-09-07T06:12:32.7655171Z * [new branch] gh/laithsakka/263/base -> origin/gh/laithsakka/263/base 2025-09-07T06:12:32.7655750Z * [new branch] gh/laithsakka/263/head -> origin/gh/laithsakka/263/head 2025-09-07T06:12:32.7655959Z * [new branch] gh/laithsakka/263/orig -> origin/gh/laithsakka/263/orig 2025-09-07T06:12:32.7656172Z * [new branch] gh/laithsakka/264/base -> origin/gh/laithsakka/264/base 2025-09-07T06:12:32.7656383Z * [new branch] gh/laithsakka/264/head -> origin/gh/laithsakka/264/head 2025-09-07T06:12:32.7656582Z * [new branch] gh/laithsakka/264/orig -> origin/gh/laithsakka/264/orig 2025-09-07T06:12:32.7656799Z * [new branch] gh/laithsakka/265/base -> origin/gh/laithsakka/265/base 2025-09-07T06:12:32.7657007Z * [new branch] gh/laithsakka/265/head -> origin/gh/laithsakka/265/head 2025-09-07T06:12:32.7657215Z * [new branch] gh/laithsakka/265/orig -> origin/gh/laithsakka/265/orig 2025-09-07T06:12:32.7657414Z * [new branch] gh/laithsakka/266/base -> origin/gh/laithsakka/266/base 2025-09-07T06:12:32.7657628Z * [new branch] gh/laithsakka/266/head -> origin/gh/laithsakka/266/head 2025-09-07T06:12:32.7657829Z * [new branch] gh/laithsakka/266/orig -> origin/gh/laithsakka/266/orig 2025-09-07T06:12:32.7658031Z * [new branch] gh/laithsakka/267/base -> origin/gh/laithsakka/267/base 2025-09-07T06:12:32.7658245Z * [new branch] gh/laithsakka/267/head -> origin/gh/laithsakka/267/head 2025-09-07T06:12:32.7658447Z * [new branch] gh/laithsakka/267/orig -> origin/gh/laithsakka/267/orig 2025-09-07T06:12:32.7658692Z * [new branch] gh/laithsakka/268/base -> origin/gh/laithsakka/268/base 2025-09-07T06:12:32.7658903Z * [new branch] gh/laithsakka/268/head -> origin/gh/laithsakka/268/head 2025-09-07T06:12:32.7659215Z * [new branch] gh/laithsakka/268/orig -> origin/gh/laithsakka/268/orig 2025-09-07T06:12:32.7659461Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-09-07T06:12:32.7659674Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-09-07T06:12:32.7659881Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-09-07T06:12:32.7660080Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-09-07T06:12:32.7660293Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-09-07T06:12:32.7660492Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-09-07T06:12:32.7660695Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-09-07T06:12:32.7660902Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-09-07T06:12:32.7661110Z * [new branch] gh/lucaskabela/1/base -> origin/gh/lucaskabela/1/base 2025-09-07T06:12:32.7661317Z * [new branch] gh/lucaskabela/1/head -> origin/gh/lucaskabela/1/head 2025-09-07T06:12:32.7661530Z * [new branch] gh/lucaskabela/10/base -> origin/gh/lucaskabela/10/base 2025-09-07T06:12:32.7661736Z * [new branch] gh/lucaskabela/10/head -> origin/gh/lucaskabela/10/head 2025-09-07T06:12:32.7661940Z * [new branch] gh/lucaskabela/10/orig -> origin/gh/lucaskabela/10/orig 2025-09-07T06:12:32.7662149Z * [new branch] gh/lucaskabela/11/base -> origin/gh/lucaskabela/11/base 2025-09-07T06:12:32.7662351Z * [new branch] gh/lucaskabela/11/head -> origin/gh/lucaskabela/11/head 2025-09-07T06:12:32.7662554Z * [new branch] gh/lucaskabela/11/orig -> origin/gh/lucaskabela/11/orig 2025-09-07T06:12:32.7662760Z * [new branch] gh/lucaskabela/12/base -> origin/gh/lucaskabela/12/base 2025-09-07T06:12:32.7662981Z * [new branch] gh/lucaskabela/12/head -> origin/gh/lucaskabela/12/head 2025-09-07T06:12:32.7663261Z * [new branch] gh/lucaskabela/12/orig -> origin/gh/lucaskabela/12/orig 2025-09-07T06:12:32.7663468Z * [new branch] gh/lucaskabela/13/base -> origin/gh/lucaskabela/13/base 2025-09-07T06:12:32.7663677Z * [new branch] gh/lucaskabela/13/head -> origin/gh/lucaskabela/13/head 2025-09-07T06:12:32.7663882Z * [new branch] gh/lucaskabela/13/orig -> origin/gh/lucaskabela/13/orig 2025-09-07T06:12:32.7664083Z * [new branch] gh/lucaskabela/14/base -> origin/gh/lucaskabela/14/base 2025-09-07T06:12:32.7664295Z * [new branch] gh/lucaskabela/14/head -> origin/gh/lucaskabela/14/head 2025-09-07T06:12:32.7664499Z * [new branch] gh/lucaskabela/14/orig -> origin/gh/lucaskabela/14/orig 2025-09-07T06:12:32.7664749Z * [new branch] gh/lucaskabela/15/base -> origin/gh/lucaskabela/15/base 2025-09-07T06:12:32.7664970Z * [new branch] gh/lucaskabela/15/head -> origin/gh/lucaskabela/15/head 2025-09-07T06:12:32.7665217Z * [new branch] gh/lucaskabela/15/orig -> origin/gh/lucaskabela/15/orig 2025-09-07T06:12:32.7665461Z * [new branch] gh/lucaskabela/16/base -> origin/gh/lucaskabela/16/base 2025-09-07T06:12:32.7665673Z * [new branch] gh/lucaskabela/16/head -> origin/gh/lucaskabela/16/head 2025-09-07T06:12:32.7665876Z * [new branch] gh/lucaskabela/16/orig -> origin/gh/lucaskabela/16/orig 2025-09-07T06:12:32.7666079Z * [new branch] gh/lucaskabela/17/base -> origin/gh/lucaskabela/17/base 2025-09-07T06:12:32.7666290Z * [new branch] gh/lucaskabela/17/head -> origin/gh/lucaskabela/17/head 2025-09-07T06:12:32.7666563Z * [new branch] gh/lucaskabela/17/orig -> origin/gh/lucaskabela/17/orig 2025-09-07T06:12:32.7666770Z * [new branch] gh/lucaskabela/2/base -> origin/gh/lucaskabela/2/base 2025-09-07T06:12:32.7666984Z * [new branch] gh/lucaskabela/2/head -> origin/gh/lucaskabela/2/head 2025-09-07T06:12:32.7667188Z * [new branch] gh/lucaskabela/2/orig -> origin/gh/lucaskabela/2/orig 2025-09-07T06:12:32.7667387Z * [new branch] gh/lucaskabela/3/base -> origin/gh/lucaskabela/3/base 2025-09-07T06:12:32.7667598Z * [new branch] gh/lucaskabela/3/head -> origin/gh/lucaskabela/3/head 2025-09-07T06:12:32.7667799Z * [new branch] gh/lucaskabela/3/orig -> origin/gh/lucaskabela/3/orig 2025-09-07T06:12:32.7668001Z * [new branch] gh/lucaskabela/4/base -> origin/gh/lucaskabela/4/base 2025-09-07T06:12:32.7668199Z * [new branch] gh/lucaskabela/4/head -> origin/gh/lucaskabela/4/head 2025-09-07T06:12:32.7668416Z * [new branch] gh/lucaskabela/4/orig -> origin/gh/lucaskabela/4/orig 2025-09-07T06:12:32.7668620Z * [new branch] gh/lucaskabela/5/base -> origin/gh/lucaskabela/5/base 2025-09-07T06:12:32.7668821Z * [new branch] gh/lucaskabela/5/head -> origin/gh/lucaskabela/5/head 2025-09-07T06:12:32.7669033Z * [new branch] gh/lucaskabela/5/orig -> origin/gh/lucaskabela/5/orig 2025-09-07T06:12:32.7669238Z * [new branch] gh/lucaskabela/6/base -> origin/gh/lucaskabela/6/base 2025-09-07T06:12:32.7669442Z * [new branch] gh/lucaskabela/6/head -> origin/gh/lucaskabela/6/head 2025-09-07T06:12:32.7669656Z * [new branch] gh/lucaskabela/6/orig -> origin/gh/lucaskabela/6/orig 2025-09-07T06:12:32.7669854Z * [new branch] gh/lucaskabela/7/base -> origin/gh/lucaskabela/7/base 2025-09-07T06:12:32.7670057Z * [new branch] gh/lucaskabela/7/head -> origin/gh/lucaskabela/7/head 2025-09-07T06:12:32.7670263Z * [new branch] gh/lucaskabela/7/orig -> origin/gh/lucaskabela/7/orig 2025-09-07T06:12:32.7670530Z * [new branch] gh/lucaskabela/8/base -> origin/gh/lucaskabela/8/base 2025-09-07T06:12:32.7670730Z * [new branch] gh/lucaskabela/8/head -> origin/gh/lucaskabela/8/head 2025-09-07T06:12:32.7670946Z * [new branch] gh/lucaskabela/8/orig -> origin/gh/lucaskabela/8/orig 2025-09-07T06:12:32.7671209Z * [new branch] gh/lucaskabela/9/base -> origin/gh/lucaskabela/9/base 2025-09-07T06:12:32.7671412Z * [new branch] gh/lucaskabela/9/head -> origin/gh/lucaskabela/9/head 2025-09-07T06:12:32.7671631Z * [new branch] gh/lucaskabela/9/orig -> origin/gh/lucaskabela/9/orig 2025-09-07T06:12:32.7671799Z * [new branch] gh/lw/3/base -> origin/gh/lw/3/base 2025-09-07T06:12:32.7671964Z * [new branch] gh/lw/3/head -> origin/gh/lw/3/head 2025-09-07T06:12:32.7672125Z * [new branch] gh/lw/3/orig -> origin/gh/lw/3/orig 2025-09-07T06:12:32.7672316Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-09-07T06:12:32.7672503Z * [new branch] gh/malfet/330/base -> origin/gh/malfet/330/base 2025-09-07T06:12:32.7672688Z * [new branch] gh/malfet/330/head -> origin/gh/malfet/330/head 2025-09-07T06:12:32.7672878Z * [new branch] gh/malfet/330/orig -> origin/gh/malfet/330/orig 2025-09-07T06:12:32.7673060Z * [new branch] gh/malfet/396/base -> origin/gh/malfet/396/base 2025-09-07T06:12:32.7673241Z * [new branch] gh/malfet/396/head -> origin/gh/malfet/396/head 2025-09-07T06:12:32.7673428Z * [new branch] gh/malfet/396/orig -> origin/gh/malfet/396/orig 2025-09-07T06:12:32.7673679Z * [new branch] gh/malfet/397/base -> origin/gh/malfet/397/base 2025-09-07T06:12:32.7673859Z * [new branch] gh/malfet/397/head -> origin/gh/malfet/397/head 2025-09-07T06:12:32.7674055Z * [new branch] gh/malfet/397/orig -> origin/gh/malfet/397/orig 2025-09-07T06:12:32.7674235Z * [new branch] gh/malfet/398/base -> origin/gh/malfet/398/base 2025-09-07T06:12:32.7674413Z * [new branch] gh/malfet/398/head -> origin/gh/malfet/398/head 2025-09-07T06:12:32.7674607Z * [new branch] gh/malfet/398/orig -> origin/gh/malfet/398/orig 2025-09-07T06:12:32.7674791Z * [new branch] gh/malfet/399/base -> origin/gh/malfet/399/base 2025-09-07T06:12:32.7674977Z * [new branch] gh/malfet/399/head -> origin/gh/malfet/399/head 2025-09-07T06:12:32.7675165Z * [new branch] gh/malfet/399/orig -> origin/gh/malfet/399/orig 2025-09-07T06:12:32.7675357Z * [new branch] gh/malfet/414/base -> origin/gh/malfet/414/base 2025-09-07T06:12:32.7675540Z * [new branch] gh/malfet/414/head -> origin/gh/malfet/414/head 2025-09-07T06:12:32.7675782Z * [new branch] gh/malfet/414/orig -> origin/gh/malfet/414/orig 2025-09-07T06:12:32.7675963Z * [new branch] gh/malfet/417/base -> origin/gh/malfet/417/base 2025-09-07T06:12:32.7676184Z * [new branch] gh/malfet/417/head -> origin/gh/malfet/417/head 2025-09-07T06:12:32.7676368Z * [new branch] gh/malfet/417/orig -> origin/gh/malfet/417/orig 2025-09-07T06:12:32.7676606Z * [new branch] gh/malfet/418/base -> origin/gh/malfet/418/base 2025-09-07T06:12:32.7676788Z * [new branch] gh/malfet/418/head -> origin/gh/malfet/418/head 2025-09-07T06:12:32.7676969Z * [new branch] gh/malfet/418/orig -> origin/gh/malfet/418/orig 2025-09-07T06:12:32.7677159Z * [new branch] gh/malfet/475/base -> origin/gh/malfet/475/base 2025-09-07T06:12:32.7677406Z * [new branch] gh/malfet/475/head -> origin/gh/malfet/475/head 2025-09-07T06:12:32.7677585Z * [new branch] gh/malfet/475/orig -> origin/gh/malfet/475/orig 2025-09-07T06:12:32.7677769Z * [new branch] gh/malfet/476/base -> origin/gh/malfet/476/base 2025-09-07T06:12:32.7677949Z * [new branch] gh/malfet/476/head -> origin/gh/malfet/476/head 2025-09-07T06:12:32.7678127Z * [new branch] gh/malfet/476/orig -> origin/gh/malfet/476/orig 2025-09-07T06:12:32.7678316Z * [new branch] gh/malfet/477/base -> origin/gh/malfet/477/base 2025-09-07T06:12:32.7678495Z * [new branch] gh/malfet/477/head -> origin/gh/malfet/477/head 2025-09-07T06:12:32.7678678Z * [new branch] gh/malfet/477/orig -> origin/gh/malfet/477/orig 2025-09-07T06:12:32.7678876Z * [new branch] gh/malfet/478/base -> origin/gh/malfet/478/base 2025-09-07T06:12:32.7679060Z * [new branch] gh/malfet/478/head -> origin/gh/malfet/478/head 2025-09-07T06:12:32.7679241Z * [new branch] gh/malfet/478/orig -> origin/gh/malfet/478/orig 2025-09-07T06:12:32.7679434Z * [new branch] gh/malfet/479/base -> origin/gh/malfet/479/base 2025-09-07T06:12:32.7679617Z * [new branch] gh/malfet/479/head -> origin/gh/malfet/479/head 2025-09-07T06:12:32.7679798Z * [new branch] gh/malfet/479/orig -> origin/gh/malfet/479/orig 2025-09-07T06:12:32.7679994Z * [new branch] gh/malfet/480/base -> origin/gh/malfet/480/base 2025-09-07T06:12:32.7680177Z * [new branch] gh/malfet/480/head -> origin/gh/malfet/480/head 2025-09-07T06:12:32.7680422Z * [new branch] gh/malfet/480/orig -> origin/gh/malfet/480/orig 2025-09-07T06:12:32.7680602Z * [new branch] gh/malfet/481/base -> origin/gh/malfet/481/base 2025-09-07T06:12:32.7680797Z * [new branch] gh/malfet/481/head -> origin/gh/malfet/481/head 2025-09-07T06:12:32.7680977Z * [new branch] gh/malfet/481/orig -> origin/gh/malfet/481/orig 2025-09-07T06:12:32.7681158Z * [new branch] gh/malfet/482/base -> origin/gh/malfet/482/base 2025-09-07T06:12:32.7681344Z * [new branch] gh/malfet/482/head -> origin/gh/malfet/482/head 2025-09-07T06:12:32.7681522Z * [new branch] gh/malfet/482/orig -> origin/gh/malfet/482/orig 2025-09-07T06:12:32.7681701Z * [new branch] gh/malfet/483/base -> origin/gh/malfet/483/base 2025-09-07T06:12:32.7681886Z * [new branch] gh/malfet/483/head -> origin/gh/malfet/483/head 2025-09-07T06:12:32.7682073Z * [new branch] gh/malfet/483/orig -> origin/gh/malfet/483/orig 2025-09-07T06:12:32.7682253Z * [new branch] gh/malfet/484/base -> origin/gh/malfet/484/base 2025-09-07T06:12:32.7682442Z * [new branch] gh/malfet/484/head -> origin/gh/malfet/484/head 2025-09-07T06:12:32.7682623Z * [new branch] gh/malfet/484/orig -> origin/gh/malfet/484/orig 2025-09-07T06:12:32.7682803Z * [new branch] gh/malfet/485/base -> origin/gh/malfet/485/base 2025-09-07T06:12:32.7682994Z * [new branch] gh/malfet/485/head -> origin/gh/malfet/485/head 2025-09-07T06:12:32.7683172Z * [new branch] gh/malfet/485/orig -> origin/gh/malfet/485/orig 2025-09-07T06:12:32.7683352Z * [new branch] gh/malfet/486/base -> origin/gh/malfet/486/base 2025-09-07T06:12:32.7683540Z * [new branch] gh/malfet/486/head -> origin/gh/malfet/486/head 2025-09-07T06:12:32.7683728Z * [new branch] gh/malfet/486/orig -> origin/gh/malfet/486/orig 2025-09-07T06:12:32.7683969Z * [new branch] gh/malfet/487/base -> origin/gh/malfet/487/base 2025-09-07T06:12:32.7684158Z * [new branch] gh/malfet/487/head -> origin/gh/malfet/487/head 2025-09-07T06:12:32.7684337Z * [new branch] gh/malfet/487/orig -> origin/gh/malfet/487/orig 2025-09-07T06:12:32.7684521Z * [new branch] gh/malfet/488/base -> origin/gh/malfet/488/base 2025-09-07T06:12:32.7684700Z * [new branch] gh/malfet/488/head -> origin/gh/malfet/488/head 2025-09-07T06:12:32.7684891Z * [new branch] gh/malfet/488/orig -> origin/gh/malfet/488/orig 2025-09-07T06:12:32.7685072Z * [new branch] gh/malfet/489/base -> origin/gh/malfet/489/base 2025-09-07T06:12:32.7685256Z * [new branch] gh/malfet/489/head -> origin/gh/malfet/489/head 2025-09-07T06:12:32.7685456Z * [new branch] gh/malfet/489/orig -> origin/gh/malfet/489/orig 2025-09-07T06:12:32.7685642Z * [new branch] gh/malfet/490/base -> origin/gh/malfet/490/base 2025-09-07T06:12:32.7685824Z * [new branch] gh/malfet/490/head -> origin/gh/malfet/490/head 2025-09-07T06:12:32.7686018Z * [new branch] gh/malfet/490/orig -> origin/gh/malfet/490/orig 2025-09-07T06:12:32.7686200Z * [new branch] gh/malfet/491/base -> origin/gh/malfet/491/base 2025-09-07T06:12:32.7686379Z * [new branch] gh/malfet/491/head -> origin/gh/malfet/491/head 2025-09-07T06:12:32.7686574Z * [new branch] gh/malfet/491/orig -> origin/gh/malfet/491/orig 2025-09-07T06:12:32.7686757Z * [new branch] gh/malfet/492/base -> origin/gh/malfet/492/base 2025-09-07T06:12:32.7686937Z * [new branch] gh/malfet/492/head -> origin/gh/malfet/492/head 2025-09-07T06:12:32.7687198Z * [new branch] gh/malfet/492/orig -> origin/gh/malfet/492/orig 2025-09-07T06:12:32.7687381Z * [new branch] gh/malfet/493/base -> origin/gh/malfet/493/base 2025-09-07T06:12:32.7687563Z * [new branch] gh/malfet/493/head -> origin/gh/malfet/493/head 2025-09-07T06:12:32.7687749Z * [new branch] gh/malfet/493/orig -> origin/gh/malfet/493/orig 2025-09-07T06:12:32.7687930Z * [new branch] gh/malfet/494/base -> origin/gh/malfet/494/base 2025-09-07T06:12:32.7688109Z * [new branch] gh/malfet/494/head -> origin/gh/malfet/494/head 2025-09-07T06:12:32.7688296Z * [new branch] gh/malfet/494/orig -> origin/gh/malfet/494/orig 2025-09-07T06:12:32.7688477Z * [new branch] gh/malfet/495/base -> origin/gh/malfet/495/base 2025-09-07T06:12:32.7688664Z * [new branch] gh/malfet/495/head -> origin/gh/malfet/495/head 2025-09-07T06:12:32.7688852Z * [new branch] gh/malfet/495/orig -> origin/gh/malfet/495/orig 2025-09-07T06:12:32.7689063Z * [new branch] gh/malfet/496/base -> origin/gh/malfet/496/base 2025-09-07T06:12:32.7689243Z * [new branch] gh/malfet/496/head -> origin/gh/malfet/496/head 2025-09-07T06:12:32.7689424Z * [new branch] gh/malfet/496/orig -> origin/gh/malfet/496/orig 2025-09-07T06:12:32.7689622Z * [new branch] gh/malfet/497/base -> origin/gh/malfet/497/base 2025-09-07T06:12:32.7689803Z * [new branch] gh/malfet/497/head -> origin/gh/malfet/497/head 2025-09-07T06:12:32.7689983Z * [new branch] gh/malfet/497/orig -> origin/gh/malfet/497/orig 2025-09-07T06:12:32.7690169Z * [new branch] gh/malfet/498/base -> origin/gh/malfet/498/base 2025-09-07T06:12:32.7690355Z * [new branch] gh/malfet/498/head -> origin/gh/malfet/498/head 2025-09-07T06:12:32.7690534Z * [new branch] gh/malfet/498/orig -> origin/gh/malfet/498/orig 2025-09-07T06:12:32.7690784Z * [new branch] gh/malfet/499/base -> origin/gh/malfet/499/base 2025-09-07T06:12:32.7690968Z * [new branch] gh/malfet/499/head -> origin/gh/malfet/499/head 2025-09-07T06:12:32.7691148Z * [new branch] gh/malfet/499/orig -> origin/gh/malfet/499/orig 2025-09-07T06:12:32.7691338Z * [new branch] gh/malfet/500/base -> origin/gh/malfet/500/base 2025-09-07T06:12:32.7691517Z * [new branch] gh/malfet/500/head -> origin/gh/malfet/500/head 2025-09-07T06:12:32.7691756Z * [new branch] gh/malfet/500/orig -> origin/gh/malfet/500/orig 2025-09-07T06:12:32.7691951Z * [new branch] gh/malfet/501/base -> origin/gh/malfet/501/base 2025-09-07T06:12:32.7692174Z * [new branch] gh/malfet/501/head -> origin/gh/malfet/501/head 2025-09-07T06:12:32.7692355Z * [new branch] gh/malfet/501/orig -> origin/gh/malfet/501/orig 2025-09-07T06:12:32.7692586Z * [new branch] gh/malfet/502/base -> origin/gh/malfet/502/base 2025-09-07T06:12:32.7692767Z * [new branch] gh/malfet/502/head -> origin/gh/malfet/502/head 2025-09-07T06:12:32.7692948Z * [new branch] gh/malfet/502/orig -> origin/gh/malfet/502/orig 2025-09-07T06:12:32.7693135Z * [new branch] gh/malfet/503/base -> origin/gh/malfet/503/base 2025-09-07T06:12:32.7693321Z * [new branch] gh/malfet/503/head -> origin/gh/malfet/503/head 2025-09-07T06:12:32.7693504Z * [new branch] gh/malfet/503/orig -> origin/gh/malfet/503/orig 2025-09-07T06:12:32.7693683Z * [new branch] gh/malfet/504/base -> origin/gh/malfet/504/base 2025-09-07T06:12:32.7693939Z * [new branch] gh/malfet/504/head -> origin/gh/malfet/504/head 2025-09-07T06:12:32.7694120Z * [new branch] gh/malfet/504/orig -> origin/gh/malfet/504/orig 2025-09-07T06:12:32.7694299Z * [new branch] gh/malfet/505/base -> origin/gh/malfet/505/base 2025-09-07T06:12:32.7694483Z * [new branch] gh/malfet/505/head -> origin/gh/malfet/505/head 2025-09-07T06:12:32.7694661Z * [new branch] gh/malfet/505/orig -> origin/gh/malfet/505/orig 2025-09-07T06:12:32.7694843Z * [new branch] gh/malfet/506/base -> origin/gh/malfet/506/base 2025-09-07T06:12:32.7695037Z * [new branch] gh/malfet/506/head -> origin/gh/malfet/506/head 2025-09-07T06:12:32.7695219Z * [new branch] gh/malfet/506/orig -> origin/gh/malfet/506/orig 2025-09-07T06:12:32.7695397Z * [new branch] gh/malfet/507/base -> origin/gh/malfet/507/base 2025-09-07T06:12:32.7695599Z * [new branch] gh/malfet/507/head -> origin/gh/malfet/507/head 2025-09-07T06:12:32.7695782Z * [new branch] gh/malfet/507/orig -> origin/gh/malfet/507/orig 2025-09-07T06:12:32.7695961Z * [new branch] gh/malfet/508/base -> origin/gh/malfet/508/base 2025-09-07T06:12:32.7696152Z * [new branch] gh/malfet/508/head -> origin/gh/malfet/508/head 2025-09-07T06:12:32.7696334Z * [new branch] gh/malfet/508/orig -> origin/gh/malfet/508/orig 2025-09-07T06:12:32.7696517Z * [new branch] gh/malfet/509/base -> origin/gh/malfet/509/base 2025-09-07T06:12:32.7696705Z * [new branch] gh/malfet/509/head -> origin/gh/malfet/509/head 2025-09-07T06:12:32.7696885Z * [new branch] gh/malfet/509/orig -> origin/gh/malfet/509/orig 2025-09-07T06:12:32.7697065Z * [new branch] gh/malfet/510/base -> origin/gh/malfet/510/base 2025-09-07T06:12:32.7697248Z * [new branch] gh/malfet/510/head -> origin/gh/malfet/510/head 2025-09-07T06:12:32.7697501Z * [new branch] gh/malfet/510/orig -> origin/gh/malfet/510/orig 2025-09-07T06:12:32.7697684Z * [new branch] gh/malfet/511/base -> origin/gh/malfet/511/base 2025-09-07T06:12:32.7697865Z * [new branch] gh/malfet/511/head -> origin/gh/malfet/511/head 2025-09-07T06:12:32.7698058Z * [new branch] gh/malfet/511/orig -> origin/gh/malfet/511/orig 2025-09-07T06:12:32.7698240Z * [new branch] gh/malfet/512/base -> origin/gh/malfet/512/base 2025-09-07T06:12:32.7698420Z * [new branch] gh/malfet/512/head -> origin/gh/malfet/512/head 2025-09-07T06:12:32.7698610Z * [new branch] gh/malfet/512/orig -> origin/gh/malfet/512/orig 2025-09-07T06:12:32.7698793Z * [new branch] gh/malfet/513/base -> origin/gh/malfet/513/base 2025-09-07T06:12:32.7698972Z * [new branch] gh/malfet/513/head -> origin/gh/malfet/513/head 2025-09-07T06:12:32.7699164Z * [new branch] gh/malfet/513/orig -> origin/gh/malfet/513/orig 2025-09-07T06:12:32.7699349Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-09-07T06:12:32.7699531Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-09-07T06:12:32.7699773Z * [new branch] gh/manuelcandales/10/base -> origin/gh/manuelcandales/10/base 2025-09-07T06:12:32.7700004Z * [new branch] gh/manuelcandales/10/head -> origin/gh/manuelcandales/10/head 2025-09-07T06:12:32.7700227Z * [new branch] gh/manuelcandales/10/orig -> origin/gh/manuelcandales/10/orig 2025-09-07T06:12:32.7700455Z * [new branch] gh/manuelcandales/11/base -> origin/gh/manuelcandales/11/base 2025-09-07T06:12:32.7700745Z * [new branch] gh/manuelcandales/11/head -> origin/gh/manuelcandales/11/head 2025-09-07T06:12:32.7700974Z * [new branch] gh/manuelcandales/11/orig -> origin/gh/manuelcandales/11/orig 2025-09-07T06:12:32.7701212Z * [new branch] gh/manuelcandales/9/base -> origin/gh/manuelcandales/9/base 2025-09-07T06:12:32.7701433Z * [new branch] gh/manuelcandales/9/head -> origin/gh/manuelcandales/9/head 2025-09-07T06:12:32.7701652Z * [new branch] gh/manuelcandales/9/orig -> origin/gh/manuelcandales/9/orig 2025-09-07T06:12:32.7701832Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-09-07T06:12:32.7702041Z * [new branch] gh/masnesral/204/base -> origin/gh/masnesral/204/base 2025-09-07T06:12:32.7702239Z * [new branch] gh/masnesral/204/head -> origin/gh/masnesral/204/head 2025-09-07T06:12:32.7702435Z * [new branch] gh/masnesral/204/orig -> origin/gh/masnesral/204/orig 2025-09-07T06:12:32.7702649Z * [new branch] gh/masnesral/235/base -> origin/gh/masnesral/235/base 2025-09-07T06:12:32.7702849Z * [new branch] gh/masnesral/235/head -> origin/gh/masnesral/235/head 2025-09-07T06:12:32.7703045Z * [new branch] gh/masnesral/235/orig -> origin/gh/masnesral/235/orig 2025-09-07T06:12:32.7703249Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-09-07T06:12:32.7703444Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-09-07T06:12:32.7703638Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-09-07T06:12:32.7703835Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-09-07T06:12:32.7704028Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-09-07T06:12:32.7704223Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-09-07T06:12:32.7704423Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-09-07T06:12:32.7704684Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-09-07T06:12:32.7704874Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-09-07T06:12:32.7705074Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-09-07T06:12:32.7705268Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-09-07T06:12:32.7705457Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-09-07T06:12:32.7705661Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-09-07T06:12:32.7705847Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-09-07T06:12:32.7706041Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-09-07T06:12:32.7706298Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-09-07T06:12:32.7706554Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-09-07T06:12:32.7706799Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-09-07T06:12:32.7707040Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-09-07T06:12:32.7707289Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-09-07T06:12:32.7707533Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-09-07T06:12:32.7707771Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-09-07T06:12:32.7708087Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-09-07T06:12:32.7708332Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-09-07T06:12:32.7708575Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-09-07T06:12:32.7708827Z * [new branch] gh/mikaylagawarecki/317/base -> origin/gh/mikaylagawarecki/317/base 2025-09-07T06:12:32.7709065Z * [new branch] gh/mikaylagawarecki/317/head -> origin/gh/mikaylagawarecki/317/head 2025-09-07T06:12:32.7709307Z * [new branch] gh/mikaylagawarecki/317/orig -> origin/gh/mikaylagawarecki/317/orig 2025-09-07T06:12:32.7709558Z * [new branch] gh/mikaylagawarecki/320/base -> origin/gh/mikaylagawarecki/320/base 2025-09-07T06:12:32.7709803Z * [new branch] gh/mikaylagawarecki/320/head -> origin/gh/mikaylagawarecki/320/head 2025-09-07T06:12:32.7710052Z * [new branch] gh/mikaylagawarecki/320/orig -> origin/gh/mikaylagawarecki/320/orig 2025-09-07T06:12:32.7710299Z * [new branch] gh/mikaylagawarecki/329/base -> origin/gh/mikaylagawarecki/329/base 2025-09-07T06:12:32.7710544Z * [new branch] gh/mikaylagawarecki/329/head -> origin/gh/mikaylagawarecki/329/head 2025-09-07T06:12:32.7710783Z * [new branch] gh/mikaylagawarecki/329/orig -> origin/gh/mikaylagawarecki/329/orig 2025-09-07T06:12:32.7711032Z * [new branch] gh/mikaylagawarecki/330/base -> origin/gh/mikaylagawarecki/330/base 2025-09-07T06:12:32.7711359Z * [new branch] gh/mikaylagawarecki/330/head -> origin/gh/mikaylagawarecki/330/head 2025-09-07T06:12:32.7711608Z * [new branch] gh/mikaylagawarecki/330/orig -> origin/gh/mikaylagawarecki/330/orig 2025-09-07T06:12:32.7711862Z * [new branch] gh/mikaylagawarecki/331/base -> origin/gh/mikaylagawarecki/331/base 2025-09-07T06:12:32.7712108Z * [new branch] gh/mikaylagawarecki/331/head -> origin/gh/mikaylagawarecki/331/head 2025-09-07T06:12:32.7712353Z * [new branch] gh/mikaylagawarecki/331/orig -> origin/gh/mikaylagawarecki/331/orig 2025-09-07T06:12:32.7712688Z * [new branch] gh/mikaylagawarecki/332/base -> origin/gh/mikaylagawarecki/332/base 2025-09-07T06:12:32.7712932Z * [new branch] gh/mikaylagawarecki/332/head -> origin/gh/mikaylagawarecki/332/head 2025-09-07T06:12:32.7713177Z * [new branch] gh/mikaylagawarecki/332/orig -> origin/gh/mikaylagawarecki/332/orig 2025-09-07T06:12:32.7713423Z * [new branch] gh/mikaylagawarecki/334/base -> origin/gh/mikaylagawarecki/334/base 2025-09-07T06:12:32.7713663Z * [new branch] gh/mikaylagawarecki/334/head -> origin/gh/mikaylagawarecki/334/head 2025-09-07T06:12:32.7713905Z * [new branch] gh/mikaylagawarecki/334/orig -> origin/gh/mikaylagawarecki/334/orig 2025-09-07T06:12:32.7714152Z * [new branch] gh/mikaylagawarecki/335/base -> origin/gh/mikaylagawarecki/335/base 2025-09-07T06:12:32.7714407Z * [new branch] gh/mikaylagawarecki/335/head -> origin/gh/mikaylagawarecki/335/head 2025-09-07T06:12:32.7714654Z * [new branch] gh/mikaylagawarecki/335/orig -> origin/gh/mikaylagawarecki/335/orig 2025-09-07T06:12:32.7714897Z * [new branch] gh/mikaylagawarecki/336/base -> origin/gh/mikaylagawarecki/336/base 2025-09-07T06:12:32.7715143Z * [new branch] gh/mikaylagawarecki/336/head -> origin/gh/mikaylagawarecki/336/head 2025-09-07T06:12:32.7715384Z * [new branch] gh/mikaylagawarecki/336/orig -> origin/gh/mikaylagawarecki/336/orig 2025-09-07T06:12:32.7715629Z * [new branch] gh/mikaylagawarecki/337/base -> origin/gh/mikaylagawarecki/337/base 2025-09-07T06:12:32.7715883Z * [new branch] gh/mikaylagawarecki/337/head -> origin/gh/mikaylagawarecki/337/head 2025-09-07T06:12:32.7716200Z * [new branch] gh/mikaylagawarecki/337/orig -> origin/gh/mikaylagawarecki/337/orig 2025-09-07T06:12:32.7716445Z * [new branch] gh/mikaylagawarecki/338/base -> origin/gh/mikaylagawarecki/338/base 2025-09-07T06:12:32.7716697Z * [new branch] gh/mikaylagawarecki/338/head -> origin/gh/mikaylagawarecki/338/head 2025-09-07T06:12:32.7716943Z * [new branch] gh/mikaylagawarecki/338/orig -> origin/gh/mikaylagawarecki/338/orig 2025-09-07T06:12:32.7717185Z * [new branch] gh/mikaylagawarecki/339/base -> origin/gh/mikaylagawarecki/339/base 2025-09-07T06:12:32.7717435Z * [new branch] gh/mikaylagawarecki/339/head -> origin/gh/mikaylagawarecki/339/head 2025-09-07T06:12:32.7717679Z * [new branch] gh/mikaylagawarecki/339/orig -> origin/gh/mikaylagawarecki/339/orig 2025-09-07T06:12:32.7717863Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-09-07T06:12:32.7718048Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-09-07T06:12:32.7718226Z * [new branch] gh/mlazos/1/orig -> origin/gh/mlazos/1/orig 2025-09-07T06:12:32.7718418Z * [new branch] gh/mlazos/12/base -> origin/gh/mlazos/12/base 2025-09-07T06:12:32.7718617Z * [new branch] gh/mlazos/12/head -> origin/gh/mlazos/12/head 2025-09-07T06:12:32.7718796Z * [new branch] gh/mlazos/12/orig -> origin/gh/mlazos/12/orig 2025-09-07T06:12:32.7718973Z * [new branch] gh/mlazos/13/base -> origin/gh/mlazos/13/base 2025-09-07T06:12:32.7719160Z * [new branch] gh/mlazos/13/head -> origin/gh/mlazos/13/head 2025-09-07T06:12:32.7719339Z * [new branch] gh/mlazos/13/orig -> origin/gh/mlazos/13/orig 2025-09-07T06:12:32.7719517Z * [new branch] gh/mlazos/14/base -> origin/gh/mlazos/14/base 2025-09-07T06:12:32.7719694Z * [new branch] gh/mlazos/14/head -> origin/gh/mlazos/14/head 2025-09-07T06:12:32.7719886Z * [new branch] gh/mlazos/14/orig -> origin/gh/mlazos/14/orig 2025-09-07T06:12:32.7720127Z * [new branch] gh/mlazos/15/base -> origin/gh/mlazos/15/base 2025-09-07T06:12:32.7720304Z * [new branch] gh/mlazos/15/head -> origin/gh/mlazos/15/head 2025-09-07T06:12:32.7720493Z * [new branch] gh/mlazos/15/orig -> origin/gh/mlazos/15/orig 2025-09-07T06:12:32.7720670Z * [new branch] gh/mlazos/16/base -> origin/gh/mlazos/16/base 2025-09-07T06:12:32.7720843Z * [new branch] gh/mlazos/16/head -> origin/gh/mlazos/16/head 2025-09-07T06:12:32.7721027Z * [new branch] gh/mlazos/16/orig -> origin/gh/mlazos/16/orig 2025-09-07T06:12:32.7721201Z * [new branch] gh/mlazos/17/base -> origin/gh/mlazos/17/base 2025-09-07T06:12:32.7721383Z * [new branch] gh/mlazos/17/head -> origin/gh/mlazos/17/head 2025-09-07T06:12:32.7721569Z * [new branch] gh/mlazos/17/orig -> origin/gh/mlazos/17/orig 2025-09-07T06:12:32.7721754Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-09-07T06:12:32.7721928Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-09-07T06:12:32.7722109Z * [new branch] gh/mlazos/2/orig -> origin/gh/mlazos/2/orig 2025-09-07T06:12:32.7722280Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-09-07T06:12:32.7722454Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-09-07T06:12:32.7722638Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-09-07T06:12:32.7722882Z * [new branch] gh/mrmiywj/1/base -> origin/gh/mrmiywj/1/base 2025-09-07T06:12:32.7723175Z * [new branch] gh/mrmiywj/1/head -> origin/gh/mrmiywj/1/head 2025-09-07T06:12:32.7723375Z * [new branch] gh/muchulee8/62/base -> origin/gh/muchulee8/62/base 2025-09-07T06:12:32.7723582Z * [new branch] gh/muchulee8/62/head -> origin/gh/muchulee8/62/head 2025-09-07T06:12:32.7723773Z * [new branch] gh/muchulee8/62/orig -> origin/gh/muchulee8/62/orig 2025-09-07T06:12:32.7723967Z * [new branch] gh/muchulee8/63/base -> origin/gh/muchulee8/63/base 2025-09-07T06:12:32.7724166Z * [new branch] gh/muchulee8/63/head -> origin/gh/muchulee8/63/head 2025-09-07T06:12:32.7724355Z * [new branch] gh/muchulee8/63/orig -> origin/gh/muchulee8/63/orig 2025-09-07T06:12:32.7724544Z * [new branch] gh/muchulee8/64/base -> origin/gh/muchulee8/64/base 2025-09-07T06:12:32.7724746Z * [new branch] gh/muchulee8/64/head -> origin/gh/muchulee8/64/head 2025-09-07T06:12:32.7724941Z * [new branch] gh/muchulee8/64/orig -> origin/gh/muchulee8/64/orig 2025-09-07T06:12:32.7725132Z * [new branch] gh/muchulee8/65/base -> origin/gh/muchulee8/65/base 2025-09-07T06:12:32.7725336Z * [new branch] gh/muchulee8/65/head -> origin/gh/muchulee8/65/head 2025-09-07T06:12:32.7725524Z * [new branch] gh/muchulee8/65/orig -> origin/gh/muchulee8/65/orig 2025-09-07T06:12:32.7725751Z * [new branch] gh/naveenthangudu/1/base -> origin/gh/naveenthangudu/1/base 2025-09-07T06:12:32.7725982Z * [new branch] gh/naveenthangudu/1/head -> origin/gh/naveenthangudu/1/head 2025-09-07T06:12:32.7726203Z * [new branch] gh/naveenthangudu/1/orig -> origin/gh/naveenthangudu/1/orig 2025-09-07T06:12:32.7726421Z * [new branch] gh/naveenthangudu/2/base -> origin/gh/naveenthangudu/2/base 2025-09-07T06:12:32.7726649Z * [new branch] gh/naveenthangudu/2/head -> origin/gh/naveenthangudu/2/head 2025-09-07T06:12:32.7726874Z * [new branch] gh/naveenthangudu/2/orig -> origin/gh/naveenthangudu/2/orig 2025-09-07T06:12:32.7727153Z * [new branch] gh/naveenthangudu/3/base -> origin/gh/naveenthangudu/3/base 2025-09-07T06:12:32.7727380Z * [new branch] gh/naveenthangudu/3/head -> origin/gh/naveenthangudu/3/head 2025-09-07T06:12:32.7727596Z * [new branch] gh/naveenthangudu/3/orig -> origin/gh/naveenthangudu/3/orig 2025-09-07T06:12:32.7727812Z * [new branch] gh/naveenthangudu/4/base -> origin/gh/naveenthangudu/4/base 2025-09-07T06:12:32.7728029Z * [new branch] gh/naveenthangudu/4/head -> origin/gh/naveenthangudu/4/head 2025-09-07T06:12:32.7728252Z * [new branch] gh/naveenthangudu/4/orig -> origin/gh/naveenthangudu/4/orig 2025-09-07T06:12:32.7728511Z * [new branch] gh/naveenthangudu/5/base -> origin/gh/naveenthangudu/5/base 2025-09-07T06:12:32.7728733Z * [new branch] gh/naveenthangudu/5/head -> origin/gh/naveenthangudu/5/head 2025-09-07T06:12:32.7728962Z * [new branch] gh/naveenthangudu/5/orig -> origin/gh/naveenthangudu/5/orig 2025-09-07T06:12:32.7729182Z * [new branch] gh/naveenthangudu/6/base -> origin/gh/naveenthangudu/6/base 2025-09-07T06:12:32.7729397Z * [new branch] gh/naveenthangudu/6/head -> origin/gh/naveenthangudu/6/head 2025-09-07T06:12:32.7729622Z * [new branch] gh/naveenthangudu/6/orig -> origin/gh/naveenthangudu/6/orig 2025-09-07T06:12:32.7729802Z * [new branch] gh/oulgen/35/base -> origin/gh/oulgen/35/base 2025-09-07T06:12:32.7729984Z * [new branch] gh/oulgen/35/head -> origin/gh/oulgen/35/head 2025-09-07T06:12:32.7730177Z * [new branch] gh/oulgen/35/orig -> origin/gh/oulgen/35/orig 2025-09-07T06:12:32.7730355Z * [new branch] gh/oulgen/48/base -> origin/gh/oulgen/48/base 2025-09-07T06:12:32.7730603Z * [new branch] gh/oulgen/48/head -> origin/gh/oulgen/48/head 2025-09-07T06:12:32.7730793Z * [new branch] gh/oulgen/48/orig -> origin/gh/oulgen/48/orig 2025-09-07T06:12:32.7730972Z * [new branch] gh/oulgen/49/base -> origin/gh/oulgen/49/base 2025-09-07T06:12:32.7731151Z * [new branch] gh/oulgen/49/head -> origin/gh/oulgen/49/head 2025-09-07T06:12:32.7731338Z * [new branch] gh/oulgen/49/orig -> origin/gh/oulgen/49/orig 2025-09-07T06:12:32.7731517Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-09-07T06:12:32.7731696Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-09-07T06:12:32.7731882Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-09-07T06:12:32.7732062Z * [new branch] gh/pearu/109/base -> origin/gh/pearu/109/base 2025-09-07T06:12:32.7732245Z * [new branch] gh/pearu/109/head -> origin/gh/pearu/109/head 2025-09-07T06:12:32.7732426Z * [new branch] gh/pearu/109/orig -> origin/gh/pearu/109/orig 2025-09-07T06:12:32.7732613Z * [new branch] gh/pearu/110/base -> origin/gh/pearu/110/base 2025-09-07T06:12:32.7732790Z * [new branch] gh/pearu/110/head -> origin/gh/pearu/110/head 2025-09-07T06:12:32.7732965Z * [new branch] gh/pearu/110/orig -> origin/gh/pearu/110/orig 2025-09-07T06:12:32.7733153Z * [new branch] gh/pearu/111/base -> origin/gh/pearu/111/base 2025-09-07T06:12:32.7733329Z * [new branch] gh/pearu/111/head -> origin/gh/pearu/111/head 2025-09-07T06:12:32.7733504Z * [new branch] gh/pearu/111/orig -> origin/gh/pearu/111/orig 2025-09-07T06:12:32.7733696Z * [new branch] gh/pearu/112/base -> origin/gh/pearu/112/base 2025-09-07T06:12:32.7733874Z * [new branch] gh/pearu/112/head -> origin/gh/pearu/112/head 2025-09-07T06:12:32.7734114Z * [new branch] gh/pearu/112/orig -> origin/gh/pearu/112/orig 2025-09-07T06:12:32.7734298Z * [new branch] gh/pearu/113/base -> origin/gh/pearu/113/base 2025-09-07T06:12:32.7734482Z * [new branch] gh/pearu/113/head -> origin/gh/pearu/113/head 2025-09-07T06:12:32.7734662Z * [new branch] gh/pearu/113/orig -> origin/gh/pearu/113/orig 2025-09-07T06:12:32.7734845Z * [new branch] gh/pearu/114/base -> origin/gh/pearu/114/base 2025-09-07T06:12:32.7735023Z * [new branch] gh/pearu/114/head -> origin/gh/pearu/114/head 2025-09-07T06:12:32.7735200Z * [new branch] gh/pearu/114/orig -> origin/gh/pearu/114/orig 2025-09-07T06:12:32.7735388Z * [new branch] gh/pearu/115/base -> origin/gh/pearu/115/base 2025-09-07T06:12:32.7735567Z * [new branch] gh/pearu/115/head -> origin/gh/pearu/115/head 2025-09-07T06:12:32.7735748Z * [new branch] gh/pearu/115/orig -> origin/gh/pearu/115/orig 2025-09-07T06:12:32.7735926Z * [new branch] gh/pearu/116/base -> origin/gh/pearu/116/base 2025-09-07T06:12:32.7736118Z * [new branch] gh/pearu/116/head -> origin/gh/pearu/116/head 2025-09-07T06:12:32.7736295Z * [new branch] gh/pearu/116/orig -> origin/gh/pearu/116/orig 2025-09-07T06:12:32.7737038Z * [new branch] gh/pearu/117/base -> origin/gh/pearu/117/base 2025-09-07T06:12:32.7737224Z * [new branch] gh/pearu/117/head -> origin/gh/pearu/117/head 2025-09-07T06:12:32.7737400Z * [new branch] gh/pearu/117/orig -> origin/gh/pearu/117/orig 2025-09-07T06:12:32.7737644Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-09-07T06:12:32.7737832Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-09-07T06:12:32.7738012Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-09-07T06:12:32.7738187Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-09-07T06:12:32.7738369Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-09-07T06:12:32.7738543Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-09-07T06:12:32.7738724Z * [new branch] gh/qqaatw/29/base -> origin/gh/qqaatw/29/base 2025-09-07T06:12:32.7738916Z * [new branch] gh/qqaatw/29/head -> origin/gh/qqaatw/29/head 2025-09-07T06:12:32.7739093Z * [new branch] gh/qqaatw/29/orig -> origin/gh/qqaatw/29/orig 2025-09-07T06:12:32.7739324Z * [new branch] gh/raymo/refresh-script -> origin/gh/raymo/refresh-script 2025-09-07T06:12:32.7739506Z * [new branch] gh/rec/141/base -> origin/gh/rec/141/base 2025-09-07T06:12:32.7739678Z * [new branch] gh/rec/141/head -> origin/gh/rec/141/head 2025-09-07T06:12:32.7739848Z * [new branch] gh/rec/153/base -> origin/gh/rec/153/base 2025-09-07T06:12:32.7740028Z * [new branch] gh/rec/153/head -> origin/gh/rec/153/head 2025-09-07T06:12:32.7740195Z * [new branch] gh/rec/153/orig -> origin/gh/rec/153/orig 2025-09-07T06:12:32.7740361Z * [new branch] gh/rec/154/base -> origin/gh/rec/154/base 2025-09-07T06:12:32.7740528Z * [new branch] gh/rec/154/head -> origin/gh/rec/154/head 2025-09-07T06:12:32.7740706Z * [new branch] gh/rec/154/orig -> origin/gh/rec/154/orig 2025-09-07T06:12:32.7740879Z * [new branch] gh/rec/156/base -> origin/gh/rec/156/base 2025-09-07T06:12:32.7741048Z * [new branch] gh/rec/156/head -> origin/gh/rec/156/head 2025-09-07T06:12:32.7741293Z * [new branch] gh/rec/156/orig -> origin/gh/rec/156/orig 2025-09-07T06:12:32.7741466Z * [new branch] gh/rec/160/base -> origin/gh/rec/160/base 2025-09-07T06:12:32.7741632Z * [new branch] gh/rec/160/head -> origin/gh/rec/160/head 2025-09-07T06:12:32.7741809Z * [new branch] gh/rec/160/orig -> origin/gh/rec/160/orig 2025-09-07T06:12:32.7741975Z * [new branch] gh/rec/162/base -> origin/gh/rec/162/base 2025-09-07T06:12:32.7742143Z * [new branch] gh/rec/162/head -> origin/gh/rec/162/head 2025-09-07T06:12:32.7742323Z * [new branch] gh/rec/162/orig -> origin/gh/rec/162/orig 2025-09-07T06:12:32.7742497Z * [new branch] gh/rec/163/base -> origin/gh/rec/163/base 2025-09-07T06:12:32.7742667Z * [new branch] gh/rec/163/head -> origin/gh/rec/163/head 2025-09-07T06:12:32.7742849Z * [new branch] gh/rec/163/orig -> origin/gh/rec/163/orig 2025-09-07T06:12:32.7743021Z * [new branch] gh/rec/164/base -> origin/gh/rec/164/base 2025-09-07T06:12:32.7743190Z * [new branch] gh/rec/164/head -> origin/gh/rec/164/head 2025-09-07T06:12:32.7743367Z * [new branch] gh/rec/164/orig -> origin/gh/rec/164/orig 2025-09-07T06:12:32.7743535Z * [new branch] gh/rec/165/base -> origin/gh/rec/165/base 2025-09-07T06:12:32.7743702Z * [new branch] gh/rec/165/head -> origin/gh/rec/165/head 2025-09-07T06:12:32.7743871Z * [new branch] gh/rec/165/orig -> origin/gh/rec/165/orig 2025-09-07T06:12:32.7744115Z * [new branch] gh/rec/166/base -> origin/gh/rec/166/base 2025-09-07T06:12:32.7744283Z * [new branch] gh/rec/166/head -> origin/gh/rec/166/head 2025-09-07T06:12:32.7744452Z * [new branch] gh/rec/166/orig -> origin/gh/rec/166/orig 2025-09-07T06:12:32.7744693Z * [new branch] gh/robert-hardwick/1/base -> origin/gh/robert-hardwick/1/base 2025-09-07T06:12:32.7744916Z * [new branch] gh/robert-hardwick/1/head -> origin/gh/robert-hardwick/1/head 2025-09-07T06:12:32.7745136Z * [new branch] gh/robert-hardwick/1/orig -> origin/gh/robert-hardwick/1/orig 2025-09-07T06:12:32.7745366Z * [new branch] gh/robert-hardwick/2/base -> origin/gh/robert-hardwick/2/base 2025-09-07T06:12:32.7745585Z * [new branch] gh/robert-hardwick/2/head -> origin/gh/robert-hardwick/2/head 2025-09-07T06:12:32.7745809Z * [new branch] gh/robert-hardwick/2/orig -> origin/gh/robert-hardwick/2/orig 2025-09-07T06:12:32.7746044Z * [new branch] gh/robert-hardwick/3/base -> origin/gh/robert-hardwick/3/base 2025-09-07T06:12:32.7746264Z * [new branch] gh/robert-hardwick/3/head -> origin/gh/robert-hardwick/3/head 2025-09-07T06:12:32.7746483Z * [new branch] gh/robert-hardwick/3/orig -> origin/gh/robert-hardwick/3/orig 2025-09-07T06:12:32.7746711Z * [new branch] gh/robert-hardwick/4/base -> origin/gh/robert-hardwick/4/base 2025-09-07T06:12:32.7746931Z * [new branch] gh/robert-hardwick/4/head -> origin/gh/robert-hardwick/4/head 2025-09-07T06:12:32.7747147Z * [new branch] gh/robert-hardwick/4/orig -> origin/gh/robert-hardwick/4/orig 2025-09-07T06:12:32.7747337Z * [new branch] gh/rtimpe/1/base -> origin/gh/rtimpe/1/base 2025-09-07T06:12:32.7747515Z * [new branch] gh/rtimpe/1/head -> origin/gh/rtimpe/1/head 2025-09-07T06:12:32.7747702Z * [new branch] gh/rtimpe/10/base -> origin/gh/rtimpe/10/base 2025-09-07T06:12:32.7747894Z * [new branch] gh/rtimpe/10/head -> origin/gh/rtimpe/10/head 2025-09-07T06:12:32.7748141Z * [new branch] gh/rtimpe/10/orig -> origin/gh/rtimpe/10/orig 2025-09-07T06:12:32.7748328Z * [new branch] gh/rtimpe/11/base -> origin/gh/rtimpe/11/base 2025-09-07T06:12:32.7748507Z * [new branch] gh/rtimpe/11/head -> origin/gh/rtimpe/11/head 2025-09-07T06:12:32.7748690Z * [new branch] gh/rtimpe/11/orig -> origin/gh/rtimpe/11/orig 2025-09-07T06:12:32.7748866Z * [new branch] gh/rtimpe/12/base -> origin/gh/rtimpe/12/base 2025-09-07T06:12:32.7749044Z * [new branch] gh/rtimpe/12/head -> origin/gh/rtimpe/12/head 2025-09-07T06:12:32.7749230Z * [new branch] gh/rtimpe/12/orig -> origin/gh/rtimpe/12/orig 2025-09-07T06:12:32.7749411Z * [new branch] gh/rtimpe/13/base -> origin/gh/rtimpe/13/base 2025-09-07T06:12:32.7749591Z * [new branch] gh/rtimpe/13/head -> origin/gh/rtimpe/13/head 2025-09-07T06:12:32.7749788Z * [new branch] gh/rtimpe/13/orig -> origin/gh/rtimpe/13/orig 2025-09-07T06:12:32.7749965Z * [new branch] gh/rtimpe/14/base -> origin/gh/rtimpe/14/base 2025-09-07T06:12:32.7750141Z * [new branch] gh/rtimpe/14/head -> origin/gh/rtimpe/14/head 2025-09-07T06:12:32.7750324Z * [new branch] gh/rtimpe/14/orig -> origin/gh/rtimpe/14/orig 2025-09-07T06:12:32.7750502Z * [new branch] gh/rtimpe/15/base -> origin/gh/rtimpe/15/base 2025-09-07T06:12:32.7750678Z * [new branch] gh/rtimpe/15/head -> origin/gh/rtimpe/15/head 2025-09-07T06:12:32.7750864Z * [new branch] gh/rtimpe/15/orig -> origin/gh/rtimpe/15/orig 2025-09-07T06:12:32.7751187Z * [new branch] gh/rtimpe/2/base -> origin/gh/rtimpe/2/base 2025-09-07T06:12:32.7751366Z * [new branch] gh/rtimpe/2/head -> origin/gh/rtimpe/2/head 2025-09-07T06:12:32.7751552Z * [new branch] gh/rtimpe/3/base -> origin/gh/rtimpe/3/base 2025-09-07T06:12:32.7751730Z * [new branch] gh/rtimpe/3/head -> origin/gh/rtimpe/3/head 2025-09-07T06:12:32.7751905Z * [new branch] gh/rtimpe/4/base -> origin/gh/rtimpe/4/base 2025-09-07T06:12:32.7752079Z * [new branch] gh/rtimpe/4/head -> origin/gh/rtimpe/4/head 2025-09-07T06:12:32.7752267Z * [new branch] gh/rtimpe/9/base -> origin/gh/rtimpe/9/base 2025-09-07T06:12:32.7752442Z * [new branch] gh/rtimpe/9/head -> origin/gh/rtimpe/9/head 2025-09-07T06:12:32.7752615Z * [new branch] gh/rtimpe/9/orig -> origin/gh/rtimpe/9/orig 2025-09-07T06:12:32.7752847Z * [new branch] gh/ruisizhang123/1/base -> origin/gh/ruisizhang123/1/base 2025-09-07T06:12:32.7753061Z * [new branch] gh/ruisizhang123/1/head -> origin/gh/ruisizhang123/1/head 2025-09-07T06:12:32.7753275Z * [new branch] gh/ruisizhang123/1/orig -> origin/gh/ruisizhang123/1/orig 2025-09-07T06:12:32.7753490Z * [new branch] gh/ruisizhang123/4/base -> origin/gh/ruisizhang123/4/base 2025-09-07T06:12:32.7753695Z * [new branch] gh/ruisizhang123/4/head -> origin/gh/ruisizhang123/4/head 2025-09-07T06:12:32.7753902Z * [new branch] gh/ruisizhang123/4/orig -> origin/gh/ruisizhang123/4/orig 2025-09-07T06:12:32.7754119Z * [new branch] gh/ruisizhang123/5/base -> origin/gh/ruisizhang123/5/base 2025-09-07T06:12:32.7754323Z * [new branch] gh/ruisizhang123/5/head -> origin/gh/ruisizhang123/5/head 2025-09-07T06:12:32.7754531Z * [new branch] gh/ruisizhang123/5/orig -> origin/gh/ruisizhang123/5/orig 2025-09-07T06:12:32.7754755Z * [new branch] gh/ruisizhang123/6/base -> origin/gh/ruisizhang123/6/base 2025-09-07T06:12:32.7755035Z * [new branch] gh/ruisizhang123/6/head -> origin/gh/ruisizhang123/6/head 2025-09-07T06:12:32.7755245Z * [new branch] gh/ruisizhang123/6/orig -> origin/gh/ruisizhang123/6/orig 2025-09-07T06:12:32.7755464Z * [new branch] gh/ruisizhang123/7/base -> origin/gh/ruisizhang123/7/base 2025-09-07T06:12:32.7755672Z * [new branch] gh/ruisizhang123/7/head -> origin/gh/ruisizhang123/7/head 2025-09-07T06:12:32.7755876Z * [new branch] gh/ruisizhang123/7/orig -> origin/gh/ruisizhang123/7/orig 2025-09-07T06:12:32.7756087Z * [new branch] gh/ruisizhang123/8/base -> origin/gh/ruisizhang123/8/base 2025-09-07T06:12:32.7756293Z * [new branch] gh/ruisizhang123/8/head -> origin/gh/ruisizhang123/8/head 2025-09-07T06:12:32.7756501Z * [new branch] gh/ruisizhang123/8/orig -> origin/gh/ruisizhang123/8/orig 2025-09-07T06:12:32.7756718Z * [new branch] gh/ruisizhang123/9/base -> origin/gh/ruisizhang123/9/base 2025-09-07T06:12:32.7756927Z * [new branch] gh/ruisizhang123/9/head -> origin/gh/ruisizhang123/9/head 2025-09-07T06:12:32.7757131Z * [new branch] gh/ruisizhang123/9/orig -> origin/gh/ruisizhang123/9/orig 2025-09-07T06:12:32.7757307Z * [new branch] gh/sarckk/2/base -> origin/gh/sarckk/2/base 2025-09-07T06:12:32.7757494Z * [new branch] gh/sarckk/2/head -> origin/gh/sarckk/2/head 2025-09-07T06:12:32.7757667Z * [new branch] gh/sarckk/2/orig -> origin/gh/sarckk/2/orig 2025-09-07T06:12:32.7757873Z * [new branch] gh/seemethere/35/base -> origin/gh/seemethere/35/base 2025-09-07T06:12:32.7758086Z * [new branch] gh/seemethere/35/head -> origin/gh/seemethere/35/head 2025-09-07T06:12:32.7758347Z * [new branch] gh/seemethere/35/orig -> origin/gh/seemethere/35/orig 2025-09-07T06:12:32.7758548Z * [new branch] gh/seemethere/37/base -> origin/gh/seemethere/37/base 2025-09-07T06:12:32.7758752Z * [new branch] gh/seemethere/37/head -> origin/gh/seemethere/37/head 2025-09-07T06:12:32.7758952Z * [new branch] gh/seemethere/37/orig -> origin/gh/seemethere/37/orig 2025-09-07T06:12:32.7759149Z * [new branch] gh/seemethere/43/base -> origin/gh/seemethere/43/base 2025-09-07T06:12:32.7759355Z * [new branch] gh/seemethere/43/head -> origin/gh/seemethere/43/head 2025-09-07T06:12:32.7759551Z * [new branch] gh/seemethere/43/orig -> origin/gh/seemethere/43/orig 2025-09-07T06:12:32.7759753Z * [new branch] gh/seemethere/44/base -> origin/gh/seemethere/44/base 2025-09-07T06:12:32.7759960Z * [new branch] gh/seemethere/44/head -> origin/gh/seemethere/44/head 2025-09-07T06:12:32.7760157Z * [new branch] gh/seemethere/44/orig -> origin/gh/seemethere/44/orig 2025-09-07T06:12:32.7760357Z * [new branch] gh/seemethere/48/base -> origin/gh/seemethere/48/base 2025-09-07T06:12:32.7760567Z * [new branch] gh/seemethere/48/head -> origin/gh/seemethere/48/head 2025-09-07T06:12:32.7760761Z * [new branch] gh/seemethere/48/orig -> origin/gh/seemethere/48/orig 2025-09-07T06:12:32.7760956Z * [new branch] gh/seemethere/49/base -> origin/gh/seemethere/49/base 2025-09-07T06:12:32.7761163Z * [new branch] gh/seemethere/49/head -> origin/gh/seemethere/49/head 2025-09-07T06:12:32.7761366Z * [new branch] gh/seemethere/49/orig -> origin/gh/seemethere/49/orig 2025-09-07T06:12:32.7761564Z * [new branch] gh/seemethere/52/base -> origin/gh/seemethere/52/base 2025-09-07T06:12:32.7761764Z * [new branch] gh/seemethere/52/head -> origin/gh/seemethere/52/head 2025-09-07T06:12:32.7762031Z * [new branch] gh/seemethere/52/orig -> origin/gh/seemethere/52/orig 2025-09-07T06:12:32.7762231Z * [new branch] gh/seemethere/53/base -> origin/gh/seemethere/53/base 2025-09-07T06:12:32.7762427Z * [new branch] gh/seemethere/53/head -> origin/gh/seemethere/53/head 2025-09-07T06:12:32.7762633Z * [new branch] gh/seemethere/53/orig -> origin/gh/seemethere/53/orig 2025-09-07T06:12:32.7762833Z * [new branch] gh/seemethere/54/base -> origin/gh/seemethere/54/base 2025-09-07T06:12:32.7763033Z * [new branch] gh/seemethere/54/head -> origin/gh/seemethere/54/head 2025-09-07T06:12:32.7763238Z * [new branch] gh/seemethere/54/orig -> origin/gh/seemethere/54/orig 2025-09-07T06:12:32.7763434Z * [new branch] gh/seemethere/55/base -> origin/gh/seemethere/55/base 2025-09-07T06:12:32.7763637Z * [new branch] gh/seemethere/55/head -> origin/gh/seemethere/55/head 2025-09-07T06:12:32.7763857Z * [new branch] gh/seemethere/55/orig -> origin/gh/seemethere/55/orig 2025-09-07T06:12:32.7764057Z * [new branch] gh/seemethere/56/base -> origin/gh/seemethere/56/base 2025-09-07T06:12:32.7764258Z * [new branch] gh/seemethere/56/head -> origin/gh/seemethere/56/head 2025-09-07T06:12:32.7764468Z * [new branch] gh/seemethere/56/orig -> origin/gh/seemethere/56/orig 2025-09-07T06:12:32.7764670Z * [new branch] gh/seemethere/57/base -> origin/gh/seemethere/57/base 2025-09-07T06:12:32.7764867Z * [new branch] gh/seemethere/57/head -> origin/gh/seemethere/57/head 2025-09-07T06:12:32.7765076Z * [new branch] gh/seemethere/57/orig -> origin/gh/seemethere/57/orig 2025-09-07T06:12:32.7765806Z * [new branch] gh/seemethere/58/base -> origin/gh/seemethere/58/base 2025-09-07T06:12:32.7766005Z * [new branch] gh/seemethere/58/head -> origin/gh/seemethere/58/head 2025-09-07T06:12:32.7766214Z * [new branch] gh/seemethere/58/orig -> origin/gh/seemethere/58/orig 2025-09-07T06:12:32.7766414Z * [new branch] gh/seemethere/59/base -> origin/gh/seemethere/59/base 2025-09-07T06:12:32.7766615Z * [new branch] gh/seemethere/59/head -> origin/gh/seemethere/59/head 2025-09-07T06:12:32.7766812Z * [new branch] gh/seemethere/59/orig -> origin/gh/seemethere/59/orig 2025-09-07T06:12:32.7767021Z * [new branch] gh/seemethere/60/base -> origin/gh/seemethere/60/base 2025-09-07T06:12:32.7767222Z * [new branch] gh/seemethere/60/head -> origin/gh/seemethere/60/head 2025-09-07T06:12:32.7767421Z * [new branch] gh/seemethere/60/orig -> origin/gh/seemethere/60/orig 2025-09-07T06:12:32.7767632Z * [new branch] gh/seemethere/61/base -> origin/gh/seemethere/61/base 2025-09-07T06:12:32.7767831Z * [new branch] gh/seemethere/61/head -> origin/gh/seemethere/61/head 2025-09-07T06:12:32.7768029Z * [new branch] gh/seemethere/61/orig -> origin/gh/seemethere/61/orig 2025-09-07T06:12:32.7768239Z * [new branch] gh/seemethere/62/base -> origin/gh/seemethere/62/base 2025-09-07T06:12:32.7768439Z * [new branch] gh/seemethere/62/head -> origin/gh/seemethere/62/head 2025-09-07T06:12:32.7768636Z * [new branch] gh/seemethere/62/orig -> origin/gh/seemethere/62/orig 2025-09-07T06:12:32.7768848Z * [new branch] gh/seemethere/63/base -> origin/gh/seemethere/63/base 2025-09-07T06:12:32.7769046Z * [new branch] gh/seemethere/63/head -> origin/gh/seemethere/63/head 2025-09-07T06:12:32.7769247Z * [new branch] gh/seemethere/63/orig -> origin/gh/seemethere/63/orig 2025-09-07T06:12:32.7769463Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-09-07T06:12:32.7770028Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-09-07T06:12:32.7770239Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-09-07T06:12:32.7770453Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-09-07T06:12:32.7770659Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-09-07T06:12:32.7770862Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-09-07T06:12:32.7771081Z * [new branch] gh/shunting314/211/base -> origin/gh/shunting314/211/base 2025-09-07T06:12:32.7771288Z * [new branch] gh/shunting314/211/head -> origin/gh/shunting314/211/head 2025-09-07T06:12:32.7771493Z * [new branch] gh/shunting314/211/orig -> origin/gh/shunting314/211/orig 2025-09-07T06:12:32.7771701Z * [new branch] gh/shunting314/212/base -> origin/gh/shunting314/212/base 2025-09-07T06:12:32.7771912Z * [new branch] gh/shunting314/212/head -> origin/gh/shunting314/212/head 2025-09-07T06:12:32.7772112Z * [new branch] gh/shunting314/212/orig -> origin/gh/shunting314/212/orig 2025-09-07T06:12:32.7772315Z * [new branch] gh/shunting314/213/base -> origin/gh/shunting314/213/base 2025-09-07T06:12:32.7772526Z * [new branch] gh/shunting314/213/head -> origin/gh/shunting314/213/head 2025-09-07T06:12:32.7772727Z * [new branch] gh/shunting314/213/orig -> origin/gh/shunting314/213/orig 2025-09-07T06:12:32.7772928Z * [new branch] gh/shunting314/214/base -> origin/gh/shunting314/214/base 2025-09-07T06:12:32.7773214Z * [new branch] gh/shunting314/214/head -> origin/gh/shunting314/214/head 2025-09-07T06:12:32.7773416Z * [new branch] gh/shunting314/214/orig -> origin/gh/shunting314/214/orig 2025-09-07T06:12:32.7773628Z * [new branch] gh/shunting314/215/base -> origin/gh/shunting314/215/base 2025-09-07T06:12:32.7773839Z * [new branch] gh/shunting314/215/head -> origin/gh/shunting314/215/head 2025-09-07T06:12:32.7774041Z * [new branch] gh/shunting314/215/orig -> origin/gh/shunting314/215/orig 2025-09-07T06:12:32.7774246Z * [new branch] gh/shunting314/216/base -> origin/gh/shunting314/216/base 2025-09-07T06:12:32.7774460Z * [new branch] gh/shunting314/216/head -> origin/gh/shunting314/216/head 2025-09-07T06:12:32.7774665Z * [new branch] gh/shunting314/216/orig -> origin/gh/shunting314/216/orig 2025-09-07T06:12:32.7774869Z * [new branch] gh/shunting314/217/base -> origin/gh/shunting314/217/base 2025-09-07T06:12:32.7775094Z * [new branch] gh/shunting314/217/head -> origin/gh/shunting314/217/head 2025-09-07T06:12:32.7775299Z * [new branch] gh/shunting314/217/orig -> origin/gh/shunting314/217/orig 2025-09-07T06:12:32.7775503Z * [new branch] gh/shunting314/218/base -> origin/gh/shunting314/218/base 2025-09-07T06:12:32.7775716Z * [new branch] gh/shunting314/218/head -> origin/gh/shunting314/218/head 2025-09-07T06:12:32.7775919Z * [new branch] gh/shunting314/218/orig -> origin/gh/shunting314/218/orig 2025-09-07T06:12:32.7776123Z * [new branch] gh/shunting314/219/base -> origin/gh/shunting314/219/base 2025-09-07T06:12:32.7776337Z * [new branch] gh/shunting314/219/head -> origin/gh/shunting314/219/head 2025-09-07T06:12:32.7776539Z * [new branch] gh/shunting314/219/orig -> origin/gh/shunting314/219/orig 2025-09-07T06:12:32.7776754Z * [new branch] gh/shunting314/220/base -> origin/gh/shunting314/220/base 2025-09-07T06:12:32.7776957Z * [new branch] gh/shunting314/220/head -> origin/gh/shunting314/220/head 2025-09-07T06:12:32.7777240Z * [new branch] gh/shunting314/220/orig -> origin/gh/shunting314/220/orig 2025-09-07T06:12:32.7777449Z * [new branch] gh/shunting314/221/base -> origin/gh/shunting314/221/base 2025-09-07T06:12:32.7777650Z * [new branch] gh/shunting314/221/head -> origin/gh/shunting314/221/head 2025-09-07T06:12:32.7777866Z * [new branch] gh/shunting314/221/orig -> origin/gh/shunting314/221/orig 2025-09-07T06:12:32.7778074Z * [new branch] gh/shunting314/222/base -> origin/gh/shunting314/222/base 2025-09-07T06:12:32.7778278Z * [new branch] gh/shunting314/222/head -> origin/gh/shunting314/222/head 2025-09-07T06:12:32.7778489Z * [new branch] gh/shunting314/222/orig -> origin/gh/shunting314/222/orig 2025-09-07T06:12:32.7778695Z * [new branch] gh/shunting314/223/base -> origin/gh/shunting314/223/base 2025-09-07T06:12:32.7778904Z * [new branch] gh/shunting314/223/head -> origin/gh/shunting314/223/head 2025-09-07T06:12:32.7779117Z * [new branch] gh/shunting314/223/orig -> origin/gh/shunting314/223/orig 2025-09-07T06:12:32.7779321Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-09-07T06:12:32.7779515Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-09-07T06:12:32.7779716Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-09-07T06:12:32.7779909Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-09-07T06:12:32.7780101Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-09-07T06:12:32.7780363Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-09-07T06:12:32.7780553Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-09-07T06:12:32.7780748Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-09-07T06:12:32.7780961Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-09-07T06:12:32.7781162Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-09-07T06:12:32.7781355Z * [new branch] gh/skarjala/17/base -> origin/gh/skarjala/17/base 2025-09-07T06:12:32.7781555Z * [new branch] gh/skarjala/17/head -> origin/gh/skarjala/17/head 2025-09-07T06:12:32.7781745Z * [new branch] gh/skarjala/17/orig -> origin/gh/skarjala/17/orig 2025-09-07T06:12:32.7781931Z * [new branch] gh/skarjala/18/base -> origin/gh/skarjala/18/base 2025-09-07T06:12:32.7782125Z * [new branch] gh/skarjala/18/head -> origin/gh/skarjala/18/head 2025-09-07T06:12:32.7782329Z * [new branch] gh/skarjala/18/orig -> origin/gh/skarjala/18/orig 2025-09-07T06:12:32.7782522Z * [new branch] gh/skarjala/19/base -> origin/gh/skarjala/19/base 2025-09-07T06:12:32.7782711Z * [new branch] gh/skarjala/19/head -> origin/gh/skarjala/19/head 2025-09-07T06:12:32.7782909Z * [new branch] gh/skarjala/19/orig -> origin/gh/skarjala/19/orig 2025-09-07T06:12:32.7783097Z * [new branch] gh/slayton58/1/base -> origin/gh/slayton58/1/base 2025-09-07T06:12:32.7783287Z * [new branch] gh/slayton58/1/head -> origin/gh/slayton58/1/head 2025-09-07T06:12:32.7783485Z * [new branch] gh/slayton58/1/orig -> origin/gh/slayton58/1/orig 2025-09-07T06:12:32.7783673Z * [new branch] gh/slayton58/2/base -> origin/gh/slayton58/2/base 2025-09-07T06:12:32.7783865Z * [new branch] gh/slayton58/2/head -> origin/gh/slayton58/2/head 2025-09-07T06:12:32.7784134Z * [new branch] gh/slayton58/2/orig -> origin/gh/slayton58/2/orig 2025-09-07T06:12:32.7784324Z * [new branch] gh/slayton58/3/base -> origin/gh/slayton58/3/base 2025-09-07T06:12:32.7784511Z * [new branch] gh/slayton58/3/head -> origin/gh/slayton58/3/head 2025-09-07T06:12:32.7784704Z * [new branch] gh/slayton58/3/orig -> origin/gh/slayton58/3/orig 2025-09-07T06:12:32.7784890Z * [new branch] gh/slayton58/4/base -> origin/gh/slayton58/4/base 2025-09-07T06:12:32.7785083Z * [new branch] gh/slayton58/4/head -> origin/gh/slayton58/4/head 2025-09-07T06:12:32.7785280Z * [new branch] gh/slayton58/4/orig -> origin/gh/slayton58/4/orig 2025-09-07T06:12:32.7785469Z * [new branch] gh/slayton58/5/base -> origin/gh/slayton58/5/base 2025-09-07T06:12:32.7785658Z * [new branch] gh/slayton58/5/head -> origin/gh/slayton58/5/head 2025-09-07T06:12:32.7785846Z * [new branch] gh/slayton58/5/orig -> origin/gh/slayton58/5/orig 2025-09-07T06:12:32.7786056Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-09-07T06:12:32.7786258Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-09-07T06:12:32.7786456Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-09-07T06:12:32.7786666Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-09-07T06:12:32.7786868Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-09-07T06:12:32.7787071Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-09-07T06:12:32.7787353Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-09-07T06:12:32.7787550Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-09-07T06:12:32.7787749Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-09-07T06:12:32.7787956Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-09-07T06:12:32.7788153Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-09-07T06:12:32.7788350Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-09-07T06:12:32.7788564Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-09-07T06:12:32.7788759Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-09-07T06:12:32.7788960Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-09-07T06:12:32.7789167Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-09-07T06:12:32.7789370Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-09-07T06:12:32.7789570Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-09-07T06:12:32.7789776Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-09-07T06:12:32.7789972Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-09-07T06:12:32.7790171Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-09-07T06:12:32.7790366Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-09-07T06:12:32.7790568Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-09-07T06:12:32.7790767Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-09-07T06:12:32.7790966Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-09-07T06:12:32.7791325Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-09-07T06:12:32.7791526Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-09-07T06:12:32.7791722Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-09-07T06:12:32.7791935Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-09-07T06:12:32.7792133Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-09-07T06:12:32.7792329Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-09-07T06:12:32.7792533Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-09-07T06:12:32.7792733Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-09-07T06:12:32.7792938Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-09-07T06:12:32.7793144Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-09-07T06:12:32.7793345Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-09-07T06:12:32.7793539Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-09-07T06:12:32.7793746Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-09-07T06:12:32.7793942Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-09-07T06:12:32.7794141Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-09-07T06:12:32.7794346Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-09-07T06:12:32.7794610Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-09-07T06:12:32.7794809Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-09-07T06:12:32.7795006Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-09-07T06:12:32.7795214Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-09-07T06:12:32.7795413Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-09-07T06:12:32.7795607Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-09-07T06:12:32.7795812Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-09-07T06:12:32.7796011Z * [new branch] gh/soulitzer/358/base -> origin/gh/soulitzer/358/base 2025-09-07T06:12:32.7796211Z * [new branch] gh/soulitzer/358/head -> origin/gh/soulitzer/358/head 2025-09-07T06:12:32.7796414Z * [new branch] gh/soulitzer/358/orig -> origin/gh/soulitzer/358/orig 2025-09-07T06:12:32.7796615Z * [new branch] gh/soulitzer/359/base -> origin/gh/soulitzer/359/base 2025-09-07T06:12:32.7796810Z * [new branch] gh/soulitzer/359/head -> origin/gh/soulitzer/359/head 2025-09-07T06:12:32.7797024Z * [new branch] gh/soulitzer/359/orig -> origin/gh/soulitzer/359/orig 2025-09-07T06:12:32.7797220Z * [new branch] gh/soulitzer/362/base -> origin/gh/soulitzer/362/base 2025-09-07T06:12:32.7797412Z * [new branch] gh/soulitzer/362/head -> origin/gh/soulitzer/362/head 2025-09-07T06:12:32.7797620Z * [new branch] gh/soulitzer/362/orig -> origin/gh/soulitzer/362/orig 2025-09-07T06:12:32.7797815Z * [new branch] gh/soulitzer/372/base -> origin/gh/soulitzer/372/base 2025-09-07T06:12:32.7798012Z * [new branch] gh/soulitzer/372/head -> origin/gh/soulitzer/372/head 2025-09-07T06:12:32.7798282Z * [new branch] gh/soulitzer/372/orig -> origin/gh/soulitzer/372/orig 2025-09-07T06:12:32.7798482Z * [new branch] gh/soulitzer/373/base -> origin/gh/soulitzer/373/base 2025-09-07T06:12:32.7798677Z * [new branch] gh/soulitzer/373/head -> origin/gh/soulitzer/373/head 2025-09-07T06:12:32.7798877Z * [new branch] gh/soulitzer/373/orig -> origin/gh/soulitzer/373/orig 2025-09-07T06:12:32.7799072Z * [new branch] gh/soulitzer/374/base -> origin/gh/soulitzer/374/base 2025-09-07T06:12:32.7799272Z * [new branch] gh/soulitzer/374/head -> origin/gh/soulitzer/374/head 2025-09-07T06:12:32.7799464Z * [new branch] gh/soulitzer/374/orig -> origin/gh/soulitzer/374/orig 2025-09-07T06:12:32.7799669Z * [new branch] gh/soulitzer/375/base -> origin/gh/soulitzer/375/base 2025-09-07T06:12:32.7799863Z * [new branch] gh/soulitzer/375/head -> origin/gh/soulitzer/375/head 2025-09-07T06:12:32.7800063Z * [new branch] gh/soulitzer/375/orig -> origin/gh/soulitzer/375/orig 2025-09-07T06:12:32.7800269Z * [new branch] gh/soulitzer/376/base -> origin/gh/soulitzer/376/base 2025-09-07T06:12:32.7800468Z * [new branch] gh/soulitzer/376/head -> origin/gh/soulitzer/376/head 2025-09-07T06:12:32.7800665Z * [new branch] gh/soulitzer/376/orig -> origin/gh/soulitzer/376/orig 2025-09-07T06:12:32.7800870Z * [new branch] gh/soulitzer/377/base -> origin/gh/soulitzer/377/base 2025-09-07T06:12:32.7801065Z * [new branch] gh/soulitzer/377/head -> origin/gh/soulitzer/377/head 2025-09-07T06:12:32.7801260Z * [new branch] gh/soulitzer/377/orig -> origin/gh/soulitzer/377/orig 2025-09-07T06:12:32.7801530Z * [new branch] gh/soulitzer/378/base -> origin/gh/soulitzer/378/base 2025-09-07T06:12:32.7801731Z * [new branch] gh/soulitzer/378/head -> origin/gh/soulitzer/378/head 2025-09-07T06:12:32.7801929Z * [new branch] gh/soulitzer/378/orig -> origin/gh/soulitzer/378/orig 2025-09-07T06:12:32.7802133Z * [new branch] gh/soulitzer/379/base -> origin/gh/soulitzer/379/base 2025-09-07T06:12:32.7802333Z * [new branch] gh/soulitzer/379/head -> origin/gh/soulitzer/379/head 2025-09-07T06:12:32.7802527Z * [new branch] gh/soulitzer/379/orig -> origin/gh/soulitzer/379/orig 2025-09-07T06:12:32.7802731Z * [new branch] gh/swolchok/728/next -> origin/gh/swolchok/728/next 2025-09-07T06:12:32.7802928Z * [new branch] gh/swolchok/767/base -> origin/gh/swolchok/767/base 2025-09-07T06:12:32.7803118Z * [new branch] gh/swolchok/767/head -> origin/gh/swolchok/767/head 2025-09-07T06:12:32.7803321Z * [new branch] gh/swolchok/767/orig -> origin/gh/swolchok/767/orig 2025-09-07T06:12:32.7803518Z * [new branch] gh/swolchok/768/base -> origin/gh/swolchok/768/base 2025-09-07T06:12:32.7803715Z * [new branch] gh/swolchok/768/head -> origin/gh/swolchok/768/head 2025-09-07T06:12:32.7803904Z * [new branch] gh/swolchok/768/orig -> origin/gh/swolchok/768/orig 2025-09-07T06:12:32.7804097Z * [new branch] gh/swolchok/769/base -> origin/gh/swolchok/769/base 2025-09-07T06:12:32.7804288Z * [new branch] gh/swolchok/769/head -> origin/gh/swolchok/769/head 2025-09-07T06:12:32.7804476Z * [new branch] gh/swolchok/769/orig -> origin/gh/swolchok/769/orig 2025-09-07T06:12:32.7804674Z * [new branch] gh/swolchok/771/base -> origin/gh/swolchok/771/base 2025-09-07T06:12:32.7804868Z * [new branch] gh/swolchok/771/head -> origin/gh/swolchok/771/head 2025-09-07T06:12:32.7805058Z * [new branch] gh/swolchok/771/orig -> origin/gh/swolchok/771/orig 2025-09-07T06:12:32.7805331Z * [new branch] gh/swolchok/772/base -> origin/gh/swolchok/772/base 2025-09-07T06:12:32.7805522Z * [new branch] gh/swolchok/772/head -> origin/gh/swolchok/772/head 2025-09-07T06:12:32.7805714Z * [new branch] gh/swolchok/772/orig -> origin/gh/swolchok/772/orig 2025-09-07T06:12:32.7805909Z * [new branch] gh/swolchok/773/base -> origin/gh/swolchok/773/base 2025-09-07T06:12:32.7806099Z * [new branch] gh/swolchok/773/head -> origin/gh/swolchok/773/head 2025-09-07T06:12:32.7806290Z * [new branch] gh/swolchok/773/orig -> origin/gh/swolchok/773/orig 2025-09-07T06:12:32.7806491Z * [new branch] gh/swolchok/786/base -> origin/gh/swolchok/786/base 2025-09-07T06:12:32.7806688Z * [new branch] gh/swolchok/786/head -> origin/gh/swolchok/786/head 2025-09-07T06:12:32.7806883Z * [new branch] gh/swolchok/786/orig -> origin/gh/swolchok/786/orig 2025-09-07T06:12:32.7807080Z * [new branch] gh/swolchok/787/base -> origin/gh/swolchok/787/base 2025-09-07T06:12:32.7807269Z * [new branch] gh/swolchok/787/head -> origin/gh/swolchok/787/head 2025-09-07T06:12:32.7807463Z * [new branch] gh/swolchok/787/orig -> origin/gh/swolchok/787/orig 2025-09-07T06:12:32.7807667Z * [new branch] gh/swolchok/788/base -> origin/gh/swolchok/788/base 2025-09-07T06:12:32.7807859Z * [new branch] gh/swolchok/788/head -> origin/gh/swolchok/788/head 2025-09-07T06:12:32.7808050Z * [new branch] gh/swolchok/788/orig -> origin/gh/swolchok/788/orig 2025-09-07T06:12:32.7808242Z * [new branch] gh/swolchok/789/base -> origin/gh/swolchok/789/base 2025-09-07T06:12:32.7808513Z * [new branch] gh/swolchok/789/head -> origin/gh/swolchok/789/head 2025-09-07T06:12:32.7808706Z * [new branch] gh/swolchok/789/orig -> origin/gh/swolchok/789/orig 2025-09-07T06:12:32.7808901Z * [new branch] gh/swolchok/790/base -> origin/gh/swolchok/790/base 2025-09-07T06:12:32.7809102Z * [new branch] gh/swolchok/790/head -> origin/gh/swolchok/790/head 2025-09-07T06:12:32.7809294Z * [new branch] gh/swolchok/790/orig -> origin/gh/swolchok/790/orig 2025-09-07T06:12:32.7809484Z * [new branch] gh/swolchok/791/base -> origin/gh/swolchok/791/base 2025-09-07T06:12:32.7809680Z * [new branch] gh/swolchok/791/head -> origin/gh/swolchok/791/head 2025-09-07T06:12:32.7809870Z * [new branch] gh/swolchok/791/orig -> origin/gh/swolchok/791/orig 2025-09-07T06:12:32.7810070Z * [new branch] gh/swolchok/792/base -> origin/gh/swolchok/792/base 2025-09-07T06:12:32.7810273Z * [new branch] gh/swolchok/792/head -> origin/gh/swolchok/792/head 2025-09-07T06:12:32.7810468Z * [new branch] gh/swolchok/792/orig -> origin/gh/swolchok/792/orig 2025-09-07T06:12:32.7810659Z * [new branch] gh/swolchok/793/base -> origin/gh/swolchok/793/base 2025-09-07T06:12:32.7810864Z * [new branch] gh/swolchok/793/head -> origin/gh/swolchok/793/head 2025-09-07T06:12:32.7811053Z * [new branch] gh/swolchok/793/orig -> origin/gh/swolchok/793/orig 2025-09-07T06:12:32.7811242Z * [new branch] gh/swolchok/794/base -> origin/gh/swolchok/794/base 2025-09-07T06:12:32.7811443Z * [new branch] gh/swolchok/794/head -> origin/gh/swolchok/794/head 2025-09-07T06:12:32.7811633Z * [new branch] gh/swolchok/794/orig -> origin/gh/swolchok/794/orig 2025-09-07T06:12:32.7811826Z * [new branch] gh/swolchok/795/base -> origin/gh/swolchok/795/base 2025-09-07T06:12:32.7812089Z * [new branch] gh/swolchok/795/head -> origin/gh/swolchok/795/head 2025-09-07T06:12:32.7812279Z * [new branch] gh/swolchok/795/orig -> origin/gh/swolchok/795/orig 2025-09-07T06:12:32.7812467Z * [new branch] gh/swolchok/796/base -> origin/gh/swolchok/796/base 2025-09-07T06:12:32.7812659Z * [new branch] gh/swolchok/796/head -> origin/gh/swolchok/796/head 2025-09-07T06:12:32.7812869Z * [new branch] gh/swolchok/796/orig -> origin/gh/swolchok/796/orig 2025-09-07T06:12:32.7813058Z * [new branch] gh/swolchok/797/base -> origin/gh/swolchok/797/base 2025-09-07T06:12:32.7813247Z * [new branch] gh/swolchok/797/head -> origin/gh/swolchok/797/head 2025-09-07T06:12:32.7813442Z * [new branch] gh/swolchok/797/orig -> origin/gh/swolchok/797/orig 2025-09-07T06:12:32.7813643Z * [new branch] gh/swolchok/798/base -> origin/gh/swolchok/798/base 2025-09-07T06:12:32.7813836Z * [new branch] gh/swolchok/798/head -> origin/gh/swolchok/798/head 2025-09-07T06:12:32.7814037Z * [new branch] gh/swolchok/798/orig -> origin/gh/swolchok/798/orig 2025-09-07T06:12:32.7814226Z * [new branch] gh/swolchok/799/base -> origin/gh/swolchok/799/base 2025-09-07T06:12:32.7814419Z * [new branch] gh/swolchok/799/head -> origin/gh/swolchok/799/head 2025-09-07T06:12:32.7814616Z * [new branch] gh/swolchok/799/orig -> origin/gh/swolchok/799/orig 2025-09-07T06:12:32.7814808Z * [new branch] gh/swolchok/800/base -> origin/gh/swolchok/800/base 2025-09-07T06:12:32.7815001Z * [new branch] gh/swolchok/800/head -> origin/gh/swolchok/800/head 2025-09-07T06:12:32.7815269Z * [new branch] gh/swolchok/800/orig -> origin/gh/swolchok/800/orig 2025-09-07T06:12:32.7815459Z * [new branch] gh/swolchok/801/base -> origin/gh/swolchok/801/base 2025-09-07T06:12:32.7815656Z * [new branch] gh/swolchok/801/head -> origin/gh/swolchok/801/head 2025-09-07T06:12:32.7815864Z * [new branch] gh/swolchok/801/orig -> origin/gh/swolchok/801/orig 2025-09-07T06:12:32.7816055Z * [new branch] gh/swolchok/802/base -> origin/gh/swolchok/802/base 2025-09-07T06:12:32.7816247Z * [new branch] gh/swolchok/802/head -> origin/gh/swolchok/802/head 2025-09-07T06:12:32.7816447Z * [new branch] gh/swolchok/802/orig -> origin/gh/swolchok/802/orig 2025-09-07T06:12:32.7816637Z * [new branch] gh/swolchok/803/base -> origin/gh/swolchok/803/base 2025-09-07T06:12:32.7816827Z * [new branch] gh/swolchok/803/head -> origin/gh/swolchok/803/head 2025-09-07T06:12:32.7817020Z * [new branch] gh/swolchok/803/orig -> origin/gh/swolchok/803/orig 2025-09-07T06:12:32.7817220Z * [new branch] gh/swolchok/804/base -> origin/gh/swolchok/804/base 2025-09-07T06:12:32.7817417Z * [new branch] gh/swolchok/804/head -> origin/gh/swolchok/804/head 2025-09-07T06:12:32.7817608Z * [new branch] gh/swolchok/804/orig -> origin/gh/swolchok/804/orig 2025-09-07T06:12:32.7817809Z * [new branch] gh/swolchok/805/base -> origin/gh/swolchok/805/base 2025-09-07T06:12:32.7818010Z * [new branch] gh/swolchok/805/head -> origin/gh/swolchok/805/head 2025-09-07T06:12:32.7818201Z * [new branch] gh/swolchok/805/orig -> origin/gh/swolchok/805/orig 2025-09-07T06:12:32.7818402Z * [new branch] gh/swolchok/806/base -> origin/gh/swolchok/806/base 2025-09-07T06:12:32.7818592Z * [new branch] gh/swolchok/806/head -> origin/gh/swolchok/806/head 2025-09-07T06:12:32.7818786Z * [new branch] gh/swolchok/806/orig -> origin/gh/swolchok/806/orig 2025-09-07T06:12:32.7819054Z * [new branch] gh/swolchok/807/base -> origin/gh/swolchok/807/base 2025-09-07T06:12:32.7819248Z * [new branch] gh/swolchok/807/head -> origin/gh/swolchok/807/head 2025-09-07T06:12:32.7819439Z * [new branch] gh/swolchok/807/orig -> origin/gh/swolchok/807/orig 2025-09-07T06:12:32.7819637Z * [new branch] gh/swolchok/808/base -> origin/gh/swolchok/808/base 2025-09-07T06:12:32.7819827Z * [new branch] gh/swolchok/808/head -> origin/gh/swolchok/808/head 2025-09-07T06:12:32.7820020Z * [new branch] gh/swolchok/808/orig -> origin/gh/swolchok/808/orig 2025-09-07T06:12:32.7820222Z * [new branch] gh/swolchok/809/base -> origin/gh/swolchok/809/base 2025-09-07T06:12:32.7820419Z * [new branch] gh/swolchok/809/head -> origin/gh/swolchok/809/head 2025-09-07T06:12:32.7820613Z * [new branch] gh/swolchok/809/orig -> origin/gh/swolchok/809/orig 2025-09-07T06:12:32.7820816Z * [new branch] gh/swolchok/810/base -> origin/gh/swolchok/810/base 2025-09-07T06:12:32.7821005Z * [new branch] gh/swolchok/810/head -> origin/gh/swolchok/810/head 2025-09-07T06:12:32.7821196Z * [new branch] gh/swolchok/810/orig -> origin/gh/swolchok/810/orig 2025-09-07T06:12:32.7821390Z * [new branch] gh/swolchok/811/base -> origin/gh/swolchok/811/base 2025-09-07T06:12:32.7821587Z * [new branch] gh/swolchok/811/head -> origin/gh/swolchok/811/head 2025-09-07T06:12:32.7821776Z * [new branch] gh/swolchok/811/orig -> origin/gh/swolchok/811/orig 2025-09-07T06:12:32.7821965Z * [new branch] gh/swolchok/812/base -> origin/gh/swolchok/812/base 2025-09-07T06:12:32.7822233Z * [new branch] gh/swolchok/812/head -> origin/gh/swolchok/812/head 2025-09-07T06:12:32.7822423Z * [new branch] gh/swolchok/812/orig -> origin/gh/swolchok/812/orig 2025-09-07T06:12:32.7822619Z * [new branch] gh/swolchok/813/base -> origin/gh/swolchok/813/base 2025-09-07T06:12:32.7822822Z * [new branch] gh/swolchok/813/head -> origin/gh/swolchok/813/head 2025-09-07T06:12:32.7823017Z * [new branch] gh/swolchok/813/orig -> origin/gh/swolchok/813/orig 2025-09-07T06:12:32.7823206Z * [new branch] gh/swolchok/814/base -> origin/gh/swolchok/814/base 2025-09-07T06:12:32.7823404Z * [new branch] gh/swolchok/814/head -> origin/gh/swolchok/814/head 2025-09-07T06:12:32.7823597Z * [new branch] gh/swolchok/814/orig -> origin/gh/swolchok/814/orig 2025-09-07T06:12:32.7823787Z * [new branch] gh/swolchok/815/base -> origin/gh/swolchok/815/base 2025-09-07T06:12:32.7823995Z * [new branch] gh/swolchok/815/head -> origin/gh/swolchok/815/head 2025-09-07T06:12:32.7824197Z * [new branch] gh/swolchok/815/orig -> origin/gh/swolchok/815/orig 2025-09-07T06:12:32.7824388Z * [new branch] gh/swolchok/816/base -> origin/gh/swolchok/816/base 2025-09-07T06:12:32.7824589Z * [new branch] gh/swolchok/816/head -> origin/gh/swolchok/816/head 2025-09-07T06:12:32.7824780Z * [new branch] gh/swolchok/816/orig -> origin/gh/swolchok/816/orig 2025-09-07T06:12:32.7824972Z * [new branch] gh/swolchok/817/base -> origin/gh/swolchok/817/base 2025-09-07T06:12:32.7825172Z * [new branch] gh/swolchok/817/head -> origin/gh/swolchok/817/head 2025-09-07T06:12:32.7825363Z * [new branch] gh/swolchok/817/orig -> origin/gh/swolchok/817/orig 2025-09-07T06:12:32.7825561Z * [new branch] gh/swolchok/818/base -> origin/gh/swolchok/818/base 2025-09-07T06:12:32.7825752Z * [new branch] gh/swolchok/818/head -> origin/gh/swolchok/818/head 2025-09-07T06:12:32.7826021Z * [new branch] gh/swolchok/818/orig -> origin/gh/swolchok/818/orig 2025-09-07T06:12:32.7826212Z * [new branch] gh/swolchok/819/base -> origin/gh/swolchok/819/base 2025-09-07T06:12:32.7826402Z * [new branch] gh/swolchok/819/head -> origin/gh/swolchok/819/head 2025-09-07T06:12:32.7826603Z * [new branch] gh/swolchok/819/orig -> origin/gh/swolchok/819/orig 2025-09-07T06:12:32.7826799Z * [new branch] gh/swolchok/820/base -> origin/gh/swolchok/820/base 2025-09-07T06:12:32.7826988Z * [new branch] gh/swolchok/820/head -> origin/gh/swolchok/820/head 2025-09-07T06:12:32.7827191Z * [new branch] gh/swolchok/820/orig -> origin/gh/swolchok/820/orig 2025-09-07T06:12:32.7827386Z * [new branch] gh/swolchok/821/base -> origin/gh/swolchok/821/base 2025-09-07T06:12:32.7827587Z * [new branch] gh/swolchok/821/head -> origin/gh/swolchok/821/head 2025-09-07T06:12:32.7827796Z * [new branch] gh/swolchok/821/orig -> origin/gh/swolchok/821/orig 2025-09-07T06:12:32.7827990Z * [new branch] gh/swolchok/822/base -> origin/gh/swolchok/822/base 2025-09-07T06:12:32.7828179Z * [new branch] gh/swolchok/822/head -> origin/gh/swolchok/822/head 2025-09-07T06:12:32.7828378Z * [new branch] gh/swolchok/822/orig -> origin/gh/swolchok/822/orig 2025-09-07T06:12:32.7828568Z * [new branch] gh/swolchok/823/base -> origin/gh/swolchok/823/base 2025-09-07T06:12:32.7828758Z * [new branch] gh/swolchok/823/head -> origin/gh/swolchok/823/head 2025-09-07T06:12:32.7828956Z * [new branch] gh/swolchok/823/orig -> origin/gh/swolchok/823/orig 2025-09-07T06:12:32.7829216Z * [new branch] gh/swolchok/824/base -> origin/gh/swolchok/824/base 2025-09-07T06:12:32.7829411Z * [new branch] gh/swolchok/824/head -> origin/gh/swolchok/824/head 2025-09-07T06:12:32.7829609Z * [new branch] gh/swolchok/824/orig -> origin/gh/swolchok/824/orig 2025-09-07T06:12:32.7829800Z * [new branch] gh/swolchok/825/base -> origin/gh/swolchok/825/base 2025-09-07T06:12:32.7829988Z * [new branch] gh/swolchok/825/head -> origin/gh/swolchok/825/head 2025-09-07T06:12:32.7830176Z * [new branch] gh/swolchok/825/orig -> origin/gh/swolchok/825/orig 2025-09-07T06:12:32.7830376Z * [new branch] gh/swolchok/826/base -> origin/gh/swolchok/826/base 2025-09-07T06:12:32.7830570Z * [new branch] gh/swolchok/826/head -> origin/gh/swolchok/826/head 2025-09-07T06:12:32.7830761Z * [new branch] gh/swolchok/826/orig -> origin/gh/swolchok/826/orig 2025-09-07T06:12:32.7830967Z * [new branch] gh/swolchok/827/base -> origin/gh/swolchok/827/base 2025-09-07T06:12:32.7831240Z * [new branch] gh/swolchok/827/head -> origin/gh/swolchok/827/head 2025-09-07T06:12:32.7831438Z * [new branch] gh/swolchok/827/orig -> origin/gh/swolchok/827/orig 2025-09-07T06:12:32.7831640Z * [new branch] gh/swolchok/828/base -> origin/gh/swolchok/828/base 2025-09-07T06:12:32.7831833Z * [new branch] gh/swolchok/828/head -> origin/gh/swolchok/828/head 2025-09-07T06:12:32.7832026Z * [new branch] gh/swolchok/828/orig -> origin/gh/swolchok/828/orig 2025-09-07T06:12:32.7832232Z * [new branch] gh/swolchok/829/base -> origin/gh/swolchok/829/base 2025-09-07T06:12:32.7832429Z * [new branch] gh/swolchok/829/head -> origin/gh/swolchok/829/head 2025-09-07T06:12:32.7832623Z * [new branch] gh/swolchok/829/orig -> origin/gh/swolchok/829/orig 2025-09-07T06:12:32.7832829Z * [new branch] gh/swolchok/830/base -> origin/gh/swolchok/830/base 2025-09-07T06:12:32.7833090Z * [new branch] gh/swolchok/830/head -> origin/gh/swolchok/830/head 2025-09-07T06:12:32.7833285Z * [new branch] gh/swolchok/830/orig -> origin/gh/swolchok/830/orig 2025-09-07T06:12:32.7833486Z * [new branch] gh/swolchok/831/base -> origin/gh/swolchok/831/base 2025-09-07T06:12:32.7833680Z * [new branch] gh/swolchok/831/head -> origin/gh/swolchok/831/head 2025-09-07T06:12:32.7833870Z * [new branch] gh/swolchok/831/orig -> origin/gh/swolchok/831/orig 2025-09-07T06:12:32.7834074Z * [new branch] gh/swolchok/832/base -> origin/gh/swolchok/832/base 2025-09-07T06:12:32.7834275Z * [new branch] gh/swolchok/832/head -> origin/gh/swolchok/832/head 2025-09-07T06:12:32.7834469Z * [new branch] gh/swolchok/832/orig -> origin/gh/swolchok/832/orig 2025-09-07T06:12:32.7834667Z * [new branch] gh/syed-ahmed/3/base -> origin/gh/syed-ahmed/3/base 2025-09-07T06:12:32.7834869Z * [new branch] gh/syed-ahmed/3/head -> origin/gh/syed-ahmed/3/head 2025-09-07T06:12:32.7835056Z * [new branch] gh/syed-ahmed/3/orig -> origin/gh/syed-ahmed/3/orig 2025-09-07T06:12:32.7835244Z * [new branch] gh/syed-ahmed/4/base -> origin/gh/syed-ahmed/4/base 2025-09-07T06:12:32.7835442Z * [new branch] gh/syed-ahmed/4/head -> origin/gh/syed-ahmed/4/head 2025-09-07T06:12:32.7835632Z * [new branch] gh/syed-ahmed/4/orig -> origin/gh/syed-ahmed/4/orig 2025-09-07T06:12:32.7835824Z * [new branch] gh/syed-ahmed/5/base -> origin/gh/syed-ahmed/5/base 2025-09-07T06:12:32.7836017Z * [new branch] gh/syed-ahmed/5/head -> origin/gh/syed-ahmed/5/head 2025-09-07T06:12:32.7836282Z * [new branch] gh/syed-ahmed/5/orig -> origin/gh/syed-ahmed/5/orig 2025-09-07T06:12:32.7836470Z * [new branch] gh/teja-rao/4/base -> origin/gh/teja-rao/4/base 2025-09-07T06:12:32.7836659Z * [new branch] gh/teja-rao/4/head -> origin/gh/teja-rao/4/head 2025-09-07T06:12:32.7836838Z * [new branch] gh/teja-rao/4/orig -> origin/gh/teja-rao/4/orig 2025-09-07T06:12:32.7837024Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-09-07T06:12:32.7837214Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-09-07T06:12:32.7837399Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-09-07T06:12:32.7837578Z * [new branch] gh/tianyu-l/3/base -> origin/gh/tianyu-l/3/base 2025-09-07T06:12:32.7837772Z * [new branch] gh/tianyu-l/3/head -> origin/gh/tianyu-l/3/head 2025-09-07T06:12:32.7837951Z * [new branch] gh/tianyu-l/3/orig -> origin/gh/tianyu-l/3/orig 2025-09-07T06:12:32.7838133Z * [new branch] gh/tianyu-l/4/base -> origin/gh/tianyu-l/4/base 2025-09-07T06:12:32.7838319Z * [new branch] gh/tianyu-l/4/head -> origin/gh/tianyu-l/4/head 2025-09-07T06:12:32.7838501Z * [new branch] gh/tianyu-l/4/orig -> origin/gh/tianyu-l/4/orig 2025-09-07T06:12:32.7838728Z * [new branch] gh/tugsbayasgalan/1/base -> origin/gh/tugsbayasgalan/1/base 2025-09-07T06:12:32.7838951Z * [new branch] gh/tugsbayasgalan/1/head -> origin/gh/tugsbayasgalan/1/head 2025-09-07T06:12:32.7839186Z * [new branch] gh/tugsbayasgalan/1/orig -> origin/gh/tugsbayasgalan/1/orig 2025-09-07T06:12:32.7839416Z * [new branch] gh/tugsbayasgalan/10/base -> origin/gh/tugsbayasgalan/10/base 2025-09-07T06:12:32.7839646Z * [new branch] gh/tugsbayasgalan/10/head -> origin/gh/tugsbayasgalan/10/head 2025-09-07T06:12:32.7839949Z * [new branch] gh/tugsbayasgalan/10/orig -> origin/gh/tugsbayasgalan/10/orig 2025-09-07T06:12:32.7840172Z * [new branch] gh/tugsbayasgalan/11/base -> origin/gh/tugsbayasgalan/11/base 2025-09-07T06:12:32.7840393Z * [new branch] gh/tugsbayasgalan/11/head -> origin/gh/tugsbayasgalan/11/head 2025-09-07T06:12:32.7840619Z * [new branch] gh/tugsbayasgalan/11/orig -> origin/gh/tugsbayasgalan/11/orig 2025-09-07T06:12:32.7840842Z * [new branch] gh/tugsbayasgalan/12/base -> origin/gh/tugsbayasgalan/12/base 2025-09-07T06:12:32.7841063Z * [new branch] gh/tugsbayasgalan/12/head -> origin/gh/tugsbayasgalan/12/head 2025-09-07T06:12:32.7841293Z * [new branch] gh/tugsbayasgalan/12/orig -> origin/gh/tugsbayasgalan/12/orig 2025-09-07T06:12:32.7841516Z * [new branch] gh/tugsbayasgalan/13/base -> origin/gh/tugsbayasgalan/13/base 2025-09-07T06:12:32.7841737Z * [new branch] gh/tugsbayasgalan/13/head -> origin/gh/tugsbayasgalan/13/head 2025-09-07T06:12:32.7841969Z * [new branch] gh/tugsbayasgalan/13/orig -> origin/gh/tugsbayasgalan/13/orig 2025-09-07T06:12:32.7842189Z * [new branch] gh/tugsbayasgalan/14/base -> origin/gh/tugsbayasgalan/14/base 2025-09-07T06:12:32.7842412Z * [new branch] gh/tugsbayasgalan/14/head -> origin/gh/tugsbayasgalan/14/head 2025-09-07T06:12:32.7842644Z * [new branch] gh/tugsbayasgalan/14/orig -> origin/gh/tugsbayasgalan/14/orig 2025-09-07T06:12:32.7842865Z * [new branch] gh/tugsbayasgalan/15/base -> origin/gh/tugsbayasgalan/15/base 2025-09-07T06:12:32.7843085Z * [new branch] gh/tugsbayasgalan/15/head -> origin/gh/tugsbayasgalan/15/head 2025-09-07T06:12:32.7843315Z * [new branch] gh/tugsbayasgalan/15/orig -> origin/gh/tugsbayasgalan/15/orig 2025-09-07T06:12:32.7843605Z * [new branch] gh/tugsbayasgalan/2/base -> origin/gh/tugsbayasgalan/2/base 2025-09-07T06:12:32.7843833Z * [new branch] gh/tugsbayasgalan/2/head -> origin/gh/tugsbayasgalan/2/head 2025-09-07T06:12:32.7844058Z * [new branch] gh/tugsbayasgalan/2/orig -> origin/gh/tugsbayasgalan/2/orig 2025-09-07T06:12:32.7844282Z * [new branch] gh/tugsbayasgalan/3/base -> origin/gh/tugsbayasgalan/3/base 2025-09-07T06:12:32.7844499Z * [new branch] gh/tugsbayasgalan/3/head -> origin/gh/tugsbayasgalan/3/head 2025-09-07T06:12:32.7844714Z * [new branch] gh/tugsbayasgalan/3/orig -> origin/gh/tugsbayasgalan/3/orig 2025-09-07T06:12:32.7844944Z * [new branch] gh/tugsbayasgalan/4/base -> origin/gh/tugsbayasgalan/4/base 2025-09-07T06:12:32.7845162Z * [new branch] gh/tugsbayasgalan/4/head -> origin/gh/tugsbayasgalan/4/head 2025-09-07T06:12:32.7845387Z * [new branch] gh/tugsbayasgalan/4/orig -> origin/gh/tugsbayasgalan/4/orig 2025-09-07T06:12:32.7845627Z * [new branch] gh/tugsbayasgalan/5/base -> origin/gh/tugsbayasgalan/5/base 2025-09-07T06:12:32.7845855Z * [new branch] gh/tugsbayasgalan/5/head -> origin/gh/tugsbayasgalan/5/head 2025-09-07T06:12:32.7846075Z * [new branch] gh/tugsbayasgalan/5/orig -> origin/gh/tugsbayasgalan/5/orig 2025-09-07T06:12:32.7846300Z * [new branch] gh/tugsbayasgalan/6/base -> origin/gh/tugsbayasgalan/6/base 2025-09-07T06:12:32.7846515Z * [new branch] gh/tugsbayasgalan/6/head -> origin/gh/tugsbayasgalan/6/head 2025-09-07T06:12:32.7846741Z * [new branch] gh/tugsbayasgalan/6/orig -> origin/gh/tugsbayasgalan/6/orig 2025-09-07T06:12:32.7846968Z * [new branch] gh/tugsbayasgalan/7/base -> origin/gh/tugsbayasgalan/7/base 2025-09-07T06:12:32.7847190Z * [new branch] gh/tugsbayasgalan/7/head -> origin/gh/tugsbayasgalan/7/head 2025-09-07T06:12:32.7847409Z * [new branch] gh/tugsbayasgalan/7/orig -> origin/gh/tugsbayasgalan/7/orig 2025-09-07T06:12:32.7847694Z * [new branch] gh/tugsbayasgalan/8/base -> origin/gh/tugsbayasgalan/8/base 2025-09-07T06:12:32.7847915Z * [new branch] gh/tugsbayasgalan/8/head -> origin/gh/tugsbayasgalan/8/head 2025-09-07T06:12:32.7848132Z * [new branch] gh/tugsbayasgalan/8/orig -> origin/gh/tugsbayasgalan/8/orig 2025-09-07T06:12:32.7848359Z * [new branch] gh/tugsbayasgalan/9/base -> origin/gh/tugsbayasgalan/9/base 2025-09-07T06:12:32.7848576Z * [new branch] gh/tugsbayasgalan/9/head -> origin/gh/tugsbayasgalan/9/head 2025-09-07T06:12:32.7848792Z * [new branch] gh/tugsbayasgalan/9/orig -> origin/gh/tugsbayasgalan/9/orig 2025-09-07T06:12:32.7848970Z * [new branch] gh/v0i0/1/base -> origin/gh/v0i0/1/base 2025-09-07T06:12:32.7849141Z * [new branch] gh/v0i0/1/head -> origin/gh/v0i0/1/head 2025-09-07T06:12:32.7849307Z * [new branch] gh/v0i0/1/orig -> origin/gh/v0i0/1/orig 2025-09-07T06:12:32.7849470Z * [new branch] gh/v0i0/4/base -> origin/gh/v0i0/4/base 2025-09-07T06:12:32.7849645Z * [new branch] gh/v0i0/4/head -> origin/gh/v0i0/4/head 2025-09-07T06:12:32.7849810Z * [new branch] gh/v0i0/4/orig -> origin/gh/v0i0/4/orig 2025-09-07T06:12:32.7849969Z * [new branch] gh/v0i0/6/base -> origin/gh/v0i0/6/base 2025-09-07T06:12:32.7850135Z * [new branch] gh/v0i0/6/head -> origin/gh/v0i0/6/head 2025-09-07T06:12:32.7850294Z * [new branch] gh/v0i0/6/orig -> origin/gh/v0i0/6/orig 2025-09-07T06:12:32.7850456Z * [new branch] gh/v0i0/7/base -> origin/gh/v0i0/7/base 2025-09-07T06:12:32.7850689Z * [new branch] gh/v0i0/7/head -> origin/gh/v0i0/7/head 2025-09-07T06:12:32.7850849Z * [new branch] gh/v0i0/7/orig -> origin/gh/v0i0/7/orig 2025-09-07T06:12:32.7851015Z * [new branch] gh/v0i0/8/base -> origin/gh/v0i0/8/base 2025-09-07T06:12:32.7851183Z * [new branch] gh/v0i0/8/head -> origin/gh/v0i0/8/head 2025-09-07T06:12:32.7851342Z * [new branch] gh/v0i0/8/orig -> origin/gh/v0i0/8/orig 2025-09-07T06:12:32.7851503Z * [new branch] gh/v0i0/9/base -> origin/gh/v0i0/9/base 2025-09-07T06:12:32.7851673Z * [new branch] gh/v0i0/9/head -> origin/gh/v0i0/9/head 2025-09-07T06:12:32.7851836Z * [new branch] gh/v0i0/9/orig -> origin/gh/v0i0/9/orig 2025-09-07T06:12:32.7852010Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-09-07T06:12:32.7852197Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-09-07T06:12:32.7852366Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-09-07T06:12:32.7852542Z * [new branch] gh/vkuzo/4/base -> origin/gh/vkuzo/4/base 2025-09-07T06:12:32.7852722Z * [new branch] gh/vkuzo/4/head -> origin/gh/vkuzo/4/head 2025-09-07T06:12:32.7852891Z * [new branch] gh/vkuzo/4/orig -> origin/gh/vkuzo/4/orig 2025-09-07T06:12:32.7853059Z * [new branch] gh/vkuzo/5/base -> origin/gh/vkuzo/5/base 2025-09-07T06:12:32.7853231Z * [new branch] gh/vkuzo/5/head -> origin/gh/vkuzo/5/head 2025-09-07T06:12:32.7853409Z * [new branch] gh/vkuzo/5/orig -> origin/gh/vkuzo/5/orig 2025-09-07T06:12:32.7853579Z * [new branch] gh/vkuzo/6/base -> origin/gh/vkuzo/6/base 2025-09-07T06:12:32.7853760Z * [new branch] gh/vkuzo/6/head -> origin/gh/vkuzo/6/head 2025-09-07T06:12:32.7853938Z * [new branch] gh/vkuzo/6/orig -> origin/gh/vkuzo/6/orig 2025-09-07T06:12:32.7854178Z * [new branch] gh/vkuzo/7/base -> origin/gh/vkuzo/7/base 2025-09-07T06:12:32.7854353Z * [new branch] gh/vkuzo/7/head -> origin/gh/vkuzo/7/head 2025-09-07T06:12:32.7854531Z * [new branch] gh/vkuzo/7/orig -> origin/gh/vkuzo/7/orig 2025-09-07T06:12:32.7854730Z * [new branch] gh/wconstab/419/base -> origin/gh/wconstab/419/base 2025-09-07T06:12:32.7854932Z * [new branch] gh/wconstab/419/head -> origin/gh/wconstab/419/head 2025-09-07T06:12:32.7855132Z * [new branch] gh/wconstab/419/orig -> origin/gh/wconstab/419/orig 2025-09-07T06:12:32.7855323Z * [new branch] gh/wconstab/424/base -> origin/gh/wconstab/424/base 2025-09-07T06:12:32.7855517Z * [new branch] gh/wconstab/424/head -> origin/gh/wconstab/424/head 2025-09-07T06:12:32.7855721Z * [new branch] gh/wconstab/424/orig -> origin/gh/wconstab/424/orig 2025-09-07T06:12:32.7855915Z * [new branch] gh/wconstab/435/base -> origin/gh/wconstab/435/base 2025-09-07T06:12:32.7856107Z * [new branch] gh/wconstab/435/head -> origin/gh/wconstab/435/head 2025-09-07T06:12:32.7856310Z * [new branch] gh/wconstab/435/orig -> origin/gh/wconstab/435/orig 2025-09-07T06:12:32.7856501Z * [new branch] gh/wconstab/438/base -> origin/gh/wconstab/438/base 2025-09-07T06:12:32.7856694Z * [new branch] gh/wconstab/438/head -> origin/gh/wconstab/438/head 2025-09-07T06:12:32.7856882Z * [new branch] gh/wconstab/438/orig -> origin/gh/wconstab/438/orig 2025-09-07T06:12:32.7857082Z * [new branch] gh/wconstab/440/base -> origin/gh/wconstab/440/base 2025-09-07T06:12:32.7857342Z * [new branch] gh/wconstab/440/head -> origin/gh/wconstab/440/head 2025-09-07T06:12:32.7857535Z * [new branch] gh/wconstab/440/orig -> origin/gh/wconstab/440/orig 2025-09-07T06:12:32.7857732Z * [new branch] gh/wconstab/441/base -> origin/gh/wconstab/441/base 2025-09-07T06:12:32.7857924Z * [new branch] gh/wconstab/441/head -> origin/gh/wconstab/441/head 2025-09-07T06:12:32.7858118Z * [new branch] gh/wconstab/441/orig -> origin/gh/wconstab/441/orig 2025-09-07T06:12:32.7858316Z * [new branch] gh/wconstab/442/base -> origin/gh/wconstab/442/base 2025-09-07T06:12:32.7858506Z * [new branch] gh/wconstab/442/head -> origin/gh/wconstab/442/head 2025-09-07T06:12:32.7858698Z * [new branch] gh/wconstab/442/orig -> origin/gh/wconstab/442/orig 2025-09-07T06:12:32.7858902Z * [new branch] gh/wconstab/443/base -> origin/gh/wconstab/443/base 2025-09-07T06:12:32.7859093Z * [new branch] gh/wconstab/443/head -> origin/gh/wconstab/443/head 2025-09-07T06:12:32.7859292Z * [new branch] gh/wconstab/443/orig -> origin/gh/wconstab/443/orig 2025-09-07T06:12:32.7859495Z * [new branch] gh/wconstab/444/base -> origin/gh/wconstab/444/base 2025-09-07T06:12:32.7859686Z * [new branch] gh/wconstab/444/head -> origin/gh/wconstab/444/head 2025-09-07T06:12:32.7859880Z * [new branch] gh/wconstab/444/orig -> origin/gh/wconstab/444/orig 2025-09-07T06:12:32.7860080Z * [new branch] gh/wconstab/445/base -> origin/gh/wconstab/445/base 2025-09-07T06:12:32.7860274Z * [new branch] gh/wconstab/445/head -> origin/gh/wconstab/445/head 2025-09-07T06:12:32.7860467Z * [new branch] gh/wconstab/445/orig -> origin/gh/wconstab/445/orig 2025-09-07T06:12:32.7860666Z * [new branch] gh/wconstab/446/base -> origin/gh/wconstab/446/base 2025-09-07T06:12:32.7860856Z * [new branch] gh/wconstab/446/head -> origin/gh/wconstab/446/head 2025-09-07T06:12:32.7861116Z * [new branch] gh/wconstab/446/orig -> origin/gh/wconstab/446/orig 2025-09-07T06:12:32.7861305Z * [new branch] gh/wconstab/447/base -> origin/gh/wconstab/447/base 2025-09-07T06:12:32.7861503Z * [new branch] gh/wconstab/447/head -> origin/gh/wconstab/447/head 2025-09-07T06:12:32.7861695Z * [new branch] gh/wconstab/447/orig -> origin/gh/wconstab/447/orig 2025-09-07T06:12:32.7861889Z * [new branch] gh/weifengpy/27/base -> origin/gh/weifengpy/27/base 2025-09-07T06:12:32.7862091Z * [new branch] gh/weifengpy/27/head -> origin/gh/weifengpy/27/head 2025-09-07T06:12:32.7862292Z * [new branch] gh/weifengpy/27/orig -> origin/gh/weifengpy/27/orig 2025-09-07T06:12:32.7862490Z * [new branch] gh/weifengpy/30/base -> origin/gh/weifengpy/30/base 2025-09-07T06:12:32.7862693Z * [new branch] gh/weifengpy/30/head -> origin/gh/weifengpy/30/head 2025-09-07T06:12:32.7862887Z * [new branch] gh/weifengpy/30/orig -> origin/gh/weifengpy/30/orig 2025-09-07T06:12:32.7863109Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-09-07T06:12:32.7863330Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-09-07T06:12:32.7863546Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-09-07T06:12:32.7863757Z * [new branch] gh/williamwen42/250/base -> origin/gh/williamwen42/250/base 2025-09-07T06:12:32.7863977Z * [new branch] gh/williamwen42/250/head -> origin/gh/williamwen42/250/head 2025-09-07T06:12:32.7864261Z * [new branch] gh/williamwen42/250/orig -> origin/gh/williamwen42/250/orig 2025-09-07T06:12:32.7864503Z * [new branch] gh/williamwen42/258/base -> origin/gh/williamwen42/258/base 2025-09-07T06:12:32.7864763Z * [new branch] gh/williamwen42/258/head -> origin/gh/williamwen42/258/head 2025-09-07T06:12:32.7864993Z * [new branch] gh/williamwen42/258/orig -> origin/gh/williamwen42/258/orig 2025-09-07T06:12:32.7865222Z * [new branch] gh/williamwen42/266/base -> origin/gh/williamwen42/266/base 2025-09-07T06:12:32.7865479Z * [new branch] gh/williamwen42/266/head -> origin/gh/williamwen42/266/head 2025-09-07T06:12:32.7865696Z * [new branch] gh/williamwen42/266/orig -> origin/gh/williamwen42/266/orig 2025-09-07T06:12:32.7866021Z * [new branch] gh/williamwen42/267/base -> origin/gh/williamwen42/267/base 2025-09-07T06:12:32.7866252Z * [new branch] gh/williamwen42/267/head -> origin/gh/williamwen42/267/head 2025-09-07T06:12:32.7866485Z * [new branch] gh/williamwen42/267/orig -> origin/gh/williamwen42/267/orig 2025-09-07T06:12:32.7866745Z * [new branch] gh/williamwen42/270/base -> origin/gh/williamwen42/270/base 2025-09-07T06:12:32.7866976Z * [new branch] gh/williamwen42/270/head -> origin/gh/williamwen42/270/head 2025-09-07T06:12:32.7867203Z * [new branch] gh/williamwen42/270/orig -> origin/gh/williamwen42/270/orig 2025-09-07T06:12:32.7867479Z * [new branch] gh/williamwen42/271/base -> origin/gh/williamwen42/271/base 2025-09-07T06:12:32.7867712Z * [new branch] gh/williamwen42/271/head -> origin/gh/williamwen42/271/head 2025-09-07T06:12:32.7867944Z * [new branch] gh/williamwen42/271/orig -> origin/gh/williamwen42/271/orig 2025-09-07T06:12:32.7868194Z * [new branch] gh/williamwen42/272/base -> origin/gh/williamwen42/272/base 2025-09-07T06:12:32.7868426Z * [new branch] gh/williamwen42/272/head -> origin/gh/williamwen42/272/head 2025-09-07T06:12:32.7868719Z * [new branch] gh/williamwen42/272/orig -> origin/gh/williamwen42/272/orig 2025-09-07T06:12:32.7868996Z * [new branch] gh/williamwen42/274/base -> origin/gh/williamwen42/274/base 2025-09-07T06:12:32.7869225Z * [new branch] gh/williamwen42/274/head -> origin/gh/williamwen42/274/head 2025-09-07T06:12:32.7869455Z * [new branch] gh/williamwen42/274/orig -> origin/gh/williamwen42/274/orig 2025-09-07T06:12:32.7869715Z * [new branch] gh/williamwen42/275/base -> origin/gh/williamwen42/275/base 2025-09-07T06:12:32.7869945Z * [new branch] gh/williamwen42/275/head -> origin/gh/williamwen42/275/head 2025-09-07T06:12:32.7870170Z * [new branch] gh/williamwen42/276/base -> origin/gh/williamwen42/276/base 2025-09-07T06:12:32.7870440Z * [new branch] gh/williamwen42/276/head -> origin/gh/williamwen42/276/head 2025-09-07T06:12:32.7870670Z * [new branch] gh/williamwen42/276/orig -> origin/gh/williamwen42/276/orig 2025-09-07T06:12:32.7870905Z * [new branch] gh/williamwen42/277/base -> origin/gh/williamwen42/277/base 2025-09-07T06:12:32.7871210Z * [new branch] gh/williamwen42/277/head -> origin/gh/williamwen42/277/head 2025-09-07T06:12:32.7871469Z * [new branch] gh/williamwen42/277/orig -> origin/gh/williamwen42/277/orig 2025-09-07T06:12:32.7871690Z * [new branch] gh/williamwen42/278/base -> origin/gh/williamwen42/278/base 2025-09-07T06:12:32.7871929Z * [new branch] gh/williamwen42/278/head -> origin/gh/williamwen42/278/head 2025-09-07T06:12:32.7872194Z * [new branch] gh/williamwen42/278/orig -> origin/gh/williamwen42/278/orig 2025-09-07T06:12:32.7872423Z * [new branch] gh/williamwen42/279/base -> origin/gh/williamwen42/279/base 2025-09-07T06:12:32.7872722Z * [new branch] gh/williamwen42/279/head -> origin/gh/williamwen42/279/head 2025-09-07T06:12:32.7872984Z * [new branch] gh/williamwen42/279/orig -> origin/gh/williamwen42/279/orig 2025-09-07T06:12:32.7873205Z * [new branch] gh/williamwen42/280/base -> origin/gh/williamwen42/280/base 2025-09-07T06:12:32.7873440Z * [new branch] gh/williamwen42/280/head -> origin/gh/williamwen42/280/head 2025-09-07T06:12:32.7873710Z * [new branch] gh/williamwen42/280/orig -> origin/gh/williamwen42/280/orig 2025-09-07T06:12:32.7873940Z * [new branch] gh/williamwen42/281/base -> origin/gh/williamwen42/281/base 2025-09-07T06:12:32.7874170Z * [new branch] gh/williamwen42/281/head -> origin/gh/williamwen42/281/head 2025-09-07T06:12:32.7874421Z * [new branch] gh/williamwen42/281/orig -> origin/gh/williamwen42/281/orig 2025-09-07T06:12:32.7874644Z * [new branch] gh/williamwen42/282/base -> origin/gh/williamwen42/282/base 2025-09-07T06:12:32.7874881Z * [new branch] gh/williamwen42/282/head -> origin/gh/williamwen42/282/head 2025-09-07T06:12:32.7875153Z * [new branch] gh/williamwen42/282/orig -> origin/gh/williamwen42/282/orig 2025-09-07T06:12:32.7875381Z * [new branch] gh/williamwen42/283/base -> origin/gh/williamwen42/283/base 2025-09-07T06:12:32.7875607Z * [new branch] gh/williamwen42/283/head -> origin/gh/williamwen42/283/head 2025-09-07T06:12:32.7875861Z * [new branch] gh/williamwen42/283/orig -> origin/gh/williamwen42/283/orig 2025-09-07T06:12:32.7876084Z * [new branch] gh/williamwen42/284/base -> origin/gh/williamwen42/284/base 2025-09-07T06:12:32.7876322Z * [new branch] gh/williamwen42/284/head -> origin/gh/williamwen42/284/head 2025-09-07T06:12:32.7876586Z * [new branch] gh/williamwen42/284/orig -> origin/gh/williamwen42/284/orig 2025-09-07T06:12:32.7876819Z * [new branch] gh/williamwen42/285/base -> origin/gh/williamwen42/285/base 2025-09-07T06:12:32.7877112Z * [new branch] gh/williamwen42/285/head -> origin/gh/williamwen42/285/head 2025-09-07T06:12:32.7877371Z * [new branch] gh/williamwen42/285/orig -> origin/gh/williamwen42/285/orig 2025-09-07T06:12:32.7877596Z * [new branch] gh/williamwen42/286/base -> origin/gh/williamwen42/286/base 2025-09-07T06:12:32.7877835Z * [new branch] gh/williamwen42/286/head -> origin/gh/williamwen42/286/head 2025-09-07T06:12:32.7906353Z * [new branch] gh/williamwen42/286/orig -> origin/gh/williamwen42/286/orig 2025-09-07T06:12:32.7906735Z * [new branch] gh/williamwen42/287/base -> origin/gh/williamwen42/287/base 2025-09-07T06:12:32.7906963Z * [new branch] gh/williamwen42/287/head -> origin/gh/williamwen42/287/head 2025-09-07T06:12:32.7907203Z * [new branch] gh/williamwen42/287/orig -> origin/gh/williamwen42/287/orig 2025-09-07T06:12:32.7907422Z * [new branch] gh/williamwen42/288/base -> origin/gh/williamwen42/288/base 2025-09-07T06:12:32.7907630Z * [new branch] gh/williamwen42/288/head -> origin/gh/williamwen42/288/head 2025-09-07T06:12:32.7907848Z * [new branch] gh/williamwen42/288/orig -> origin/gh/williamwen42/288/orig 2025-09-07T06:12:32.7908060Z * [new branch] gh/williamwen42/289/base -> origin/gh/williamwen42/289/base 2025-09-07T06:12:32.7908275Z * [new branch] gh/williamwen42/289/head -> origin/gh/williamwen42/289/head 2025-09-07T06:12:32.7908539Z * [new branch] gh/williamwen42/289/orig -> origin/gh/williamwen42/289/orig 2025-09-07T06:12:32.7908739Z * [new branch] gh/wychi/1/base -> origin/gh/wychi/1/base 2025-09-07T06:12:32.7908953Z * [new branch] gh/wychi/1/head -> origin/gh/wychi/1/head 2025-09-07T06:12:32.7909857Z * [new branch] gh/wychi/1/orig -> origin/gh/wychi/1/orig 2025-09-07T06:12:32.7910064Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-09-07T06:12:32.7910242Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-09-07T06:12:32.7910420Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-09-07T06:12:32.7910609Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-09-07T06:12:32.7910786Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-09-07T06:12:32.7910958Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-09-07T06:12:32.7911218Z * [new branch] gh/xmfan/229/base -> origin/gh/xmfan/229/base 2025-09-07T06:12:32.7911401Z * [new branch] gh/xmfan/229/head -> origin/gh/xmfan/229/head 2025-09-07T06:12:32.7911579Z * [new branch] gh/xmfan/229/orig -> origin/gh/xmfan/229/orig 2025-09-07T06:12:32.7911776Z * [new branch] gh/xmfan/237/base -> origin/gh/xmfan/237/base 2025-09-07T06:12:32.7911953Z * [new branch] gh/xmfan/237/head -> origin/gh/xmfan/237/head 2025-09-07T06:12:32.7912132Z * [new branch] gh/xmfan/237/orig -> origin/gh/xmfan/237/orig 2025-09-07T06:12:32.7912311Z * [new branch] gh/xmfan/244/base -> origin/gh/xmfan/244/base 2025-09-07T06:12:32.7912483Z * [new branch] gh/xmfan/244/head -> origin/gh/xmfan/244/head 2025-09-07T06:12:32.7912655Z * [new branch] gh/xmfan/244/orig -> origin/gh/xmfan/244/orig 2025-09-07T06:12:32.7912828Z * [new branch] gh/xmfan/246/base -> origin/gh/xmfan/246/base 2025-09-07T06:12:32.7913016Z * [new branch] gh/xmfan/246/head -> origin/gh/xmfan/246/head 2025-09-07T06:12:32.7913189Z * [new branch] gh/xmfan/246/orig -> origin/gh/xmfan/246/orig 2025-09-07T06:12:32.7913871Z * [new branch] gh/xmfan/253/base -> origin/gh/xmfan/253/base 2025-09-07T06:12:32.7914060Z * [new branch] gh/xmfan/253/head -> origin/gh/xmfan/253/head 2025-09-07T06:12:32.7914280Z * [new branch] gh/xmfan/253/orig -> origin/gh/xmfan/253/orig 2025-09-07T06:12:32.7914454Z * [new branch] gh/xmfan/254/base -> origin/gh/xmfan/254/base 2025-09-07T06:12:32.7914664Z * [new branch] gh/xmfan/254/head -> origin/gh/xmfan/254/head 2025-09-07T06:12:32.7914845Z * [new branch] gh/xmfan/254/orig -> origin/gh/xmfan/254/orig 2025-09-07T06:12:32.7915022Z * [new branch] gh/xmfan/260/base -> origin/gh/xmfan/260/base 2025-09-07T06:12:32.7915202Z * [new branch] gh/xmfan/260/head -> origin/gh/xmfan/260/head 2025-09-07T06:12:32.7915374Z * [new branch] gh/xmfan/260/orig -> origin/gh/xmfan/260/orig 2025-09-07T06:12:32.7915551Z * [new branch] gh/xmfan/262/base -> origin/gh/xmfan/262/base 2025-09-07T06:12:32.7915729Z * [new branch] gh/xmfan/262/head -> origin/gh/xmfan/262/head 2025-09-07T06:12:32.7915901Z * [new branch] gh/xmfan/262/orig -> origin/gh/xmfan/262/orig 2025-09-07T06:12:32.7916075Z * [new branch] gh/xmfan/263/base -> origin/gh/xmfan/263/base 2025-09-07T06:12:32.7916253Z * [new branch] gh/xmfan/263/head -> origin/gh/xmfan/263/head 2025-09-07T06:12:32.7916424Z * [new branch] gh/xmfan/263/orig -> origin/gh/xmfan/263/orig 2025-09-07T06:12:32.7916597Z * [new branch] gh/xmfan/264/base -> origin/gh/xmfan/264/base 2025-09-07T06:12:32.7916852Z * [new branch] gh/xmfan/264/head -> origin/gh/xmfan/264/head 2025-09-07T06:12:32.7917029Z * [new branch] gh/xmfan/264/orig -> origin/gh/xmfan/264/orig 2025-09-07T06:12:32.7917204Z * [new branch] gh/xmfan/274/base -> origin/gh/xmfan/274/base 2025-09-07T06:12:32.7917377Z * [new branch] gh/xmfan/274/head -> origin/gh/xmfan/274/head 2025-09-07T06:12:32.7917554Z * [new branch] gh/xmfan/274/orig -> origin/gh/xmfan/274/orig 2025-09-07T06:12:32.7917726Z * [new branch] gh/xmfan/276/base -> origin/gh/xmfan/276/base 2025-09-07T06:12:32.7917900Z * [new branch] gh/xmfan/276/head -> origin/gh/xmfan/276/head 2025-09-07T06:12:32.7918082Z * [new branch] gh/xmfan/276/orig -> origin/gh/xmfan/276/orig 2025-09-07T06:12:32.7918254Z * [new branch] gh/xmfan/277/base -> origin/gh/xmfan/277/base 2025-09-07T06:12:32.7918430Z * [new branch] gh/xmfan/277/head -> origin/gh/xmfan/277/head 2025-09-07T06:12:32.7918618Z * [new branch] gh/xmfan/277/orig -> origin/gh/xmfan/277/orig 2025-09-07T06:12:32.7918801Z * [new branch] gh/xmfan/278/base -> origin/gh/xmfan/278/base 2025-09-07T06:12:32.7918977Z * [new branch] gh/xmfan/278/head -> origin/gh/xmfan/278/head 2025-09-07T06:12:32.7919166Z * [new branch] gh/xmfan/278/orig -> origin/gh/xmfan/278/orig 2025-09-07T06:12:32.7919343Z * [new branch] gh/xmfan/279/base -> origin/gh/xmfan/279/base 2025-09-07T06:12:32.7919520Z * [new branch] gh/xmfan/279/head -> origin/gh/xmfan/279/head 2025-09-07T06:12:32.7919711Z * [new branch] gh/xmfan/279/orig -> origin/gh/xmfan/279/orig 2025-09-07T06:12:32.7919930Z * [new branch] gh/xmfan/280/base -> origin/gh/xmfan/280/base 2025-09-07T06:12:32.7920117Z * [new branch] gh/xmfan/280/head -> origin/gh/xmfan/280/head 2025-09-07T06:12:32.7920301Z * [new branch] gh/xmfan/280/orig -> origin/gh/xmfan/280/orig 2025-09-07T06:12:32.7920590Z * [new branch] gh/xmfan/281/base -> origin/gh/xmfan/281/base 2025-09-07T06:12:32.7920769Z * [new branch] gh/xmfan/281/head -> origin/gh/xmfan/281/head 2025-09-07T06:12:32.7920945Z * [new branch] gh/xmfan/281/orig -> origin/gh/xmfan/281/orig 2025-09-07T06:12:32.7921135Z * [new branch] gh/xmfan/282/base -> origin/gh/xmfan/282/base 2025-09-07T06:12:32.7921310Z * [new branch] gh/xmfan/282/head -> origin/gh/xmfan/282/head 2025-09-07T06:12:32.7921488Z * [new branch] gh/xmfan/283/base -> origin/gh/xmfan/283/base 2025-09-07T06:12:32.7921675Z * [new branch] gh/xmfan/283/head -> origin/gh/xmfan/283/head 2025-09-07T06:12:32.7921857Z * [new branch] gh/xmfan/283/orig -> origin/gh/xmfan/283/orig 2025-09-07T06:12:32.7922076Z * [new branch] gh/xuanzhang816/14/base -> origin/gh/xuanzhang816/14/base 2025-09-07T06:12:32.7922303Z * [new branch] gh/xuanzhang816/14/head -> origin/gh/xuanzhang816/14/head 2025-09-07T06:12:32.7922510Z * [new branch] gh/xuanzhang816/14/orig -> origin/gh/xuanzhang816/14/orig 2025-09-07T06:12:32.7922716Z * [new branch] gh/xuanzhang816/19/base -> origin/gh/xuanzhang816/19/base 2025-09-07T06:12:32.7922926Z * [new branch] gh/xuanzhang816/19/head -> origin/gh/xuanzhang816/19/head 2025-09-07T06:12:32.7923134Z * [new branch] gh/xuanzhang816/19/orig -> origin/gh/xuanzhang816/19/orig 2025-09-07T06:12:32.7923338Z * [new branch] gh/xuanzhang816/22/base -> origin/gh/xuanzhang816/22/base 2025-09-07T06:12:32.7923622Z * [new branch] gh/xuanzhang816/22/head -> origin/gh/xuanzhang816/22/head 2025-09-07T06:12:32.7923829Z * [new branch] gh/xuanzhang816/22/orig -> origin/gh/xuanzhang816/22/orig 2025-09-07T06:12:32.7924038Z * [new branch] gh/xuanzhang816/23/base -> origin/gh/xuanzhang816/23/base 2025-09-07T06:12:32.7924249Z * [new branch] gh/xuanzhang816/23/head -> origin/gh/xuanzhang816/23/head 2025-09-07T06:12:32.7924452Z * [new branch] gh/xuanzhang816/23/orig -> origin/gh/xuanzhang816/23/orig 2025-09-07T06:12:32.7924656Z * [new branch] gh/xuanzhang816/24/base -> origin/gh/xuanzhang816/24/base 2025-09-07T06:12:32.7924867Z * [new branch] gh/xuanzhang816/24/head -> origin/gh/xuanzhang816/24/head 2025-09-07T06:12:32.7925080Z * [new branch] gh/xuanzhang816/24/orig -> origin/gh/xuanzhang816/24/orig 2025-09-07T06:12:32.7925283Z * [new branch] gh/xuanzhang816/25/base -> origin/gh/xuanzhang816/25/base 2025-09-07T06:12:32.7925491Z * [new branch] gh/xuanzhang816/25/head -> origin/gh/xuanzhang816/25/head 2025-09-07T06:12:32.7925748Z * [new branch] gh/xuanzhang816/25/orig -> origin/gh/xuanzhang816/25/orig 2025-09-07T06:12:32.7925957Z * [new branch] gh/xuanzhang816/26/base -> origin/gh/xuanzhang816/26/base 2025-09-07T06:12:32.7926204Z * [new branch] gh/xuanzhang816/26/head -> origin/gh/xuanzhang816/26/head 2025-09-07T06:12:32.7926418Z * [new branch] gh/xuanzhang816/26/orig -> origin/gh/xuanzhang816/26/orig 2025-09-07T06:12:32.7926611Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-09-07T06:12:32.7926801Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-09-07T06:12:32.7926996Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-09-07T06:12:32.7927189Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-09-07T06:12:32.7927379Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-09-07T06:12:32.7927643Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-09-07T06:12:32.7927833Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-09-07T06:12:32.7928024Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-09-07T06:12:32.7928220Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-09-07T06:12:32.7928407Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-09-07T06:12:32.7928594Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-09-07T06:12:32.7928797Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-09-07T06:12:32.7928989Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-09-07T06:12:32.7929185Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-09-07T06:12:32.7929393Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-09-07T06:12:32.7929582Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-09-07T06:12:32.7929772Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-09-07T06:12:32.7929962Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-09-07T06:12:32.7930168Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-09-07T06:12:32.7930358Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-09-07T06:12:32.7930546Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-09-07T06:12:32.7930813Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-09-07T06:12:32.7931014Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-09-07T06:12:32.7931204Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-09-07T06:12:32.7931446Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-09-07T06:12:32.7931641Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-09-07T06:12:32.7931866Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-09-07T06:12:32.7932062Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-09-07T06:12:32.7932255Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-09-07T06:12:32.7932442Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-09-07T06:12:32.7932643Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-09-07T06:12:32.7932839Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-09-07T06:12:32.7933027Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-09-07T06:12:32.7933225Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-09-07T06:12:32.7933417Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-09-07T06:12:32.7933611Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-09-07T06:12:32.7933816Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-09-07T06:12:32.7934007Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-09-07T06:12:32.7934198Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-09-07T06:12:32.7934389Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-09-07T06:12:32.7934658Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-09-07T06:12:32.7934853Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-09-07T06:12:32.7935051Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-09-07T06:12:32.7935257Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-09-07T06:12:32.7935447Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-09-07T06:12:32.7935638Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-09-07T06:12:32.7935838Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-09-07T06:12:32.7936028Z * [new branch] gh/yangw-dev/12/base -> origin/gh/yangw-dev/12/base 2025-09-07T06:12:32.7936220Z * [new branch] gh/yangw-dev/12/head -> origin/gh/yangw-dev/12/head 2025-09-07T06:12:32.7936408Z * [new branch] gh/yangw-dev/12/orig -> origin/gh/yangw-dev/12/orig 2025-09-07T06:12:32.7936594Z * [new branch] gh/yangw-dev/13/base -> origin/gh/yangw-dev/13/base 2025-09-07T06:12:32.7936780Z * [new branch] gh/yangw-dev/13/head -> origin/gh/yangw-dev/13/head 2025-09-07T06:12:32.7936977Z * [new branch] gh/yangw-dev/13/orig -> origin/gh/yangw-dev/13/orig 2025-09-07T06:12:32.7937210Z * [new branch] gh/yangw-dev/14/base -> origin/gh/yangw-dev/14/base 2025-09-07T06:12:32.7937401Z * [new branch] gh/yangw-dev/14/head -> origin/gh/yangw-dev/14/head 2025-09-07T06:12:32.7937642Z * [new branch] gh/yangw-dev/14/orig -> origin/gh/yangw-dev/14/orig 2025-09-07T06:12:32.7937910Z * [new branch] gh/yangw-dev/15/base -> origin/gh/yangw-dev/15/base 2025-09-07T06:12:32.7938101Z * [new branch] gh/yangw-dev/15/head -> origin/gh/yangw-dev/15/head 2025-09-07T06:12:32.7938295Z * [new branch] gh/yangw-dev/15/orig -> origin/gh/yangw-dev/15/orig 2025-09-07T06:12:32.7938486Z * [new branch] gh/yangw-dev/16/base -> origin/gh/yangw-dev/16/base 2025-09-07T06:12:32.7938675Z * [new branch] gh/yangw-dev/16/head -> origin/gh/yangw-dev/16/head 2025-09-07T06:12:32.7938864Z * [new branch] gh/yangw-dev/16/orig -> origin/gh/yangw-dev/16/orig 2025-09-07T06:12:32.7939071Z * [new branch] gh/yangw-dev/17/base -> origin/gh/yangw-dev/17/base 2025-09-07T06:12:32.7939259Z * [new branch] gh/yangw-dev/17/head -> origin/gh/yangw-dev/17/head 2025-09-07T06:12:32.7939454Z * [new branch] gh/yangw-dev/17/orig -> origin/gh/yangw-dev/17/orig 2025-09-07T06:12:32.7939658Z * [new branch] gh/yangw-dev/18/base -> origin/gh/yangw-dev/18/base 2025-09-07T06:12:32.7939852Z * [new branch] gh/yangw-dev/18/head -> origin/gh/yangw-dev/18/head 2025-09-07T06:12:32.7940037Z * [new branch] gh/yangw-dev/18/orig -> origin/gh/yangw-dev/18/orig 2025-09-07T06:12:32.7940229Z * [new branch] gh/yangw-dev/19/base -> origin/gh/yangw-dev/19/base 2025-09-07T06:12:32.7940414Z * [new branch] gh/yangw-dev/19/head -> origin/gh/yangw-dev/19/head 2025-09-07T06:12:32.7940602Z * [new branch] gh/yangw-dev/19/orig -> origin/gh/yangw-dev/19/orig 2025-09-07T06:12:32.7940797Z * [new branch] gh/yangw-dev/20/base -> origin/gh/yangw-dev/20/base 2025-09-07T06:12:32.7940983Z * [new branch] gh/yangw-dev/20/head -> origin/gh/yangw-dev/20/head 2025-09-07T06:12:32.7941179Z * [new branch] gh/yangw-dev/20/orig -> origin/gh/yangw-dev/20/orig 2025-09-07T06:12:32.7941447Z * [new branch] gh/yangw-dev/21/base -> origin/gh/yangw-dev/21/base 2025-09-07T06:12:32.7941636Z * [new branch] gh/yangw-dev/21/head -> origin/gh/yangw-dev/21/head 2025-09-07T06:12:32.7941824Z * [new branch] gh/yangw-dev/21/orig -> origin/gh/yangw-dev/21/orig 2025-09-07T06:12:32.7942020Z * [new branch] gh/yangw-dev/22/base -> origin/gh/yangw-dev/22/base 2025-09-07T06:12:32.7942207Z * [new branch] gh/yangw-dev/22/head -> origin/gh/yangw-dev/22/head 2025-09-07T06:12:32.7942393Z * [new branch] gh/yangw-dev/22/orig -> origin/gh/yangw-dev/22/orig 2025-09-07T06:12:32.7942590Z * [new branch] gh/yangw-dev/23/base -> origin/gh/yangw-dev/23/base 2025-09-07T06:12:32.7942818Z * [new branch] gh/yangw-dev/23/head -> origin/gh/yangw-dev/23/head 2025-09-07T06:12:32.7943014Z * [new branch] gh/yangw-dev/23/orig -> origin/gh/yangw-dev/23/orig 2025-09-07T06:12:32.7943238Z * [new branch] gh/yangw-dev/24/base -> origin/gh/yangw-dev/24/base 2025-09-07T06:12:32.7943441Z * [new branch] gh/yangw-dev/24/head -> origin/gh/yangw-dev/24/head 2025-09-07T06:12:32.7943627Z * [new branch] gh/yangw-dev/24/orig -> origin/gh/yangw-dev/24/orig 2025-09-07T06:12:32.7943816Z * [new branch] gh/yangw-dev/25/base -> origin/gh/yangw-dev/25/base 2025-09-07T06:12:32.7944015Z * [new branch] gh/yangw-dev/25/head -> origin/gh/yangw-dev/25/head 2025-09-07T06:12:32.7944201Z * [new branch] gh/yangw-dev/25/orig -> origin/gh/yangw-dev/25/orig 2025-09-07T06:12:32.7944390Z * [new branch] gh/yangw-dev/26/base -> origin/gh/yangw-dev/26/base 2025-09-07T06:12:32.7944659Z * [new branch] gh/yangw-dev/26/head -> origin/gh/yangw-dev/26/head 2025-09-07T06:12:32.7944847Z * [new branch] gh/yangw-dev/26/orig -> origin/gh/yangw-dev/26/orig 2025-09-07T06:12:32.7945037Z * [new branch] gh/yangw-dev/27/base -> origin/gh/yangw-dev/27/base 2025-09-07T06:12:32.7945232Z * [new branch] gh/yangw-dev/27/head -> origin/gh/yangw-dev/27/head 2025-09-07T06:12:32.7945419Z * [new branch] gh/yangw-dev/27/orig -> origin/gh/yangw-dev/27/orig 2025-09-07T06:12:32.7945600Z * [new branch] gh/ydwu4/233/base -> origin/gh/ydwu4/233/base 2025-09-07T06:12:32.7945785Z * [new branch] gh/ydwu4/233/head -> origin/gh/ydwu4/233/head 2025-09-07T06:12:32.7945957Z * [new branch] gh/ydwu4/233/orig -> origin/gh/ydwu4/233/orig 2025-09-07T06:12:32.7946133Z * [new branch] gh/ydwu4/246/base -> origin/gh/ydwu4/246/base 2025-09-07T06:12:32.7946323Z * [new branch] gh/ydwu4/246/head -> origin/gh/ydwu4/246/head 2025-09-07T06:12:32.7946502Z * [new branch] gh/ydwu4/246/orig -> origin/gh/ydwu4/246/orig 2025-09-07T06:12:32.7946680Z * [new branch] gh/ydwu4/253/base -> origin/gh/ydwu4/253/base 2025-09-07T06:12:32.7946855Z * [new branch] gh/ydwu4/253/head -> origin/gh/ydwu4/253/head 2025-09-07T06:12:32.7947038Z * [new branch] gh/ydwu4/253/orig -> origin/gh/ydwu4/253/orig 2025-09-07T06:12:32.7947213Z * [new branch] gh/ydwu4/255/base -> origin/gh/ydwu4/255/base 2025-09-07T06:12:32.7947387Z * [new branch] gh/ydwu4/255/head -> origin/gh/ydwu4/255/head 2025-09-07T06:12:32.7947571Z * [new branch] gh/ydwu4/255/orig -> origin/gh/ydwu4/255/orig 2025-09-07T06:12:32.7947747Z * [new branch] gh/ydwu4/259/base -> origin/gh/ydwu4/259/base 2025-09-07T06:12:32.7947932Z * [new branch] gh/ydwu4/259/head -> origin/gh/ydwu4/259/head 2025-09-07T06:12:32.7948191Z * [new branch] gh/ydwu4/259/orig -> origin/gh/ydwu4/259/orig 2025-09-07T06:12:32.7948370Z * [new branch] gh/ydwu4/262/base -> origin/gh/ydwu4/262/base 2025-09-07T06:12:32.7948591Z * [new branch] gh/ydwu4/262/head -> origin/gh/ydwu4/262/head 2025-09-07T06:12:32.7948785Z * [new branch] gh/ydwu4/262/orig -> origin/gh/ydwu4/262/orig 2025-09-07T06:12:32.7948999Z * [new branch] gh/ydwu4/263/base -> origin/gh/ydwu4/263/base 2025-09-07T06:12:32.7949176Z * [new branch] gh/ydwu4/263/head -> origin/gh/ydwu4/263/head 2025-09-07T06:12:32.7949364Z * [new branch] gh/ydwu4/263/orig -> origin/gh/ydwu4/263/orig 2025-09-07T06:12:32.7949540Z * [new branch] gh/ydwu4/269/base -> origin/gh/ydwu4/269/base 2025-09-07T06:12:32.7949722Z * [new branch] gh/ydwu4/269/head -> origin/gh/ydwu4/269/head 2025-09-07T06:12:32.7949908Z * [new branch] gh/ydwu4/269/orig -> origin/gh/ydwu4/269/orig 2025-09-07T06:12:32.7950084Z * [new branch] gh/ydwu4/270/base -> origin/gh/ydwu4/270/base 2025-09-07T06:12:32.7950257Z * [new branch] gh/ydwu4/270/head -> origin/gh/ydwu4/270/head 2025-09-07T06:12:32.7950444Z * [new branch] gh/ydwu4/270/orig -> origin/gh/ydwu4/270/orig 2025-09-07T06:12:32.7950621Z * [new branch] gh/ydwu4/272/base -> origin/gh/ydwu4/272/base 2025-09-07T06:12:32.7950795Z * [new branch] gh/ydwu4/272/head -> origin/gh/ydwu4/272/head 2025-09-07T06:12:32.7950974Z * [new branch] gh/ydwu4/272/orig -> origin/gh/ydwu4/272/orig 2025-09-07T06:12:32.7951237Z * [new branch] gh/ydwu4/275/base -> origin/gh/ydwu4/275/base 2025-09-07T06:12:32.7951487Z * [new branch] gh/ydwu4/275/head -> origin/gh/ydwu4/275/head 2025-09-07T06:12:32.7951668Z * [new branch] gh/ydwu4/275/orig -> origin/gh/ydwu4/275/orig 2025-09-07T06:12:32.7951857Z * [new branch] gh/ydwu4/276/base -> origin/gh/ydwu4/276/base 2025-09-07T06:12:32.7952032Z * [new branch] gh/ydwu4/276/head -> origin/gh/ydwu4/276/head 2025-09-07T06:12:32.7952210Z * [new branch] gh/ydwu4/276/orig -> origin/gh/ydwu4/276/orig 2025-09-07T06:12:32.7952406Z * [new branch] gh/ydwu4/279/base -> origin/gh/ydwu4/279/base 2025-09-07T06:12:32.7952582Z * [new branch] gh/ydwu4/279/head -> origin/gh/ydwu4/279/head 2025-09-07T06:12:32.7952761Z * [new branch] gh/ydwu4/279/orig -> origin/gh/ydwu4/279/orig 2025-09-07T06:12:32.7952946Z * [new branch] gh/ydwu4/283/base -> origin/gh/ydwu4/283/base 2025-09-07T06:12:32.7953123Z * [new branch] gh/ydwu4/283/head -> origin/gh/ydwu4/283/head 2025-09-07T06:12:32.7953298Z * [new branch] gh/ydwu4/283/orig -> origin/gh/ydwu4/283/orig 2025-09-07T06:12:32.7953478Z * [new branch] gh/ydwu4/289/base -> origin/gh/ydwu4/289/base 2025-09-07T06:12:32.7953653Z * [new branch] gh/ydwu4/289/head -> origin/gh/ydwu4/289/head 2025-09-07T06:12:32.7953830Z * [new branch] gh/ydwu4/289/orig -> origin/gh/ydwu4/289/orig 2025-09-07T06:12:32.7954019Z * [new branch] gh/ydwu4/290/base -> origin/gh/ydwu4/290/base 2025-09-07T06:12:32.7954234Z * [new branch] gh/ydwu4/290/head -> origin/gh/ydwu4/290/head 2025-09-07T06:12:32.7954413Z * [new branch] gh/ydwu4/290/orig -> origin/gh/ydwu4/290/orig 2025-09-07T06:12:32.7954589Z * [new branch] gh/ydwu4/291/base -> origin/gh/ydwu4/291/base 2025-09-07T06:12:32.7954826Z * [new branch] gh/ydwu4/291/head -> origin/gh/ydwu4/291/head 2025-09-07T06:12:32.7955070Z * [new branch] gh/ydwu4/291/orig -> origin/gh/ydwu4/291/orig 2025-09-07T06:12:32.7955248Z * [new branch] gh/ydwu4/292/base -> origin/gh/ydwu4/292/base 2025-09-07T06:12:32.7955432Z * [new branch] gh/ydwu4/292/head -> origin/gh/ydwu4/292/head 2025-09-07T06:12:32.7955608Z * [new branch] gh/ydwu4/292/orig -> origin/gh/ydwu4/292/orig 2025-09-07T06:12:32.7955784Z * [new branch] gh/ydwu4/293/base -> origin/gh/ydwu4/293/base 2025-09-07T06:12:32.7955972Z * [new branch] gh/ydwu4/293/head -> origin/gh/ydwu4/293/head 2025-09-07T06:12:32.7956152Z * [new branch] gh/ydwu4/293/orig -> origin/gh/ydwu4/293/orig 2025-09-07T06:12:32.7956339Z * [new branch] gh/ydwu4/294/base -> origin/gh/ydwu4/294/base 2025-09-07T06:12:32.7956525Z * [new branch] gh/ydwu4/294/head -> origin/gh/ydwu4/294/head 2025-09-07T06:12:32.7956720Z * [new branch] gh/ydwu4/294/orig -> origin/gh/ydwu4/294/orig 2025-09-07T06:12:32.7956895Z * [new branch] gh/ydwu4/295/base -> origin/gh/ydwu4/295/base 2025-09-07T06:12:32.7957069Z * [new branch] gh/ydwu4/295/head -> origin/gh/ydwu4/295/head 2025-09-07T06:12:32.7957243Z * [new branch] gh/ydwu4/295/orig -> origin/gh/ydwu4/295/orig 2025-09-07T06:12:32.7957422Z * [new branch] gh/ydwu4/296/base -> origin/gh/ydwu4/296/base 2025-09-07T06:12:32.7957594Z * [new branch] gh/ydwu4/296/head -> origin/gh/ydwu4/296/head 2025-09-07T06:12:32.7957767Z * [new branch] gh/ydwu4/296/orig -> origin/gh/ydwu4/296/orig 2025-09-07T06:12:32.7958019Z * [new branch] gh/ydwu4/300/base -> origin/gh/ydwu4/300/base 2025-09-07T06:12:32.7958194Z * [new branch] gh/ydwu4/300/head -> origin/gh/ydwu4/300/head 2025-09-07T06:12:32.7958373Z * [new branch] gh/ydwu4/300/orig -> origin/gh/ydwu4/300/orig 2025-09-07T06:12:32.7958558Z * [new branch] gh/ydwu4/301/base -> origin/gh/ydwu4/301/base 2025-09-07T06:12:32.7958734Z * [new branch] gh/ydwu4/301/head -> origin/gh/ydwu4/301/head 2025-09-07T06:12:32.7958906Z * [new branch] gh/ydwu4/301/orig -> origin/gh/ydwu4/301/orig 2025-09-07T06:12:32.7959090Z * [new branch] gh/ydwu4/302/base -> origin/gh/ydwu4/302/base 2025-09-07T06:12:32.7959261Z * [new branch] gh/ydwu4/302/head -> origin/gh/ydwu4/302/head 2025-09-07T06:12:32.7959431Z * [new branch] gh/ydwu4/302/orig -> origin/gh/ydwu4/302/orig 2025-09-07T06:12:32.7959622Z * [new branch] gh/ydwu4/303/base -> origin/gh/ydwu4/303/base 2025-09-07T06:12:32.7959797Z * [new branch] gh/ydwu4/303/head -> origin/gh/ydwu4/303/head 2025-09-07T06:12:32.7960017Z * [new branch] gh/ydwu4/303/orig -> origin/gh/ydwu4/303/orig 2025-09-07T06:12:32.7960205Z * [new branch] gh/ydwu4/304/base -> origin/gh/ydwu4/304/base 2025-09-07T06:12:32.7960422Z * [new branch] gh/ydwu4/304/head -> origin/gh/ydwu4/304/head 2025-09-07T06:12:32.7960601Z * [new branch] gh/ydwu4/304/orig -> origin/gh/ydwu4/304/orig 2025-09-07T06:12:32.7960778Z * [new branch] gh/ydwu4/305/base -> origin/gh/ydwu4/305/base 2025-09-07T06:12:32.7960959Z * [new branch] gh/ydwu4/305/head -> origin/gh/ydwu4/305/head 2025-09-07T06:12:32.7961141Z * [new branch] gh/ydwu4/305/orig -> origin/gh/ydwu4/305/orig 2025-09-07T06:12:32.7961317Z * [new branch] gh/ydwu4/306/base -> origin/gh/ydwu4/306/base 2025-09-07T06:12:32.7961510Z * [new branch] gh/ydwu4/306/head -> origin/gh/ydwu4/306/head 2025-09-07T06:12:32.7961749Z * [new branch] gh/ydwu4/306/orig -> origin/gh/ydwu4/306/orig 2025-09-07T06:12:32.7961927Z * [new branch] gh/ydwu4/307/base -> origin/gh/ydwu4/307/base 2025-09-07T06:12:32.7962114Z * [new branch] gh/ydwu4/307/head -> origin/gh/ydwu4/307/head 2025-09-07T06:12:32.7962296Z * [new branch] gh/ydwu4/307/orig -> origin/gh/ydwu4/307/orig 2025-09-07T06:12:32.7962481Z * [new branch] gh/ydwu4/308/base -> origin/gh/ydwu4/308/base 2025-09-07T06:12:32.7962662Z * [new branch] gh/ydwu4/308/head -> origin/gh/ydwu4/308/head 2025-09-07T06:12:32.7962835Z * [new branch] gh/ydwu4/308/orig -> origin/gh/ydwu4/308/orig 2025-09-07T06:12:32.7963019Z * [new branch] gh/ydwu4/309/base -> origin/gh/ydwu4/309/base 2025-09-07T06:12:32.7963211Z * [new branch] gh/ydwu4/309/head -> origin/gh/ydwu4/309/head 2025-09-07T06:12:32.7963392Z * [new branch] gh/ydwu4/309/orig -> origin/gh/ydwu4/309/orig 2025-09-07T06:12:32.7963566Z * [new branch] gh/ydwu4/310/base -> origin/gh/ydwu4/310/base 2025-09-07T06:12:32.7963749Z * [new branch] gh/ydwu4/310/head -> origin/gh/ydwu4/310/head 2025-09-07T06:12:32.7963923Z * [new branch] gh/ydwu4/310/orig -> origin/gh/ydwu4/310/orig 2025-09-07T06:12:32.7964101Z * [new branch] gh/ydwu4/311/base -> origin/gh/ydwu4/311/base 2025-09-07T06:12:32.7964272Z * [new branch] gh/ydwu4/311/head -> origin/gh/ydwu4/311/head 2025-09-07T06:12:32.7964447Z * [new branch] gh/ydwu4/311/orig -> origin/gh/ydwu4/311/orig 2025-09-07T06:12:32.7964684Z * [new branch] gh/ydwu4/312/base -> origin/gh/ydwu4/312/base 2025-09-07T06:12:32.7964858Z * [new branch] gh/ydwu4/312/head -> origin/gh/ydwu4/312/head 2025-09-07T06:12:32.7965034Z * [new branch] gh/ydwu4/312/orig -> origin/gh/ydwu4/312/orig 2025-09-07T06:12:32.7965205Z * [new branch] gh/ydwu4/313/base -> origin/gh/ydwu4/313/base 2025-09-07T06:12:32.7965376Z * [new branch] gh/ydwu4/313/head -> origin/gh/ydwu4/313/head 2025-09-07T06:12:32.7965562Z * [new branch] gh/ydwu4/313/orig -> origin/gh/ydwu4/313/orig 2025-09-07T06:12:32.7965780Z * [new branch] gh/ydwu4/314/base -> origin/gh/ydwu4/314/base 2025-09-07T06:12:32.7965954Z * [new branch] gh/ydwu4/314/head -> origin/gh/ydwu4/314/head 2025-09-07T06:12:32.7966179Z * [new branch] gh/ydwu4/314/orig -> origin/gh/ydwu4/314/orig 2025-09-07T06:12:32.7966361Z * [new branch] gh/ydwu4/315/base -> origin/gh/ydwu4/315/base 2025-09-07T06:12:32.7966540Z * [new branch] gh/ydwu4/315/head -> origin/gh/ydwu4/315/head 2025-09-07T06:12:32.7966728Z * [new branch] gh/ydwu4/315/orig -> origin/gh/ydwu4/315/orig 2025-09-07T06:12:32.7966901Z * [new branch] gh/ydwu4/316/base -> origin/gh/ydwu4/316/base 2025-09-07T06:12:32.7967077Z * [new branch] gh/ydwu4/316/head -> origin/gh/ydwu4/316/head 2025-09-07T06:12:32.7967257Z * [new branch] gh/ydwu4/316/orig -> origin/gh/ydwu4/316/orig 2025-09-07T06:12:32.7967430Z * [new branch] gh/ydwu4/317/base -> origin/gh/ydwu4/317/base 2025-09-07T06:12:32.7967605Z * [new branch] gh/ydwu4/317/head -> origin/gh/ydwu4/317/head 2025-09-07T06:12:32.7967781Z * [new branch] gh/ydwu4/317/orig -> origin/gh/ydwu4/317/orig 2025-09-07T06:12:32.7967967Z * [new branch] gh/ydwu4/318/base -> origin/gh/ydwu4/318/base 2025-09-07T06:12:32.7968215Z * [new branch] gh/ydwu4/318/head -> origin/gh/ydwu4/318/head 2025-09-07T06:12:32.7968390Z * [new branch] gh/ydwu4/318/orig -> origin/gh/ydwu4/318/orig 2025-09-07T06:12:32.7968569Z * [new branch] gh/ydwu4/319/base -> origin/gh/ydwu4/319/base 2025-09-07T06:12:32.7968741Z * [new branch] gh/ydwu4/319/head -> origin/gh/ydwu4/319/head 2025-09-07T06:12:32.7968915Z * [new branch] gh/ydwu4/319/orig -> origin/gh/ydwu4/319/orig 2025-09-07T06:12:32.7969102Z * [new branch] gh/ydwu4/320/base -> origin/gh/ydwu4/320/base 2025-09-07T06:12:32.7969274Z * [new branch] gh/ydwu4/320/head -> origin/gh/ydwu4/320/head 2025-09-07T06:12:32.7969450Z * [new branch] gh/ydwu4/320/orig -> origin/gh/ydwu4/320/orig 2025-09-07T06:12:32.7969640Z * [new branch] gh/ydwu4/321/base -> origin/gh/ydwu4/321/base 2025-09-07T06:12:32.7969818Z * [new branch] gh/ydwu4/321/head -> origin/gh/ydwu4/321/head 2025-09-07T06:12:32.7969993Z * [new branch] gh/ydwu4/321/orig -> origin/gh/ydwu4/321/orig 2025-09-07T06:12:32.7970176Z * [new branch] gh/ydwu4/322/base -> origin/gh/ydwu4/322/base 2025-09-07T06:12:32.7970350Z * [new branch] gh/ydwu4/322/head -> origin/gh/ydwu4/322/head 2025-09-07T06:12:32.7970526Z * [new branch] gh/ydwu4/322/orig -> origin/gh/ydwu4/322/orig 2025-09-07T06:12:32.7970710Z * [new branch] gh/ydwu4/323/base -> origin/gh/ydwu4/323/base 2025-09-07T06:12:32.7970885Z * [new branch] gh/ydwu4/323/head -> origin/gh/ydwu4/323/head 2025-09-07T06:12:32.7971060Z * [new branch] gh/ydwu4/323/orig -> origin/gh/ydwu4/323/orig 2025-09-07T06:12:32.7971337Z * [new branch] gh/ydwu4/324/base -> origin/gh/ydwu4/324/base 2025-09-07T06:12:32.7971531Z * [new branch] gh/ydwu4/324/head -> origin/gh/ydwu4/324/head 2025-09-07T06:12:32.7971706Z * [new branch] gh/ydwu4/324/orig -> origin/gh/ydwu4/324/orig 2025-09-07T06:12:32.7971920Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-09-07T06:12:32.7972118Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-09-07T06:12:32.7972297Z * [new branch] gh/yf225/171/base -> origin/gh/yf225/171/base 2025-09-07T06:12:32.7972474Z * [new branch] gh/yf225/171/head -> origin/gh/yf225/171/head 2025-09-07T06:12:32.7972666Z * [new branch] gh/yf225/171/orig -> origin/gh/yf225/171/orig 2025-09-07T06:12:32.7972841Z * [new branch] gh/yf225/172/base -> origin/gh/yf225/172/base 2025-09-07T06:12:32.7973015Z * [new branch] gh/yf225/172/head -> origin/gh/yf225/172/head 2025-09-07T06:12:32.7973206Z * [new branch] gh/yf225/172/orig -> origin/gh/yf225/172/orig 2025-09-07T06:12:32.7973374Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-09-07T06:12:32.7973549Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-09-07T06:12:32.7973756Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-09-07T06:12:32.7973947Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-09-07T06:12:32.7974137Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-09-07T06:12:32.7974337Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-09-07T06:12:32.7974529Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-09-07T06:12:32.7974721Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-09-07T06:12:32.7974990Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-09-07T06:12:32.7975184Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-09-07T06:12:32.7975373Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-09-07T06:12:32.7975561Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-09-07T06:12:32.7975768Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-09-07T06:12:32.7975962Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-09-07T06:12:32.7976156Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-09-07T06:12:32.7976360Z * [new branch] gh/ysiraichi/88/base -> origin/gh/ysiraichi/88/base 2025-09-07T06:12:32.7976552Z * [new branch] gh/ysiraichi/88/head -> origin/gh/ysiraichi/88/head 2025-09-07T06:12:32.7976748Z * [new branch] gh/ysiraichi/88/orig -> origin/gh/ysiraichi/88/orig 2025-09-07T06:12:32.7976942Z * [new branch] gh/zhxchen17/25/base -> origin/gh/zhxchen17/25/base 2025-09-07T06:12:32.7977174Z * [new branch] gh/zhxchen17/25/head -> origin/gh/zhxchen17/25/head 2025-09-07T06:12:32.7977362Z * [new branch] gh/zhxchen17/25/orig -> origin/gh/zhxchen17/25/orig 2025-09-07T06:12:32.7977599Z * [new branch] gh/zhxchen17/31/base -> origin/gh/zhxchen17/31/base 2025-09-07T06:12:32.7977788Z * [new branch] gh/zhxchen17/31/head -> origin/gh/zhxchen17/31/head 2025-09-07T06:12:32.7977977Z * [new branch] gh/zhxchen17/31/orig -> origin/gh/zhxchen17/31/orig 2025-09-07T06:12:32.7978246Z * [new branch] gh/zhxchen17/34/base -> origin/gh/zhxchen17/34/base 2025-09-07T06:12:32.7978436Z * [new branch] gh/zhxchen17/34/head -> origin/gh/zhxchen17/34/head 2025-09-07T06:12:32.7978627Z * [new branch] gh/zhxchen17/35/base -> origin/gh/zhxchen17/35/base 2025-09-07T06:12:32.7978825Z * [new branch] gh/zhxchen17/35/head -> origin/gh/zhxchen17/35/head 2025-09-07T06:12:32.7979015Z * [new branch] gh/zhxchen17/37/base -> origin/gh/zhxchen17/37/base 2025-09-07T06:12:32.7979201Z * [new branch] gh/zhxchen17/37/head -> origin/gh/zhxchen17/37/head 2025-09-07T06:12:32.7979401Z * [new branch] gh/zhxchen17/37/orig -> origin/gh/zhxchen17/37/orig 2025-09-07T06:12:32.7979593Z * [new branch] gh/zhxchen17/38/base -> origin/gh/zhxchen17/38/base 2025-09-07T06:12:32.7979789Z * [new branch] gh/zhxchen17/38/head -> origin/gh/zhxchen17/38/head 2025-09-07T06:12:32.7979982Z * [new branch] gh/zhxchen17/38/orig -> origin/gh/zhxchen17/38/orig 2025-09-07T06:12:32.7980185Z * [new branch] gh/zhxchen17/39/base -> origin/gh/zhxchen17/39/base 2025-09-07T06:12:32.7980373Z * [new branch] gh/zhxchen17/39/head -> origin/gh/zhxchen17/39/head 2025-09-07T06:12:32.7980560Z * [new branch] gh/zhxchen17/39/orig -> origin/gh/zhxchen17/39/orig 2025-09-07T06:12:32.7980767Z * [new branch] gh/zhxchen17/40/base -> origin/gh/zhxchen17/40/base 2025-09-07T06:12:32.7980954Z * [new branch] gh/zhxchen17/40/head -> origin/gh/zhxchen17/40/head 2025-09-07T06:12:32.7981142Z * [new branch] gh/zhxchen17/40/orig -> origin/gh/zhxchen17/40/orig 2025-09-07T06:12:32.7981347Z * [new branch] gh/zhxchen17/41/base -> origin/gh/zhxchen17/41/base 2025-09-07T06:12:32.7981541Z * [new branch] gh/zhxchen17/41/head -> origin/gh/zhxchen17/41/head 2025-09-07T06:12:32.7981804Z * [new branch] gh/zhxchen17/41/orig -> origin/gh/zhxchen17/41/orig 2025-09-07T06:12:32.7982003Z * [new branch] gh/zhxchen17/42/base -> origin/gh/zhxchen17/42/base 2025-09-07T06:12:32.7982194Z * [new branch] gh/zhxchen17/42/head -> origin/gh/zhxchen17/42/head 2025-09-07T06:12:32.7982393Z * [new branch] gh/zhxchen17/42/orig -> origin/gh/zhxchen17/42/orig 2025-09-07T06:12:32.7982587Z * [new branch] gh/zhxchen17/43/base -> origin/gh/zhxchen17/43/base 2025-09-07T06:12:32.7982818Z * [new branch] gh/zhxchen17/43/head -> origin/gh/zhxchen17/43/head 2025-09-07T06:12:32.7983021Z * [new branch] gh/zhxchen17/43/orig -> origin/gh/zhxchen17/43/orig 2025-09-07T06:12:32.7983211Z * [new branch] gh/zhxchen17/44/base -> origin/gh/zhxchen17/44/base 2025-09-07T06:12:32.7983442Z * [new branch] gh/zhxchen17/44/head -> origin/gh/zhxchen17/44/head 2025-09-07T06:12:32.7983646Z * [new branch] gh/zhxchen17/44/orig -> origin/gh/zhxchen17/44/orig 2025-09-07T06:12:32.7983835Z * [new branch] gh/zhxchen17/45/base -> origin/gh/zhxchen17/45/base 2025-09-07T06:12:32.7984023Z * [new branch] gh/zhxchen17/45/head -> origin/gh/zhxchen17/45/head 2025-09-07T06:12:32.7984215Z * [new branch] gh/zhxchen17/45/orig -> origin/gh/zhxchen17/45/orig 2025-09-07T06:12:32.7984393Z * [new branch] gh/zklaus/10/base -> origin/gh/zklaus/10/base 2025-09-07T06:12:32.7984570Z * [new branch] gh/zklaus/10/head -> origin/gh/zklaus/10/head 2025-09-07T06:12:32.7984757Z * [new branch] gh/zklaus/10/orig -> origin/gh/zklaus/10/orig 2025-09-07T06:12:32.7985006Z * [new branch] gh/zklaus/11/base -> origin/gh/zklaus/11/base 2025-09-07T06:12:32.7985185Z * [new branch] gh/zklaus/11/head -> origin/gh/zklaus/11/head 2025-09-07T06:12:32.7985365Z * [new branch] gh/zklaus/11/orig -> origin/gh/zklaus/11/orig 2025-09-07T06:12:32.7985547Z * [new branch] gh/zklaus/12/base -> origin/gh/zklaus/12/base 2025-09-07T06:12:32.7985722Z * [new branch] gh/zklaus/12/head -> origin/gh/zklaus/12/head 2025-09-07T06:12:32.7985902Z * [new branch] gh/zklaus/12/orig -> origin/gh/zklaus/12/orig 2025-09-07T06:12:32.7986086Z * [new branch] gh/zklaus/14/base -> origin/gh/zklaus/14/base 2025-09-07T06:12:32.7986266Z * [new branch] gh/zklaus/14/head -> origin/gh/zklaus/14/head 2025-09-07T06:12:32.7986446Z * [new branch] gh/zklaus/14/orig -> origin/gh/zklaus/14/orig 2025-09-07T06:12:32.7986635Z * [new branch] gh/zklaus/15/base -> origin/gh/zklaus/15/base 2025-09-07T06:12:32.7986815Z * [new branch] gh/zklaus/15/head -> origin/gh/zklaus/15/head 2025-09-07T06:12:32.7986995Z * [new branch] gh/zklaus/15/orig -> origin/gh/zklaus/15/orig 2025-09-07T06:12:32.7987180Z * [new branch] gh/zklaus/16/base -> origin/gh/zklaus/16/base 2025-09-07T06:12:32.7987362Z * [new branch] gh/zklaus/16/head -> origin/gh/zklaus/16/head 2025-09-07T06:12:32.7987538Z * [new branch] gh/zklaus/16/orig -> origin/gh/zklaus/16/orig 2025-09-07T06:12:32.7987721Z * [new branch] gh/zklaus/17/base -> origin/gh/zklaus/17/base 2025-09-07T06:12:32.7987896Z * [new branch] gh/zklaus/17/head -> origin/gh/zklaus/17/head 2025-09-07T06:12:32.7988072Z * [new branch] gh/zklaus/17/orig -> origin/gh/zklaus/17/orig 2025-09-07T06:12:32.7988266Z * [new branch] gh/zklaus/18/base -> origin/gh/zklaus/18/base 2025-09-07T06:12:32.7988450Z * [new branch] gh/zklaus/18/head -> origin/gh/zklaus/18/head 2025-09-07T06:12:32.7988740Z * [new branch] gh/zklaus/18/orig -> origin/gh/zklaus/18/orig 2025-09-07T06:12:32.7988927Z * [new branch] gh/zklaus/19/base -> origin/gh/zklaus/19/base 2025-09-07T06:12:32.7989158Z * [new branch] gh/zklaus/19/head -> origin/gh/zklaus/19/head 2025-09-07T06:12:32.7989333Z * [new branch] gh/zklaus/19/orig -> origin/gh/zklaus/19/orig 2025-09-07T06:12:32.7989508Z * [new branch] gh/zklaus/20/base -> origin/gh/zklaus/20/base 2025-09-07T06:12:32.7989696Z * [new branch] gh/zklaus/20/head -> origin/gh/zklaus/20/head 2025-09-07T06:12:32.7989873Z * [new branch] gh/zklaus/20/orig -> origin/gh/zklaus/20/orig 2025-09-07T06:12:32.7990053Z * [new branch] gh/zklaus/7/base -> origin/gh/zklaus/7/base 2025-09-07T06:12:32.7990245Z * [new branch] gh/zklaus/7/head -> origin/gh/zklaus/7/head 2025-09-07T06:12:32.7990423Z * [new branch] gh/zklaus/7/orig -> origin/gh/zklaus/7/orig 2025-09-07T06:12:32.7990597Z * [new branch] gh/zklaus/9/base -> origin/gh/zklaus/9/base 2025-09-07T06:12:32.7990778Z * [new branch] gh/zklaus/9/head -> origin/gh/zklaus/9/head 2025-09-07T06:12:32.7990950Z * [new branch] gh/zklaus/9/orig -> origin/gh/zklaus/9/orig 2025-09-07T06:12:32.7991210Z * [new branch] gh/zou3519/1175/base -> origin/gh/zou3519/1175/base 2025-09-07T06:12:32.7991408Z * [new branch] gh/zou3519/1175/head -> origin/gh/zou3519/1175/head 2025-09-07T06:12:32.7991595Z * [new branch] gh/zou3519/1175/orig -> origin/gh/zou3519/1175/orig 2025-09-07T06:12:32.7991853Z * [new branch] gh/zou3519/1177/base -> origin/gh/zou3519/1177/base 2025-09-07T06:12:32.7992047Z * [new branch] gh/zou3519/1177/head -> origin/gh/zou3519/1177/head 2025-09-07T06:12:32.7992235Z * [new branch] gh/zou3519/1177/orig -> origin/gh/zou3519/1177/orig 2025-09-07T06:12:32.7992420Z * [new branch] gh/zou3519/1191/base -> origin/gh/zou3519/1191/base 2025-09-07T06:12:32.7992599Z * [new branch] gh/zou3519/1191/head -> origin/gh/zou3519/1191/head 2025-09-07T06:12:32.7992789Z * [new branch] gh/zou3519/1191/orig -> origin/gh/zou3519/1191/orig 2025-09-07T06:12:32.7992974Z * [new branch] gh/zou3519/1192/base -> origin/gh/zou3519/1192/base 2025-09-07T06:12:32.7993157Z * [new branch] gh/zou3519/1192/head -> origin/gh/zou3519/1192/head 2025-09-07T06:12:32.7993353Z * [new branch] gh/zou3519/1192/orig -> origin/gh/zou3519/1192/orig 2025-09-07T06:12:32.7993538Z * [new branch] gh/zou3519/1193/base -> origin/gh/zou3519/1193/base 2025-09-07T06:12:32.7993725Z * [new branch] gh/zou3519/1193/head -> origin/gh/zou3519/1193/head 2025-09-07T06:12:32.7993911Z * [new branch] gh/zou3519/1193/orig -> origin/gh/zou3519/1193/orig 2025-09-07T06:12:32.7994091Z * [new branch] gh/zou3519/1194/base -> origin/gh/zou3519/1194/base 2025-09-07T06:12:32.7994314Z * [new branch] gh/zou3519/1194/head -> origin/gh/zou3519/1194/head 2025-09-07T06:12:32.7994509Z * [new branch] gh/zou3519/1194/orig -> origin/gh/zou3519/1194/orig 2025-09-07T06:12:32.7994731Z * [new branch] gh/zou3519/1195/base -> origin/gh/zou3519/1195/base 2025-09-07T06:12:32.7994918Z * [new branch] gh/zou3519/1195/head -> origin/gh/zou3519/1195/head 2025-09-07T06:12:32.7995114Z * [new branch] gh/zou3519/1195/orig -> origin/gh/zou3519/1195/orig 2025-09-07T06:12:32.7995299Z * [new branch] gh/zou3519/1196/base -> origin/gh/zou3519/1196/base 2025-09-07T06:12:32.7995549Z * [new branch] gh/zou3519/1196/head -> origin/gh/zou3519/1196/head 2025-09-07T06:12:32.7995738Z * [new branch] gh/zou3519/1196/orig -> origin/gh/zou3519/1196/orig 2025-09-07T06:12:32.7995922Z * [new branch] gh/zou3519/1197/base -> origin/gh/zou3519/1197/base 2025-09-07T06:12:32.7996105Z * [new branch] gh/zou3519/1197/head -> origin/gh/zou3519/1197/head 2025-09-07T06:12:32.7996300Z * [new branch] gh/zou3519/1197/orig -> origin/gh/zou3519/1197/orig 2025-09-07T06:12:32.7996481Z * [new branch] gh/zpcore/1/base -> origin/gh/zpcore/1/base 2025-09-07T06:12:32.7996660Z * [new branch] gh/zpcore/1/head -> origin/gh/zpcore/1/head 2025-09-07T06:12:32.7996845Z * [new branch] gh/zpcore/10/base -> origin/gh/zpcore/10/base 2025-09-07T06:12:32.7997038Z * [new branch] gh/zpcore/10/head -> origin/gh/zpcore/10/head 2025-09-07T06:12:32.7997220Z * [new branch] gh/zpcore/10/orig -> origin/gh/zpcore/10/orig 2025-09-07T06:12:32.7997399Z * [new branch] gh/zpcore/11/base -> origin/gh/zpcore/11/base 2025-09-07T06:12:32.7997584Z * [new branch] gh/zpcore/11/head -> origin/gh/zpcore/11/head 2025-09-07T06:12:32.7997763Z * [new branch] gh/zpcore/11/orig -> origin/gh/zpcore/11/orig 2025-09-07T06:12:32.7997940Z * [new branch] gh/zpcore/12/base -> origin/gh/zpcore/12/base 2025-09-07T06:12:32.7998124Z * [new branch] gh/zpcore/12/head -> origin/gh/zpcore/12/head 2025-09-07T06:12:32.7998302Z * [new branch] gh/zpcore/12/orig -> origin/gh/zpcore/12/orig 2025-09-07T06:12:32.7998541Z * [new branch] gh/zpcore/13/base -> origin/gh/zpcore/13/base 2025-09-07T06:12:32.7998730Z * [new branch] gh/zpcore/13/head -> origin/gh/zpcore/13/head 2025-09-07T06:12:32.7998910Z * [new branch] gh/zpcore/13/orig -> origin/gh/zpcore/13/orig 2025-09-07T06:12:32.7999086Z * [new branch] gh/zpcore/14/base -> origin/gh/zpcore/14/base 2025-09-07T06:12:32.7999271Z * [new branch] gh/zpcore/14/head -> origin/gh/zpcore/14/head 2025-09-07T06:12:32.7999445Z * [new branch] gh/zpcore/2/base -> origin/gh/zpcore/2/base 2025-09-07T06:12:32.7999620Z * [new branch] gh/zpcore/2/head -> origin/gh/zpcore/2/head 2025-09-07T06:12:32.7999803Z * [new branch] gh/zpcore/3/base -> origin/gh/zpcore/3/base 2025-09-07T06:12:32.8000020Z * [new branch] gh/zpcore/3/head -> origin/gh/zpcore/3/head 2025-09-07T06:12:32.8000202Z * [new branch] gh/zpcore/4/base -> origin/gh/zpcore/4/base 2025-09-07T06:12:32.8000420Z * [new branch] gh/zpcore/4/head -> origin/gh/zpcore/4/head 2025-09-07T06:12:32.8000604Z * [new branch] gh/zpcore/5/base -> origin/gh/zpcore/5/base 2025-09-07T06:12:32.8000775Z * [new branch] gh/zpcore/5/head -> origin/gh/zpcore/5/head 2025-09-07T06:12:32.8000949Z * [new branch] gh/zpcore/6/base -> origin/gh/zpcore/6/base 2025-09-07T06:12:32.8001136Z * [new branch] gh/zpcore/6/head -> origin/gh/zpcore/6/head 2025-09-07T06:12:32.8001309Z * [new branch] gh/zpcore/7/base -> origin/gh/zpcore/7/base 2025-09-07T06:12:32.8001482Z * [new branch] gh/zpcore/7/head -> origin/gh/zpcore/7/head 2025-09-07T06:12:32.8001667Z * [new branch] gh/zpcore/8/base -> origin/gh/zpcore/8/base 2025-09-07T06:12:32.8001845Z * [new branch] gh/zpcore/8/head -> origin/gh/zpcore/8/head 2025-09-07T06:12:32.8002011Z * [new branch] google-main -> origin/google-main 2025-09-07T06:12:32.8002313Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-09-07T06:12:32.8002507Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-09-07T06:12:32.8002692Z * [new branch] guangyey/reimport -> origin/guangyey/reimport 2025-09-07T06:12:32.8002882Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-09-07T06:12:32.8003236Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-09-07T06:12:32.8003457Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-09-07T06:12:32.8003630Z * [new branch] hc_baseline -> origin/hc_baseline 2025-09-07T06:12:32.8003781Z * [new branch] hf_update -> origin/hf_update 2025-09-07T06:12:32.8003950Z * [new branch] hhh_decomp_mul -> origin/hhh_decomp_mul 2025-09-07T06:12:32.8004103Z * [new branch] hhh_rand -> origin/hhh_rand 2025-09-07T06:12:32.8004266Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-09-07T06:12:32.8004456Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-09-07T06:12:32.8004731Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-09-07T06:12:32.8004967Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-09-07T06:12:32.8005191Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-09-07T06:12:32.8005458Z * [new branch] inductordecompfix -> origin/inductordecompfix 2025-09-07T06:12:32.8005609Z * [new branch] inline -> origin/inline 2025-09-07T06:12:32.8005806Z * [new branch] inlining -> origin/inlining 2025-09-07T06:12:32.8005994Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-09-07T06:12:32.8006263Z * [new branch] install-torchao-0.13.0 -> origin/install-torchao-0.13.0 2025-09-07T06:12:32.8006418Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-09-07T06:12:32.8006604Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-09-07T06:12:32.8006771Z * [new branch] issue#58739 -> origin/issue#58739 2025-09-07T06:12:32.8007084Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-09-07T06:12:32.8007353Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-09-07T06:12:32.8007659Z * [new branch] jeanschmidt/disable_rocm_build_tests -> origin/jeanschmidt/disable_rocm_build_tests 2025-09-07T06:12:32.8007884Z * [new branch] jithunnair-amd-patch-1 -> origin/jithunnair-amd-patch-1 2025-09-07T06:12:32.8008102Z * [new branch] jithunnair-amd-patch-2 -> origin/jithunnair-amd-patch-2 2025-09-07T06:12:32.8008342Z * [new branch] justinchu/attention-tests -> origin/justinchu/attention-tests 2025-09-07T06:12:32.8008574Z * [new branch] justinchu/native-qdq -> origin/justinchu/native-qdq 2025-09-07T06:12:32.8008756Z * [new branch] justinchu/ort-122 -> origin/justinchu/ort-122 2025-09-07T06:12:32.8008987Z * [new branch] justinchuby/dynamo-true -> origin/justinchuby/dynamo-true 2025-09-07T06:12:32.8009178Z * [new branch] kainan666/xlf_debug -> origin/kainan666/xlf_debug 2025-09-07T06:12:32.8009341Z * [new branch] kainan_test -> origin/kainan_test 2025-09-07T06:12:32.8009590Z * [new branch] learnablebias -> origin/learnablebias 2025-09-07T06:12:32.8009866Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-09-07T06:12:32.8010133Z * [new branch] lessw2020/fix_cutlass_cache_error -> origin/lessw2020/fix_cutlass_cache_error 2025-09-07T06:12:32.8010341Z * [new branch] liaoxuan/shm_all_reduce -> origin/liaoxuan/shm_all_reduce 2025-09-07T06:12:32.8010613Z * [new branch] liaoxuan/test_fa_disable_softmax -> origin/liaoxuan/test_fa_disable_softmax 2025-09-07T06:12:32.8010829Z * [new branch] liaoxuan/test_int8_sdpa -> origin/liaoxuan/test_int8_sdpa 2025-09-07T06:12:32.8011018Z * [new branch] lintbuilddocker -> origin/lintbuilddocker 2025-09-07T06:12:32.8011204Z * [new branch] llama4-stable -> origin/llama4-stable 2025-09-07T06:12:32.8011401Z * [new branch] logdetfix -> origin/logdetfix 2025-09-07T06:12:32.8011579Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-09-07T06:12:32.8011772Z * [new branch] lucaskabela/#94773 -> origin/lucaskabela/#94773 2025-09-07T06:12:32.8012032Z * [new branch] lucaskabela/flop_counter -> origin/lucaskabela/flop_counter 2025-09-07T06:12:32.8012278Z * [new branch] lucaskabela/func_under_decomp -> origin/lucaskabela/func_under_decomp 2025-09-07T06:12:32.8012565Z * [new branch] lucaskabela/functional_in_dynamo -> origin/lucaskabela/functional_in_dynamo 2025-09-07T06:12:32.8012895Z * [new branch] lucaskabela/install_params_as_graph_attr -> origin/lucaskabela/install_params_as_graph_attr 2025-09-07T06:12:32.8013179Z * [new branch] lucaskabela/issue_120648 -> origin/lucaskabela/issue_120648 2025-09-07T06:12:32.8013444Z * [new branch] lucaskabela/misc_typing_dynamo -> origin/lucaskabela/misc_typing_dynamo 2025-09-07T06:12:32.8013747Z * [new branch] lucaskabela/parameters_as_graph_attr -> origin/lucaskabela/parameters_as_graph_attr 2025-09-07T06:12:32.8014098Z * [new branch] lucaskabela/remove_aot_dispatcher_metadata -> origin/lucaskabela/remove_aot_dispatcher_metadata 2025-09-07T06:12:32.8014318Z * [new branch] lucaskabela/rnn_decomp -> origin/lucaskabela/rnn_decomp 2025-09-07T06:12:32.8014553Z * [new branch] lucaskabela/typing_backends -> origin/lucaskabela/typing_backends 2025-09-07T06:12:32.8014845Z * [new branch] lucaskabela/typing_symbolic_convert -> origin/lucaskabela/typing_symbolic_convert 2025-09-07T06:12:32.8015172Z * [new branch] lucaskabela/typing_utils_improvements -> origin/lucaskabela/typing_utils_improvements 2025-09-07T06:12:32.8015319Z * [new branch] main -> origin/main 2025-09-07T06:12:32.8015632Z * [new branch] main-enable-b200-distributed-tests -> origin/main-enable-b200-distributed-tests 2025-09-07T06:12:32.8015820Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-09-07T06:12:32.8016002Z * [new branch] malfet-patch-12 -> origin/malfet-patch-12 2025-09-07T06:12:32.8016182Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-09-07T06:12:32.8016361Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-09-07T06:12:32.8016540Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-09-07T06:12:32.8016986Z * [new branch] malfet/be-move-more-settings-to-checkout-pytorch -> origin/malfet/be-move-more-settings-to-checkout-pytorch 2025-09-07T06:12:32.8017273Z * [new branch] malfet/delete-upsteam-cuda -> origin/malfet/delete-upsteam-cuda 2025-09-07T06:12:32.8017528Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-09-07T06:12:32.8017925Z * [new branch] manuel/test-ops-common-allow-mps -> origin/manuel/test-ops-common-allow-mps 2025-09-07T06:12:32.8018125Z * [new branch] metascroy-patch-1 -> origin/metascroy-patch-1 2025-09-07T06:12:32.8018328Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-09-07T06:12:32.8018485Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-09-07T06:12:32.8018675Z * [new branch] mlazos/arg-renames -> origin/mlazos/arg-renames 2025-09-07T06:12:32.8018914Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-09-07T06:12:32.8019123Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-09-07T06:12:32.8019304Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-09-07T06:12:32.8019566Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-09-07T06:12:32.8019757Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-09-07T06:12:32.8019944Z * [new branch] mlazos/better-msg -> origin/mlazos/better-msg 2025-09-07T06:12:32.8020125Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-09-07T06:12:32.8020299Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-09-07T06:12:32.8020474Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-09-07T06:12:32.8020638Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-09-07T06:12:32.8020834Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-09-07T06:12:32.8021548Z * [new branch] mlazos/ctx-cleanup -> origin/mlazos/ctx-cleanup 2025-09-07T06:12:32.8021762Z * [new branch] mlazos/cuda-cmd-log -> origin/mlazos/cuda-cmd-log 2025-09-07T06:12:32.8021982Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-09-07T06:12:32.8022249Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-09-07T06:12:32.8022450Z * [new branch] mlazos/cutlass-test -> origin/mlazos/cutlass-test 2025-09-07T06:12:32.8022679Z * [new branch] mlazos/cutlass-topo-bug -> origin/mlazos/cutlass-topo-bug 2025-09-07T06:12:32.8022867Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-09-07T06:12:32.8023104Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-09-07T06:12:32.8023303Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-09-07T06:12:32.8023555Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-09-07T06:12:32.8023733Z * [new branch] mlazos/dc-attrs -> origin/mlazos/dc-attrs 2025-09-07T06:12:32.8023922Z * [new branch] mlazos/dc-helion -> origin/mlazos/dc-helion 2025-09-07T06:12:32.8024099Z * [new branch] mlazos/dict-fix -> origin/mlazos/dict-fix 2025-09-07T06:12:32.8024319Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-09-07T06:12:32.8024512Z * [new branch] mlazos/disable-tf -> origin/mlazos/disable-tf 2025-09-07T06:12:32.8024685Z * [new branch] mlazos/dupe-fix -> origin/mlazos/dupe-fix 2025-09-07T06:12:32.8024860Z * [new branch] mlazos/dyn-batch -> origin/mlazos/dyn-batch 2025-09-07T06:12:32.8025032Z * [new branch] mlazos/evt -> origin/mlazos/evt 2025-09-07T06:12:32.8025215Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-09-07T06:12:32.8025904Z * [new branch] mlazos/extract-examples -> origin/mlazos/extract-examples 2025-09-07T06:12:32.8026106Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-09-07T06:12:32.8026265Z * [new branch] mlazos/fp8 -> origin/mlazos/fp8 2025-09-07T06:12:32.8026439Z * [new branch] mlazos/fp8-bias -> origin/mlazos/fp8-bias 2025-09-07T06:12:32.8026647Z * [new branch] mlazos/fp8-bias-fusion -> origin/mlazos/fp8-bias-fusion 2025-09-07T06:12:32.8026832Z * [new branch] mlazos/fp8-fixes -> origin/mlazos/fp8-fixes 2025-09-07T06:12:32.8027012Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-09-07T06:12:32.8027181Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-09-07T06:12:32.8027358Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-09-07T06:12:32.8027534Z * [new branch] mlazos/hash-hop -> origin/mlazos/hash-hop 2025-09-07T06:12:32.8027691Z * [new branch] mlazos/hc -> origin/mlazos/hc 2025-09-07T06:12:32.8027880Z * [new branch] mlazos/hc-cycles -> origin/mlazos/hc-cycles 2025-09-07T06:12:32.8028057Z * [new branch] mlazos/hc-fixes -> origin/mlazos/hc-fixes 2025-09-07T06:12:32.8028235Z * [new branch] mlazos/hc-fixes3 -> origin/mlazos/hc-fixes3 2025-09-07T06:12:32.8028426Z * [new branch] mlazos/hc-fixes4 -> origin/mlazos/hc-fixes4 2025-09-07T06:12:32.8028588Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-09-07T06:12:32.8028874Z * [new branch] mlazos/hc-mut -> origin/mlazos/hc-mut 2025-09-07T06:12:32.8029041Z * [new branch] mlazos/hc10 -> origin/mlazos/hc10 2025-09-07T06:12:32.8029238Z * [new branch] mlazos/hc11 -> origin/mlazos/hc11 2025-09-07T06:12:32.8029399Z * [new branch] mlazos/hc12 -> origin/mlazos/hc12 2025-09-07T06:12:32.8029561Z * [new branch] mlazos/hc13 -> origin/mlazos/hc13 2025-09-07T06:12:32.8029721Z * [new branch] mlazos/hc14 -> origin/mlazos/hc14 2025-09-07T06:12:32.8029882Z * [new branch] mlazos/hc15 -> origin/mlazos/hc15 2025-09-07T06:12:32.8030039Z * [new branch] mlazos/hc2 -> origin/mlazos/hc2 2025-09-07T06:12:32.8030208Z * [new branch] mlazos/hc4 -> origin/mlazos/hc4 2025-09-07T06:12:32.8030359Z * [new branch] mlazos/hc5 -> origin/mlazos/hc5 2025-09-07T06:12:32.8030513Z * [new branch] mlazos/hc6 -> origin/mlazos/hc6 2025-09-07T06:12:32.8030674Z * [new branch] mlazos/hc7 -> origin/mlazos/hc7 2025-09-07T06:12:32.8030828Z * [new branch] mlazos/hc8 -> origin/mlazos/hc8 2025-09-07T06:12:32.8030979Z * [new branch] mlazos/hc9 -> origin/mlazos/hc9 2025-09-07T06:12:32.8031281Z * [new branch] mlazos/hc_baseline2 -> origin/mlazos/hc_baseline2 2025-09-07T06:12:32.8031496Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-09-07T06:12:32.8031695Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-09-07T06:12:32.8031893Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-09-07T06:12:32.8032111Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-09-07T06:12:32.8032279Z * [new branch] mlazos/main -> origin/mlazos/main 2025-09-07T06:12:32.8032606Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-09-07T06:12:32.8032772Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-09-07T06:12:32.8032998Z * [new branch] mlazos/mark-static-update -> origin/mlazos/mark-static-update 2025-09-07T06:12:32.8033170Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-09-07T06:12:32.8033330Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-09-07T06:12:32.8033520Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-09-07T06:12:32.8033709Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-09-07T06:12:32.8033991Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-09-07T06:12:32.8034233Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-09-07T06:12:32.8034409Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-09-07T06:12:32.8034638Z * [new branch] mlazos/mode-fix -> origin/mlazos/mode-fix 2025-09-07T06:12:32.8034820Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-09-07T06:12:32.8035026Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-09-07T06:12:32.8035295Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-09-07T06:12:32.8035468Z * [new branch] mlazos/offsets -> origin/mlazos/offsets 2025-09-07T06:12:32.8035673Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-09-07T06:12:32.8035934Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-09-07T06:12:32.8036126Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-09-07T06:12:32.8036305Z * [new branch] mlazos/quant-fix -> origin/mlazos/quant-fix 2025-09-07T06:12:32.8036496Z * [new branch] mlazos/resnet-fix -> origin/mlazos/resnet-fix 2025-09-07T06:12:32.8036695Z * [new branch] mlazos/revert-inline -> origin/mlazos/revert-inline 2025-09-07T06:12:32.8036890Z * [new branch] mlazos/rm-buf-names -> origin/mlazos/rm-buf-names 2025-09-07T06:12:32.8037069Z * [new branch] mlazos/rm-code -> origin/mlazos/rm-code 2025-09-07T06:12:32.8037243Z * [new branch] mlazos/rm-spam -> origin/mlazos/rm-spam 2025-09-07T06:12:32.8037405Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-09-07T06:12:32.8037624Z * [new branch] mlazos/static-idx-dbg -> origin/mlazos/static-idx-dbg 2025-09-07T06:12:32.8037848Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-09-07T06:12:32.8038052Z * [new branch] mlazos/sub-param-fix -> origin/mlazos/sub-param-fix 2025-09-07T06:12:32.8038219Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-09-07T06:12:32.8038437Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-09-07T06:12:32.8038593Z * [new branch] mlazos/test -> origin/mlazos/test 2025-09-07T06:12:32.8038765Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-09-07T06:12:32.8038982Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-09-07T06:12:32.8039182Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-09-07T06:12:32.8039387Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-09-07T06:12:32.8039660Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-09-07T06:12:32.8039840Z * [new branch] mlazos/topo-fix -> origin/mlazos/topo-fix 2025-09-07T06:12:32.8040039Z * [new branch] mlazos/triton-no-epi -> origin/mlazos/triton-no-epi 2025-09-07T06:12:32.8040276Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-09-07T06:12:32.8040472Z * [new branch] mlazos/tuple-fixes -> origin/mlazos/tuple-fixes 2025-09-07T06:12:32.8040704Z * [new branch] mlazos/tuple-fixes2 -> origin/mlazos/tuple-fixes2 2025-09-07T06:12:32.8040919Z * [new branch] mlazos/tuple-handling -> origin/mlazos/tuple-handling 2025-09-07T06:12:32.8041108Z * [new branch] mlazos/user-streams -> origin/mlazos/user-streams 2025-09-07T06:12:32.8041291Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-09-07T06:12:32.8041484Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-09-07T06:12:32.8041677Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-09-07T06:12:32.8041865Z * [new branch] mm_out_dtype_compile -> origin/mm_out_dtype_compile 2025-09-07T06:12:32.8042060Z * [new branch] modify-setupvllm -> origin/modify-setupvllm 2025-09-07T06:12:32.8042226Z * [new branch] module-shim -> origin/module-shim 2025-09-07T06:12:32.8042436Z * [new branch] move-theme-out-docker -> origin/move-theme-out-docker 2025-09-07T06:12:32.8042602Z * [new branch] msaroufim/be1 -> origin/msaroufim/be1 2025-09-07T06:12:32.8042795Z * [new branch] msaroufim/cn_path -> origin/msaroufim/cn_path 2025-09-07T06:12:32.8043107Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-09-07T06:12:32.8043293Z * [new branch] msaroufim/reduce -> origin/msaroufim/reduce 2025-09-07T06:12:32.8043487Z * [new branch] mtia/basic-cmake -> origin/mtia/basic-cmake 2025-09-07T06:12:32.8043636Z * [new branch] muon_dev -> origin/muon_dev 2025-09-07T06:12:32.8043787Z * [new branch] muon_dev_1 -> origin/muon_dev_1 2025-09-07T06:12:32.8043993Z * [new branch] nativert_num_outputs -> origin/nativert_num_outputs 2025-09-07T06:12:32.8044182Z * [new branch] nativert_numoutputs -> origin/nativert_numoutputs 2025-09-07T06:12:32.8044392Z * [new branch] new-modifiy-setupvllm -> origin/new-modifiy-setupvllm 2025-09-07T06:12:32.8044573Z * [new branch] new-setupvllm -> origin/new-setupvllm 2025-09-07T06:12:32.8044752Z * [new branch] new_zeros_dtype -> origin/new_zeros_dtype 2025-09-07T06:12:32.8044924Z * [new branch] newtest-base -> origin/newtest-base 2025-09-07T06:12:32.8045110Z * [new branch] ngimel/cat_perf1 -> origin/ngimel/cat_perf1 2025-09-07T06:12:32.8045293Z * [new branch] ngimel/einsum_fix -> origin/ngimel/einsum_fix 2025-09-07T06:12:32.8045500Z * [new branch] ngimel/error_index_list -> origin/ngimel/error_index_list 2025-09-07T06:12:32.8045697Z * [new branch] ngimel/fabric_check -> origin/ngimel/fabric_check 2025-09-07T06:12:32.8045882Z * [new branch] ngimel/fabric_fix -> origin/ngimel/fabric_fix 2025-09-07T06:12:32.8046156Z * [new branch] ngimel/fix_driver_init_error -> origin/ngimel/fix_driver_init_error 2025-09-07T06:12:32.8046419Z * [new branch] ngimel/fix_nccl_segment_seg -> origin/ngimel/fix_nccl_segment_seg 2025-09-07T06:12:32.8046598Z * [new branch] ngimel/gg_new -> origin/ngimel/gg_new 2025-09-07T06:12:32.8046855Z * [new branch] ngimel/modeguard -> origin/ngimel/modeguard 2025-09-07T06:12:32.8047058Z * [new branch] ngimel/multicast_fix -> origin/ngimel/multicast_fix 2025-09-07T06:12:32.8047274Z * [new branch] ngimel/rocm_handle_type -> origin/ngimel/rocm_handle_type 2025-09-07T06:12:32.8047488Z * [new branch] ngimel/symm_handle_fabric -> origin/ngimel/symm_handle_fabric 2025-09-07T06:12:32.8047691Z * [new branch] ngimel/unbind_multimem -> origin/ngimel/unbind_multimem 2025-09-07T06:12:32.8047850Z * [new branch] nightly -> origin/nightly 2025-09-07T06:12:32.8048055Z * [new branch] nmacchioni-patch-10 -> origin/nmacchioni-patch-10 2025-09-07T06:12:32.8048261Z * [new branch] nmacchioni-patch-7 -> origin/nmacchioni-patch-7 2025-09-07T06:12:32.8048472Z * [new branch] nmacchioni-patch-8 -> origin/nmacchioni-patch-8 2025-09-07T06:12:32.8048679Z * [new branch] nmacchioni-patch-9 -> origin/nmacchioni-patch-9 2025-09-07T06:12:32.8048876Z * [new branch] nullplay/fuse_matmul -> origin/nullplay/fuse_matmul 2025-09-07T06:12:32.8049093Z * [new branch] nullplay_fuse_matmul -> origin/nullplay_fuse_matmul 2025-09-07T06:12:32.8049242Z * [new branch] one-off -> origin/one-off 2025-09-07T06:12:32.8049423Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-09-07T06:12:32.8049609Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-09-07T06:12:32.8049791Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-09-07T06:12:32.8050029Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-09-07T06:12:32.8050214Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-09-07T06:12:32.8050390Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-09-07T06:12:32.8050561Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-09-07T06:12:32.8050735Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-09-07T06:12:32.8050918Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-09-07T06:12:32.8051093Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-09-07T06:12:32.8051268Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-09-07T06:12:32.8051448Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-09-07T06:12:32.8051662Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-09-07T06:12:32.8051839Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-09-07T06:12:32.8052022Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-09-07T06:12:32.8052237Z * [new branch] orig/release/2.7 -> origin/orig/release/2.7 2025-09-07T06:12:32.8052414Z * [new branch] orig/release/2.8 -> origin/orig/release/2.8 2025-09-07T06:12:32.8052593Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-09-07T06:12:32.8052765Z * [new branch] padded-tensor -> origin/padded-tensor 2025-09-07T06:12:32.8052907Z * [new branch] pca2 -> origin/pca2 2025-09-07T06:12:32.8053104Z * [new branch] pianpwk-patch-1 -> origin/pianpwk-patch-1 2025-09-07T06:12:32.8053409Z * [new branch] pianpwk/backed_size_oblivious_export -> origin/pianpwk/backed_size_oblivious_export 2025-09-07T06:12:32.8053731Z * [new branch] pianpwk/invalidate_fake_memo -> origin/pianpwk/invalidate_fake_memo 2025-09-07T06:12:32.8053940Z * [new branch] pianpwk/max_1_strides -> origin/pianpwk/max_1_strides 2025-09-07T06:12:32.8054153Z * [new branch] pianpwk/maybe_guard_rel -> origin/pianpwk/maybe_guard_rel 2025-09-07T06:12:32.8054357Z * [new branch] pianpwk/nonzero_memo -> origin/pianpwk/nonzero_memo 2025-09-07T06:12:32.8054664Z * [new branch] pianpwk/oblivious_reshape_view_better -> origin/pianpwk/oblivious_reshape_view_better 2025-09-07T06:12:32.8054936Z * [new branch] pianpwk/oblivious_slice_forward -> origin/pianpwk/oblivious_slice_forward 2025-09-07T06:12:32.8055152Z * [new branch] pianpwk/oblivious_where -> origin/pianpwk/oblivious_where 2025-09-07T06:12:32.8055377Z * [new branch] pianpwk/param_static_pgo -> origin/pianpwk/param_static_pgo 2025-09-07T06:12:32.8055602Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-09-07T06:12:32.8055865Z * [new branch] pianpwk/remove_guard_fail_break -> origin/pianpwk/remove_guard_fail_break 2025-09-07T06:12:32.8056092Z * [new branch] pianpwk/slice_fresh_symbols -> origin/pianpwk/slice_fresh_symbols 2025-09-07T06:12:32.8056308Z * [new branch] pianpwk/sym_tokens_draft -> origin/pianpwk/sym_tokens_draft 2025-09-07T06:12:32.8056613Z * [new branch] pianpwk/test_pointwise_guard_or_false -> origin/pianpwk/test_pointwise_guard_or_false 2025-09-07T06:12:32.8056843Z * [new branch] pianpwk/test_slice_fake_impl -> origin/pianpwk/test_slice_fake_impl 2025-09-07T06:12:32.8057099Z * [new branch] pianpwk/totally_draft_sym_wrap -> origin/pianpwk/totally_draft_sym_wrap 2025-09-07T06:12:32.8057467Z * [new branch] pianpwk/unbacked_channels_last -> origin/pianpwk/unbacked_channels_last 2025-09-07T06:12:32.8057708Z * [new branch] pianpwk/unbacked_safe_conv1d -> origin/pianpwk/unbacked_safe_conv1d 2025-09-07T06:12:32.8057988Z * [new branch] pianpwk/unbacked_sdpa_flash -> origin/pianpwk/unbacked_sdpa_flash 2025-09-07T06:12:32.8058231Z * [new branch] pianpwk/unbacked_should_swap -> origin/pianpwk/unbacked_should_swap 2025-09-07T06:12:32.8058481Z * [new branch] pianpwk/unbacked_should_swap_2 -> origin/pianpwk/unbacked_should_swap_2 2025-09-07T06:12:32.8058741Z * [new branch] pianpwk/unbacked_slice_binding -> origin/pianpwk/unbacked_slice_binding 2025-09-07T06:12:32.8058992Z * [new branch] pianpwk/unbacked_slice_forward -> origin/pianpwk/unbacked_slice_forward 2025-09-07T06:12:32.8059194Z * [new branch] pianpwk/user_symints -> origin/pianpwk/user_symints 2025-09-07T06:12:32.8059413Z * [new branch] pianpwk/wan21_reshape -> origin/pianpwk/wan21_reshape 2025-09-07T06:12:32.8059649Z * [new branch] pianpwk/whitelist_optimizer -> origin/pianpwk/whitelist_optimizer 2025-09-07T06:12:32.8059825Z * [new branch] pin-torchao -> origin/pin-torchao 2025-09-07T06:12:32.8060045Z * [new branch] piz/fall_back_missing_0716 -> origin/piz/fall_back_missing_0716 2025-09-07T06:12:32.8060254Z * [new branch] piz/improve_scatter_0808 -> origin/piz/improve_scatter_0808 2025-09-07T06:12:32.8060430Z * [new branch] pool-separate -> origin/pool-separate 2025-09-07T06:12:32.8060592Z * [new branch] pr-156087 -> origin/pr-156087 2025-09-07T06:12:32.8060743Z * [new branch] pr/131860 -> origin/pr/131860 2025-09-07T06:12:32.8060922Z * [new branch] predispatch_to -> origin/predispatch_to 2025-09-07T06:12:32.8061091Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-09-07T06:12:32.8061264Z * [new branch] pyobjectslot -> origin/pyobjectslot 2025-09-07T06:12:32.8061550Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-09-07T06:12:32.8061764Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-09-07T06:12:32.8061934Z * [new branch] quint-bits -> origin/quint-bits 2025-09-07T06:12:32.8062095Z * [new branch] release/1.10 -> origin/release/1.10 2025-09-07T06:12:32.8062254Z * [new branch] release/1.11 -> origin/release/1.11 2025-09-07T06:12:32.8062429Z * [new branch] release/1.12 -> origin/release/1.12 2025-09-07T06:12:32.8062586Z * [new branch] release/1.13 -> origin/release/1.13 2025-09-07T06:12:32.8062747Z * [new branch] release/1.4 -> origin/release/1.4 2025-09-07T06:12:32.8062917Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-09-07T06:12:32.8063115Z * [new branch] release/1.5 -> origin/release/1.5 2025-09-07T06:12:32.8063274Z * [new branch] release/1.6 -> origin/release/1.6 2025-09-07T06:12:32.8063435Z * [new branch] release/1.7 -> origin/release/1.7 2025-09-07T06:12:32.8063629Z * [new branch] release/1.8 -> origin/release/1.8 2025-09-07T06:12:32.8063787Z * [new branch] release/1.9 -> origin/release/1.9 2025-09-07T06:12:32.8063953Z * [new branch] release/2.0 -> origin/release/2.0 2025-09-07T06:12:32.8064111Z * [new branch] release/2.1 -> origin/release/2.1 2025-09-07T06:12:32.8064266Z * [new branch] release/2.2 -> origin/release/2.2 2025-09-07T06:12:32.8064492Z * [new branch] release/2.3 -> origin/release/2.3 2025-09-07T06:12:32.8064660Z * [new branch] release/2.4 -> origin/release/2.4 2025-09-07T06:12:32.8064817Z * [new branch] release/2.5 -> origin/release/2.5 2025-09-07T06:12:32.8064975Z * [new branch] release/2.6 -> origin/release/2.6 2025-09-07T06:12:32.8065145Z * [new branch] release/2.7 -> origin/release/2.7 2025-09-07T06:12:32.8065300Z * [new branch] release/2.8 -> origin/release/2.8 2025-09-07T06:12:32.8065459Z * [new branch] release_notes -> origin/release_notes 2025-09-07T06:12:32.8065700Z * [new branch] remove-actionable-label -> origin/remove-actionable-label 2025-09-07T06:12:32.8065855Z * [new branch] remove-ao -> origin/remove-ao 2025-09-07T06:12:32.8066095Z * [new branch] removedeprecatedvllmtest -> origin/removedeprecatedvllmtest 2025-09-07T06:12:32.8066434Z * [new branch] replace-pytorch-labs-20250812-195836 -> origin/replace-pytorch-labs-20250812-195836 2025-09-07T06:12:32.8066753Z * [new branch] replace-pytorch-labs-20250812-200248 -> origin/replace-pytorch-labs-20250812-200248 2025-09-07T06:12:32.8067070Z * [new branch] replace-pytorch-labs-20250812-200324 -> origin/replace-pytorch-labs-20250812-200324 2025-09-07T06:12:32.8067388Z * [new branch] replace-pytorch-labs-20250812-204020 -> origin/replace-pytorch-labs-20250812-204020 2025-09-07T06:12:32.8067695Z * [new branch] replace-pytorch-labs-20250812-204125 -> origin/replace-pytorch-labs-20250812-204125 2025-09-07T06:12:32.8068007Z * [new branch] replace-pytorch-labs-20250812-205624 -> origin/replace-pytorch-labs-20250812-205624 2025-09-07T06:12:32.8068364Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-09-07T06:12:32.8068723Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-09-07T06:12:32.8069042Z * [new branch] revert-156870-gh/skarjala/3/head -> origin/revert-156870-gh/skarjala/3/head 2025-09-07T06:12:32.8069549Z * [new branch] revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ -> origin/revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ 2025-09-07T06:12:32.8069740Z * [new branch] rocm-monitoring -> origin/rocm-monitoring 2025-09-07T06:12:32.8069935Z * [new branch] ruisi/relax_memory -> origin/ruisi/relax_memory 2025-09-07T06:12:32.8070227Z * [new branch] run-torchbench-smoke-test-h100 -> origin/run-torchbench-smoke-test-h100 2025-09-07T06:12:32.8070612Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-09-07T06:12:32.8070842Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-09-07T06:12:32.8071119Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-09-07T06:12:32.8071282Z * [new branch] rzou/njt -> origin/rzou/njt 2025-09-07T06:12:32.8071439Z * [new branch] rzou/pca -> origin/rzou/pca 2025-09-07T06:12:32.8071608Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-09-07T06:12:32.8071809Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-09-07T06:12:32.8072143Z * [new branch] sanchitintel/refactor_aten_int8_woq_gemm -> origin/sanchitintel/refactor_aten_int8_woq_gemm 2025-09-07T06:12:32.8072589Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-09-07T06:12:32.8072909Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-09-07T06:12:32.8073056Z * [new branch] save -> origin/save 2025-09-07T06:12:32.8073211Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-09-07T06:12:32.8073425Z * [new branch] seemethere-patch-1 -> origin/seemethere-patch-1 2025-09-07T06:12:32.8073580Z * [new branch] setupvllm -> origin/setupvllm 2025-09-07T06:12:32.8073761Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-09-07T06:12:32.8073971Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-09-07T06:12:32.8074182Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-09-07T06:12:32.8074383Z * [new branch] shoumikhin-patch-1 -> origin/shoumikhin-patch-1 2025-09-07T06:12:32.8074640Z * [new branch] shoumikhin-patch-12 -> origin/shoumikhin-patch-12 2025-09-07T06:12:32.8074870Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-09-07T06:12:32.8075103Z * [new branch] solve-accuracy-fix -> origin/solve-accuracy-fix 2025-09-07T06:12:32.8075367Z * [new branch] soulitzer/stash-tls-ac -> origin/soulitzer/stash-tls-ac 2025-09-07T06:12:32.8075555Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-09-07T06:12:32.8075793Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-09-07T06:12:32.8076027Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-09-07T06:12:32.8076243Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-09-07T06:12:32.8076524Z * [new branch] stablize-compilation-time -> origin/stablize-compilation-time 2025-09-07T06:12:32.8076744Z * [new branch] standalone-templates -> origin/standalone-templates 2025-09-07T06:12:32.8077083Z * [new branch] standalone_package_weights -> origin/standalone_package_weights 2025-09-07T06:12:32.8077321Z * [new branch] starterTaskUpdate -> origin/starterTaskUpdate 2025-09-07T06:12:32.8077492Z * [new branch] subgraph_fuse -> origin/subgraph_fuse 2025-09-07T06:12:32.8077767Z * [new branch] support-uv-in-collect_env -> origin/support-uv-in-collect_env 2025-09-07T06:12:32.8077921Z * [new branch] sve-poc -> origin/sve-poc 2025-09-07T06:12:32.8078142Z * [new branch] svekars-patch-1 -> origin/svekars-patch-1 2025-09-07T06:12:32.8078309Z * [new branch] switch-bn -> origin/switch-bn 2025-09-07T06:12:32.8078569Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-09-07T06:12:32.8078819Z * [new branch] tenpercent/ck_rocm_ci_v3 -> origin/tenpercent/ck_rocm_ci_v3 2025-09-07T06:12:32.8079041Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-09-07T06:12:32.8079236Z * [new branch] test-7054 -> origin/test-7054 2025-09-07T06:12:32.8079453Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-09-07T06:12:32.8079764Z * [new branch] test-myst-markdown-docstring -> origin/test-myst-markdown-docstring 2025-09-07T06:12:32.8079957Z * [new branch] test-old -> origin/test-old 2025-09-07T06:12:32.8080228Z * [new branch] test-vec-migration-internally -> origin/test-vec-migration-internally 2025-09-07T06:12:32.8080441Z * [new branch] test/bmm_heur -> origin/test/bmm_heur 2025-09-07T06:12:32.8080721Z * [new branch] test/inductor -> origin/test/inductor 2025-09-07T06:12:32.8080954Z * [new branch] tianren/flex_paged_attn_fix -> origin/tianren/flex_paged_attn_fix 2025-09-07T06:12:32.8081262Z * [new branch] tianren/flex_paged_attn_fix_temp -> origin/tianren/flex_paged_attn_fix_temp 2025-09-07T06:12:32.8081467Z * [new branch] tianren/test -> origin/tianren/test 2025-09-07T06:12:32.8081668Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-09-07T06:12:32.8081872Z * [new branch] torchtitan_ep -> origin/torchtitan_ep 2025-09-07T06:12:32.8082096Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-09-07T06:12:32.8082353Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-09-07T06:12:32.8082566Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-09-07T06:12:32.8082745Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-09-07T06:12:32.8082960Z * [new branch] triton-update -> origin/triton-update 2025-09-07T06:12:32.8083126Z * [new branch] triton_kernel -> origin/triton_kernel 2025-09-07T06:12:32.8083358Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-09-07T06:12:32.8083515Z * [new branch] tt_pkg_1908 -> origin/tt_pkg_1908 2025-09-07T06:12:32.8083822Z * [new branch] tweak-transformer-dependabot -> origin/tweak-transformer-dependabot 2025-09-07T06:12:32.8083981Z * [new branch] type_dec -> origin/type_dec 2025-09-07T06:12:32.8084257Z * [new branch] udate-sphinx-dependancies -> origin/udate-sphinx-dependancies 2025-09-07T06:12:32.8084660Z * [new branch] update-audio-commit-hash/16818882925-1712-1 -> origin/update-audio-commit-hash/16818882925-1712-1 2025-09-07T06:12:32.8085145Z * [new branch] update-audio-commit-hash/16895560422-1720-1 -> origin/update-audio-commit-hash/16895560422-1720-1 2025-09-07T06:12:32.8085539Z * [new branch] update-audio-commit-hash/16924174496-1738-1 -> origin/update-audio-commit-hash/16924174496-1738-1 2025-09-07T06:12:32.8085931Z * [new branch] update-audio-commit-hash/17002010821-1749-1 -> origin/update-audio-commit-hash/17002010821-1749-1 2025-09-07T06:12:32.8086329Z * [new branch] update-audio-commit-hash/17056004427-1766-1 -> origin/update-audio-commit-hash/17056004427-1766-1 2025-09-07T06:12:32.8086722Z * [new branch] update-audio-commit-hash/17085054029-1767-1 -> origin/update-audio-commit-hash/17085054029-1767-1 2025-09-07T06:12:32.8087105Z * [new branch] update-audio-commit-hash/17142507405-1771-1 -> origin/update-audio-commit-hash/17142507405-1771-1 2025-09-07T06:12:32.8087536Z * [new branch] update-audio-commit-hash/17168762740-1773-1 -> origin/update-audio-commit-hash/17168762740-1773-1 2025-09-07T06:12:32.8087926Z * [new branch] update-audio-commit-hash/17311174639-1780-1 -> origin/update-audio-commit-hash/17311174639-1780-1 2025-09-07T06:12:32.8088317Z * [new branch] update-audio-commit-hash/17336898740-1781-1 -> origin/update-audio-commit-hash/17336898740-1781-1 2025-09-07T06:12:32.8088705Z * [new branch] update-audio-commit-hash/17389727684-1786-1 -> origin/update-audio-commit-hash/17389727684-1786-1 2025-09-07T06:12:32.8089090Z * [new branch] update-audio-commit-hash/17449538142-1790-1 -> origin/update-audio-commit-hash/17449538142-1790-1 2025-09-07T06:12:32.8089436Z * [new branch] update-audio-commit-hash/17507351808-1794-1 -> origin/update-audio-commit-hash/17507351808-1794-1 2025-09-07T06:12:32.8089762Z * [new branch] update-dynamic-shapes-doc -> origin/update-dynamic-shapes-doc 2025-09-07T06:12:32.8090170Z * [new branch] update-executorch-commit-hash/15694981040-1626-1 -> origin/update-executorch-commit-hash/15694981040-1626-1 2025-09-07T06:12:32.8090527Z * [new branch] update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 2025-09-07T06:12:32.8090891Z * [new branch] update-vision-commit-hash/15336342773-1607-1 -> origin/update-vision-commit-hash/15336342773-1607-1 2025-09-07T06:12:32.8091229Z * [new branch] update-vllm-commit-hash/16737365217-1704-1 -> origin/update-vllm-commit-hash/16737365217-1704-1 2025-09-07T06:12:32.8091562Z * [new branch] update-vllm-commit-hash/16843157111-1713-1 -> origin/update-vllm-commit-hash/16843157111-1713-1 2025-09-07T06:12:32.8091902Z * [new branch] update-vllm-commit-hash/16855312394-1714-1 -> origin/update-vllm-commit-hash/16855312394-1714-1 2025-09-07T06:12:32.8092239Z * [new branch] update-vllm-commit-hash/16924174496-1738-1 -> origin/update-vllm-commit-hash/16924174496-1738-1 2025-09-07T06:12:32.8092580Z * [new branch] update-vllm-commit-hash/16952608705-1745-1 -> origin/update-vllm-commit-hash/16952608705-1745-1 2025-09-07T06:12:32.8092924Z * [new branch] update-vllm-commit-hash/16979836546-1748-1 -> origin/update-vllm-commit-hash/16979836546-1748-1 2025-09-07T06:12:32.8093255Z * [new branch] update-vllm-commit-hash/17014576881-1756-1 -> origin/update-vllm-commit-hash/17014576881-1756-1 2025-09-07T06:12:32.8093584Z * [new branch] update-vllm-commit-hash/17027830869-1761-1 -> origin/update-vllm-commit-hash/17027830869-1761-1 2025-09-07T06:12:32.8093921Z * [new branch] update-vllm-commit-hash/17056004427-1766-1 -> origin/update-vllm-commit-hash/17056004427-1766-1 2025-09-07T06:12:32.8094255Z * [new branch] update-vllm-commit-hash/17085054029-1767-1 -> origin/update-vllm-commit-hash/17085054029-1767-1 2025-09-07T06:12:32.8094633Z * [new branch] update-vllm-commit-hash/17113610216-1768-1 -> origin/update-vllm-commit-hash/17113610216-1768-1 2025-09-07T06:12:32.8095123Z * [new branch] update-vllm-commit-hash/17142507405-1771-1 -> origin/update-vllm-commit-hash/17142507405-1771-1 2025-09-07T06:12:32.8095461Z * [new branch] update-vllm-commit-hash/17181878974-1774-1 -> origin/update-vllm-commit-hash/17181878974-1774-1 2025-09-07T06:12:32.8095792Z * [new branch] update-vllm-commit-hash/17311174639-1780-1 -> origin/update-vllm-commit-hash/17311174639-1780-1 2025-09-07T06:12:32.8096135Z * [new branch] update-vllm-commit-hash/17336898740-1781-1 -> origin/update-vllm-commit-hash/17336898740-1781-1 2025-09-07T06:12:32.8096469Z * [new branch] update-vllm-commit-hash/17364352302-1785-1 -> origin/update-vllm-commit-hash/17364352302-1785-1 2025-09-07T06:12:32.8096813Z * [new branch] update-vllm-commit-hash/17389727684-1786-1 -> origin/update-vllm-commit-hash/17389727684-1786-1 2025-09-07T06:12:32.8097170Z * [new branch] update-vllm-commit-hash/17449538142-1790-1 -> origin/update-vllm-commit-hash/17449538142-1790-1 2025-09-07T06:12:32.8097508Z * [new branch] update-vllm-commit-hash/17480069797-1791-1 -> origin/update-vllm-commit-hash/17480069797-1791-1 2025-09-07T06:12:32.8097839Z * [new branch] update-vllm-commit-hash/17507351808-1794-1 -> origin/update-vllm-commit-hash/17507351808-1794-1 2025-09-07T06:12:32.8098177Z * [new branch] update-xla-commit-hash/16873912760-198-1 -> origin/update-xla-commit-hash/16873912760-198-1 2025-09-07T06:12:32.8098496Z * [new branch] update-xla-commit-hash/17034266655-199-1 -> origin/update-xla-commit-hash/17034266655-199-1 2025-09-07T06:12:32.8098814Z * [new branch] update-xla-commit-hash/17202464405-200-1 -> origin/update-xla-commit-hash/17202464405-200-1 2025-09-07T06:12:32.8099221Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-09-07T06:12:32.8099430Z * [new branch] update_executorch_pin -> origin/update_executorch_pin 2025-09-07T06:12:32.8099652Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-09-07T06:12:32.8099881Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-09-07T06:12:32.8100099Z * [new branch] update_slow_tests_1752478971 -> origin/update_slow_tests_1752478971 2025-09-07T06:12:32.8100354Z * [new branch] update_slow_tests_1755502951 -> origin/update_slow_tests_1755502951 2025-09-07T06:12:32.8100581Z * [new branch] update_slow_tests_1756107664 -> origin/update_slow_tests_1756107664 2025-09-07T06:12:32.8100843Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-09-07T06:12:32.8101055Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-09-07T06:12:32.8101340Z * [new branch] update_submodule_tensorpipe -> origin/update_submodule_tensorpipe 2025-09-07T06:12:32.8101491Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-09-07T06:12:32.8101641Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-09-07T06:12:32.8101797Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-09-07T06:12:32.8101939Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-09-07T06:12:32.8102085Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-09-07T06:12:32.8102235Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-09-07T06:12:32.8102378Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-09-07T06:12:32.8102547Z * [new branch] validate_fn -> origin/validate_fn 2025-09-07T06:12:32.8102726Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-09-07T06:12:32.8102979Z * [new branch] validations_2.8 -> origin/validations_2.8 2025-09-07T06:12:32.8103147Z * [new branch] viable/strict -> origin/viable/strict 2025-09-07T06:12:32.8103310Z * [new branch] vllmbuildci -> origin/vllmbuildci 2025-09-07T06:12:32.8103468Z * [new branch] vllmpin -> origin/vllmpin 2025-09-07T06:12:32.8103680Z * [new branch] wdvr/conda_devcontainer -> origin/wdvr/conda_devcontainer 2025-09-07T06:12:32.8103847Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-09-07T06:12:32.8104046Z * [new branch] weight_sharing_cpp -> origin/weight_sharing_cpp 2025-09-07T06:12:32.8104213Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-09-07T06:12:32.8104380Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-09-07T06:12:32.8104559Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-09-07T06:12:32.8104718Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-09-07T06:12:32.8104878Z * [new branch] whc/uneven -> origin/whc/uneven 2025-09-07T06:12:32.8105069Z * [new branch] whc/uneven-merge -> origin/whc/uneven-merge 2025-09-07T06:12:32.8105224Z * [new branch] win_warnings -> origin/win_warnings 2025-09-07T06:12:32.8105429Z * [new branch] windows_libtorch_free -> origin/windows_libtorch_free 2025-09-07T06:12:32.8105618Z * [new branch] workonoldcommit -> origin/workonoldcommit 2025-09-07T06:12:32.8106017Z * [new branch] wychi-autotune-prune-configs-by-shared-mem -> origin/wychi-autotune-prune-configs-by-shared-mem 2025-09-07T06:12:32.8106248Z * [new branch] xmfan/ca_0516 -> origin/xmfan/ca_0516 2025-09-07T06:12:32.8106475Z * [new branch] xmfan/ca_1051b93192 -> origin/xmfan/ca_1051b93192 2025-09-07T06:12:32.8106927Z * [new branch] xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 -> origin/xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 2025-09-07T06:12:32.8107153Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-09-07T06:12:32.8107338Z * [new branch] xmfan/ca_9d59b516e9 -> origin/xmfan/ca_9d59b516e9 2025-09-07T06:12:32.8107517Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-09-07T06:12:32.8107679Z * [new branch] xmfan/ca_apr8 -> origin/xmfan/ca_apr8 2025-09-07T06:12:32.8107842Z * [new branch] xmfan/ca_base -> origin/xmfan/ca_base 2025-09-07T06:12:32.8108042Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-09-07T06:12:32.8108224Z * [new branch] xmfan/ca_dynamic -> origin/xmfan/ca_dynamic 2025-09-07T06:12:32.8108397Z * [new branch] xmfan/ca_fix_dyn -> origin/xmfan/ca_fix_dyn 2025-09-07T06:12:32.8108596Z * [new branch] xmfan/ca_fix_lowering -> origin/xmfan/ca_fix_lowering 2025-09-07T06:12:32.8108795Z * [new branch] xmfan/ca_fix_polyfills -> origin/xmfan/ca_fix_polyfills 2025-09-07T06:12:32.8108960Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-09-07T06:12:32.8109133Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-09-07T06:12:32.8109296Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-09-07T06:12:32.8109471Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-09-07T06:12:32.8109654Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-09-07T06:12:32.8109915Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-09-07T06:12:32.8110134Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-09-07T06:12:32.8110371Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-09-07T06:12:32.8110562Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-09-07T06:12:32.8110733Z * [new branch] xmfan/ca_nested -> origin/xmfan/ca_nested 2025-09-07T06:12:32.8110913Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-09-07T06:12:32.8111212Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-09-07T06:12:32.8111392Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-09-07T06:12:32.8111605Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-09-07T06:12:32.8111798Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-09-07T06:12:32.8111995Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-09-07T06:12:32.8112172Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-09-07T06:12:32.8112400Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-09-07T06:12:32.8112578Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-09-07T06:12:32.8112747Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-09-07T06:12:32.8113011Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-09-07T06:12:32.8113377Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-09-07T06:12:32.8113569Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-09-07T06:12:32.8113986Z * [new branch] xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 2025-09-07T06:12:32.8114371Z * [new branch] xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 2025-09-07T06:12:32.8114568Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-09-07T06:12:32.8114757Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-09-07T06:12:32.8114921Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-09-07T06:12:32.8115076Z * [new branch] xmfan/test -> origin/xmfan/test 2025-09-07T06:12:32.8115306Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-09-07T06:12:32.8115509Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-09-07T06:12:32.8115750Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-09-07T06:12:32.8115949Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-09-07T06:12:32.8116196Z * [new branch] yiming/add_jit_trace_benchmark -> origin/yiming/add_jit_trace_benchmark 2025-09-07T06:12:32.8116437Z * [new branch] yiming/add_nativert_benchmark -> origin/yiming/add_nativert_benchmark 2025-09-07T06:12:32.8116617Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-09-07T06:12:32.8116813Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-09-07T06:12:32.8117043Z * [new branch] zainr/cleanup-gh-runners -> origin/zainr/cleanup-gh-runners 2025-09-07T06:12:32.8117237Z * [new branch] zainr/git-push-v2 -> origin/zainr/git-push-v2 2025-09-07T06:12:32.8117536Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-09-07T06:12:32.8117697Z * [new branch] zainr/test -> origin/zainr/test 2025-09-07T06:12:32.8117856Z * [new branch] zainr/test2 -> origin/zainr/test2 2025-09-07T06:12:32.8118039Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-09-07T06:12:32.8118235Z * [new branch] zainr/unstable-xla -> origin/zainr/unstable-xla 2025-09-07T06:12:32.8118431Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-09-07T06:12:32.8118583Z * [new branch] zb2p -> origin/zb2p 2025-09-07T06:12:32.8118789Z * [new branch] zero_grad_optimization -> origin/zero_grad_optimization 2025-09-07T06:12:32.8119010Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-09-07T06:12:32.8119220Z * [new branch] zhxchen17/scratch/0 -> origin/zhxchen17/scratch/0 2025-09-07T06:12:32.8119421Z * [new branch] zhxhcen17/moodycamel -> origin/zhxhcen17/moodycamel 2025-09-07T06:12:32.8119588Z * [new branch] zxiiro/main -> origin/zxiiro/main 2025-09-07T06:12:32.8120055Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-09-07T06:12:32.8120205Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-09-07T06:12:32.8120369Z * [new tag] ciflow/binaries/156049 -> ciflow/binaries/156049 2025-09-07T06:12:32.8120542Z * [new tag] ciflow/binaries/156712 -> ciflow/binaries/156712 2025-09-07T06:12:32.8120774Z * [new tag] ciflow/binaries/157432 -> ciflow/binaries/157432 2025-09-07T06:12:32.8120944Z * [new tag] ciflow/binaries/157685 -> ciflow/binaries/157685 2025-09-07T06:12:32.8121104Z * [new tag] ciflow/binaries/157689 -> ciflow/binaries/157689 2025-09-07T06:12:32.8121271Z * [new tag] ciflow/binaries/158104 -> ciflow/binaries/158104 2025-09-07T06:12:32.8121431Z * [new tag] ciflow/binaries/160229 -> ciflow/binaries/160229 2025-09-07T06:12:32.8121594Z * [new tag] ciflow/binaries/160720 -> ciflow/binaries/160720 2025-09-07T06:12:32.8121760Z * [new tag] ciflow/binaries/162080 -> ciflow/binaries/162080 2025-09-07T06:12:32.8121920Z * [new tag] ciflow/binaries/162329 -> ciflow/binaries/162329 2025-09-07T06:12:32.8122147Z * [new tag] ciflow/binaries_libtorch/156049 -> ciflow/binaries_libtorch/156049 2025-09-07T06:12:32.8122378Z * [new tag] ciflow/binaries_libtorch/156711 -> ciflow/binaries_libtorch/156711 2025-09-07T06:12:32.8122594Z * [new tag] ciflow/binaries_libtorch/157432 -> ciflow/binaries_libtorch/157432 2025-09-07T06:12:32.8122784Z * [new tag] ciflow/binaries_wheel/156049 -> ciflow/binaries_wheel/156049 2025-09-07T06:12:32.8122988Z * [new tag] ciflow/binaries_wheel/156711 -> ciflow/binaries_wheel/156711 2025-09-07T06:12:32.8123173Z * [new tag] ciflow/binaries_wheel/157432 -> ciflow/binaries_wheel/157432 2025-09-07T06:12:32.8123358Z * [new tag] ciflow/binaries_wheel/162136 -> ciflow/binaries_wheel/162136 2025-09-07T06:12:32.8123601Z * [new tag] ciflow/binaries_wheel/162252 -> ciflow/binaries_wheel/162252 2025-09-07T06:12:32.8123790Z * [new tag] ciflow/binaries_wheel/162325 -> ciflow/binaries_wheel/162325 2025-09-07T06:12:32.8124043Z * [new tag] ciflow/h100-distributed/156703 -> ciflow/h100-distributed/156703 2025-09-07T06:12:32.8124274Z * [new tag] ciflow/h100-symm-mem/157635 -> ciflow/h100-symm-mem/157635 2025-09-07T06:12:32.8124535Z * [new tag] ciflow/h100-symm-mem/161984 -> ciflow/h100-symm-mem/161984 2025-09-07T06:12:32.8124716Z * [new tag] ciflow/h100-symm-mem/162003 -> ciflow/h100-symm-mem/162003 2025-09-07T06:12:32.8124902Z * [new tag] ciflow/h100-symm-mem/162011 -> ciflow/h100-symm-mem/162011 2025-09-07T06:12:32.8125081Z * [new tag] ciflow/h100-symm-mem/162026 -> ciflow/h100-symm-mem/162026 2025-09-07T06:12:32.8125260Z * [new tag] ciflow/h100-symm-mem/162033 -> ciflow/h100-symm-mem/162033 2025-09-07T06:12:32.8125435Z * [new tag] ciflow/h100-symm-mem/162040 -> ciflow/h100-symm-mem/162040 2025-09-07T06:12:32.8125623Z * [new tag] ciflow/h100-symm-mem/162041 -> ciflow/h100-symm-mem/162041 2025-09-07T06:12:32.8125804Z * [new tag] ciflow/h100-symm-mem/162142 -> ciflow/h100-symm-mem/162142 2025-09-07T06:12:32.8125983Z * [new tag] ciflow/h100-symm-mem/162150 -> ciflow/h100-symm-mem/162150 2025-09-07T06:12:32.8126169Z * [new tag] ciflow/h100-symm-mem/162243 -> ciflow/h100-symm-mem/162243 2025-09-07T06:12:32.8126347Z * [new tag] ciflow/h100-symm-mem/162320 -> ciflow/h100-symm-mem/162320 2025-09-07T06:12:32.8126497Z * [new tag] ciflow/h100/159158 -> ciflow/h100/159158 2025-09-07T06:12:32.8126652Z * [new tag] ciflow/h100/160480 -> ciflow/h100/160480 2025-09-07T06:12:32.8126794Z * [new tag] ciflow/h100/161749 -> ciflow/h100/161749 2025-09-07T06:12:32.8126933Z * [new tag] ciflow/h100/162022 -> ciflow/h100/162022 2025-09-07T06:12:32.8127085Z * [new tag] ciflow/h100/162278 -> ciflow/h100/162278 2025-09-07T06:12:32.8127521Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/156592 -> ciflow/inductor-perf-test-nightly-rocm/156592 2025-09-07T06:12:32.8127838Z * [new tag] ciflow/inductor-perf-test-nightly/156592 -> ciflow/inductor-perf-test-nightly/156592 2025-09-07T06:12:32.8128079Z * [new tag] ciflow/inductor-periodic/162063 -> ciflow/inductor-periodic/162063 2025-09-07T06:12:32.8128304Z * [new tag] ciflow/inductor-periodic/162227 -> ciflow/inductor-periodic/162227 2025-09-07T06:12:32.8128524Z * [new tag] ciflow/inductor-periodic/162323 -> ciflow/inductor-periodic/162323 2025-09-07T06:12:32.8128718Z * [new tag] ciflow/inductor-rocm/154170 -> ciflow/inductor-rocm/154170 2025-09-07T06:12:32.8128905Z * [new tag] ciflow/inductor-rocm/159146 -> ciflow/inductor-rocm/159146 2025-09-07T06:12:32.8129089Z * [new tag] ciflow/inductor-rocm/159158 -> ciflow/inductor-rocm/159158 2025-09-07T06:12:32.8129293Z * [new tag] ciflow/inductor-rocm/161715 -> ciflow/inductor-rocm/161715 2025-09-07T06:12:32.8129481Z * [new tag] ciflow/inductor-rocm/162053 -> ciflow/inductor-rocm/162053 2025-09-07T06:12:32.8129664Z * [new tag] ciflow/inductor-rocm/162056 -> ciflow/inductor-rocm/162056 2025-09-07T06:12:32.8129843Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-09-07T06:12:32.8130013Z * [new tag] ciflow/inductor/148180 -> ciflow/inductor/148180 2025-09-07T06:12:32.8130177Z * [new tag] ciflow/inductor/148328 -> ciflow/inductor/148328 2025-09-07T06:12:32.8130341Z * [new tag] ciflow/inductor/148484 -> ciflow/inductor/148484 2025-09-07T06:12:32.8130508Z * [new tag] ciflow/inductor/148492 -> ciflow/inductor/148492 2025-09-07T06:12:32.8130671Z * [new tag] ciflow/inductor/152624 -> ciflow/inductor/152624 2025-09-07T06:12:32.8130833Z * [new tag] ciflow/inductor/154694 -> ciflow/inductor/154694 2025-09-07T06:12:32.8131074Z * [new tag] ciflow/inductor/156049 -> ciflow/inductor/156049 2025-09-07T06:12:32.8131235Z * [new tag] ciflow/inductor/156592 -> ciflow/inductor/156592 2025-09-07T06:12:32.8131392Z * [new tag] ciflow/inductor/157635 -> ciflow/inductor/157635 2025-09-07T06:12:32.8131562Z * [new tag] ciflow/inductor/157685 -> ciflow/inductor/157685 2025-09-07T06:12:32.8131727Z * [new tag] ciflow/inductor/157686 -> ciflow/inductor/157686 2025-09-07T06:12:32.8131888Z * [new tag] ciflow/inductor/157689 -> ciflow/inductor/157689 2025-09-07T06:12:32.8132055Z * [new tag] ciflow/inductor/157699 -> ciflow/inductor/157699 2025-09-07T06:12:32.8132213Z * [new tag] ciflow/inductor/157743 -> ciflow/inductor/157743 2025-09-07T06:12:32.8132377Z * [new tag] ciflow/inductor/157994 -> ciflow/inductor/157994 2025-09-07T06:12:32.8132546Z * [new tag] ciflow/inductor/158091 -> ciflow/inductor/158091 2025-09-07T06:12:32.8132714Z * [new tag] ciflow/inductor/158104 -> ciflow/inductor/158104 2025-09-07T06:12:32.8132874Z * [new tag] ciflow/inductor/158404 -> ciflow/inductor/158404 2025-09-07T06:12:32.8133046Z * [new tag] ciflow/inductor/158647 -> ciflow/inductor/158647 2025-09-07T06:12:32.8133208Z * [new tag] ciflow/inductor/158932 -> ciflow/inductor/158932 2025-09-07T06:12:32.8133371Z * [new tag] ciflow/inductor/159146 -> ciflow/inductor/159146 2025-09-07T06:12:32.8133537Z * [new tag] ciflow/inductor/159158 -> ciflow/inductor/159158 2025-09-07T06:12:32.8133704Z * [new tag] ciflow/inductor/159274 -> ciflow/inductor/159274 2025-09-07T06:12:32.8133929Z * [new tag] ciflow/inductor/159664 -> ciflow/inductor/159664 2025-09-07T06:12:32.8134091Z * [new tag] ciflow/inductor/159778 -> ciflow/inductor/159778 2025-09-07T06:12:32.8134263Z * [new tag] ciflow/inductor/159835 -> ciflow/inductor/159835 2025-09-07T06:12:32.8134428Z * [new tag] ciflow/inductor/159944 -> ciflow/inductor/159944 2025-09-07T06:12:32.8134588Z * [new tag] ciflow/inductor/160161 -> ciflow/inductor/160161 2025-09-07T06:12:32.8134758Z * [new tag] ciflow/inductor/160174 -> ciflow/inductor/160174 2025-09-07T06:12:32.8134920Z * [new tag] ciflow/inductor/160323 -> ciflow/inductor/160323 2025-09-07T06:12:32.8135082Z * [new tag] ciflow/inductor/160324 -> ciflow/inductor/160324 2025-09-07T06:12:32.8135258Z * [new tag] ciflow/inductor/160325 -> ciflow/inductor/160325 2025-09-07T06:12:32.8135420Z * [new tag] ciflow/inductor/160326 -> ciflow/inductor/160326 2025-09-07T06:12:32.8135583Z * [new tag] ciflow/inductor/160327 -> ciflow/inductor/160327 2025-09-07T06:12:32.8135751Z * [new tag] ciflow/inductor/160328 -> ciflow/inductor/160328 2025-09-07T06:12:32.8135912Z * [new tag] ciflow/inductor/160329 -> ciflow/inductor/160329 2025-09-07T06:12:32.8136070Z * [new tag] ciflow/inductor/160480 -> ciflow/inductor/160480 2025-09-07T06:12:32.8136238Z * [new tag] ciflow/inductor/160532 -> ciflow/inductor/160532 2025-09-07T06:12:32.8136397Z * [new tag] ciflow/inductor/160539 -> ciflow/inductor/160539 2025-09-07T06:12:32.8136554Z * [new tag] ciflow/inductor/160580 -> ciflow/inductor/160580 2025-09-07T06:12:32.8136710Z * [new tag] ciflow/inductor/160685 -> ciflow/inductor/160685 2025-09-07T06:12:32.8136883Z * [new tag] ciflow/inductor/160686 -> ciflow/inductor/160686 2025-09-07T06:12:32.8137042Z * [new tag] ciflow/inductor/160687 -> ciflow/inductor/160687 2025-09-07T06:12:32.8137275Z * [new tag] ciflow/inductor/160688 -> ciflow/inductor/160688 2025-09-07T06:12:32.8137445Z * [new tag] ciflow/inductor/160690 -> ciflow/inductor/160690 2025-09-07T06:12:32.8137604Z * [new tag] ciflow/inductor/160706 -> ciflow/inductor/160706 2025-09-07T06:12:32.8137766Z * [new tag] ciflow/inductor/160729 -> ciflow/inductor/160729 2025-09-07T06:12:32.8137940Z * [new tag] ciflow/inductor/160798 -> ciflow/inductor/160798 2025-09-07T06:12:32.8138101Z * [new tag] ciflow/inductor/160836 -> ciflow/inductor/160836 2025-09-07T06:12:32.8138261Z * [new tag] ciflow/inductor/160843 -> ciflow/inductor/160843 2025-09-07T06:12:32.8138435Z * [new tag] ciflow/inductor/160869 -> ciflow/inductor/160869 2025-09-07T06:12:32.8138596Z * [new tag] ciflow/inductor/160920 -> ciflow/inductor/160920 2025-09-07T06:12:32.8138764Z * [new tag] ciflow/inductor/160943 -> ciflow/inductor/160943 2025-09-07T06:12:32.8138947Z * [new tag] ciflow/inductor/161092 -> ciflow/inductor/161092 2025-09-07T06:12:32.8139109Z * [new tag] ciflow/inductor/161093 -> ciflow/inductor/161093 2025-09-07T06:12:32.8139274Z * [new tag] ciflow/inductor/161109 -> ciflow/inductor/161109 2025-09-07T06:12:32.8139445Z * [new tag] ciflow/inductor/161118 -> ciflow/inductor/161118 2025-09-07T06:12:32.8139675Z * [new tag] ciflow/inductor/161178 -> ciflow/inductor/161178 2025-09-07T06:12:32.8139846Z * [new tag] ciflow/inductor/161246 -> ciflow/inductor/161246 2025-09-07T06:12:32.8140655Z * [new tag] ciflow/inductor/161349 -> ciflow/inductor/161349 2025-09-07T06:12:32.8140829Z * [new tag] ciflow/inductor/161350 -> ciflow/inductor/161350 2025-09-07T06:12:32.8141000Z * [new tag] ciflow/inductor/161351 -> ciflow/inductor/161351 2025-09-07T06:12:32.8141162Z * [new tag] ciflow/inductor/161397 -> ciflow/inductor/161397 2025-09-07T06:12:32.8141335Z * [new tag] ciflow/inductor/161404 -> ciflow/inductor/161404 2025-09-07T06:12:32.8141494Z * [new tag] ciflow/inductor/161405 -> ciflow/inductor/161405 2025-09-07T06:12:32.8141657Z * [new tag] ciflow/inductor/161406 -> ciflow/inductor/161406 2025-09-07T06:12:32.8141825Z * [new tag] ciflow/inductor/161410 -> ciflow/inductor/161410 2025-09-07T06:12:32.8141985Z * [new tag] ciflow/inductor/161414 -> ciflow/inductor/161414 2025-09-07T06:12:32.8142146Z * [new tag] ciflow/inductor/161442 -> ciflow/inductor/161442 2025-09-07T06:12:32.8142317Z * [new tag] ciflow/inductor/161458 -> ciflow/inductor/161458 2025-09-07T06:12:32.8142483Z * [new tag] ciflow/inductor/161468 -> ciflow/inductor/161468 2025-09-07T06:12:32.8142642Z * [new tag] ciflow/inductor/161469 -> ciflow/inductor/161469 2025-09-07T06:12:32.8142808Z * [new tag] ciflow/inductor/161485 -> ciflow/inductor/161485 2025-09-07T06:12:32.8142969Z * [new tag] ciflow/inductor/161499 -> ciflow/inductor/161499 2025-09-07T06:12:32.8143132Z * [new tag] ciflow/inductor/161534 -> ciflow/inductor/161534 2025-09-07T06:12:32.8143299Z * [new tag] ciflow/inductor/161595 -> ciflow/inductor/161595 2025-09-07T06:12:32.8143461Z * [new tag] ciflow/inductor/161596 -> ciflow/inductor/161596 2025-09-07T06:12:32.8143624Z * [new tag] ciflow/inductor/161630 -> ciflow/inductor/161630 2025-09-07T06:12:32.8143783Z * [new tag] ciflow/inductor/161667 -> ciflow/inductor/161667 2025-09-07T06:12:32.8144351Z * [new tag] ciflow/inductor/161670 -> ciflow/inductor/161670 2025-09-07T06:12:32.8144523Z * [new tag] ciflow/inductor/161673 -> ciflow/inductor/161673 2025-09-07T06:12:32.8144688Z * [new tag] ciflow/inductor/161674 -> ciflow/inductor/161674 2025-09-07T06:12:32.8144860Z * [new tag] ciflow/inductor/161675 -> ciflow/inductor/161675 2025-09-07T06:12:32.8145024Z * [new tag] ciflow/inductor/161693 -> ciflow/inductor/161693 2025-09-07T06:12:32.8145185Z * [new tag] ciflow/inductor/161695 -> ciflow/inductor/161695 2025-09-07T06:12:32.8145359Z * [new tag] ciflow/inductor/161715 -> ciflow/inductor/161715 2025-09-07T06:12:32.8145528Z * [new tag] ciflow/inductor/161730 -> ciflow/inductor/161730 2025-09-07T06:12:32.8145690Z * [new tag] ciflow/inductor/161732 -> ciflow/inductor/161732 2025-09-07T06:12:32.8145866Z * [new tag] ciflow/inductor/161744 -> ciflow/inductor/161744 2025-09-07T06:12:32.8146029Z * [new tag] ciflow/inductor/161746 -> ciflow/inductor/161746 2025-09-07T06:12:32.8146194Z * [new tag] ciflow/inductor/161747 -> ciflow/inductor/161747 2025-09-07T06:12:32.8146367Z * [new tag] ciflow/inductor/161819 -> ciflow/inductor/161819 2025-09-07T06:12:32.8146532Z * [new tag] ciflow/inductor/161821 -> ciflow/inductor/161821 2025-09-07T06:12:32.8146692Z * [new tag] ciflow/inductor/161828 -> ciflow/inductor/161828 2025-09-07T06:12:32.8146864Z * [new tag] ciflow/inductor/161879 -> ciflow/inductor/161879 2025-09-07T06:12:32.8147093Z * [new tag] ciflow/inductor/161880 -> ciflow/inductor/161880 2025-09-07T06:12:32.8147255Z * [new tag] ciflow/inductor/161881 -> ciflow/inductor/161881 2025-09-07T06:12:32.8147419Z * [new tag] ciflow/inductor/161907 -> ciflow/inductor/161907 2025-09-07T06:12:32.8147591Z * [new tag] ciflow/inductor/161914 -> ciflow/inductor/161914 2025-09-07T06:12:32.8147751Z * [new tag] ciflow/inductor/161924 -> ciflow/inductor/161924 2025-09-07T06:12:32.8147919Z * [new tag] ciflow/inductor/161936 -> ciflow/inductor/161936 2025-09-07T06:12:32.8148093Z * [new tag] ciflow/inductor/161938 -> ciflow/inductor/161938 2025-09-07T06:12:32.8148263Z * [new tag] ciflow/inductor/161939 -> ciflow/inductor/161939 2025-09-07T06:12:32.8148424Z * [new tag] ciflow/inductor/161940 -> ciflow/inductor/161940 2025-09-07T06:12:32.8148596Z * [new tag] ciflow/inductor/161955 -> ciflow/inductor/161955 2025-09-07T06:12:32.8148755Z * [new tag] ciflow/inductor/161957 -> ciflow/inductor/161957 2025-09-07T06:12:32.8148922Z * [new tag] ciflow/inductor/161975 -> ciflow/inductor/161975 2025-09-07T06:12:32.8149094Z * [new tag] ciflow/inductor/161977 -> ciflow/inductor/161977 2025-09-07T06:12:32.8149256Z * [new tag] ciflow/inductor/161978 -> ciflow/inductor/161978 2025-09-07T06:12:32.8149414Z * [new tag] ciflow/inductor/161979 -> ciflow/inductor/161979 2025-09-07T06:12:32.8149577Z * [new tag] ciflow/inductor/161980 -> ciflow/inductor/161980 2025-09-07T06:12:32.8149738Z * [new tag] ciflow/inductor/161988 -> ciflow/inductor/161988 2025-09-07T06:12:32.8149901Z * [new tag] ciflow/inductor/161994 -> ciflow/inductor/161994 2025-09-07T06:12:32.8150072Z * [new tag] ciflow/inductor/162013 -> ciflow/inductor/162013 2025-09-07T06:12:32.8150230Z * [new tag] ciflow/inductor/162014 -> ciflow/inductor/162014 2025-09-07T06:12:32.8150452Z * [new tag] ciflow/inductor/162017 -> ciflow/inductor/162017 2025-09-07T06:12:32.8150633Z * [new tag] ciflow/inductor/162021 -> ciflow/inductor/162021 2025-09-07T06:12:32.8150792Z * [new tag] ciflow/inductor/162023 -> ciflow/inductor/162023 2025-09-07T06:12:32.8150950Z * [new tag] ciflow/inductor/162027 -> ciflow/inductor/162027 2025-09-07T06:12:32.8151182Z * [new tag] ciflow/inductor/162029 -> ciflow/inductor/162029 2025-09-07T06:12:32.8151357Z * [new tag] ciflow/inductor/162030 -> ciflow/inductor/162030 2025-09-07T06:12:32.8151520Z * [new tag] ciflow/inductor/162031 -> ciflow/inductor/162031 2025-09-07T06:12:32.8151679Z * [new tag] ciflow/inductor/162033 -> ciflow/inductor/162033 2025-09-07T06:12:32.8151850Z * [new tag] ciflow/inductor/162052 -> ciflow/inductor/162052 2025-09-07T06:12:32.8152015Z * [new tag] ciflow/inductor/162053 -> ciflow/inductor/162053 2025-09-07T06:12:32.8152177Z * [new tag] ciflow/inductor/162056 -> ciflow/inductor/162056 2025-09-07T06:12:32.8152355Z * [new tag] ciflow/inductor/162063 -> ciflow/inductor/162063 2025-09-07T06:12:32.8152521Z * [new tag] ciflow/inductor/162066 -> ciflow/inductor/162066 2025-09-07T06:12:32.8152680Z * [new tag] ciflow/inductor/162068 -> ciflow/inductor/162068 2025-09-07T06:12:32.8152846Z * [new tag] ciflow/inductor/162081 -> ciflow/inductor/162081 2025-09-07T06:12:32.8153008Z * [new tag] ciflow/inductor/162088 -> ciflow/inductor/162088 2025-09-07T06:12:32.8153168Z * [new tag] ciflow/inductor/162089 -> ciflow/inductor/162089 2025-09-07T06:12:32.8153405Z * [new tag] ciflow/inductor/162094 -> ciflow/inductor/162094 2025-09-07T06:12:32.8153566Z * [new tag] ciflow/inductor/162098 -> ciflow/inductor/162098 2025-09-07T06:12:32.8153725Z * [new tag] ciflow/inductor/162101 -> ciflow/inductor/162101 2025-09-07T06:12:32.8153891Z * [new tag] ciflow/inductor/162102 -> ciflow/inductor/162102 2025-09-07T06:12:32.8154052Z * [new tag] ciflow/inductor/162104 -> ciflow/inductor/162104 2025-09-07T06:12:32.8154212Z * [new tag] ciflow/inductor/162106 -> ciflow/inductor/162106 2025-09-07T06:12:32.8154378Z * [new tag] ciflow/inductor/162108 -> ciflow/inductor/162108 2025-09-07T06:12:32.8154550Z * [new tag] ciflow/inductor/162126 -> ciflow/inductor/162126 2025-09-07T06:12:32.8154715Z * [new tag] ciflow/inductor/162149 -> ciflow/inductor/162149 2025-09-07T06:12:32.8154879Z * [new tag] ciflow/inductor/162164 -> ciflow/inductor/162164 2025-09-07T06:12:32.8155053Z * [new tag] ciflow/inductor/162166 -> ciflow/inductor/162166 2025-09-07T06:12:32.8155214Z * [new tag] ciflow/inductor/162169 -> ciflow/inductor/162169 2025-09-07T06:12:32.8155377Z * [new tag] ciflow/inductor/162170 -> ciflow/inductor/162170 2025-09-07T06:12:32.8155546Z * [new tag] ciflow/inductor/162171 -> ciflow/inductor/162171 2025-09-07T06:12:32.8155704Z * [new tag] ciflow/inductor/162183 -> ciflow/inductor/162183 2025-09-07T06:12:32.8155866Z * [new tag] ciflow/inductor/162189 -> ciflow/inductor/162189 2025-09-07T06:12:32.8156032Z * [new tag] ciflow/inductor/162190 -> ciflow/inductor/162190 2025-09-07T06:12:32.8156194Z * [new tag] ciflow/inductor/162191 -> ciflow/inductor/162191 2025-09-07T06:12:32.8156357Z * [new tag] ciflow/inductor/162194 -> ciflow/inductor/162194 2025-09-07T06:12:32.8156592Z * [new tag] ciflow/inductor/162200 -> ciflow/inductor/162200 2025-09-07T06:12:32.8156757Z * [new tag] ciflow/inductor/162201 -> ciflow/inductor/162201 2025-09-07T06:12:32.8156925Z * [new tag] ciflow/inductor/162208 -> ciflow/inductor/162208 2025-09-07T06:12:32.8157089Z * [new tag] ciflow/inductor/162211 -> ciflow/inductor/162211 2025-09-07T06:12:32.8157249Z * [new tag] ciflow/inductor/162216 -> ciflow/inductor/162216 2025-09-07T06:12:32.8157409Z * [new tag] ciflow/inductor/162220 -> ciflow/inductor/162220 2025-09-07T06:12:32.8157570Z * [new tag] ciflow/inductor/162222 -> ciflow/inductor/162222 2025-09-07T06:12:32.8157738Z * [new tag] ciflow/inductor/162227 -> ciflow/inductor/162227 2025-09-07T06:12:32.8157898Z * [new tag] ciflow/inductor/162238 -> ciflow/inductor/162238 2025-09-07T06:12:32.8158059Z * [new tag] ciflow/inductor/162239 -> ciflow/inductor/162239 2025-09-07T06:12:32.8158229Z * [new tag] ciflow/inductor/162240 -> ciflow/inductor/162240 2025-09-07T06:12:32.8158394Z * [new tag] ciflow/inductor/162244 -> ciflow/inductor/162244 2025-09-07T06:12:32.8158552Z * [new tag] ciflow/inductor/162245 -> ciflow/inductor/162245 2025-09-07T06:12:32.8158719Z * [new tag] ciflow/inductor/162262 -> ciflow/inductor/162262 2025-09-07T06:12:32.8158880Z * [new tag] ciflow/inductor/162275 -> ciflow/inductor/162275 2025-09-07T06:12:32.8159044Z * [new tag] ciflow/inductor/162278 -> ciflow/inductor/162278 2025-09-07T06:12:32.8159217Z * [new tag] ciflow/inductor/162284 -> ciflow/inductor/162284 2025-09-07T06:12:32.8159441Z * [new tag] ciflow/inductor/162286 -> ciflow/inductor/162286 2025-09-07T06:12:32.8159604Z * [new tag] ciflow/inductor/162288 -> ciflow/inductor/162288 2025-09-07T06:12:32.8159774Z * [new tag] ciflow/inductor/162293 -> ciflow/inductor/162293 2025-09-07T06:12:32.8159932Z * [new tag] ciflow/inductor/162294 -> ciflow/inductor/162294 2025-09-07T06:12:32.8160090Z * [new tag] ciflow/inductor/162295 -> ciflow/inductor/162295 2025-09-07T06:12:32.8160260Z * [new tag] ciflow/inductor/162296 -> ciflow/inductor/162296 2025-09-07T06:12:32.8160425Z * [new tag] ciflow/inductor/162298 -> ciflow/inductor/162298 2025-09-07T06:12:32.8160586Z * [new tag] ciflow/inductor/162307 -> ciflow/inductor/162307 2025-09-07T06:12:32.8160746Z * [new tag] ciflow/inductor/162309 -> ciflow/inductor/162309 2025-09-07T06:12:32.8160919Z * [new tag] ciflow/inductor/162311 -> ciflow/inductor/162311 2025-09-07T06:12:32.8161082Z * [new tag] ciflow/inductor/162312 -> ciflow/inductor/162312 2025-09-07T06:12:32.8161242Z * [new tag] ciflow/inductor/162315 -> ciflow/inductor/162315 2025-09-07T06:12:32.8161411Z * [new tag] ciflow/inductor/162316 -> ciflow/inductor/162316 2025-09-07T06:12:32.8161570Z * [new tag] ciflow/inductor/162318 -> ciflow/inductor/162318 2025-09-07T06:12:32.8161728Z * [new tag] ciflow/inductor/162323 -> ciflow/inductor/162323 2025-09-07T06:12:32.8161898Z * [new tag] ciflow/inductor/162341 -> ciflow/inductor/162341 2025-09-07T06:12:32.8162060Z * [new tag] ciflow/inductor/162345 -> ciflow/inductor/162345 2025-09-07T06:12:32.8162231Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-09-07T06:12:32.8162418Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-09-07T06:12:32.8162650Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-09-07T06:12:32.8162837Z * [new tag] ciflow/linux-aarch64/157994 -> ciflow/linux-aarch64/157994 2025-09-07T06:12:32.8163038Z * [new tag] ciflow/linux-aarch64/159737 -> ciflow/linux-aarch64/159737 2025-09-07T06:12:32.8163224Z * [new tag] ciflow/linux-aarch64/160078 -> ciflow/linux-aarch64/160078 2025-09-07T06:12:32.8163375Z * [new tag] ciflow/mps/157553 -> ciflow/mps/157553 2025-09-07T06:12:32.8163527Z * [new tag] ciflow/mps/157635 -> ciflow/mps/157635 2025-09-07T06:12:32.8163668Z * [new tag] ciflow/mps/161988 -> ciflow/mps/161988 2025-09-07T06:12:32.8163813Z * [new tag] ciflow/mps/162108 -> ciflow/mps/162108 2025-09-07T06:12:32.8163959Z * [new tag] ciflow/mps/162153 -> ciflow/mps/162153 2025-09-07T06:12:32.8164106Z * [new tag] ciflow/mps/162281 -> ciflow/mps/162281 2025-09-07T06:12:32.8164275Z * [new tag] ciflow/nightly/156049 -> ciflow/nightly/156049 2025-09-07T06:12:32.8164437Z * [new tag] ciflow/nightly/158104 -> ciflow/nightly/158104 2025-09-07T06:12:32.8164630Z * [new tag] ciflow/op-benchmark/157994 -> ciflow/op-benchmark/157994 2025-09-07T06:12:32.8164875Z * [new tag] ciflow/periodic-rocm-mi300/161529 -> ciflow/periodic-rocm-mi300/161529 2025-09-07T06:12:32.8165116Z * [new tag] ciflow/periodic-rocm-mi300/161715 -> ciflow/periodic-rocm-mi300/161715 2025-09-07T06:12:32.8165302Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-09-07T06:12:32.8165471Z * [new tag] ciflow/periodic/156703 -> ciflow/periodic/156703 2025-09-07T06:12:32.8165710Z * [new tag] ciflow/periodic/161715 -> ciflow/periodic/161715 2025-09-07T06:12:32.8165883Z * [new tag] ciflow/periodic/162021 -> ciflow/periodic/162021 2025-09-07T06:12:32.8166044Z * [new tag] ciflow/periodic/162323 -> ciflow/periodic/162323 2025-09-07T06:12:32.8166217Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-09-07T06:12:32.8166398Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-09-07T06:12:32.8166558Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-09-07T06:12:32.8166729Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-09-07T06:12:32.8166936Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-09-07T06:12:32.8167147Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-09-07T06:12:32.8167354Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-09-07T06:12:32.8167564Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-09-07T06:12:32.8167764Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-09-07T06:12:32.8167985Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-09-07T06:12:32.8168174Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-09-07T06:12:32.8168349Z * [new tag] ciflow/rocm-mi300/154170 -> ciflow/rocm-mi300/154170 2025-09-07T06:12:32.8168515Z * [new tag] ciflow/rocm-mi300/158747 -> ciflow/rocm-mi300/158747 2025-09-07T06:12:32.8168678Z * [new tag] ciflow/rocm-mi300/159146 -> ciflow/rocm-mi300/159146 2025-09-07T06:12:32.8168849Z * [new tag] ciflow/rocm-mi300/159158 -> ciflow/rocm-mi300/159158 2025-09-07T06:12:32.8169013Z * [new tag] ciflow/rocm-mi300/161715 -> ciflow/rocm-mi300/161715 2025-09-07T06:12:32.8169241Z * [new tag] ciflow/rocm-mi300/161957 -> ciflow/rocm-mi300/161957 2025-09-07T06:12:32.8169411Z * [new tag] ciflow/rocm-mi300/162053 -> ciflow/rocm-mi300/162053 2025-09-07T06:12:32.8169575Z * [new tag] ciflow/rocm-mi300/162056 -> ciflow/rocm-mi300/162056 2025-09-07T06:12:32.8169737Z * [new tag] ciflow/rocm-mi300/162112 -> ciflow/rocm-mi300/162112 2025-09-07T06:12:32.8169905Z * [new tag] ciflow/rocm-mi300/162245 -> ciflow/rocm-mi300/162245 2025-09-07T06:12:32.8170071Z * [new tag] ciflow/rocm-mi300/162278 -> ciflow/rocm-mi300/162278 2025-09-07T06:12:32.8170232Z * [new tag] ciflow/rocm-mi300/162288 -> ciflow/rocm-mi300/162288 2025-09-07T06:12:32.8170404Z * [new tag] ciflow/rocm-mi355/162053 -> ciflow/rocm-mi355/162053 2025-09-07T06:12:32.8170567Z * [new tag] ciflow/rocm-mi355/162056 -> ciflow/rocm-mi355/162056 2025-09-07T06:12:32.8170791Z * [new tag] ciflow/rocm/148492 -> ciflow/rocm/148492 2025-09-07T06:12:32.8170958Z * [new tag] ciflow/rocm/154170 -> ciflow/rocm/154170 2025-09-07T06:12:32.8171138Z * [new tag] ciflow/rocm/156491 -> ciflow/rocm/156491 2025-09-07T06:12:32.8171294Z * [new tag] ciflow/rocm/156592 -> ciflow/rocm/156592 2025-09-07T06:12:32.8171442Z * [new tag] ciflow/rocm/158747 -> ciflow/rocm/158747 2025-09-07T06:12:32.8171641Z * [new tag] ciflow/rocm/159146 -> ciflow/rocm/159146 2025-09-07T06:12:32.8171785Z * [new tag] ciflow/rocm/159158 -> ciflow/rocm/159158 2025-09-07T06:12:32.8171933Z * [new tag] ciflow/rocm/161715 -> ciflow/rocm/161715 2025-09-07T06:12:32.8172156Z * [new tag] ciflow/rocm/161972 -> ciflow/rocm/161972 2025-09-07T06:12:32.8172301Z * [new tag] ciflow/rocm/162052 -> ciflow/rocm/162052 2025-09-07T06:12:32.8172448Z * [new tag] ciflow/rocm/162053 -> ciflow/rocm/162053 2025-09-07T06:12:32.8172595Z * [new tag] ciflow/rocm/162056 -> ciflow/rocm/162056 2025-09-07T06:12:32.8172737Z * [new tag] ciflow/rocm/162112 -> ciflow/rocm/162112 2025-09-07T06:12:32.8172882Z * [new tag] ciflow/rocm/162278 -> ciflow/rocm/162278 2025-09-07T06:12:32.8173040Z * [new tag] ciflow/rocm/162288 -> ciflow/rocm/162288 2025-09-07T06:12:32.8173185Z * [new tag] ciflow/rocm/162305 -> ciflow/rocm/162305 2025-09-07T06:12:32.8173335Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-09-07T06:12:32.8173505Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-09-07T06:12:32.8173992Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-09-07T06:12:32.8174145Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-09-07T06:12:32.8174295Z * [new tag] ciflow/slow/161395 -> ciflow/slow/161395 2025-09-07T06:12:32.8174440Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-09-07T06:12:32.8174587Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-09-07T06:12:32.8174733Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-09-07T06:12:32.8174889Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-09-07T06:12:32.8175038Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-09-07T06:12:32.8175187Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-09-07T06:12:32.8175411Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-09-07T06:12:32.8175559Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-09-07T06:12:32.8175997Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-09-07T06:12:32.8176154Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-09-07T06:12:32.8176301Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-09-07T06:12:32.8176448Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-09-07T06:12:32.8176607Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-09-07T06:12:32.8176756Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-09-07T06:12:32.8177228Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-09-07T06:12:32.8177438Z * [new tag] ciflow/triton_binaries/162329 -> ciflow/triton_binaries/162329 2025-09-07T06:12:32.8177588Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-09-07T06:12:32.8177738Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-09-07T06:12:32.8177893Z * [new tag] ciflow/trunk/148180 -> ciflow/trunk/148180 2025-09-07T06:12:32.8178041Z * [new tag] ciflow/trunk/148328 -> ciflow/trunk/148328 2025-09-07T06:12:32.8178192Z * [new tag] ciflow/trunk/148492 -> ciflow/trunk/148492 2025-09-07T06:12:32.8178348Z * [new tag] ciflow/trunk/148919 -> ciflow/trunk/148919 2025-09-07T06:12:32.8178559Z * [new tag] ciflow/trunk/152624 -> ciflow/trunk/152624 2025-09-07T06:12:32.8178706Z * [new tag] ciflow/trunk/154170 -> ciflow/trunk/154170 2025-09-07T06:12:32.8178859Z * [new tag] ciflow/trunk/154694 -> ciflow/trunk/154694 2025-09-07T06:12:32.8179013Z * [new tag] ciflow/trunk/156049 -> ciflow/trunk/156049 2025-09-07T06:12:32.8179158Z * [new tag] ciflow/trunk/156703 -> ciflow/trunk/156703 2025-09-07T06:12:32.8179308Z * [new tag] ciflow/trunk/156711 -> ciflow/trunk/156711 2025-09-07T06:12:32.8179467Z * [new tag] ciflow/trunk/157432 -> ciflow/trunk/157432 2025-09-07T06:12:32.8179616Z * [new tag] ciflow/trunk/157685 -> ciflow/trunk/157685 2025-09-07T06:12:32.8179765Z * [new tag] ciflow/trunk/157689 -> ciflow/trunk/157689 2025-09-07T06:12:32.8179928Z * [new tag] ciflow/trunk/157699 -> ciflow/trunk/157699 2025-09-07T06:12:32.8180078Z * [new tag] ciflow/trunk/157813 -> ciflow/trunk/157813 2025-09-07T06:12:32.8180230Z * [new tag] ciflow/trunk/157994 -> ciflow/trunk/157994 2025-09-07T06:12:32.8180385Z * [new tag] ciflow/trunk/158091 -> ciflow/trunk/158091 2025-09-07T06:12:32.8180534Z * [new tag] ciflow/trunk/158104 -> ciflow/trunk/158104 2025-09-07T06:12:32.8180681Z * [new tag] ciflow/trunk/158404 -> ciflow/trunk/158404 2025-09-07T06:12:32.8180838Z * [new tag] ciflow/trunk/158647 -> ciflow/trunk/158647 2025-09-07T06:12:32.8180987Z * [new tag] ciflow/trunk/158846 -> ciflow/trunk/158846 2025-09-07T06:12:32.8181131Z * [new tag] ciflow/trunk/159158 -> ciflow/trunk/159158 2025-09-07T06:12:32.8181276Z * [new tag] ciflow/trunk/159682 -> ciflow/trunk/159682 2025-09-07T06:12:32.8181433Z * [new tag] ciflow/trunk/159835 -> ciflow/trunk/159835 2025-09-07T06:12:32.8181641Z * [new tag] ciflow/trunk/160161 -> ciflow/trunk/160161 2025-09-07T06:12:32.8181792Z * [new tag] ciflow/trunk/160236 -> ciflow/trunk/160236 2025-09-07T06:12:32.8181946Z * [new tag] ciflow/trunk/160329 -> ciflow/trunk/160329 2025-09-07T06:12:32.8182092Z * [new tag] ciflow/trunk/160480 -> ciflow/trunk/160480 2025-09-07T06:12:32.8182237Z * [new tag] ciflow/trunk/160532 -> ciflow/trunk/160532 2025-09-07T06:12:32.8182400Z * [new tag] ciflow/trunk/160836 -> ciflow/trunk/160836 2025-09-07T06:12:32.8182545Z * [new tag] ciflow/trunk/160843 -> ciflow/trunk/160843 2025-09-07T06:12:32.8182689Z * [new tag] ciflow/trunk/160869 -> ciflow/trunk/160869 2025-09-07T06:12:32.8182850Z * [new tag] ciflow/trunk/160940 -> ciflow/trunk/160940 2025-09-07T06:12:32.8182993Z * [new tag] ciflow/trunk/160943 -> ciflow/trunk/160943 2025-09-07T06:12:32.8183140Z * [new tag] ciflow/trunk/160953 -> ciflow/trunk/160953 2025-09-07T06:12:32.8183300Z * [new tag] ciflow/trunk/161035 -> ciflow/trunk/161035 2025-09-07T06:12:32.8183448Z * [new tag] ciflow/trunk/161178 -> ciflow/trunk/161178 2025-09-07T06:12:32.8183595Z * [new tag] ciflow/trunk/161349 -> ciflow/trunk/161349 2025-09-07T06:12:32.8183738Z * [new tag] ciflow/trunk/161350 -> ciflow/trunk/161350 2025-09-07T06:12:32.8183892Z * [new tag] ciflow/trunk/161351 -> ciflow/trunk/161351 2025-09-07T06:12:32.8184037Z * [new tag] ciflow/trunk/161395 -> ciflow/trunk/161395 2025-09-07T06:12:32.8184247Z * [new tag] ciflow/trunk/161405 -> ciflow/trunk/161405 2025-09-07T06:12:32.8184401Z * [new tag] ciflow/trunk/161406 -> ciflow/trunk/161406 2025-09-07T06:12:32.8184553Z * [new tag] ciflow/trunk/161410 -> ciflow/trunk/161410 2025-09-07T06:12:32.8184701Z * [new tag] ciflow/trunk/161468 -> ciflow/trunk/161468 2025-09-07T06:12:32.8184857Z * [new tag] ciflow/trunk/161499 -> ciflow/trunk/161499 2025-09-07T06:12:32.8185003Z * [new tag] ciflow/trunk/161527 -> ciflow/trunk/161527 2025-09-07T06:12:32.8185147Z * [new tag] ciflow/trunk/161534 -> ciflow/trunk/161534 2025-09-07T06:12:32.8185299Z * [new tag] ciflow/trunk/161591 -> ciflow/trunk/161591 2025-09-07T06:12:32.8185443Z * [new tag] ciflow/trunk/161595 -> ciflow/trunk/161595 2025-09-07T06:12:32.8185587Z * [new tag] ciflow/trunk/161596 -> ciflow/trunk/161596 2025-09-07T06:12:32.8185746Z * [new tag] ciflow/trunk/161633 -> ciflow/trunk/161633 2025-09-07T06:12:32.8185899Z * [new tag] ciflow/trunk/161634 -> ciflow/trunk/161634 2025-09-07T06:12:32.8186046Z * [new tag] ciflow/trunk/161635 -> ciflow/trunk/161635 2025-09-07T06:12:32.8186202Z * [new tag] ciflow/trunk/161667 -> ciflow/trunk/161667 2025-09-07T06:12:32.8186345Z * [new tag] ciflow/trunk/161670 -> ciflow/trunk/161670 2025-09-07T06:12:32.8186491Z * [new tag] ciflow/trunk/161692 -> ciflow/trunk/161692 2025-09-07T06:12:32.8186636Z * [new tag] ciflow/trunk/161693 -> ciflow/trunk/161693 2025-09-07T06:12:32.8186785Z * [new tag] ciflow/trunk/161695 -> ciflow/trunk/161695 2025-09-07T06:12:32.8186930Z * [new tag] ciflow/trunk/161730 -> ciflow/trunk/161730 2025-09-07T06:12:32.8187077Z * [new tag] ciflow/trunk/161744 -> ciflow/trunk/161744 2025-09-07T06:12:32.8187297Z * [new tag] ciflow/trunk/161749 -> ciflow/trunk/161749 2025-09-07T06:12:32.8187443Z * [new tag] ciflow/trunk/161881 -> ciflow/trunk/161881 2025-09-07T06:12:32.8187589Z * [new tag] ciflow/trunk/161924 -> ciflow/trunk/161924 2025-09-07T06:12:32.8187739Z * [new tag] ciflow/trunk/161926 -> ciflow/trunk/161926 2025-09-07T06:12:32.8187885Z * [new tag] ciflow/trunk/161936 -> ciflow/trunk/161936 2025-09-07T06:12:32.8188027Z * [new tag] ciflow/trunk/161952 -> ciflow/trunk/161952 2025-09-07T06:12:32.8188180Z * [new tag] ciflow/trunk/161955 -> ciflow/trunk/161955 2025-09-07T06:12:32.8188323Z * [new tag] ciflow/trunk/161957 -> ciflow/trunk/161957 2025-09-07T06:12:32.8188471Z * [new tag] ciflow/trunk/161959 -> ciflow/trunk/161959 2025-09-07T06:12:32.8188624Z * [new tag] ciflow/trunk/161977 -> ciflow/trunk/161977 2025-09-07T06:12:32.8188773Z * [new tag] ciflow/trunk/161988 -> ciflow/trunk/161988 2025-09-07T06:12:32.8188917Z * [new tag] ciflow/trunk/161994 -> ciflow/trunk/161994 2025-09-07T06:12:32.8189063Z * [new tag] ciflow/trunk/162007 -> ciflow/trunk/162007 2025-09-07T06:12:32.8189219Z * [new tag] ciflow/trunk/162013 -> ciflow/trunk/162013 2025-09-07T06:12:32.8189363Z * [new tag] ciflow/trunk/162017 -> ciflow/trunk/162017 2025-09-07T06:12:32.8189507Z * [new tag] ciflow/trunk/162021 -> ciflow/trunk/162021 2025-09-07T06:12:32.8189660Z * [new tag] ciflow/trunk/162022 -> ciflow/trunk/162022 2025-09-07T06:12:32.8189870Z * [new tag] ciflow/trunk/162040 -> ciflow/trunk/162040 2025-09-07T06:12:32.8190016Z * [new tag] ciflow/trunk/162041 -> ciflow/trunk/162041 2025-09-07T06:12:32.8190171Z * [new tag] ciflow/trunk/162062 -> ciflow/trunk/162062 2025-09-07T06:12:32.8190315Z * [new tag] ciflow/trunk/162066 -> ciflow/trunk/162066 2025-09-07T06:12:32.8190461Z * [new tag] ciflow/trunk/162089 -> ciflow/trunk/162089 2025-09-07T06:12:32.8190616Z * [new tag] ciflow/trunk/162099 -> ciflow/trunk/162099 2025-09-07T06:12:32.8190766Z * [new tag] ciflow/trunk/162104 -> ciflow/trunk/162104 2025-09-07T06:12:32.8190912Z * [new tag] ciflow/trunk/162106 -> ciflow/trunk/162106 2025-09-07T06:12:32.8191141Z * [new tag] ciflow/trunk/162112 -> ciflow/trunk/162112 2025-09-07T06:12:32.8191290Z * [new tag] ciflow/trunk/162119 -> ciflow/trunk/162119 2025-09-07T06:12:32.8191444Z * [new tag] ciflow/trunk/162142 -> ciflow/trunk/162142 2025-09-07T06:12:32.8191611Z * [new tag] ciflow/trunk/162169 -> ciflow/trunk/162169 2025-09-07T06:12:32.8191762Z * [new tag] ciflow/trunk/162183 -> ciflow/trunk/162183 2025-09-07T06:12:32.8191905Z * [new tag] ciflow/trunk/162190 -> ciflow/trunk/162190 2025-09-07T06:12:32.8192050Z * [new tag] ciflow/trunk/162194 -> ciflow/trunk/162194 2025-09-07T06:12:32.8192206Z * [new tag] ciflow/trunk/162200 -> ciflow/trunk/162200 2025-09-07T06:12:32.8192351Z * [new tag] ciflow/trunk/162206 -> ciflow/trunk/162206 2025-09-07T06:12:32.8192495Z * [new tag] ciflow/trunk/162208 -> ciflow/trunk/162208 2025-09-07T06:12:32.8192651Z * [new tag] ciflow/trunk/162222 -> ciflow/trunk/162222 2025-09-07T06:12:32.8192800Z * [new tag] ciflow/trunk/162238 -> ciflow/trunk/162238 2025-09-07T06:12:32.8192947Z * [new tag] ciflow/trunk/162244 -> ciflow/trunk/162244 2025-09-07T06:12:32.8193181Z * [new tag] ciflow/trunk/162267 -> ciflow/trunk/162267 2025-09-07T06:12:32.8193328Z * [new tag] ciflow/trunk/162269 -> ciflow/trunk/162269 2025-09-07T06:12:32.8193472Z * [new tag] ciflow/trunk/162278 -> ciflow/trunk/162278 2025-09-07T06:12:32.8193623Z * [new tag] ciflow/trunk/162286 -> ciflow/trunk/162286 2025-09-07T06:12:32.8193767Z * [new tag] ciflow/trunk/162288 -> ciflow/trunk/162288 2025-09-07T06:12:32.8193911Z * [new tag] ciflow/trunk/162293 -> ciflow/trunk/162293 2025-09-07T06:12:32.8194069Z * [new tag] ciflow/trunk/162310 -> ciflow/trunk/162310 2025-09-07T06:12:32.8194217Z * [new tag] ciflow/trunk/162311 -> ciflow/trunk/162311 2025-09-07T06:12:32.8194365Z * [new tag] ciflow/trunk/162315 -> ciflow/trunk/162315 2025-09-07T06:12:32.8194514Z * [new tag] ciflow/trunk/162325 -> ciflow/trunk/162325 2025-09-07T06:12:32.8194672Z * [new tag] ciflow/trunk/162328 -> ciflow/trunk/162328 2025-09-07T06:12:32.8194816Z * [new tag] ciflow/trunk/162329 -> ciflow/trunk/162329 2025-09-07T06:12:32.8194965Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-09-07T06:12:32.8195121Z * [new tag] ciflow/vllm/162292 -> ciflow/vllm/162292 2025-09-07T06:12:32.8195288Z * [new tag] ciflow/win-arm64/156049 -> ciflow/win-arm64/156049 2025-09-07T06:12:32.8195451Z * [new tag] ciflow/win-arm64/158104 -> ciflow/win-arm64/158104 2025-09-07T06:12:32.8195603Z * [new tag] ciflow/xpu/157699 -> ciflow/xpu/157699 2025-09-07T06:12:32.8195812Z * [new tag] ciflow/xpu/157994 -> ciflow/xpu/157994 2025-09-07T06:12:32.8195957Z * [new tag] ciflow/xpu/159459 -> ciflow/xpu/159459 2025-09-07T06:12:32.8196110Z * [new tag] ciflow/xpu/159718 -> ciflow/xpu/159718 2025-09-07T06:12:32.8196253Z * [new tag] ciflow/xpu/159944 -> ciflow/xpu/159944 2025-09-07T06:12:32.8196394Z * [new tag] ciflow/xpu/160867 -> ciflow/xpu/160867 2025-09-07T06:12:32.8196545Z * [new tag] ciflow/xpu/160938 -> ciflow/xpu/160938 2025-09-07T06:12:32.8196687Z * [new tag] ciflow/xpu/160940 -> ciflow/xpu/160940 2025-09-07T06:12:32.8196829Z * [new tag] ciflow/xpu/160953 -> ciflow/xpu/160953 2025-09-07T06:12:32.8196979Z * [new tag] ciflow/xpu/161045 -> ciflow/xpu/161045 2025-09-07T06:12:32.8197121Z * [new tag] ciflow/xpu/161058 -> ciflow/xpu/161058 2025-09-07T06:12:32.8197260Z * [new tag] ciflow/xpu/161246 -> ciflow/xpu/161246 2025-09-07T06:12:32.8197407Z * [new tag] ciflow/xpu/161397 -> ciflow/xpu/161397 2025-09-07T06:12:32.8197558Z * [new tag] ciflow/xpu/161485 -> ciflow/xpu/161485 2025-09-07T06:12:32.8197697Z * [new tag] ciflow/xpu/161988 -> ciflow/xpu/161988 2025-09-07T06:12:32.8197836Z * [new tag] ciflow/xpu/162062 -> ciflow/xpu/162062 2025-09-07T06:12:32.8197976Z * [new tag] cslpull75 -> cslpull75 2025-09-07T06:12:32.8198104Z * [new tag] cslpull76 -> cslpull76 2025-09-07T06:12:32.8198226Z * [new tag] cslpull77 -> cslpull77 2025-09-07T06:12:32.8198358Z * [new tag] cslpull78 -> cslpull78 2025-09-07T06:12:32.8198485Z * [new tag] cslpull79 -> cslpull79 2025-09-07T06:12:32.8198605Z * [new tag] cslpull80 -> cslpull80 2025-09-07T06:12:32.8198797Z * [new tag] cslpull81 -> cslpull81 2025-09-07T06:12:32.8198919Z * [new tag] cslpull82 -> cslpull82 2025-09-07T06:12:32.8199043Z * [new tag] cslpull83 -> cslpull83 2025-09-07T06:12:32.8199172Z * [new tag] cslpull84 -> cslpull84 2025-09-07T06:12:32.8199292Z * [new tag] cslpull85 -> cslpull85 2025-09-07T06:12:32.8199412Z * [new tag] cslpull86 -> cslpull86 2025-09-07T06:12:32.8199531Z * [new tag] cslpull87 -> cslpull87 2025-09-07T06:12:32.8199669Z * [new tag] cslpull88 -> cslpull88 2025-09-07T06:12:32.8199793Z * [new tag] cslpull89 -> cslpull89 2025-09-07T06:12:32.8199916Z * [new tag] cslpull90 -> cslpull90 2025-09-07T06:12:32.8200057Z * [new tag] cslpull91 -> cslpull91 2025-09-07T06:12:32.8200186Z * [new tag] cslpull92 -> cslpull92 2025-09-07T06:12:32.8200309Z * [new tag] flight_5 -> flight_5 2025-09-07T06:12:32.8200451Z * [new tag] flight_5.1 -> flight_5.1 2025-09-07T06:12:32.8200575Z * [new tag] flight_5.2 -> flight_5.2 2025-09-07T06:12:32.8200698Z * [new tag] flight_5.3 -> flight_5.3 2025-09-07T06:12:32.8200827Z * [new tag] forpull1 -> forpull1 2025-09-07T06:12:32.8200979Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-09-07T06:12:32.8201194Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-09-07T06:12:32.8201347Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-09-07T06:12:32.8201505Z * [new tag] nightly-binary -> nightly-binary 2025-09-07T06:12:32.8201671Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-09-07T06:12:32.8201813Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-09-07T06:12:32.8202157Z * [new tag] trunk/00636e0171e7e733628c408084805442270cf608 -> trunk/00636e0171e7e733628c408084805442270cf608 2025-09-07T06:12:32.8202510Z * [new tag] trunk/019fed39aa6b2dd8c69347378d53423e5efae8d4 -> trunk/019fed39aa6b2dd8c69347378d53423e5efae8d4 2025-09-07T06:12:32.8202863Z * [new tag] trunk/01ab325cc2e0dc221af4d710974e1b9175066544 -> trunk/01ab325cc2e0dc221af4d710974e1b9175066544 2025-09-07T06:12:32.8203245Z * [new tag] trunk/01edcd4df8bf0c7b4cc2d3ec868bd2059eeea83b -> trunk/01edcd4df8bf0c7b4cc2d3ec868bd2059eeea83b 2025-09-07T06:12:32.8203591Z * [new tag] trunk/040d00af048967dde7938d358d7f5988cbd18388 -> trunk/040d00af048967dde7938d358d7f5988cbd18388 2025-09-07T06:12:32.8203933Z * [new tag] trunk/0447f2d99b4351b2ff129dce6eebb371024f73e5 -> trunk/0447f2d99b4351b2ff129dce6eebb371024f73e5 2025-09-07T06:12:32.8204278Z * [new tag] trunk/047603d35bdc70046216384838d6340feab79bf4 -> trunk/047603d35bdc70046216384838d6340feab79bf4 2025-09-07T06:12:32.8204623Z * [new tag] trunk/06da7c0730b3764f178ec3a90dedf4ffa4202d81 -> trunk/06da7c0730b3764f178ec3a90dedf4ffa4202d81 2025-09-07T06:12:32.8204956Z * [new tag] trunk/081cab045472ce045634548cc6c14a4870641e23 -> trunk/081cab045472ce045634548cc6c14a4870641e23 2025-09-07T06:12:32.8205304Z * [new tag] trunk/09587daf8c9f21f5340f73921ce5f23d1a4a4572 -> trunk/09587daf8c9f21f5340f73921ce5f23d1a4a4572 2025-09-07T06:12:32.8205650Z * [new tag] trunk/09be1890d72cc34fc946965dc4a27736bf0ca8c6 -> trunk/09be1890d72cc34fc946965dc4a27736bf0ca8c6 2025-09-07T06:12:32.8206057Z * [new tag] trunk/09d2f1b6315d6d416fbf452793d65795863ebc66 -> trunk/09d2f1b6315d6d416fbf452793d65795863ebc66 2025-09-07T06:12:32.8206414Z * [new tag] trunk/0af70e2353e1dcda83175fd4834ecb7b63e009e0 -> trunk/0af70e2353e1dcda83175fd4834ecb7b63e009e0 2025-09-07T06:12:32.8206755Z * [new tag] trunk/0c0e056a9e20c17271a6144dd32c0c7e3ba26736 -> trunk/0c0e056a9e20c17271a6144dd32c0c7e3ba26736 2025-09-07T06:12:32.8207109Z * [new tag] trunk/0cd6c56bdfa9178ff61be82ce3b178926ddb64a9 -> trunk/0cd6c56bdfa9178ff61be82ce3b178926ddb64a9 2025-09-07T06:12:32.8207466Z * [new tag] trunk/0d421ace32c1605ee8e452ee1eeb03bd243dd96c -> trunk/0d421ace32c1605ee8e452ee1eeb03bd243dd96c 2025-09-07T06:12:32.8207819Z * [new tag] trunk/0d71a9dd5b4b6d1dde58d91c9b71d96bc6a6a171 -> trunk/0d71a9dd5b4b6d1dde58d91c9b71d96bc6a6a171 2025-09-07T06:12:32.8208162Z * [new tag] trunk/0d84ff3b78f55492d3d4708458c92d776274939e -> trunk/0d84ff3b78f55492d3d4708458c92d776274939e 2025-09-07T06:12:32.8208512Z * [new tag] trunk/0f45aaf4414048b17d720d0915ce221a8de8ec63 -> trunk/0f45aaf4414048b17d720d0915ce221a8de8ec63 2025-09-07T06:12:32.8208876Z * [new tag] trunk/0ff8eabf1387de5acd6712a03bda61f1a3dfa27f -> trunk/0ff8eabf1387de5acd6712a03bda61f1a3dfa27f 2025-09-07T06:12:32.8209215Z * [new tag] trunk/104f2680e03d13a4765ca69f905d8f16fc0c822f -> trunk/104f2680e03d13a4765ca69f905d8f16fc0c822f 2025-09-07T06:12:32.8209561Z * [new tag] trunk/12814701555d3e41dfcdf8f9273af5821e322df0 -> trunk/12814701555d3e41dfcdf8f9273af5821e322df0 2025-09-07T06:12:32.8209901Z * [new tag] trunk/13b65196db422bdb394cb482e208c61ed448898c -> trunk/13b65196db422bdb394cb482e208c61ed448898c 2025-09-07T06:12:32.8210330Z * [new tag] trunk/13d66e2a66eceed14b8a8f5a971087df4f688a46 -> trunk/13d66e2a66eceed14b8a8f5a971087df4f688a46 2025-09-07T06:12:32.8210682Z * [new tag] trunk/145a3a7bda15e3963a33eb1b54bba5d4a270b225 -> trunk/145a3a7bda15e3963a33eb1b54bba5d4a270b225 2025-09-07T06:12:32.8211013Z * [new tag] trunk/146371483318e17929daefd37c8e459d9d6d47bb -> trunk/146371483318e17929daefd37c8e459d9d6d47bb 2025-09-07T06:12:32.8211369Z * [new tag] trunk/15c77a8cfd341e74fd124b077492ef2bfa51b339 -> trunk/15c77a8cfd341e74fd124b077492ef2bfa51b339 2025-09-07T06:12:32.8211720Z * [new tag] trunk/17fa8eec4a1e32939ab4d364ee6e75487a79b654 -> trunk/17fa8eec4a1e32939ab4d364ee6e75487a79b654 2025-09-07T06:12:32.8212064Z * [new tag] trunk/190c391a28845a14df26abb228d26aa813efb20c -> trunk/190c391a28845a14df26abb228d26aa813efb20c 2025-09-07T06:12:32.8212420Z * [new tag] trunk/1a588ace4667bde1331fbd8ed957157dca5cee68 -> trunk/1a588ace4667bde1331fbd8ed957157dca5cee68 2025-09-07T06:12:32.8212772Z * [new tag] trunk/1aa7476885e8f6e7b0ec3a5b6383aad9d3f343e7 -> trunk/1aa7476885e8f6e7b0ec3a5b6383aad9d3f343e7 2025-09-07T06:12:32.8213118Z * [new tag] trunk/1aeb421c342c9e9607842f4c87cb46e8e816ee53 -> trunk/1aeb421c342c9e9607842f4c87cb46e8e816ee53 2025-09-07T06:12:32.8213473Z * [new tag] trunk/1c1b28d5b6a942fafe23b2f09302d93c25226d4a -> trunk/1c1b28d5b6a942fafe23b2f09302d93c25226d4a 2025-09-07T06:12:32.8213833Z * [new tag] trunk/1ebd70d0c0d562d3be9abdee2a21906584af7d99 -> trunk/1ebd70d0c0d562d3be9abdee2a21906584af7d99 2025-09-07T06:12:32.8214187Z * [new tag] trunk/1ec2c15914da4ef7bd926ed9aebc8671c75fe965 -> trunk/1ec2c15914da4ef7bd926ed9aebc8671c75fe965 2025-09-07T06:12:32.8214540Z * [new tag] trunk/1f51056bd64e73d1aa81321bc3c098575b1bc78a -> trunk/1f51056bd64e73d1aa81321bc3c098575b1bc78a 2025-09-07T06:12:32.8214881Z * [new tag] trunk/1f820de639c75a1562d3fb03f160439f853ae07b -> trunk/1f820de639c75a1562d3fb03f160439f853ae07b 2025-09-07T06:12:32.8215284Z * [new tag] trunk/204697f0e695d82894c5010fbec664c4391f90cc -> trunk/204697f0e695d82894c5010fbec664c4391f90cc 2025-09-07T06:12:32.8215633Z * [new tag] trunk/20629b1619fe636227d01fc85ba221daa7185a05 -> trunk/20629b1619fe636227d01fc85ba221daa7185a05 2025-09-07T06:12:32.8215982Z * [new tag] trunk/20b47acef845e9c4f71da9429a396d293f50ebe7 -> trunk/20b47acef845e9c4f71da9429a396d293f50ebe7 2025-09-07T06:12:32.8216326Z * [new tag] trunk/20bfb2539d7c5250379648eda35f80b8a7d642dd -> trunk/20bfb2539d7c5250379648eda35f80b8a7d642dd 2025-09-07T06:12:32.8216684Z * [new tag] trunk/21fae99c180d17def562797ea0fb154d8fdf88e3 -> trunk/21fae99c180d17def562797ea0fb154d8fdf88e3 2025-09-07T06:12:32.8217033Z * [new tag] trunk/248355faf53f9f7ba2fd0a367d59600c6d991e7f -> trunk/248355faf53f9f7ba2fd0a367d59600c6d991e7f 2025-09-07T06:12:32.8217383Z * [new tag] trunk/25f4aaed9ec26f39c13862323ff8582006473d23 -> trunk/25f4aaed9ec26f39c13862323ff8582006473d23 2025-09-07T06:12:32.8217741Z * [new tag] trunk/261a84a1764412f8e659c956e3f81997ec3de9d5 -> trunk/261a84a1764412f8e659c956e3f81997ec3de9d5 2025-09-07T06:12:32.8218082Z * [new tag] trunk/28f4ab0737937858730f29f5c4e601e109cf9d5f -> trunk/28f4ab0737937858730f29f5c4e601e109cf9d5f 2025-09-07T06:12:32.8218434Z * [new tag] trunk/291cd11f2d5df6f48d348cce0e4e762f274f4dc4 -> trunk/291cd11f2d5df6f48d348cce0e4e762f274f4dc4 2025-09-07T06:12:32.8218777Z * [new tag] trunk/29280864d941e6108ab57f7298f520c0cf9696e9 -> trunk/29280864d941e6108ab57f7298f520c0cf9696e9 2025-09-07T06:12:32.8219119Z * [new tag] trunk/2a45837e98c63cae9d1a2e2133a727b829e549d5 -> trunk/2a45837e98c63cae9d1a2e2133a727b829e549d5 2025-09-07T06:12:32.8219536Z * [new tag] trunk/2a5c0785e2f975697fd7bdf1411de6e03dcaa1ef -> trunk/2a5c0785e2f975697fd7bdf1411de6e03dcaa1ef 2025-09-07T06:12:32.8219888Z * [new tag] trunk/2b8a83901c58a0858ea9e4ce00055f48e6ed164c -> trunk/2b8a83901c58a0858ea9e4ce00055f48e6ed164c 2025-09-07T06:12:32.8220224Z * [new tag] trunk/2ba65472dd54488a86a50326ea990195fc6732d6 -> trunk/2ba65472dd54488a86a50326ea990195fc6732d6 2025-09-07T06:12:32.8220582Z * [new tag] trunk/2c03f0acc53ed13fe8ebfe809129f25996e009a0 -> trunk/2c03f0acc53ed13fe8ebfe809129f25996e009a0 2025-09-07T06:12:32.8220934Z * [new tag] trunk/2dd529df0092799f68ee7afcf52338276906706a -> trunk/2dd529df0092799f68ee7afcf52338276906706a 2025-09-07T06:12:32.8221289Z * [new tag] trunk/2f6b4b1ad3f82bb3bd984f6e65744ea339ffb8b5 -> trunk/2f6b4b1ad3f82bb3bd984f6e65744ea339ffb8b5 2025-09-07T06:12:32.8221630Z * [new tag] trunk/2fa0520a64ed8aa734a56c4d124958f0b5711ca8 -> trunk/2fa0520a64ed8aa734a56c4d124958f0b5711ca8 2025-09-07T06:12:32.8221999Z * [new tag] trunk/302df2ac5dc4222294c09d48804a2dddb8f4bad8 -> trunk/302df2ac5dc4222294c09d48804a2dddb8f4bad8 2025-09-07T06:12:32.8222345Z * [new tag] trunk/33028597bfa2e0178e28c8cce33cb9b3800cac43 -> trunk/33028597bfa2e0178e28c8cce33cb9b3800cac43 2025-09-07T06:12:32.8222673Z * [new tag] trunk/34aa78274d6770086025a967fa63a86830e08176 -> trunk/34aa78274d6770086025a967fa63a86830e08176 2025-09-07T06:12:32.8223021Z * [new tag] trunk/3559c354ce6a14d11fe29fb12fa2747a2f2af449 -> trunk/3559c354ce6a14d11fe29fb12fa2747a2f2af449 2025-09-07T06:12:32.8223376Z * [new tag] trunk/36d207fcaaede0d1e58a5168084c307b32b6fd8b -> trunk/36d207fcaaede0d1e58a5168084c307b32b6fd8b 2025-09-07T06:12:32.8223712Z * [new tag] trunk/377033757ae5ca524ea842f1b0a5f446ed3d8fe0 -> trunk/377033757ae5ca524ea842f1b0a5f446ed3d8fe0 2025-09-07T06:12:32.8224056Z * [new tag] trunk/3771380f83fcac154a7c89ad679311d8c4818287 -> trunk/3771380f83fcac154a7c89ad679311d8c4818287 2025-09-07T06:12:32.8224460Z * [new tag] trunk/3a207816cc569f78863d86c01f2a3d265350e39f -> trunk/3a207816cc569f78863d86c01f2a3d265350e39f 2025-09-07T06:12:32.8224807Z * [new tag] trunk/3a20a20e7065ec927fdd216d4da3b04f879b3c67 -> trunk/3a20a20e7065ec927fdd216d4da3b04f879b3c67 2025-09-07T06:12:32.8225168Z * [new tag] trunk/3bbc2e3e4f025523eaa5dbff220b3e96bca608d0 -> trunk/3bbc2e3e4f025523eaa5dbff220b3e96bca608d0 2025-09-07T06:12:32.8225516Z * [new tag] trunk/3c0ff1b569c45cfa6935ad8031a9d4cf1551aa3f -> trunk/3c0ff1b569c45cfa6935ad8031a9d4cf1551aa3f 2025-09-07T06:12:32.8225867Z * [new tag] trunk/3c45af079afc92a03b03ddf4f9198902ffcf30cf -> trunk/3c45af079afc92a03b03ddf4f9198902ffcf30cf 2025-09-07T06:12:32.8226226Z * [new tag] trunk/3dde5d7f9bf80dd6623a712bc429e9e4302464b5 -> trunk/3dde5d7f9bf80dd6623a712bc429e9e4302464b5 2025-09-07T06:12:32.8226575Z * [new tag] trunk/403a3a393cda7e60f503f3b04b8805a845dcf45d -> trunk/403a3a393cda7e60f503f3b04b8805a845dcf45d 2025-09-07T06:12:32.8226999Z * [new tag] trunk/420c52ecf36f86d32da0853bfbe074b682b070aa -> trunk/420c52ecf36f86d32da0853bfbe074b682b070aa 2025-09-07T06:12:32.8227395Z * [new tag] trunk/43b7c86a2c0f91320f5c5f4827b111edff06fdb6 -> trunk/43b7c86a2c0f91320f5c5f4827b111edff06fdb6 2025-09-07T06:12:32.8227736Z * [new tag] trunk/451ed931562ec8b46d1f7e6c266a68132a119336 -> trunk/451ed931562ec8b46d1f7e6c266a68132a119336 2025-09-07T06:12:32.8228073Z * [new tag] trunk/480c7391126656154318fabf1d57ebc01e196e63 -> trunk/480c7391126656154318fabf1d57ebc01e196e63 2025-09-07T06:12:32.8228431Z * [new tag] trunk/48bedd753da22634aa94fbafeb731e82025404f3 -> trunk/48bedd753da22634aa94fbafeb731e82025404f3 2025-09-07T06:12:32.8228767Z * [new tag] trunk/494878a11b79071ada0b98f34042d47155be6d1c -> trunk/494878a11b79071ada0b98f34042d47155be6d1c 2025-09-07T06:12:32.8229203Z * [new tag] trunk/4ae57d448c0a7d37e4cfd5c27d977fad2cef4051 -> trunk/4ae57d448c0a7d37e4cfd5c27d977fad2cef4051 2025-09-07T06:12:32.8229552Z * [new tag] trunk/4cdaf8265d86f984254b62052da8c26ef61ef1cf -> trunk/4cdaf8265d86f984254b62052da8c26ef61ef1cf 2025-09-07T06:12:32.8229915Z * [new tag] trunk/4d4abec80f03cd8fdefe1d9cb3a60d3690cd777e -> trunk/4d4abec80f03cd8fdefe1d9cb3a60d3690cd777e 2025-09-07T06:12:32.8230275Z * [new tag] trunk/4e42aa8ffc44b8340eb0eeaf80a2cafc4763a186 -> trunk/4e42aa8ffc44b8340eb0eeaf80a2cafc4763a186 2025-09-07T06:12:32.8230627Z * [new tag] trunk/4f72d932feee0749397fec876dcd43994f50b215 -> trunk/4f72d932feee0749397fec876dcd43994f50b215 2025-09-07T06:12:32.8230978Z * [new tag] trunk/50fc22dedf3c4a27be61fa05551c4f320281b42d -> trunk/50fc22dedf3c4a27be61fa05551c4f320281b42d 2025-09-07T06:12:32.8231415Z * [new tag] trunk/5211f1f908907ffc064b56e43cf8659f7fc22aa9 -> trunk/5211f1f908907ffc064b56e43cf8659f7fc22aa9 2025-09-07T06:12:32.8231781Z * [new tag] trunk/524b78d4f67045b83bb69edc56ab16efe282971c -> trunk/524b78d4f67045b83bb69edc56ab16efe282971c 2025-09-07T06:12:32.8232138Z * [new tag] trunk/54e275e0d81fe1e1ccfa4fb5f2a5a9aaca00ca15 -> trunk/54e275e0d81fe1e1ccfa4fb5f2a5a9aaca00ca15 2025-09-07T06:12:32.8232510Z * [new tag] trunk/5561e45758d59c94605873d5db48ed459c004c3b -> trunk/5561e45758d59c94605873d5db48ed459c004c3b 2025-09-07T06:12:32.8232898Z * [new tag] trunk/57278d45f046d4f89f45d373b1af4dd56934ff24 -> trunk/57278d45f046d4f89f45d373b1af4dd56934ff24 2025-09-07T06:12:32.8233233Z * [new tag] trunk/5927a70934ccf7b70182d364c23245a7dd685503 -> trunk/5927a70934ccf7b70182d364c23245a7dd685503 2025-09-07T06:12:32.8233577Z * [new tag] trunk/5985e28912aeb40b103ebfcf2fd0665eb4a50599 -> trunk/5985e28912aeb40b103ebfcf2fd0665eb4a50599 2025-09-07T06:12:32.8233947Z * [new tag] trunk/5a2da090ed6db88bb657c4e51ec0b310cd08bff6 -> trunk/5a2da090ed6db88bb657c4e51ec0b310cd08bff6 2025-09-07T06:12:32.8234371Z * [new tag] trunk/5c473e9f5ee0ef0fc38e6cf34a95b547f8cdc8d5 -> trunk/5c473e9f5ee0ef0fc38e6cf34a95b547f8cdc8d5 2025-09-07T06:12:32.8234710Z * [new tag] trunk/5c67426d6847667a7c55a2dd01f470fa37238c18 -> trunk/5c67426d6847667a7c55a2dd01f470fa37238c18 2025-09-07T06:12:32.8235060Z * [new tag] trunk/5da573c42c332bc68d4b7946c69f690a876d951a -> trunk/5da573c42c332bc68d4b7946c69f690a876d951a 2025-09-07T06:12:32.8235402Z * [new tag] trunk/5e5870e858f60ff4bf87d03f3592097e934a9580 -> trunk/5e5870e858f60ff4bf87d03f3592097e934a9580 2025-09-07T06:12:32.8235756Z * [new tag] trunk/5f3cbc9442aa55b5afb29f4ac8ca9be569003e84 -> trunk/5f3cbc9442aa55b5afb29f4ac8ca9be569003e84 2025-09-07T06:12:32.8236118Z * [new tag] trunk/600c25e9a17fe56e3dee872be8854db08916ba0c -> trunk/600c25e9a17fe56e3dee872be8854db08916ba0c 2025-09-07T06:12:32.8236477Z * [new tag] trunk/601ae8e4831fc8123fffcfb8fd2e6b6381b42e14 -> trunk/601ae8e4831fc8123fffcfb8fd2e6b6381b42e14 2025-09-07T06:12:32.8236819Z * [new tag] trunk/6087ef41e54c2494b117ffd923faf20f515a6806 -> trunk/6087ef41e54c2494b117ffd923faf20f515a6806 2025-09-07T06:12:32.8237178Z * [new tag] trunk/626cb7df8161dd4ecb4fe43b60f37ce9076f56b1 -> trunk/626cb7df8161dd4ecb4fe43b60f37ce9076f56b1 2025-09-07T06:12:32.8237523Z * [new tag] trunk/62c3f9a97fd3dea7132a93066d32d893ffe101e6 -> trunk/62c3f9a97fd3dea7132a93066d32d893ffe101e6 2025-09-07T06:12:32.8237885Z * [new tag] trunk/63a9c23fe99eacfd09610c36dfe8f01b053c1a35 -> trunk/63a9c23fe99eacfd09610c36dfe8f01b053c1a35 2025-09-07T06:12:32.8238217Z * [new tag] trunk/65985937d97505f648b6ed852c3129f2dd08b251 -> trunk/65985937d97505f648b6ed852c3129f2dd08b251 2025-09-07T06:12:32.8238621Z * [new tag] trunk/66f3b4a682a6153517dd23369fdc3289b6494b07 -> trunk/66f3b4a682a6153517dd23369fdc3289b6494b07 2025-09-07T06:12:32.8238962Z * [new tag] trunk/6737e2c996990024187ba620d2764f3b6f6add2c -> trunk/6737e2c996990024187ba620d2764f3b6f6add2c 2025-09-07T06:12:32.8239303Z * [new tag] trunk/67c31dcd364f10072a55f4a30ffd1151c686283a -> trunk/67c31dcd364f10072a55f4a30ffd1151c686283a 2025-09-07T06:12:32.8239648Z * [new tag] trunk/68738beff73e9c3512e18b4edea811a897ce42db -> trunk/68738beff73e9c3512e18b4edea811a897ce42db 2025-09-07T06:12:32.8239988Z * [new tag] trunk/69a25f68884a168550695fdb1a7c310c54d29536 -> trunk/69a25f68884a168550695fdb1a7c310c54d29536 2025-09-07T06:12:32.8240323Z * [new tag] trunk/6b1900c22f1a07b9519346898d4c71d8a2b0f12f -> trunk/6b1900c22f1a07b9519346898d4c71d8a2b0f12f 2025-09-07T06:12:32.8240667Z * [new tag] trunk/6b8b3ac4403f771bd4a8f9a45d93347304148774 -> trunk/6b8b3ac4403f771bd4a8f9a45d93347304148774 2025-09-07T06:12:32.8241016Z * [new tag] trunk/6f7608d603834d6068b2e7a5d59bec3973b6bb1b -> trunk/6f7608d603834d6068b2e7a5d59bec3973b6bb1b 2025-09-07T06:12:32.8241350Z * [new tag] trunk/70d36e047dfb3488fd6335016711a784d810ebda -> trunk/70d36e047dfb3488fd6335016711a784d810ebda 2025-09-07T06:12:32.8241689Z * [new tag] trunk/71992dd805ff9d6763f77214dfe8b0465e88c87b -> trunk/71992dd805ff9d6763f77214dfe8b0465e88c87b 2025-09-07T06:12:32.8242050Z * [new tag] trunk/734ce8eba9c69381f187359bf0fef1d71d84cd20 -> trunk/734ce8eba9c69381f187359bf0fef1d71d84cd20 2025-09-07T06:12:32.8242396Z * [new tag] trunk/73eb4511fb863a37944342b7e92aae706de603c8 -> trunk/73eb4511fb863a37944342b7e92aae706de603c8 2025-09-07T06:12:32.8242745Z * [new tag] trunk/75bc23cfc345bd4c05e7f97c416c4b3d2d1fa64b -> trunk/75bc23cfc345bd4c05e7f97c416c4b3d2d1fa64b 2025-09-07T06:12:32.8243088Z * [new tag] trunk/771f369448321a387f2018535bc8b8b6e5f12fab -> trunk/771f369448321a387f2018535bc8b8b6e5f12fab 2025-09-07T06:12:32.8243496Z * [new tag] trunk/789d4942127143f2adcb53612c058ce4c9a2cf20 -> trunk/789d4942127143f2adcb53612c058ce4c9a2cf20 2025-09-07T06:12:32.8243831Z * [new tag] trunk/791eff96c85678c950888f9da24650083ee673fe -> trunk/791eff96c85678c950888f9da24650083ee673fe 2025-09-07T06:12:32.8244188Z * [new tag] trunk/793fc12aff1f69fbbf9f4278182fb52bbe350fc9 -> trunk/793fc12aff1f69fbbf9f4278182fb52bbe350fc9 2025-09-07T06:12:32.8244537Z * [new tag] trunk/79fcd5247a9a129eee526a14df30bfc6a22b3f01 -> trunk/79fcd5247a9a129eee526a14df30bfc6a22b3f01 2025-09-07T06:12:32.8244877Z * [new tag] trunk/7f4ff79210eb06924f223ae3a1941ee0e2635348 -> trunk/7f4ff79210eb06924f223ae3a1941ee0e2635348 2025-09-07T06:12:32.8245220Z * [new tag] trunk/8076a185c85112be62be292eb47409c88a585b1c -> trunk/8076a185c85112be62be292eb47409c88a585b1c 2025-09-07T06:12:32.8245560Z * [new tag] trunk/80dd397f1979371a5583fa3d5c7352029522a78d -> trunk/80dd397f1979371a5583fa3d5c7352029522a78d 2025-09-07T06:12:32.8245885Z * [new tag] trunk/8171d6052ec12628eb67e0040839314056014429 -> trunk/8171d6052ec12628eb67e0040839314056014429 2025-09-07T06:12:32.8246254Z * [new tag] trunk/81aeefa657b7ccc26b275c50a9f33b2f056e8071 -> trunk/81aeefa657b7ccc26b275c50a9f33b2f056e8071 2025-09-07T06:12:32.8246593Z * [new tag] trunk/81b7b16618bda250ce55982894a83dc0805eb64c -> trunk/81b7b16618bda250ce55982894a83dc0805eb64c 2025-09-07T06:12:32.8246939Z * [new tag] trunk/827f0d405448de31f79d1089f7d7fceab2f87895 -> trunk/827f0d405448de31f79d1089f7d7fceab2f87895 2025-09-07T06:12:32.8247296Z * [new tag] trunk/82f63c8f6de63c30132a8ac299b6e8c2fd0d3fe8 -> trunk/82f63c8f6de63c30132a8ac299b6e8c2fd0d3fe8 2025-09-07T06:12:32.8247708Z * [new tag] trunk/850e1382a9c56bfde18af09d3e72352d775e9435 -> trunk/850e1382a9c56bfde18af09d3e72352d775e9435 2025-09-07T06:12:32.8248051Z * [new tag] trunk/8678d831c48e616b717bff50f2d03141d2e9f965 -> trunk/8678d831c48e616b717bff50f2d03141d2e9f965 2025-09-07T06:12:32.8248403Z * [new tag] trunk/869cbcc16e489a4f5a14a93d5779b0ea86061c60 -> trunk/869cbcc16e489a4f5a14a93d5779b0ea86061c60 2025-09-07T06:12:32.8248751Z * [new tag] trunk/8703debf669bc2238211bfd039f4ecdd8228b7f7 -> trunk/8703debf669bc2238211bfd039f4ecdd8228b7f7 2025-09-07T06:12:32.8249098Z * [new tag] trunk/874069fbe46e82da5cfa405e6c0deb12e89ff608 -> trunk/874069fbe46e82da5cfa405e6c0deb12e89ff608 2025-09-07T06:12:32.8249450Z * [new tag] trunk/8875d6e394da2fffd04f31b28bf258c94d4776a3 -> trunk/8875d6e394da2fffd04f31b28bf258c94d4776a3 2025-09-07T06:12:32.8249790Z * [new tag] trunk/88d94d17e8c5155451393afa6eb3bab48ab61c16 -> trunk/88d94d17e8c5155451393afa6eb3bab48ab61c16 2025-09-07T06:12:32.8250130Z * [new tag] trunk/890626632def7e0ef95a2d01e87a0e4627824a9f -> trunk/890626632def7e0ef95a2d01e87a0e4627824a9f 2025-09-07T06:12:32.8250496Z * [new tag] trunk/8975cda2520b7b1b5bc3b4d8213edf261fa82570 -> trunk/8975cda2520b7b1b5bc3b4d8213edf261fa82570 2025-09-07T06:12:32.8250837Z * [new tag] trunk/89d41d3f61d04f14730ec26f008a59bef6624610 -> trunk/89d41d3f61d04f14730ec26f008a59bef6624610 2025-09-07T06:12:32.8251185Z * [new tag] trunk/8bb213b6d599ef1273fe52f9b1f6d476056c3a41 -> trunk/8bb213b6d599ef1273fe52f9b1f6d476056c3a41 2025-09-07T06:12:32.8251542Z * [new tag] trunk/8e23a1227b5fb2e39afaa7d57c075a75b640a5af -> trunk/8e23a1227b5fb2e39afaa7d57c075a75b640a5af 2025-09-07T06:12:32.8251891Z * [new tag] trunk/8ec551bb354ab2b85fbbba9d461740a20366d248 -> trunk/8ec551bb354ab2b85fbbba9d461740a20366d248 2025-09-07T06:12:32.8252247Z * [new tag] trunk/8fd3c9ce919c8d5c645fd348bba517e948cbc29d -> trunk/8fd3c9ce919c8d5c645fd348bba517e948cbc29d 2025-09-07T06:12:32.8252660Z * [new tag] trunk/90f50f7e68e120d9574e6e3189e37b4280010ad9 -> trunk/90f50f7e68e120d9574e6e3189e37b4280010ad9 2025-09-07T06:12:32.8253011Z * [new tag] trunk/91f0bcf43fc0bc743350d491ac63b77e92054ac9 -> trunk/91f0bcf43fc0bc743350d491ac63b77e92054ac9 2025-09-07T06:12:32.8253349Z * [new tag] trunk/92576a594b8121f6b0b1b5a3ea16d08792fc68ab -> trunk/92576a594b8121f6b0b1b5a3ea16d08792fc68ab 2025-09-07T06:12:32.8253702Z * [new tag] trunk/92a43025e0baa1f2ce345f28d22913b518a1ab9d -> trunk/92a43025e0baa1f2ce345f28d22913b518a1ab9d 2025-09-07T06:12:32.8254044Z * [new tag] trunk/93fb23d6fae7c4e82c4239a1033e522088742634 -> trunk/93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:12:32.8254391Z * [new tag] trunk/9458d1ac3bd70c2af316a8ba95d2c6c9c1199c9c -> trunk/9458d1ac3bd70c2af316a8ba95d2c6c9c1199c9c 2025-09-07T06:12:32.8254744Z * [new tag] trunk/9480cdc0b61488c89a23c2f64f43b2dcedc8728e -> trunk/9480cdc0b61488c89a23c2f64f43b2dcedc8728e 2025-09-07T06:12:32.8255088Z * [new tag] trunk/9491d289b329e4ba4a9f5f5b1be7960671bb7840 -> trunk/9491d289b329e4ba4a9f5f5b1be7960671bb7840 2025-09-07T06:12:32.8255421Z * [new tag] trunk/9499c8761cd2067feb9877414e818f6fd00290f1 -> trunk/9499c8761cd2067feb9877414e818f6fd00290f1 2025-09-07T06:12:32.8255781Z * [new tag] trunk/95ee0bfea99d3d346d6502b91b497d2b35795504 -> trunk/95ee0bfea99d3d346d6502b91b497d2b35795504 2025-09-07T06:12:32.8256123Z * [new tag] trunk/98374612fc2febd686be20761e56bdc2424bc36a -> trunk/98374612fc2febd686be20761e56bdc2424bc36a 2025-09-07T06:12:32.8256467Z * [new tag] trunk/98efc9e93d8fc61eb53cb91378443617cb550500 -> trunk/98efc9e93d8fc61eb53cb91378443617cb550500 2025-09-07T06:12:32.8257315Z * [new tag] trunk/994f2a5dbcbdc915da39bf6f6ce4d1f5e74835c9 -> trunk/994f2a5dbcbdc915da39bf6f6ce4d1f5e74835c9 2025-09-07T06:12:32.8257661Z * [new tag] trunk/99f356fa58c8d726cef022d8710f5491291158f6 -> trunk/99f356fa58c8d726cef022d8710f5491291158f6 2025-09-07T06:12:32.8258013Z * [new tag] trunk/9a1c5c0a078b94d13ac5c1ae0d754d19fb73bf99 -> trunk/9a1c5c0a078b94d13ac5c1ae0d754d19fb73bf99 2025-09-07T06:12:32.8258377Z * [new tag] trunk/9a665ca3c472384e9d722bddba79e5a7680f1abd -> trunk/9a665ca3c472384e9d722bddba79e5a7680f1abd 2025-09-07T06:12:32.8258717Z * [new tag] trunk/9aedb3cd87b52160872173c177f61053d97bed57 -> trunk/9aedb3cd87b52160872173c177f61053d97bed57 2025-09-07T06:12:32.8259059Z * [new tag] trunk/9b81fe281da41f2421506339d26b027a468902f4 -> trunk/9b81fe281da41f2421506339d26b027a468902f4 2025-09-07T06:12:32.8259428Z * [new tag] trunk/9bdcee01f86e2969cff1140cdecfca13cb51816e -> trunk/9bdcee01f86e2969cff1140cdecfca13cb51816e 2025-09-07T06:12:32.8259780Z * [new tag] trunk/9c03d6be87eedc06e524e202e07a7e776551a839 -> trunk/9c03d6be87eedc06e524e202e07a7e776551a839 2025-09-07T06:12:32.8260124Z * [new tag] trunk/9c957723a0fedd9c637e63e023a613019e2cab60 -> trunk/9c957723a0fedd9c637e63e023a613019e2cab60 2025-09-07T06:12:32.8260475Z * [new tag] trunk/9e5247f51d81735e5f1e65e80588985fa93bccc5 -> trunk/9e5247f51d81735e5f1e65e80588985fa93bccc5 2025-09-07T06:12:32.8260827Z * [new tag] trunk/9eadb37cdd699f7e8e8177a5227bfeb16184ef26 -> trunk/9eadb37cdd699f7e8e8177a5227bfeb16184ef26 2025-09-07T06:12:32.8261175Z * [new tag] trunk/a00cdc1e4159db73c9ffb3f25e93e55877709a29 -> trunk/a00cdc1e4159db73c9ffb3f25e93e55877709a29 2025-09-07T06:12:32.8261528Z * [new tag] trunk/a02ee4a816d11380c6f564c1aba64d56af5ba705 -> trunk/a02ee4a816d11380c6f564c1aba64d56af5ba705 2025-09-07T06:12:32.8261858Z * [new tag] trunk/a3c7f77e50f900721817934120d60c2361b3c40d -> trunk/a3c7f77e50f900721817934120d60c2361b3c40d 2025-09-07T06:12:32.8263126Z * [new tag] trunk/a3d72b09ae12126a2b7d4a63a45ac100a882a802 -> trunk/a3d72b09ae12126a2b7d4a63a45ac100a882a802 2025-09-07T06:12:32.8263538Z * [new tag] trunk/a3e5466002791da609fcb069155d8ee347baee92 -> trunk/a3e5466002791da609fcb069155d8ee347baee92 2025-09-07T06:12:32.8263882Z * [new tag] trunk/a714437093ed196eee28f7de454cf4c41badc098 -> trunk/a714437093ed196eee28f7de454cf4c41badc098 2025-09-07T06:12:32.8264224Z * [new tag] trunk/a75e8cd27098f290de0b7439685d05ce02e91356 -> trunk/a75e8cd27098f290de0b7439685d05ce02e91356 2025-09-07T06:12:32.8264572Z * [new tag] trunk/a8d6943d36c1c2a5f90d3573460695bad4b623ae -> trunk/a8d6943d36c1c2a5f90d3573460695bad4b623ae 2025-09-07T06:12:32.8264931Z * [new tag] trunk/a918bbad6ab20649ff82eefb48417ecbe96bcb34 -> trunk/a918bbad6ab20649ff82eefb48417ecbe96bcb34 2025-09-07T06:12:32.8265287Z * [new tag] trunk/a99d8d39bc842d6ebc3e368b178e4884d24b056e -> trunk/a99d8d39bc842d6ebc3e368b178e4884d24b056e 2025-09-07T06:12:32.8265655Z * [new tag] trunk/aac1a50a191b4102d566c9c1ea22f06d6c2e3f02 -> trunk/aac1a50a191b4102d566c9c1ea22f06d6c2e3f02 2025-09-07T06:12:32.8266006Z * [new tag] trunk/aad96a202244c7d0d120c04ba8db593edd8c0f92 -> trunk/aad96a202244c7d0d120c04ba8db593edd8c0f92 2025-09-07T06:12:32.8266360Z * [new tag] trunk/ab643e4dbbaf7b663d4237514cbf01af9b11565c -> trunk/ab643e4dbbaf7b663d4237514cbf01af9b11565c 2025-09-07T06:12:32.8266729Z * [new tag] trunk/abc447174cd2cf8591edbc70a9f836f9a5779f47 -> trunk/abc447174cd2cf8591edbc70a9f836f9a5779f47 2025-09-07T06:12:32.8267090Z * [new tag] trunk/acece97c3a9dceb63194e314da93fdf37cf15a0d -> trunk/acece97c3a9dceb63194e314da93fdf37cf15a0d 2025-09-07T06:12:32.8267455Z * [new tag] trunk/adae7f66aacf3f248c3101b858cf98d5809119fa -> trunk/adae7f66aacf3f248c3101b858cf98d5809119fa 2025-09-07T06:12:32.8267899Z * [new tag] trunk/ae0edc133e61e3b16caf0b2ee0ff3f33ab72af4c -> trunk/ae0edc133e61e3b16caf0b2ee0ff3f33ab72af4c 2025-09-07T06:12:32.8268254Z * [new tag] trunk/aed33a8fcbd60b052d4559d261390c5797129c6d -> trunk/aed33a8fcbd60b052d4559d261390c5797129c6d 2025-09-07T06:12:32.8268595Z * [new tag] trunk/b04e922712080a3652e438d05e8bb74e0cd2d238 -> trunk/b04e922712080a3652e438d05e8bb74e0cd2d238 2025-09-07T06:12:32.8268947Z * [new tag] trunk/b0a3e58dd71c1a039ac0ef51e5bd8f704f632f6f -> trunk/b0a3e58dd71c1a039ac0ef51e5bd8f704f632f6f 2025-09-07T06:12:32.8269291Z * [new tag] trunk/b16d3f4c8c01d461c2f01064e9ca5fa2b33f5cf1 -> trunk/b16d3f4c8c01d461c2f01064e9ca5fa2b33f5cf1 2025-09-07T06:12:32.8269640Z * [new tag] trunk/b18bb6796f210a183e687d9d64984a5a9d13cf09 -> trunk/b18bb6796f210a183e687d9d64984a5a9d13cf09 2025-09-07T06:12:32.8270001Z * [new tag] trunk/b1bb98ddebdd3e41bf7987372409bdce96ae55de -> trunk/b1bb98ddebdd3e41bf7987372409bdce96ae55de 2025-09-07T06:12:32.8270354Z * [new tag] trunk/b2b4add0e754411372060e1d7b4057a66439172b -> trunk/b2b4add0e754411372060e1d7b4057a66439172b 2025-09-07T06:12:32.8270724Z * [new tag] trunk/b2c7b9ad2dc5a7c0b61febd307761bd5bc2f0f05 -> trunk/b2c7b9ad2dc5a7c0b61febd307761bd5bc2f0f05 2025-09-07T06:12:32.8271134Z * [new tag] trunk/b40d9432be44a6b5974ee62e7d19c3c61c5ece37 -> trunk/b40d9432be44a6b5974ee62e7d19c3c61c5ece37 2025-09-07T06:12:32.8271477Z * [new tag] trunk/b4ad38279b178b7bd14355123c1101e2e853e77b -> trunk/b4ad38279b178b7bd14355123c1101e2e853e77b 2025-09-07T06:12:32.8271837Z * [new tag] trunk/b67c41039835bd9b20b83cd6233e86baaa5f5dde -> trunk/b67c41039835bd9b20b83cd6233e86baaa5f5dde 2025-09-07T06:12:32.8272200Z * [new tag] trunk/b6d0a9ea9056ede4f7024dbf3bd6c43be3aff49c -> trunk/b6d0a9ea9056ede4f7024dbf3bd6c43be3aff49c 2025-09-07T06:12:32.8272561Z * [new tag] trunk/b7dad7dd49448c88d0751fa2e29c70afe985f734 -> trunk/b7dad7dd49448c88d0751fa2e29c70afe985f734 2025-09-07T06:12:32.8272992Z * [new tag] trunk/b7e207ca9f046ddd716076965a0cce403ba99052 -> trunk/b7e207ca9f046ddd716076965a0cce403ba99052 2025-09-07T06:12:32.8273332Z * [new tag] trunk/b919560c4a7010e2d89facee25586269a994746e -> trunk/b919560c4a7010e2d89facee25586269a994746e 2025-09-07T06:12:32.8273681Z * [new tag] trunk/b9ba612f7a968f7b27e121ca8f4d0a4d954f5354 -> trunk/b9ba612f7a968f7b27e121ca8f4d0a4d954f5354 2025-09-07T06:12:32.8274043Z * [new tag] trunk/ba7f546ccccb5e0b36d9070dc25f26a9647f89f8 -> trunk/ba7f546ccccb5e0b36d9070dc25f26a9647f89f8 2025-09-07T06:12:32.8274387Z * [new tag] trunk/bb950284c7e72905994bc25dd436c10e48088d85 -> trunk/bb950284c7e72905994bc25dd436c10e48088d85 2025-09-07T06:12:32.8274751Z * [new tag] trunk/bbedc71fd3267c639c38b4ec25eaa22f973d9c4d -> trunk/bbedc71fd3267c639c38b4ec25eaa22f973d9c4d 2025-09-07T06:12:32.8275126Z * [new tag] trunk/bc4db2c27fce6ff1648bdc5af31ec225d2a31f37 -> trunk/bc4db2c27fce6ff1648bdc5af31ec225d2a31f37 2025-09-07T06:12:32.8275461Z * [new tag] trunk/bc505977fb66677a09c31155c987330fbb18a865 -> trunk/bc505977fb66677a09c31155c987330fbb18a865 2025-09-07T06:12:32.8275822Z * [new tag] trunk/bd39e47feea7326afb5bbb67fcb1e69279239527 -> trunk/bd39e47feea7326afb5bbb67fcb1e69279239527 2025-09-07T06:12:32.8276185Z * [new tag] trunk/be5b03dde96638f25ffd732a4fed7e41b4cf40e1 -> trunk/be5b03dde96638f25ffd732a4fed7e41b4cf40e1 2025-09-07T06:12:32.8276543Z * [new tag] trunk/bffc7dd1f374d8408911cd22c6b3d6df39ded9b3 -> trunk/bffc7dd1f374d8408911cd22c6b3d6df39ded9b3 2025-09-07T06:12:32.8276900Z * [new tag] trunk/c024b1f5a18d5c5aee5cc2acdd4c52b24b93ffcf -> trunk/c024b1f5a18d5c5aee5cc2acdd4c52b24b93ffcf 2025-09-07T06:12:32.8277320Z * [new tag] trunk/c0983e6cc0acf71689e1851d12609e00b3f59371 -> trunk/c0983e6cc0acf71689e1851d12609e00b3f59371 2025-09-07T06:12:32.8277675Z * [new tag] trunk/c10195e723eeeedd099ed8b73eda7184ca618fad -> trunk/c10195e723eeeedd099ed8b73eda7184ca618fad 2025-09-07T06:12:32.8278027Z * [new tag] trunk/c157cf6488ade6a7ee2ce2d25b059e1335630a99 -> trunk/c157cf6488ade6a7ee2ce2d25b059e1335630a99 2025-09-07T06:12:32.8278371Z * [new tag] trunk/c2a30246172fd71d56529907ffd3c27b76b1f3a7 -> trunk/c2a30246172fd71d56529907ffd3c27b76b1f3a7 2025-09-07T06:12:32.8278701Z * [new tag] trunk/c32111149921b48bfef909293f1049e21619ed76 -> trunk/c32111149921b48bfef909293f1049e21619ed76 2025-09-07T06:12:32.8279037Z * [new tag] trunk/c37103234afc832dcad307e9016230810957c9d5 -> trunk/c37103234afc832dcad307e9016230810957c9d5 2025-09-07T06:12:32.8279399Z * [new tag] trunk/c3ceca2995cd35e1376c4b0704669bff1a81e836 -> trunk/c3ceca2995cd35e1376c4b0704669bff1a81e836 2025-09-07T06:12:32.8279755Z * [new tag] trunk/c3d54dea9febb1236d48d19e5d4876a63f2e20fd -> trunk/c3d54dea9febb1236d48d19e5d4876a63f2e20fd 2025-09-07T06:12:32.8280099Z * [new tag] trunk/c465b3d52c5687fe910d35a5c75341b77f821741 -> trunk/c465b3d52c5687fe910d35a5c75341b77f821741 2025-09-07T06:12:32.8280458Z * [new tag] trunk/c5b8a10be5e89396da916d1069ffcb7135f0372b -> trunk/c5b8a10be5e89396da916d1069ffcb7135f0372b 2025-09-07T06:12:32.8280796Z * [new tag] trunk/c7e41071a08f4045bc11ab60ec366d7357d56e30 -> trunk/c7e41071a08f4045bc11ab60ec366d7357d56e30 2025-09-07T06:12:32.8281161Z * [new tag] trunk/c98ddaca6d2e19ca37aff00c4ff0cda1e9a6ff65 -> trunk/c98ddaca6d2e19ca37aff00c4ff0cda1e9a6ff65 2025-09-07T06:12:32.8281517Z * [new tag] trunk/cb1e31362c7b53acf4ac95b9f8878064c184f03b -> trunk/cb1e31362c7b53acf4ac95b9f8878064c184f03b 2025-09-07T06:12:32.8281869Z * [new tag] trunk/cbfb005f7cce79974795b148e265f594f59477c8 -> trunk/cbfb005f7cce79974795b148e265f594f59477c8 2025-09-07T06:12:32.8282283Z * [new tag] trunk/cc5bdd12401bda835291d2f3cb297132ebdbf358 -> trunk/cc5bdd12401bda835291d2f3cb297132ebdbf358 2025-09-07T06:12:32.8282641Z * [new tag] trunk/cd529b686d54bbaa443f5b310140de48422d96c7 -> trunk/cd529b686d54bbaa443f5b310140de48422d96c7 2025-09-07T06:12:32.8282981Z * [new tag] trunk/cec0ff122815582af5302360aff03676558c5c87 -> trunk/cec0ff122815582af5302360aff03676558c5c87 2025-09-07T06:12:32.8283328Z * [new tag] trunk/d11720efdb563d02cf4f7d324311fb15a755268e -> trunk/d11720efdb563d02cf4f7d324311fb15a755268e 2025-09-07T06:12:32.8283671Z * [new tag] trunk/d1706d9128ae24d9048167e80d3fe5196d19035e -> trunk/d1706d9128ae24d9048167e80d3fe5196d19035e 2025-09-07T06:12:32.8284032Z * [new tag] trunk/d1a15abfdcaef138f2d9e93a9f46be44f30b766d -> trunk/d1a15abfdcaef138f2d9e93a9f46be44f30b766d 2025-09-07T06:12:32.8284389Z * [new tag] trunk/d232a95d4a79404ca05c1f52d37fde7339dcdf49 -> trunk/d232a95d4a79404ca05c1f52d37fde7339dcdf49 2025-09-07T06:12:32.8284753Z * [new tag] trunk/d2d4c8e9b2371c9aacfb771d9402ac7427b9778e -> trunk/d2d4c8e9b2371c9aacfb771d9402ac7427b9778e 2025-09-07T06:12:32.8285094Z * [new tag] trunk/d33840c542b387ab08ba49aa6c45aa9567fd9be7 -> trunk/d33840c542b387ab08ba49aa6c45aa9567fd9be7 2025-09-07T06:12:32.8285439Z * [new tag] trunk/d5643e8f3a648a99636bfa1f2a41d54bd3c0d0f1 -> trunk/d5643e8f3a648a99636bfa1f2a41d54bd3c0d0f1 2025-09-07T06:12:32.8285785Z * [new tag] trunk/d5b38410b5b6cf75c7a7389972777a6497926ee7 -> trunk/d5b38410b5b6cf75c7a7389972777a6497926ee7 2025-09-07T06:12:32.8286123Z * [new tag] trunk/d5e0f4202ba14632e4d14862ace096609e763462 -> trunk/d5e0f4202ba14632e4d14862ace096609e763462 2025-09-07T06:12:32.8286525Z * [new tag] trunk/d636c181f9140a7b59be10b36eae23039fc2bb72 -> trunk/d636c181f9140a7b59be10b36eae23039fc2bb72 2025-09-07T06:12:32.8286871Z * [new tag] trunk/d64718503728001a1e78168fd7f2d4ff23e57285 -> trunk/d64718503728001a1e78168fd7f2d4ff23e57285 2025-09-07T06:12:32.8292704Z * [new tag] trunk/d67c29ad22670320d676b02e394274af34e8e643 -> trunk/d67c29ad22670320d676b02e394274af34e8e643 2025-09-07T06:12:32.8293134Z * [new tag] trunk/d6b74568e2c98ce58ecc145b72ac66d4caf7ce95 -> trunk/d6b74568e2c98ce58ecc145b72ac66d4caf7ce95 2025-09-07T06:12:32.8293501Z * [new tag] trunk/d711f27845abd45007ccab6076649ebd896c2661 -> trunk/d711f27845abd45007ccab6076649ebd896c2661 2025-09-07T06:12:32.8293867Z * [new tag] trunk/d9d6dde0f42d4bcc8c97671ac50d5096c7e500ab -> trunk/d9d6dde0f42d4bcc8c97671ac50d5096c7e500ab 2025-09-07T06:12:32.8294232Z * [new tag] trunk/da4db4b33d1fdd046650cf19fdbac581a19bf2f9 -> trunk/da4db4b33d1fdd046650cf19fdbac581a19bf2f9 2025-09-07T06:12:32.8294725Z * [new tag] trunk/dac8a4b91c01c3bbc96f54e621b1ea4ffdbd29d1 -> trunk/dac8a4b91c01c3bbc96f54e621b1ea4ffdbd29d1 2025-09-07T06:12:32.8295098Z * [new tag] trunk/dbec08729fb9848bebed6048c63831b87170d061 -> trunk/dbec08729fb9848bebed6048c63831b87170d061 2025-09-07T06:12:32.8295447Z * [new tag] trunk/dcf385395d838f38c8dca25913578230dd43099a -> trunk/dcf385395d838f38c8dca25913578230dd43099a 2025-09-07T06:12:32.8295810Z * [new tag] trunk/dd2519abe83ec3c40d4797492434e41fe3b47e17 -> trunk/dd2519abe83ec3c40d4797492434e41fe3b47e17 2025-09-07T06:12:32.8296174Z * [new tag] trunk/dec72ea4b006dd0fbcaaaa106ad273d73807ab9d -> trunk/dec72ea4b006dd0fbcaaaa106ad273d73807ab9d 2025-09-07T06:12:32.8296515Z * [new tag] trunk/e0a62b266c021b910ce6dc02a6c9429210487717 -> trunk/e0a62b266c021b910ce6dc02a6c9429210487717 2025-09-07T06:12:32.8296879Z * [new tag] trunk/e19e02c84c9dcc408375e5cae3b0709c18b99228 -> trunk/e19e02c84c9dcc408375e5cae3b0709c18b99228 2025-09-07T06:12:32.8297384Z * [new tag] trunk/e304ea4e69d3a7deeb7e48c7450c214a4c953937 -> trunk/e304ea4e69d3a7deeb7e48c7450c214a4c953937 2025-09-07T06:12:32.8297741Z * [new tag] trunk/e3068cdb446adefb5a875616ba37a60235391439 -> trunk/e3068cdb446adefb5a875616ba37a60235391439 2025-09-07T06:12:32.8298105Z * [new tag] trunk/e381d4b0205d5f126c1de534f867ba776f7c3ee6 -> trunk/e381d4b0205d5f126c1de534f867ba776f7c3ee6 2025-09-07T06:12:32.8298452Z * [new tag] trunk/e4bd0ff4f8981b805df32ea5b3550621965ea4f2 -> trunk/e4bd0ff4f8981b805df32ea5b3550621965ea4f2 2025-09-07T06:12:32.8298808Z * [new tag] trunk/e532c9d4f1cdcbc1ea9628f55b9813e77847bdc7 -> trunk/e532c9d4f1cdcbc1ea9628f55b9813e77847bdc7 2025-09-07T06:12:32.8299159Z * [new tag] trunk/e92cd9415377403b6e90585e764639e2e0b5973b -> trunk/e92cd9415377403b6e90585e764639e2e0b5973b 2025-09-07T06:12:32.8299497Z * [new tag] trunk/e9481b6617b5576b099d8ca5798111592e9ad090 -> trunk/e9481b6617b5576b099d8ca5798111592e9ad090 2025-09-07T06:12:32.8299855Z * [new tag] trunk/ea1883dfd3e42defe37b11202b878bb76defa087 -> trunk/ea1883dfd3e42defe37b11202b878bb76defa087 2025-09-07T06:12:32.8300239Z * [new tag] trunk/eac3d6f04cfbbebe3d470dacd216da7d4b1f95a8 -> trunk/eac3d6f04cfbbebe3d470dacd216da7d4b1f95a8 2025-09-07T06:12:32.8300588Z * [new tag] trunk/eb18d32bda75189494d955aa001ade15f10333de -> trunk/eb18d32bda75189494d955aa001ade15f10333de 2025-09-07T06:12:32.8300944Z * [new tag] trunk/ef3be6726f7ff4b77c22db10cec5b686f9107ea9 -> trunk/ef3be6726f7ff4b77c22db10cec5b686f9107ea9 2025-09-07T06:12:32.8301316Z * [new tag] trunk/ef8aabd42422725026cb4dbf48aafa9efa226a04 -> trunk/ef8aabd42422725026cb4dbf48aafa9efa226a04 2025-09-07T06:12:32.8301745Z * [new tag] trunk/f00445b43eee57e20bb9316fa796ca23bf73373b -> trunk/f00445b43eee57e20bb9316fa796ca23bf73373b 2025-09-07T06:12:32.8302101Z * [new tag] trunk/f0c391102b754e3b145e8c59231d2df563487e37 -> trunk/f0c391102b754e3b145e8c59231d2df563487e37 2025-09-07T06:12:32.8302461Z * [new tag] trunk/f27985b7e796fb66a1b476284ba42d8cb360a751 -> trunk/f27985b7e796fb66a1b476284ba42d8cb360a751 2025-09-07T06:12:32.8302799Z * [new tag] trunk/f36f285953700f971552083a5da9d0ceacb63bbd -> trunk/f36f285953700f971552083a5da9d0ceacb63bbd 2025-09-07T06:12:32.8303155Z * [new tag] trunk/f3cebec39ebc110e1c8b06e741896585f7892dbb -> trunk/f3cebec39ebc110e1c8b06e741896585f7892dbb 2025-09-07T06:12:32.8303524Z * [new tag] trunk/f4c33cd44acac92c0b451a04da20ebe9370e5b0c -> trunk/f4c33cd44acac92c0b451a04da20ebe9370e5b0c 2025-09-07T06:12:32.8303869Z * [new tag] trunk/f612045ce105f008b2b675e2fc870163babeb2e8 -> trunk/f612045ce105f008b2b675e2fc870163babeb2e8 2025-09-07T06:12:32.8304224Z * [new tag] trunk/f8746b878dfc1e9639d42cbde832e9b9e792c86c -> trunk/f8746b878dfc1e9639d42cbde832e9b9e792c86c 2025-09-07T06:12:32.8304590Z * [new tag] trunk/f8ffa9194e26523e5f976d4a824d5cc58922727c -> trunk/f8ffa9194e26523e5f976d4a824d5cc58922727c 2025-09-07T06:12:32.8304933Z * [new tag] trunk/f981a7fa5230b98974291fdde32fe8488bc5d469 -> trunk/f981a7fa5230b98974291fdde32fe8488bc5d469 2025-09-07T06:12:32.8305300Z * [new tag] trunk/fbf3d2027daabbcb44d0af274b139be2a248a4f7 -> trunk/fbf3d2027daabbcb44d0af274b139be2a248a4f7 2025-09-07T06:12:32.8305666Z * [new tag] trunk/fca2601c9d628e1bd2d75c7318cd22c4e8c832aa -> trunk/fca2601c9d628e1bd2d75c7318cd22c4e8c832aa 2025-09-07T06:12:32.8306011Z * [new tag] trunk/fea20775ad96bdca972a1811d7d3372f368614ab -> trunk/fea20775ad96bdca972a1811d7d3372f368614ab 2025-09-07T06:12:32.8306355Z * [new tag] trunk/fefee081642f87419a21dc852f7167d4640443cd -> trunk/fefee081642f87419a21dc852f7167d4640443cd 2025-09-07T06:12:32.8306498Z * [new tag] v0.1.1 -> v0.1.1 2025-09-07T06:12:32.8306686Z * [new tag] v0.1.10 -> v0.1.10 2025-09-07T06:12:32.8306804Z * [new tag] v0.1.11 -> v0.1.11 2025-09-07T06:12:32.8306931Z * [new tag] v0.1.12 -> v0.1.12 2025-09-07T06:12:32.8307044Z * [new tag] v0.1.2 -> v0.1.2 2025-09-07T06:12:32.8307161Z * [new tag] v0.1.3 -> v0.1.3 2025-09-07T06:12:32.8307288Z * [new tag] v0.1.4 -> v0.1.4 2025-09-07T06:12:32.8307398Z * [new tag] v0.1.5 -> v0.1.5 2025-09-07T06:12:32.8307507Z * [new tag] v0.1.6 -> v0.1.6 2025-09-07T06:12:32.8307624Z * [new tag] v0.1.7 -> v0.1.7 2025-09-07T06:12:32.8307741Z * [new tag] v0.1.8 -> v0.1.8 2025-09-07T06:12:32.8307850Z * [new tag] v0.1.9 -> v0.1.9 2025-09-07T06:12:32.8307964Z * [new tag] v0.2.0 -> v0.2.0 2025-09-07T06:12:32.8308085Z * [new tag] v0.3.0 -> v0.3.0 2025-09-07T06:12:32.8308194Z * [new tag] v0.3.1 -> v0.3.1 2025-09-07T06:12:32.8308303Z * [new tag] v0.4.0 -> v0.4.0 2025-09-07T06:12:32.8308420Z * [new tag] v0.4.1 -> v0.4.1 2025-09-07T06:12:32.8308531Z * [new tag] v1.0.0 -> v1.0.0 2025-09-07T06:12:32.8308650Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-09-07T06:12:32.8308778Z * [new tag] v1.0.1 -> v1.0.1 2025-09-07T06:12:32.8308965Z * [new tag] v1.0rc0 -> v1.0rc0 2025-09-07T06:12:32.8309081Z * [new tag] v1.0rc1 -> v1.0rc1 2025-09-07T06:12:32.8309209Z * [new tag] v1.1.0 -> v1.1.0 2025-09-07T06:12:32.8309332Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-09-07T06:12:32.8309445Z * [new tag] v1.10.0 -> v1.10.0 2025-09-07T06:12:32.8309579Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-09-07T06:12:32.8309715Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-09-07T06:12:32.8309839Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-09-07T06:12:32.8309958Z * [new tag] v1.10.1 -> v1.10.1 2025-09-07T06:12:32.8310098Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-09-07T06:12:32.8310217Z * [new tag] v1.10.2 -> v1.10.2 2025-09-07T06:12:32.8310344Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-09-07T06:12:32.8310479Z * [new tag] v1.11.0 -> v1.11.0 2025-09-07T06:12:32.8310603Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-09-07T06:12:32.8310723Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-09-07T06:12:32.8310852Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-09-07T06:12:32.8310974Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-09-07T06:12:32.8311172Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-09-07T06:12:32.8311308Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-09-07T06:12:32.8311434Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-09-07T06:12:32.8311555Z * [new tag] v1.12.0 -> v1.12.0 2025-09-07T06:12:32.8311685Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-09-07T06:12:32.8311893Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-09-07T06:12:32.8312017Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-09-07T06:12:32.8312140Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-09-07T06:12:32.8312277Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-09-07T06:12:32.8312399Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-09-07T06:12:32.8312527Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-09-07T06:12:32.8312659Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-09-07T06:12:32.8312776Z * [new tag] v1.12.1 -> v1.12.1 2025-09-07T06:12:32.8312904Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-09-07T06:12:32.8313040Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-09-07T06:12:32.8313166Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-09-07T06:12:32.8313287Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-09-07T06:12:32.8313412Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-09-07T06:12:32.8313538Z * [new tag] v1.13.0 -> v1.13.0 2025-09-07T06:12:32.8313659Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-09-07T06:12:32.8313786Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-09-07T06:12:32.8313912Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-09-07T06:12:32.8314031Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-09-07T06:12:32.8314153Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-09-07T06:12:32.8314362Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-09-07T06:12:32.8314479Z * [new tag] v1.13.1 -> v1.13.1 2025-09-07T06:12:32.8314604Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-09-07T06:12:32.8314726Z * [new tag] v1.2.0 -> v1.2.0 2025-09-07T06:12:32.8314848Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-09-07T06:12:32.8314966Z * [new tag] v1.3.0 -> v1.3.0 2025-09-07T06:12:32.8315092Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-09-07T06:12:32.8315205Z * [new tag] v1.3.1 -> v1.3.1 2025-09-07T06:12:32.8315316Z * [new tag] v1.4.0 -> v1.4.0 2025-09-07T06:12:32.8315437Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-09-07T06:12:32.8315570Z * [new tag] v1.4.1 -> v1.4.1 2025-09-07T06:12:32.8315683Z * [new tag] v1.5.0 -> v1.5.0 2025-09-07T06:12:32.8315823Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-09-07T06:12:32.8315959Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-09-07T06:12:32.8316082Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-09-07T06:12:32.8316206Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-09-07T06:12:32.8316339Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-09-07T06:12:32.8316457Z * [new tag] v1.5.1 -> v1.5.1 2025-09-07T06:12:32.8316580Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-09-07T06:12:32.8316715Z * [new tag] v1.6.0 -> v1.6.0 2025-09-07T06:12:32.8316842Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-09-07T06:12:32.8316967Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-09-07T06:12:32.8317157Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-09-07T06:12:32.8317295Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-09-07T06:12:32.8317413Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-09-07T06:12:32.8317537Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-09-07T06:12:32.8317669Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-09-07T06:12:32.8317786Z * [new tag] v1.7.0 -> v1.7.0 2025-09-07T06:12:32.8317914Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-09-07T06:12:32.8318048Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-09-07T06:12:32.8318168Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-09-07T06:12:32.8318295Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-09-07T06:12:32.8318427Z * [new tag] v1.7.1 -> v1.7.1 2025-09-07T06:12:32.8318553Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-09-07T06:12:32.8318677Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-09-07T06:12:32.8318803Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-09-07T06:12:32.8318938Z * [new tag] v1.8.0 -> v1.8.0 2025-09-07T06:12:32.8319063Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-09-07T06:12:32.8319184Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-09-07T06:12:32.8319318Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-09-07T06:12:32.8319441Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-09-07T06:12:32.8319647Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-09-07T06:12:32.8319777Z * [new tag] v1.8.1 -> v1.8.1 2025-09-07T06:12:32.8319901Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-09-07T06:12:32.8320022Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-09-07T06:12:32.8320153Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-09-07T06:12:32.8320270Z * [new tag] v1.8.2 -> v1.8.2 2025-09-07T06:12:32.8320392Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-09-07T06:12:32.8320524Z * [new tag] v1.9.0 -> v1.9.0 2025-09-07T06:12:32.8320650Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-09-07T06:12:32.8320770Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-09-07T06:12:32.8320899Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-09-07T06:12:32.8321030Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-09-07T06:12:32.8321150Z * [new tag] v1.9.1 -> v1.9.1 2025-09-07T06:12:32.8321273Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-09-07T06:12:32.8321400Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-09-07T06:12:32.8321513Z * [new tag] v2.0.0 -> v2.0.0 2025-09-07T06:12:32.8321638Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-09-07T06:12:32.8321766Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-09-07T06:12:32.8321886Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-09-07T06:12:32.8322010Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-09-07T06:12:32.8322149Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-09-07T06:12:32.8322270Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-09-07T06:12:32.8322454Z * [new tag] v2.0.1 -> v2.0.1 2025-09-07T06:12:32.8322575Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-09-07T06:12:32.8322707Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-09-07T06:12:32.8322829Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-09-07T06:12:32.8322948Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-09-07T06:12:32.8323068Z * [new tag] v2.1.0 -> v2.1.0 2025-09-07T06:12:32.8323188Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-09-07T06:12:32.8323307Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-09-07T06:12:32.8323439Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-09-07T06:12:32.8323559Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-09-07T06:12:32.8323684Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-09-07T06:12:32.8323819Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-09-07T06:12:32.8323933Z * [new tag] v2.1.1 -> v2.1.1 2025-09-07T06:12:32.8324052Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-09-07T06:12:32.8324172Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-09-07T06:12:32.8324304Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-09-07T06:12:32.8324424Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-09-07T06:12:32.8324542Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-09-07T06:12:32.8324680Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-09-07T06:12:32.8324863Z * [new tag] v2.1.2 -> v2.1.2 2025-09-07T06:12:32.8324987Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-09-07T06:12:32.8325118Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-09-07T06:12:32.8325238Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-09-07T06:12:32.8325352Z * [new tag] v2.2.0 -> v2.2.0 2025-09-07T06:12:32.8325479Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-09-07T06:12:32.8325599Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-09-07T06:12:32.8325721Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-09-07T06:12:32.8325849Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-09-07T06:12:32.8325969Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-09-07T06:12:32.8326099Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-09-07T06:12:32.8326224Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-09-07T06:12:32.8326360Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-09-07T06:12:32.8326473Z * [new tag] v2.2.1 -> v2.2.1 2025-09-07T06:12:32.8326592Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-09-07T06:12:32.8326723Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-09-07T06:12:32.8326844Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-09-07T06:12:32.8326961Z * [new tag] v2.2.2 -> v2.2.2 2025-09-07T06:12:32.8327096Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-09-07T06:12:32.8327217Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-09-07T06:12:32.8327339Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-09-07T06:12:32.8327464Z * [new tag] v2.3.0 -> v2.3.0 2025-09-07T06:12:32.8327658Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-09-07T06:12:32.8327788Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-09-07T06:12:32.8327917Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-09-07T06:12:32.8328060Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-09-07T06:12:32.8328262Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-09-07T06:12:32.8328394Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-09-07T06:12:32.8328528Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-09-07T06:12:32.8328694Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-09-07T06:12:32.8328825Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-09-07T06:12:32.8328961Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-09-07T06:12:32.8329086Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-09-07T06:12:32.8329207Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-09-07T06:12:32.8329336Z * [new tag] v2.3.1 -> v2.3.1 2025-09-07T06:12:32.8329456Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-09-07T06:12:32.8329577Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-09-07T06:12:32.8329715Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-09-07T06:12:32.8329836Z * [new tag] v2.4.0 -> v2.4.0 2025-09-07T06:12:32.8329960Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-09-07T06:12:32.8330151Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-09-07T06:12:32.8330279Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-09-07T06:12:32.8330404Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-09-07T06:12:32.8330532Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-09-07T06:12:32.8330668Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-09-07T06:12:32.8330794Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-09-07T06:12:32.8330918Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-09-07T06:12:32.8331053Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-09-07T06:12:32.8331172Z * [new tag] v2.4.1 -> v2.4.1 2025-09-07T06:12:32.8331296Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-09-07T06:12:38.0715446Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-09-07T06:12:38.0715917Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-09-07T06:12:38.0716294Z * [new tag] v2.5.0 -> v2.5.0 2025-09-07T06:12:38.0716654Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-09-07T06:12:38.0717023Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-09-07T06:12:38.0717382Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-09-07T06:12:38.0717747Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-09-07T06:12:38.0718092Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-09-07T06:12:38.0718448Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-09-07T06:12:38.0718798Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-09-07T06:12:38.0719143Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-09-07T06:12:38.0719506Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-09-07T06:12:38.0719851Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-09-07T06:12:38.0720409Z * [new tag] v2.5.1 -> v2.5.1 2025-09-07T06:12:38.0720763Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-09-07T06:12:38.0721129Z * [new tag] v2.6.0 -> v2.6.0 2025-09-07T06:12:38.0721490Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-09-07T06:12:38.0721843Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-09-07T06:12:38.0722214Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-09-07T06:12:38.0722574Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-09-07T06:12:38.0722934Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-09-07T06:12:38.0723287Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-09-07T06:12:38.0723647Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-09-07T06:12:38.0724007Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-09-07T06:12:38.0724359Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-09-07T06:12:38.0724719Z * [new tag] v2.7.0 -> v2.7.0 2025-09-07T06:12:38.0725060Z * [new tag] v2.7.0-rc1 -> v2.7.0-rc1 2025-09-07T06:12:38.0725422Z * [new tag] v2.7.0-rc10 -> v2.7.0-rc10 2025-09-07T06:12:38.0725782Z * [new tag] v2.7.0-rc2 -> v2.7.0-rc2 2025-09-07T06:12:38.0726139Z * [new tag] v2.7.0-rc3 -> v2.7.0-rc3 2025-09-07T06:12:38.0726501Z * [new tag] v2.7.0-rc4 -> v2.7.0-rc4 2025-09-07T06:12:38.0726979Z * [new tag] v2.7.0-rc5 -> v2.7.0-rc5 2025-09-07T06:12:38.0727346Z * [new tag] v2.7.0-rc6 -> v2.7.0-rc6 2025-09-07T06:12:38.0727702Z * [new tag] v2.7.0-rc7 -> v2.7.0-rc7 2025-09-07T06:12:38.0728074Z * [new tag] v2.7.0-rc8 -> v2.7.0-rc8 2025-09-07T06:12:38.0728449Z * [new tag] v2.7.0-rc9 -> v2.7.0-rc9 2025-09-07T06:12:38.0728792Z * [new tag] v2.7.1 -> v2.7.1 2025-09-07T06:12:38.0729170Z * [new tag] v2.7.1-rc1 -> v2.7.1-rc1 2025-09-07T06:12:38.0729534Z * [new tag] v2.7.1-rc2 -> v2.7.1-rc2 2025-09-07T06:12:38.0729899Z * [new tag] v2.7.1-rc3 -> v2.7.1-rc3 2025-09-07T06:12:38.0730261Z * [new tag] v2.7.1-rc4 -> v2.7.1-rc4 2025-09-07T06:12:38.0730614Z * [new tag] v2.7.1-rc5 -> v2.7.1-rc5 2025-09-07T06:12:38.0730960Z * [new tag] v2.8.0 -> v2.8.0 2025-09-07T06:12:38.0731307Z * [new tag] v2.8.0-rc1 -> v2.8.0-rc1 2025-09-07T06:12:38.0731661Z * [new tag] v2.8.0-rc2 -> v2.8.0-rc2 2025-09-07T06:12:38.0732009Z * [new tag] v2.8.0-rc3 -> v2.8.0-rc3 2025-09-07T06:12:38.0732368Z * [new tag] v2.8.0-rc4 -> v2.8.0-rc4 2025-09-07T06:12:38.0732727Z * [new tag] v2.8.0-rc5 -> v2.8.0-rc5 2025-09-07T06:12:38.0733069Z * [new tag] v2.8.0-rc6 -> v2.8.0-rc6 2025-09-07T06:12:38.0733425Z * [new tag] v2.8.0-rc7 -> v2.8.0-rc7 2025-09-07T06:12:38.0733773Z * [new tag] v2.8.0-rc8 -> v2.8.0-rc8 2025-09-07T06:12:38.0734150Z * [new tag] whc_flight_1 -> whc_flight_1 2025-09-07T06:12:38.0734527Z * [new tag] whc_flight_2 -> whc_flight_2 2025-09-07T06:12:38.0734979Z * [new tag] whc_flight_4 -> whc_flight_4 2025-09-07T06:12:38.0958281Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 93fb23d6fae7c4e82c4239a1033e522088742634^{object} 2025-09-07T06:12:38.1174290Z 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:12:38.1207313Z ##[endgroup] 2025-09-07T06:12:38.1207667Z ##[group]Determining the checkout info 2025-09-07T06:12:38.1210023Z ##[endgroup] 2025-09-07T06:12:38.1220553Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-09-07T06:12:38.1537708Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-09-07T06:12:38.1769013Z ##[group]Checking out the ref 2025-09-07T06:12:38.1780159Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:12:39.2607933Z Updating files: 10% (2053/19405) 2025-09-07T06:12:39.3400297Z Updating files: 11% (2135/19405) 2025-09-07T06:12:39.4098086Z Updating files: 12% (2329/19405) 2025-09-07T06:12:39.4773496Z Updating files: 13% (2523/19405) 2025-09-07T06:12:39.5570065Z Updating files: 14% (2717/19405) 2025-09-07T06:12:39.6195255Z Updating files: 15% (2911/19405) 2025-09-07T06:12:39.6856032Z Updating files: 16% (3105/19405) 2025-09-07T06:12:39.7566240Z Updating files: 17% (3299/19405) 2025-09-07T06:12:39.8338233Z Updating files: 18% (3493/19405) 2025-09-07T06:12:39.9020907Z Updating files: 19% (3687/19405) 2025-09-07T06:12:40.2175807Z Updating files: 20% (3881/19405) 2025-09-07T06:12:40.2401419Z Updating files: 21% (4076/19405) 2025-09-07T06:12:40.2761807Z Updating files: 21% (4145/19405) 2025-09-07T06:12:40.4164293Z Updating files: 22% (4270/19405) 2025-09-07T06:12:40.5236937Z Updating files: 23% (4464/19405) 2025-09-07T06:12:40.5952491Z Updating files: 24% (4658/19405) 2025-09-07T06:12:40.6465674Z Updating files: 25% (4852/19405) 2025-09-07T06:12:40.6826728Z Updating files: 26% (5046/19405) 2025-09-07T06:12:40.7139837Z Updating files: 27% (5240/19405) 2025-09-07T06:12:40.7442775Z Updating files: 28% (5434/19405) 2025-09-07T06:12:40.7796878Z Updating files: 29% (5628/19405) 2025-09-07T06:12:40.8115815Z Updating files: 30% (5822/19405) 2025-09-07T06:12:40.8924270Z Updating files: 31% (6016/19405) 2025-09-07T06:12:40.9981942Z Updating files: 32% (6210/19405) 2025-09-07T06:12:41.1238360Z Updating files: 33% (6404/19405) 2025-09-07T06:12:41.2462017Z Updating files: 34% (6598/19405) 2025-09-07T06:12:41.2521451Z Updating files: 34% (6782/19405) 2025-09-07T06:12:41.3744115Z Updating files: 35% (6792/19405) 2025-09-07T06:12:41.5341781Z Updating files: 36% (6986/19405) 2025-09-07T06:12:41.6231291Z Updating files: 37% (7180/19405) 2025-09-07T06:12:41.6874892Z Updating files: 38% (7374/19405) 2025-09-07T06:12:41.7720996Z Updating files: 39% (7568/19405) 2025-09-07T06:12:41.8332051Z Updating files: 40% (7762/19405) 2025-09-07T06:12:41.8928014Z Updating files: 41% (7957/19405) 2025-09-07T06:12:41.9756965Z Updating files: 42% (8151/19405) 2025-09-07T06:12:42.0303018Z Updating files: 43% (8345/19405) 2025-09-07T06:12:42.1070860Z Updating files: 44% (8539/19405) 2025-09-07T06:12:42.1614994Z Updating files: 45% (8733/19405) 2025-09-07T06:12:42.2150467Z Updating files: 46% (8927/19405) 2025-09-07T06:12:42.2483708Z Updating files: 47% (9121/19405) 2025-09-07T06:12:42.3123098Z Updating files: 47% (9198/19405) 2025-09-07T06:12:42.3706237Z Updating files: 48% (9315/19405) 2025-09-07T06:12:42.4282414Z Updating files: 49% (9509/19405) 2025-09-07T06:12:42.5096363Z Updating files: 50% (9703/19405) 2025-09-07T06:12:42.5737130Z Updating files: 51% (9897/19405) 2025-09-07T06:12:42.6568090Z Updating files: 52% (10091/19405) 2025-09-07T06:12:42.7207136Z Updating files: 53% (10285/19405) 2025-09-07T06:12:42.7834613Z Updating files: 54% (10479/19405) 2025-09-07T06:12:42.9500601Z Updating files: 55% (10673/19405) 2025-09-07T06:12:43.0115340Z Updating files: 56% (10867/19405) 2025-09-07T06:12:43.0780766Z Updating files: 57% (11061/19405) 2025-09-07T06:12:43.1605289Z Updating files: 58% (11255/19405) 2025-09-07T06:12:43.2279918Z Updating files: 59% (11449/19405) 2025-09-07T06:12:43.2584719Z Updating files: 60% (11643/19405) 2025-09-07T06:12:43.4358398Z Updating files: 60% (11738/19405) 2025-09-07T06:12:43.5024887Z Updating files: 61% (11838/19405) 2025-09-07T06:12:43.5706460Z Updating files: 62% (12032/19405) 2025-09-07T06:12:43.6549139Z Updating files: 63% (12226/19405) 2025-09-07T06:12:43.7248290Z Updating files: 64% (12420/19405) 2025-09-07T06:12:43.7872612Z Updating files: 65% (12614/19405) 2025-09-07T06:12:43.8724647Z Updating files: 66% (12808/19405) 2025-09-07T06:12:43.9342750Z Updating files: 67% (13002/19405) 2025-09-07T06:12:44.0231656Z Updating files: 68% (13196/19405) 2025-09-07T06:12:44.1359751Z Updating files: 69% (13390/19405) 2025-09-07T06:12:44.3559262Z Updating files: 70% (13584/19405) 2025-09-07T06:12:44.4869412Z Updating files: 70% (13665/19405) 2025-09-07T06:12:44.5740554Z Updating files: 71% (13778/19405) 2025-09-07T06:12:44.6514655Z Updating files: 72% (13972/19405) 2025-09-07T06:12:44.7978182Z Updating files: 73% (14166/19405) 2025-09-07T06:12:44.9207968Z Updating files: 74% (14360/19405) 2025-09-07T06:12:45.0850964Z Updating files: 75% (14554/19405) 2025-09-07T06:12:45.2392114Z Updating files: 76% (14748/19405) 2025-09-07T06:12:45.2685212Z Updating files: 77% (14942/19405) 2025-09-07T06:12:45.3741886Z Updating files: 77% (14999/19405) 2025-09-07T06:12:45.5240435Z Updating files: 78% (15136/19405) 2025-09-07T06:12:45.6417329Z Updating files: 79% (15330/19405) 2025-09-07T06:12:45.8030580Z Updating files: 80% (15524/19405) 2025-09-07T06:12:45.9284728Z Updating files: 81% (15719/19405) 2025-09-07T06:12:46.0502568Z Updating files: 82% (15913/19405) 2025-09-07T06:12:46.2915957Z Updating files: 83% (16107/19405) 2025-09-07T06:12:46.2992592Z Updating files: 83% (16285/19405) 2025-09-07T06:12:46.4070327Z Updating files: 84% (16301/19405) 2025-09-07T06:12:46.5331511Z Updating files: 85% (16495/19405) 2025-09-07T06:12:46.6381888Z Updating files: 86% (16689/19405) 2025-09-07T06:12:47.2211866Z Updating files: 87% (16883/19405) 2025-09-07T06:12:47.2865702Z Updating files: 88% (17077/19405) 2025-09-07T06:12:47.3148511Z Updating files: 88% (17216/19405) 2025-09-07T06:12:47.4083967Z Updating files: 89% (17271/19405) 2025-09-07T06:12:47.5408237Z Updating files: 90% (17465/19405) 2025-09-07T06:12:47.6762264Z Updating files: 91% (17659/19405) 2025-09-07T06:12:48.3672915Z Updating files: 92% (17853/19405) 2025-09-07T06:12:49.2368361Z Updating files: 92% (17970/19405) 2025-09-07T06:12:49.3632874Z Updating files: 93% (18047/19405) 2025-09-07T06:12:49.4798301Z Updating files: 93% (18055/19405) 2025-09-07T06:12:49.5992286Z Updating files: 94% (18241/19405) 2025-09-07T06:12:50.0338769Z Updating files: 95% (18435/19405) 2025-09-07T06:12:50.3042123Z Updating files: 96% (18629/19405) 2025-09-07T06:12:50.4382575Z Updating files: 96% (18794/19405) 2025-09-07T06:12:51.0797911Z Updating files: 97% (18823/19405) 2025-09-07T06:12:51.3182979Z Updating files: 98% (19017/19405) 2025-09-07T06:12:51.8167354Z Updating files: 98% (19042/19405) 2025-09-07T06:12:52.0797410Z Updating files: 99% (19211/19405) 2025-09-07T06:12:52.0797738Z Updating files: 100% (19405/19405) 2025-09-07T06:12:52.0798019Z Updating files: 100% (19405/19405), done. 2025-09-07T06:12:52.6413401Z Note: switching to '93fb23d6fae7c4e82c4239a1033e522088742634'. 2025-09-07T06:12:52.6413715Z 2025-09-07T06:12:52.6413921Z You are in 'detached HEAD' state. You can look around, make experimental 2025-09-07T06:12:52.6414449Z changes and commit them, and you can discard any commits you make in this 2025-09-07T06:12:52.6414957Z state without impacting any branches by switching back to a branch. 2025-09-07T06:12:52.6415283Z 2025-09-07T06:12:52.6415474Z If you want to create a new branch to retain commits you create, you may 2025-09-07T06:12:52.6416215Z do so (now or later) by using -c with the switch command. Example: 2025-09-07T06:12:52.6416490Z 2025-09-07T06:12:52.6416619Z git switch -c 2025-09-07T06:12:52.6416810Z 2025-09-07T06:12:52.6416907Z Or undo this operation with: 2025-09-07T06:12:52.6417069Z 2025-09-07T06:12:52.6417156Z git switch - 2025-09-07T06:12:52.6417270Z 2025-09-07T06:12:52.6417486Z Turn off this advice by setting config variable advice.detachedHead to false 2025-09-07T06:12:52.6417830Z 2025-09-07T06:12:52.6417991Z HEAD is now at 93fb23d6fae Build vLLM nightly wheels (#162000) 2025-09-07T06:12:52.6596056Z ##[endgroup] 2025-09-07T06:12:52.6596459Z ##[group]Setting up auth for fetching submodules 2025-09-07T06:12:52.6608416Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-09-07T06:12:52.6868760Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-09-07T06:12:52.7141091Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-09-07T06:12:52.7386886Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-09-07T06:12:52.7623187Z ##[endgroup] 2025-09-07T06:12:52.7623575Z ##[group]Fetching submodules 2025-09-07T06:12:52.7633935Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-09-07T06:12:53.9773655Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-09-07T06:12:54.5395802Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-09-07T06:12:54.5396790Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-09-07T06:12:54.5397985Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-09-07T06:12:54.5398884Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-09-07T06:12:54.5399766Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-09-07T06:12:54.5401137Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-09-07T06:12:54.5403113Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-09-07T06:12:54.5404554Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-09-07T06:12:54.5405792Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-09-07T06:12:54.5407187Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-09-07T06:12:54.5408266Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-09-07T06:12:54.5409239Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-09-07T06:12:54.5410181Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-09-07T06:12:54.5411103Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-09-07T06:12:54.5412032Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-09-07T06:12:54.5413025Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-09-07T06:12:54.5414196Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-09-07T06:12:54.5415069Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-09-07T06:12:54.5415952Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:12:54.5416846Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-09-07T06:12:54.5417783Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-09-07T06:12:54.5418614Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-09-07T06:12:54.5419398Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-09-07T06:12:54.5420208Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-09-07T06:12:54.5421056Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-09-07T06:12:54.5421980Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-09-07T06:12:54.5422849Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-09-07T06:12:54.5423742Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-09-07T06:12:54.5424716Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-09-07T06:12:54.5426003Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-09-07T06:12:54.5426964Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-09-07T06:12:54.5427920Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-09-07T06:12:54.5429003Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-09-07T06:12:54.5472261Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-09-07T06:12:54.5473235Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-09-07T06:12:54.5474143Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-09-07T06:12:54.5475040Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-09-07T06:12:56.4661785Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-09-07T06:12:56.9063274Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-09-07T06:12:56.9065158Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-09-07T06:12:57.3643647Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-09-07T06:13:10.3205353Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-09-07T06:13:10.3207631Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-09-07T06:13:10.3211213Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-09-07T06:13:10.3212449Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-09-07T06:13:10.3225727Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-09-07T06:13:10.3228423Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention'... 2025-09-07T06:13:10.3229819Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-09-07T06:13:10.3231385Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-09-07T06:13:10.3232547Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-09-07T06:13:10.3235178Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-09-07T06:13:10.3236493Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-09-07T06:13:10.3243810Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-09-07T06:13:10.3268915Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-09-07T06:13:10.3270599Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-09-07T06:13:10.3571319Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-09-07T06:13:10.3711802Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-09-07T06:13:10.6538141Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-09-07T06:13:26.1387447Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-09-07T06:13:26.1388098Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/aiter'... 2025-09-07T06:13:26.1388639Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-09-07T06:13:26.1389211Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-09-07T06:13:26.1389786Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-09-07T06:13:26.1390563Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-09-07T06:13:26.1391202Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-09-07T06:13:26.1391781Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-09-07T06:13:26.1392344Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-09-07T06:13:26.1392910Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-09-07T06:13:26.1393530Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-09-07T06:13:26.1394141Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-09-07T06:13:26.1394689Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-09-07T06:13:26.1395240Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-09-07T06:13:26.1395932Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-09-07T06:13:26.1396550Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-09-07T06:13:27.5023879Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-09-07T06:13:28.1023104Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-09-07T06:13:28.2783728Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-09-07T06:13:29.6509834Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-09-07T06:13:35.7272435Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-09-07T06:13:38.3164976Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-09-07T06:14:35.0875900Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-09-07T06:14:43.9632414Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-09-07T06:14:43.9745993Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:14:48.5519419Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-09-07T06:15:01.5224871Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-09-07T06:15:01.8512998Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-09-07T06:15:10.7599845Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-09-07T06:15:10.9841424Z Submodule path 'third_party/cpp-httplib': checked out '89c932f313c6437c38f2982869beacc89c2f2246' 2025-09-07T06:15:13.0579834Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-09-07T06:15:14.3203423Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-09-07T06:15:38.7851680Z Submodule path 'third_party/cutlass': checked out 'e51efbfe18fe4f4cbb66ab814c55bf4aa0185491' 2025-09-07T06:15:41.9401729Z Submodule path 'third_party/fbgemm': checked out '4b39c551efe15e6bbade20565b0ceb2d8ce3352d' 2025-09-07T06:15:41.9624050Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-09-07T06:15:41.9625195Z Submodule 'external/composable_kernel' (https://github.com/jwfromm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:15:41.9626288Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:15:41.9628094Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-09-07T06:15:41.9629110Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-09-07T06:15:41.9630222Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:15:41.9631286Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-09-07T06:15:50.9681921Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-09-07T06:15:50.9682704Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-09-07T06:15:50.9683426Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-09-07T06:15:50.9684190Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-09-07T06:15:50.9684961Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-09-07T06:15:50.9685662Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-09-07T06:15:50.9686353Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-09-07T06:15:52.8594196Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-09-07T06:16:14.6228634Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out 'b1281b8b08d973a7064f864f47eeb30f3e2596e9' 2025-09-07T06:16:15.4063724Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-09-07T06:16:20.6339055Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '311f3c8e51dc0eb56310cfc6980bf63d0fbd7917' 2025-09-07T06:16:20.8786426Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-09-07T06:16:21.0233343Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out '63b6a7b541fa7f08f8475ca7d74054db36ff2691' 2025-09-07T06:16:21.8583402Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-09-07T06:16:22.6130816Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-09-07T06:16:22.6258636Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:16:22.6259809Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:16:27.0628063Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-09-07T06:16:27.0628946Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-09-07T06:16:29.9398979Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-09-07T06:16:35.0964186Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-09-07T06:16:37.0633887Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-09-07T06:16:37.4378065Z Submodule path 'third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-09-07T06:16:37.6560577Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-09-07T06:16:37.8730087Z Submodule path 'third_party/gloo': checked out 'c7b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-09-07T06:16:38.1389884Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-09-07T06:16:38.2238900Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-09-07T06:16:38.2347292Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-09-07T06:16:51.1081541Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-09-07T06:16:54.5260280Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-09-07T06:16:54.6911270Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-09-07T06:16:55.0168759Z Submodule path 'third_party/kineto': checked out '5e7501833f1021ce6f618572d3baf657b6319658' 2025-09-07T06:16:55.0319351Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:16:55.0320562Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:16:55.0321729Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:16:57.0101477Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-09-07T06:16:57.0102322Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-09-07T06:16:57.0103147Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-09-07T06:16:57.3813022Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-09-07T06:16:57.4047165Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:16:57.4048605Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:16:57.4049744Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:16:57.4050908Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:16:57.4052153Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:16:57.4053406Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:16:57.4054663Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:16:57.4055853Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:16:57.4447199Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-09-07T06:17:04.9138128Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-09-07T06:17:04.9139270Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-09-07T06:17:04.9140360Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-09-07T06:17:04.9141634Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-09-07T06:17:04.9142752Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-09-07T06:17:04.9143840Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-09-07T06:17:04.9144891Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-09-07T06:17:05.5622541Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-09-07T06:17:05.7378390Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-09-07T06:17:05.8975660Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-09-07T06:17:05.9901510Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-09-07T06:17:06.0012065Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:17:06.4043103Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-09-07T06:17:06.4603550Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-09-07T06:17:06.5787298Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-09-07T06:17:06.7615830Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-09-07T06:17:07.2432812Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-09-07T06:17:07.3587727Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-09-07T06:17:07.5066610Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-09-07T06:17:07.7417154Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-09-07T06:17:07.9865043Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-09-07T06:17:08.5658690Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-09-07T06:17:09.0781738Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-09-07T06:17:13.3934650Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-09-07T06:17:13.4070948Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-09-07T06:17:14.5057454Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-09-07T06:17:14.6818098Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-09-07T06:17:15.1611454Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-09-07T06:17:15.1882455Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:17:15.1883653Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:17:15.1884957Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:17:15.1886068Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:17:15.1887402Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:17:15.1888835Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:17:15.1890245Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:17:15.1891366Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:17:15.2435300Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-09-07T06:17:25.8138610Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-09-07T06:17:25.8140541Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-09-07T06:17:25.8141449Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-09-07T06:17:25.8142360Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-09-07T06:17:25.8143246Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-09-07T06:17:25.8144125Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-09-07T06:17:25.8146122Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-09-07T06:17:25.9373963Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-09-07T06:17:26.1280609Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-09-07T06:17:26.2130735Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-09-07T06:17:26.7082526Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-09-07T06:17:26.9823495Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-09-07T06:17:27.0929228Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-09-07T06:17:27.2215906Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-09-07T06:17:27.2338729Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:17:27.2340031Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:17:29.5027454Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-09-07T06:17:29.5028555Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-09-07T06:17:30.2018609Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-09-07T06:17:30.9896672Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-09-07T06:17:36.1171537Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-09-07T06:17:36.1976021Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-09-07T06:17:37.6047121Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-09-07T06:17:37.6178264Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:17:37.6179385Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-09-07T06:17:38.8390171Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-09-07T06:17:38.8391003Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-09-07T06:17:38.9254292Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-09-07T06:17:39.1800880Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-09-07T06:17:39.2475097Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-09-07T06:17:39.3293945Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-09-07T06:17:39.5309472Z Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8' 2025-09-07T06:17:39.6723716Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-09-07T06:17:39.8519708Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-09-07T06:17:40.2511699Z Submodule path 'third_party/tensorpipe': checked out 'af0118d13e52f5a08841464a768e01a0bf3e3075' 2025-09-07T06:17:40.2677963Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:17:40.2679078Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:17:40.2680070Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:17:40.2681093Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:17:42.9500924Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-09-07T06:17:42.9501790Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-09-07T06:17:42.9502555Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-09-07T06:17:42.9503363Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-09-07T06:17:43.1895046Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-09-07T06:17:43.3120569Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-09-07T06:17:43.6115728Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-09-07T06:17:43.8051200Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-09-07T06:17:43.8159157Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:17:44.1074792Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-09-07T06:17:44.1685517Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-09-07T06:17:44.1931893Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-09-07T06:17:44.5793450Z Entering 'android/libs/fbjni' 2025-09-07T06:17:44.6184152Z Entering 'third_party/FP16' 2025-09-07T06:17:44.6612909Z Entering 'third_party/FXdiv' 2025-09-07T06:17:44.6988506Z Entering 'third_party/NNPACK' 2025-09-07T06:17:44.7375338Z Entering 'third_party/NVTX' 2025-09-07T06:17:44.7755257Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:17:44.8131426Z Entering 'third_party/XNNPACK' 2025-09-07T06:17:44.8551274Z Entering 'third_party/aiter' 2025-09-07T06:17:44.8917703Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:17:44.9328557Z Entering 'third_party/benchmark' 2025-09-07T06:17:44.9722237Z Entering 'third_party/composable_kernel' 2025-09-07T06:17:45.0105681Z Entering 'third_party/cpp-httplib' 2025-09-07T06:17:45.0483608Z Entering 'third_party/cpuinfo' 2025-09-07T06:17:45.0889584Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:17:45.1268295Z Entering 'third_party/cutlass' 2025-09-07T06:17:45.1652781Z Entering 'third_party/fbgemm' 2025-09-07T06:17:45.2022198Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:17:45.2405430Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:17:45.2837742Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:17:45.3225167Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:17:45.3612097Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:17:45.4017332Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:17:45.4408015Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:17:45.4829565Z Entering 'third_party/flash-attention' 2025-09-07T06:17:45.5201063Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:17:45.5615877Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:17:45.6021901Z Entering 'third_party/flatbuffers' 2025-09-07T06:17:45.6498476Z Entering 'third_party/fmt' 2025-09-07T06:17:45.6876880Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:17:45.7265257Z Entering 'third_party/gloo' 2025-09-07T06:17:45.7642996Z Entering 'third_party/googletest' 2025-09-07T06:17:45.8024781Z Entering 'third_party/ideep' 2025-09-07T06:17:45.8394399Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:17:45.8799448Z Entering 'third_party/ittapi' 2025-09-07T06:17:45.9186249Z Entering 'third_party/kineto' 2025-09-07T06:17:45.9565003Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:17:45.9943788Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:17:46.0341214Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:17:46.0731683Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:17:46.1128519Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:17:46.1504776Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:17:46.1906042Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:17:46.2287506Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:17:46.2667657Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:17:46.3047674Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:17:46.3445833Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:17:46.3826996Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:17:46.4229739Z Entering 'third_party/kleidiai' 2025-09-07T06:17:46.4610282Z Entering 'third_party/mimalloc' 2025-09-07T06:17:46.5008529Z Entering 'third_party/nlohmann' 2025-09-07T06:17:46.5388489Z Entering 'third_party/onnx' 2025-09-07T06:17:46.5773966Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:17:46.6196089Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:17:46.6571922Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:17:46.6955639Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:17:46.7383873Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:17:46.7767263Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:17:46.8146851Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:17:46.8537430Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:17:46.8934349Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:17:46.9329989Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:17:46.9717985Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:17:47.0119255Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:17:47.0542864Z Entering 'third_party/pocketfft' 2025-09-07T06:17:47.0927766Z Entering 'third_party/protobuf' 2025-09-07T06:17:47.1294648Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:17:47.1670772Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:17:47.2095069Z Entering 'third_party/psimd' 2025-09-07T06:17:47.2467759Z Entering 'third_party/pthreadpool' 2025-09-07T06:17:47.2846159Z Entering 'third_party/pybind11' 2025-09-07T06:17:47.3221069Z Entering 'third_party/python-peachpy' 2025-09-07T06:17:47.3639241Z Entering 'third_party/sleef' 2025-09-07T06:17:47.4017103Z Entering 'third_party/tensorpipe' 2025-09-07T06:17:47.4396633Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:17:47.4776312Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:17:47.5164986Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:17:47.5544916Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:17:47.5913589Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:17:47.6422988Z ##[endgroup] 2025-09-07T06:17:47.6423407Z ##[group]Persisting credentials for submodules 2025-09-07T06:17:47.6439434Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\"" 2025-09-07T06:17:48.0240536Z Entering 'android/libs/fbjni' 2025-09-07T06:17:48.0840672Z Entering 'third_party/FP16' 2025-09-07T06:17:48.1429070Z Entering 'third_party/FXdiv' 2025-09-07T06:17:48.2010157Z Entering 'third_party/NNPACK' 2025-09-07T06:17:48.2578058Z Entering 'third_party/NVTX' 2025-09-07T06:17:48.3173506Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:17:48.3757194Z Entering 'third_party/XNNPACK' 2025-09-07T06:17:48.4343469Z Entering 'third_party/aiter' 2025-09-07T06:17:48.4922323Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:17:48.5561713Z Entering 'third_party/benchmark' 2025-09-07T06:17:48.6123084Z Entering 'third_party/composable_kernel' 2025-09-07T06:17:48.6706257Z Entering 'third_party/cpp-httplib' 2025-09-07T06:17:48.7296963Z Entering 'third_party/cpuinfo' 2025-09-07T06:17:48.7870041Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:17:48.8438228Z Entering 'third_party/cutlass' 2025-09-07T06:17:48.9029378Z Entering 'third_party/fbgemm' 2025-09-07T06:17:48.9589341Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:17:49.0187678Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:17:49.0771079Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:17:49.1341777Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:17:49.1957159Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:17:49.2520396Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:17:49.3090538Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:17:49.3691669Z Entering 'third_party/flash-attention' 2025-09-07T06:17:49.4258734Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:17:49.4856896Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:17:49.5480811Z Entering 'third_party/flatbuffers' 2025-09-07T06:17:49.6080956Z Entering 'third_party/fmt' 2025-09-07T06:17:49.6653944Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:17:49.7220597Z Entering 'third_party/gloo' 2025-09-07T06:17:49.7804353Z Entering 'third_party/googletest' 2025-09-07T06:17:49.8360064Z Entering 'third_party/ideep' 2025-09-07T06:17:49.8902188Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:17:49.9522860Z Entering 'third_party/ittapi' 2025-09-07T06:17:50.0091529Z Entering 'third_party/kineto' 2025-09-07T06:17:50.0649457Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:17:50.1235353Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:17:50.1836283Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:17:50.2441405Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:17:50.3023316Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:17:50.3589598Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:17:50.4236151Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:17:50.4829264Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:17:50.5406819Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:17:50.5987592Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:17:50.6634119Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:17:50.7216097Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:17:50.7834937Z Entering 'third_party/kleidiai' 2025-09-07T06:17:50.8397683Z Entering 'third_party/mimalloc' 2025-09-07T06:17:50.8962787Z Entering 'third_party/nlohmann' 2025-09-07T06:17:50.9566642Z Entering 'third_party/onnx' 2025-09-07T06:17:51.0130058Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:17:51.0734546Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:17:51.1285526Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:17:51.1847143Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:17:51.2417374Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:17:51.3001627Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:17:51.3595408Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:17:51.4173268Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:17:51.4744995Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:17:51.5307365Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:17:51.5882318Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:17:51.6469446Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:17:51.7100038Z Entering 'third_party/pocketfft' 2025-09-07T06:17:51.7659415Z Entering 'third_party/protobuf' 2025-09-07T06:17:51.8213802Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:17:51.8784104Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:17:51.9366989Z Entering 'third_party/psimd' 2025-09-07T06:17:51.9945891Z Entering 'third_party/pthreadpool' 2025-09-07T06:17:52.0505041Z Entering 'third_party/pybind11' 2025-09-07T06:17:52.1060137Z Entering 'third_party/python-peachpy' 2025-09-07T06:17:52.1664481Z Entering 'third_party/sleef' 2025-09-07T06:17:52.2225890Z Entering 'third_party/tensorpipe' 2025-09-07T06:17:52.2796809Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:17:52.3385737Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:17:52.3958634Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:17:52.4594938Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:17:52.5166083Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:17:52.5877861Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\"" 2025-09-07T06:17:52.9866684Z Entering 'android/libs/fbjni' 2025-09-07T06:17:53.0429698Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-09-07T06:17:53.0570133Z Entering 'third_party/FP16' 2025-09-07T06:17:53.1116299Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-09-07T06:17:53.1270127Z Entering 'third_party/FXdiv' 2025-09-07T06:17:53.1852246Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-09-07T06:17:53.1994702Z Entering 'third_party/NNPACK' 2025-09-07T06:17:53.2543370Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-09-07T06:17:53.2723883Z Entering 'third_party/NVTX' 2025-09-07T06:17:53.3278714Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-09-07T06:17:53.3420654Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:17:53.4019960Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-09-07T06:17:53.4163731Z Entering 'third_party/XNNPACK' 2025-09-07T06:17:53.4717477Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-09-07T06:17:53.4877621Z Entering 'third_party/aiter' 2025-09-07T06:17:53.5454993Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-09-07T06:17:53.5583949Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:17:53.6148593Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-09-07T06:17:53.6350299Z Entering 'third_party/benchmark' 2025-09-07T06:17:53.6883877Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-09-07T06:17:53.7029590Z Entering 'third_party/composable_kernel' 2025-09-07T06:17:53.7575768Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-09-07T06:17:53.7741386Z Entering 'third_party/cpp-httplib' 2025-09-07T06:17:53.8337094Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-09-07T06:17:53.8478095Z Entering 'third_party/cpuinfo' 2025-09-07T06:17:53.9019603Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-09-07T06:17:53.9163981Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:17:53.9723388Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-09-07T06:17:53.9869192Z Entering 'third_party/cutlass' 2025-09-07T06:17:54.0411172Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-09-07T06:17:54.0561600Z Entering 'third_party/fbgemm' 2025-09-07T06:17:54.1106078Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-09-07T06:17:54.1239142Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:17:54.1789734Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-09-07T06:17:54.1933000Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:17:54.2479652Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-09-07T06:17:54.2631238Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:17:54.3197965Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-09-07T06:17:54.3340957Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:17:54.3914611Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-09-07T06:17:54.4068519Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:17:54.4618367Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-09-07T06:17:54.4765891Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:17:54.5318186Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-09-07T06:17:54.5458854Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:17:54.6032710Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-09-07T06:17:54.6197072Z Entering 'third_party/flash-attention' 2025-09-07T06:17:54.6763517Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-09-07T06:17:54.6896059Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:17:54.7448139Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-09-07T06:17:54.7598064Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:17:54.8147617Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-09-07T06:17:54.8322713Z Entering 'third_party/flatbuffers' 2025-09-07T06:17:54.8863991Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-09-07T06:17:54.9008222Z Entering 'third_party/fmt' 2025-09-07T06:17:54.9583134Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-09-07T06:17:54.9726171Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:17:55.0281354Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-09-07T06:17:55.0443124Z Entering 'third_party/gloo' 2025-09-07T06:17:55.1003590Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-09-07T06:17:55.1145006Z Entering 'third_party/googletest' 2025-09-07T06:17:55.1690965Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-09-07T06:17:55.1839783Z Entering 'third_party/ideep' 2025-09-07T06:17:55.2386610Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-09-07T06:17:55.2516777Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:17:55.3067578Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-09-07T06:17:55.3236621Z Entering 'third_party/ittapi' 2025-09-07T06:17:55.3792749Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-09-07T06:17:55.3936829Z Entering 'third_party/kineto' 2025-09-07T06:17:55.4487803Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-09-07T06:17:55.4617017Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:17:55.5209057Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-09-07T06:17:55.5342868Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:17:55.5906906Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-09-07T06:17:55.6050363Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:17:55.6613609Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-09-07T06:17:55.6755907Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:17:55.7364761Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-09-07T06:17:55.7507606Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:17:55.8060086Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-09-07T06:17:55.8187732Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:17:55.8772453Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-09-07T06:17:55.8942098Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:17:55.9507794Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-09-07T06:17:55.9651838Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:17:56.0222024Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-09-07T06:17:56.0366986Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:17:56.0944711Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-09-07T06:17:56.1088020Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:17:56.1672468Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-09-07T06:17:56.1849917Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:17:56.2429519Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-09-07T06:17:56.2579879Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:17:56.3178586Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-09-07T06:17:56.3348381Z Entering 'third_party/kleidiai' 2025-09-07T06:17:56.3898140Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-09-07T06:17:56.4043728Z Entering 'third_party/mimalloc' 2025-09-07T06:17:56.4600983Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-09-07T06:17:56.4742508Z Entering 'third_party/nlohmann' 2025-09-07T06:17:56.5279772Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-09-07T06:17:56.5424668Z Entering 'third_party/onnx' 2025-09-07T06:17:56.5961628Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-09-07T06:17:56.6110205Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:17:56.6695220Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-09-07T06:17:56.6859668Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:17:56.7415761Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-09-07T06:17:56.7550787Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:17:56.8096141Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-09-07T06:17:56.8242573Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:17:56.8823635Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-09-07T06:17:56.8971519Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:17:56.9543432Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-09-07T06:17:56.9684324Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:17:57.0228896Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-09-07T06:17:57.0374413Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:17:57.0917728Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-09-07T06:17:57.1058569Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:17:57.1649035Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-09-07T06:17:57.1794150Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:17:57.2380839Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-09-07T06:17:57.2510072Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:17:57.3064714Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-09-07T06:17:57.3210108Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:17:57.3769979Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-09-07T06:17:57.3928515Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:17:57.4481894Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-09-07T06:17:57.4664541Z Entering 'third_party/pocketfft' 2025-09-07T06:17:57.5212643Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-09-07T06:17:57.5353312Z Entering 'third_party/protobuf' 2025-09-07T06:17:57.5903200Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-09-07T06:17:57.6038864Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:17:57.6580295Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-09-07T06:17:57.6719873Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:17:57.7268775Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-09-07T06:17:57.7432533Z Entering 'third_party/psimd' 2025-09-07T06:17:57.7968091Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-09-07T06:17:57.8153945Z Entering 'third_party/pthreadpool' 2025-09-07T06:17:57.8686769Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-09-07T06:17:57.8829278Z Entering 'third_party/pybind11' 2025-09-07T06:17:57.9371026Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-09-07T06:17:57.9513317Z Entering 'third_party/python-peachpy' 2025-09-07T06:17:58.0102427Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-09-07T06:17:58.0244137Z Entering 'third_party/sleef' 2025-09-07T06:17:58.0783964Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-09-07T06:17:58.0923060Z Entering 'third_party/tensorpipe' 2025-09-07T06:17:58.1464049Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-09-07T06:17:58.1594905Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:17:58.2133324Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-09-07T06:17:58.2274532Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:17:58.2824097Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-09-07T06:17:58.2967488Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:17:58.3574139Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-09-07T06:17:58.3717340Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:17:58.4266511Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-09-07T06:17:58.4393640Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:17:58.4958334Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-09-07T06:17:58.5581875Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-09-07T06:17:58.9310185Z Entering 'android/libs/fbjni' 2025-09-07T06:17:58.9731659Z Entering 'third_party/FP16' 2025-09-07T06:17:59.0162795Z Entering 'third_party/FXdiv' 2025-09-07T06:17:59.0538734Z Entering 'third_party/NNPACK' 2025-09-07T06:17:59.0910413Z Entering 'third_party/NVTX' 2025-09-07T06:17:59.1315953Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:17:59.1695630Z Entering 'third_party/XNNPACK' 2025-09-07T06:17:59.2088484Z Entering 'third_party/aiter' 2025-09-07T06:17:59.2461089Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:17:59.2867564Z Entering 'third_party/benchmark' 2025-09-07T06:17:59.3245134Z Entering 'third_party/composable_kernel' 2025-09-07T06:17:59.3657560Z Entering 'third_party/cpp-httplib' 2025-09-07T06:17:59.4021920Z Entering 'third_party/cpuinfo' 2025-09-07T06:17:59.4416236Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:17:59.4804014Z Entering 'third_party/cutlass' 2025-09-07T06:17:59.5202202Z Entering 'third_party/fbgemm' 2025-09-07T06:17:59.5567986Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:17:59.5949329Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:17:59.6364533Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:17:59.6745463Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:17:59.7135882Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:17:59.7526083Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:17:59.7906617Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:17:59.8302724Z Entering 'third_party/flash-attention' 2025-09-07T06:17:59.8707800Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:17:59.9095948Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:17:59.9521242Z Entering 'third_party/flatbuffers' 2025-09-07T06:17:59.9927587Z Entering 'third_party/fmt' 2025-09-07T06:18:00.0344709Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:18:00.0756412Z Entering 'third_party/gloo' 2025-09-07T06:18:00.1128063Z Entering 'third_party/googletest' 2025-09-07T06:18:00.1525797Z Entering 'third_party/ideep' 2025-09-07T06:18:00.1904084Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:18:00.2334020Z Entering 'third_party/ittapi' 2025-09-07T06:18:00.2745439Z Entering 'third_party/kineto' 2025-09-07T06:18:00.3108986Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:18:00.3479697Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:18:00.3883087Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:18:00.4269375Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:18:00.4652599Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:18:00.5065714Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:18:00.5479410Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:18:00.5883433Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:18:00.6276349Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:18:00.6657428Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:18:00.7066656Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:18:00.7447349Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:18:00.7854083Z Entering 'third_party/kleidiai' 2025-09-07T06:18:00.8249800Z Entering 'third_party/mimalloc' 2025-09-07T06:18:00.8634433Z Entering 'third_party/nlohmann' 2025-09-07T06:18:00.9020918Z Entering 'third_party/onnx' 2025-09-07T06:18:00.9426664Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:18:00.9833138Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:18:01.0223292Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:18:01.0603866Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:18:01.0985628Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:18:01.1405783Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:18:01.1806878Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:18:01.2219059Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:18:01.2602763Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:18:01.2972324Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:18:01.3454290Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:18:01.9079289Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:18:01.9504828Z Entering 'third_party/pocketfft' 2025-09-07T06:18:01.9910769Z Entering 'third_party/protobuf' 2025-09-07T06:18:02.0299857Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:18:02.0718041Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:18:02.1126513Z Entering 'third_party/psimd' 2025-09-07T06:18:02.1516491Z Entering 'third_party/pthreadpool' 2025-09-07T06:18:02.1920503Z Entering 'third_party/pybind11' 2025-09-07T06:18:02.2304429Z Entering 'third_party/python-peachpy' 2025-09-07T06:18:02.2704342Z Entering 'third_party/sleef' 2025-09-07T06:18:02.3098363Z Entering 'third_party/tensorpipe' 2025-09-07T06:18:02.3500686Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:18:02.3899740Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:18:02.4277510Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:18:02.4661715Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:18:02.5039427Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:18:02.5550973Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2025-09-07T06:18:02.9548737Z Entering 'android/libs/fbjni' 2025-09-07T06:18:02.9935656Z Entering 'third_party/FP16' 2025-09-07T06:18:03.0324385Z Entering 'third_party/FXdiv' 2025-09-07T06:18:03.0702298Z Entering 'third_party/NNPACK' 2025-09-07T06:18:03.1091707Z Entering 'third_party/NVTX' 2025-09-07T06:18:03.1518794Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:18:03.1904241Z Entering 'third_party/XNNPACK' 2025-09-07T06:18:03.2292416Z Entering 'third_party/aiter' 2025-09-07T06:18:03.2675664Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:18:03.3092411Z Entering 'third_party/benchmark' 2025-09-07T06:18:03.3484265Z Entering 'third_party/composable_kernel' 2025-09-07T06:18:03.3899092Z Entering 'third_party/cpp-httplib' 2025-09-07T06:18:03.4280360Z Entering 'third_party/cpuinfo' 2025-09-07T06:18:03.4681255Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:18:03.5059265Z Entering 'third_party/cutlass' 2025-09-07T06:18:03.5469314Z Entering 'third_party/fbgemm' 2025-09-07T06:18:03.5836002Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:18:03.6217907Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:18:03.6625122Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:18:03.7013242Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:18:03.7443352Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:18:03.7832981Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:18:03.8251760Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:18:03.8658399Z Entering 'third_party/flash-attention' 2025-09-07T06:18:03.9040198Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:18:03.9456002Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:18:03.9870814Z Entering 'third_party/flatbuffers' 2025-09-07T06:18:04.0268398Z Entering 'third_party/fmt' 2025-09-07T06:18:04.0682733Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:18:04.1082037Z Entering 'third_party/gloo' 2025-09-07T06:18:04.1469793Z Entering 'third_party/googletest' 2025-09-07T06:18:04.1852147Z Entering 'third_party/ideep' 2025-09-07T06:18:04.2251753Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:18:04.2665142Z Entering 'third_party/ittapi' 2025-09-07T06:18:04.3054638Z Entering 'third_party/kineto' 2025-09-07T06:18:04.3423733Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:18:04.3803340Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:18:04.4250299Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:18:04.4650412Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:18:04.5052632Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:18:04.5422584Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:18:04.5838368Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:18:04.6273809Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:18:04.6668672Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:18:04.7102866Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:18:04.7531840Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:18:04.7918849Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:18:04.8330063Z Entering 'third_party/kleidiai' 2025-09-07T06:18:04.8719491Z Entering 'third_party/mimalloc' 2025-09-07T06:18:04.9105026Z Entering 'third_party/nlohmann' 2025-09-07T06:18:04.9490689Z Entering 'third_party/onnx' 2025-09-07T06:18:04.9881500Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:18:05.0291343Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:18:05.0661616Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:18:05.1054588Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:18:05.1457479Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:18:05.1838825Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:18:05.2228983Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:18:05.2607951Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:18:05.3007176Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:18:05.3368012Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:18:05.3791719Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:18:05.4155573Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:18:05.4575131Z Entering 'third_party/pocketfft' 2025-09-07T06:18:05.4955980Z Entering 'third_party/protobuf' 2025-09-07T06:18:05.5320203Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:18:05.5702045Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:18:05.6132013Z Entering 'third_party/psimd' 2025-09-07T06:18:05.6504937Z Entering 'third_party/pthreadpool' 2025-09-07T06:18:05.6875567Z Entering 'third_party/pybind11' 2025-09-07T06:18:05.7251012Z Entering 'third_party/python-peachpy' 2025-09-07T06:18:05.7631957Z Entering 'third_party/sleef' 2025-09-07T06:18:05.8007336Z Entering 'third_party/tensorpipe' 2025-09-07T06:18:05.8387983Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:18:05.8777514Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:18:05.9158338Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:18:05.9539288Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:18:05.9902747Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:18:06.0447081Z ##[endgroup] 2025-09-07T06:18:06.0718282Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-09-07T06:18:06.0924269Z 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:18:06.1158222Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-09-07T06:18:06.1158549Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:18:06.1158816Z # Clean stale submodule dirs 2025-09-07T06:18:06.1159100Z if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:18:06.1160108Z  sudo git submodule foreach --recursive git clean -ffdx 2025-09-07T06:18:06.1160450Z else 2025-09-07T06:18:06.1160725Z  git submodule foreach --recursive git clean -ffdx 2025-09-07T06:18:06.1161063Z fi 2025-09-07T06:18:06.1181146Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:06.1181578Z env: 2025-09-07T06:18:06.1181773Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:06.1181990Z NO_SUDO: true 2025-09-07T06:18:06.1182188Z ##[endgroup] 2025-09-07T06:18:06.4866541Z Entering 'android/libs/fbjni' 2025-09-07T06:18:06.5095633Z Entering 'third_party/FP16' 2025-09-07T06:18:06.5301671Z Entering 'third_party/FXdiv' 2025-09-07T06:18:06.5510764Z Entering 'third_party/NNPACK' 2025-09-07T06:18:06.5741346Z Entering 'third_party/NVTX' 2025-09-07T06:18:06.5964871Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:18:06.6177499Z Entering 'third_party/XNNPACK' 2025-09-07T06:18:06.6592537Z Entering 'third_party/aiter' 2025-09-07T06:18:06.6809959Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:18:06.7228250Z Entering 'third_party/benchmark' 2025-09-07T06:18:06.7435068Z Entering 'third_party/composable_kernel' 2025-09-07T06:18:06.7854131Z Entering 'third_party/cpp-httplib' 2025-09-07T06:18:06.8117351Z Entering 'third_party/cpuinfo' 2025-09-07T06:18:06.8332517Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:18:06.8558821Z Entering 'third_party/cutlass' 2025-09-07T06:18:06.8929930Z Entering 'third_party/fbgemm' 2025-09-07T06:18:06.9209218Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:18:06.9416154Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:18:06.9822645Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:18:07.0047405Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:18:07.0417529Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:18:07.0640628Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:18:07.0841828Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:18:07.1103310Z Entering 'third_party/flash-attention' 2025-09-07T06:18:07.1315098Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:18:07.1707756Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:18:07.2073989Z Entering 'third_party/flatbuffers' 2025-09-07T06:18:07.2386622Z Entering 'third_party/fmt' 2025-09-07T06:18:07.2596324Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:18:07.2804408Z Entering 'third_party/gloo' 2025-09-07T06:18:07.3011451Z Entering 'third_party/googletest' 2025-09-07T06:18:07.3225856Z Entering 'third_party/ideep' 2025-09-07T06:18:07.3416010Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:18:07.3776452Z Entering 'third_party/ittapi' 2025-09-07T06:18:07.3987588Z Entering 'third_party/kineto' 2025-09-07T06:18:07.4194653Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:18:07.4400923Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:18:07.4648995Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:18:07.4868410Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:18:07.5082632Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:18:07.5323180Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:18:07.5546806Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:18:07.5762770Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:18:07.5971893Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:18:07.6202864Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:18:07.6428039Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:18:07.6642239Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:18:07.6871319Z Entering 'third_party/kleidiai' 2025-09-07T06:18:07.7089972Z Entering 'third_party/mimalloc' 2025-09-07T06:18:07.7301115Z Entering 'third_party/nlohmann' 2025-09-07T06:18:07.7541181Z Entering 'third_party/onnx' 2025-09-07T06:18:07.8606153Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:18:07.8831704Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:18:07.9088892Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:18:07.9297191Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:18:07.9511267Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:18:07.9718469Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:18:07.9957857Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:18:08.0177922Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:18:08.0385236Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:18:08.0613948Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:18:08.0874371Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:18:08.1106418Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:18:08.1986219Z Entering 'third_party/pocketfft' 2025-09-07T06:18:08.2192068Z Entering 'third_party/protobuf' 2025-09-07T06:18:08.2507295Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:18:08.2715953Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:18:08.2945815Z Entering 'third_party/psimd' 2025-09-07T06:18:08.3209397Z Entering 'third_party/pthreadpool' 2025-09-07T06:18:08.3410580Z Entering 'third_party/pybind11' 2025-09-07T06:18:08.3638003Z Entering 'third_party/python-peachpy' 2025-09-07T06:18:08.3852159Z Entering 'third_party/sleef' 2025-09-07T06:18:08.4088553Z Entering 'third_party/tensorpipe' 2025-09-07T06:18:08.4292736Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:18:08.4507212Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:18:08.4722016Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:18:08.5003617Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:18:08.5194120Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:18:08.5686789Z Prepare all required actions 2025-09-07T06:18:08.5751247Z ##[group]Run ./.github/actions/setup-win 2025-09-07T06:18:08.5751577Z with: 2025-09-07T06:18:08.5751784Z cuda-version: cpu 2025-09-07T06:18:08.5752027Z env: 2025-09-07T06:18:08.5752232Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:08.5752503Z ##[endgroup] 2025-09-07T06:18:08.5840361Z ##[group]Run set -euo pipefail 2025-09-07T06:18:08.5840659Z set -euo pipefail 2025-09-07T06:18:08.5840936Z function get_ec2_metadata() { 2025-09-07T06:18:08.5841271Z  # Pulled from instance metadata endpoint for EC2 2025-09-07T06:18:08.5841853Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-09-07T06:18:08.5842374Z  category=$1 2025-09-07T06:18:08.5843216Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-09-07T06:18:08.5844048Z } 2025-09-07T06:18:08.5844282Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-09-07T06:18:08.5844674Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-09-07T06:18:08.5845106Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-09-07T06:18:08.5845485Z echo "system info $(uname -a)" 2025-09-07T06:18:08.5865279Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:08.5865839Z env: 2025-09-07T06:18:08.5866025Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:08.5866251Z ##[endgroup] 2025-09-07T06:18:08.6403445Z ami-id: ami-09330720cd2f262ab 2025-09-07T06:18:08.6798456Z instance-id: i-05b85f0ff311e224b 2025-09-07T06:18:08.7273689Z instance-type: c5d.4xlarge 2025-09-07T06:18:08.7465169Z system info MSYS_NT-10.0-17763 EC2AMAZ-F4P7NAP 3.6.4-b9f03e96.x86_64 2025-07-16 18:17 UTC x86_64 Msys 2025-09-07T06:18:08.7565211Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-09-07T06:18:08.7566256Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-09-07T06:18:08.7583656Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T06:18:08.7584112Z env: 2025-09-07T06:18:08.7584296Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:08.7584548Z ##[endgroup] 2025-09-07T06:18:09.1373730Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T06:18:09.1442470Z Finished 2025-09-07T06:18:09.1750263Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-09-07T06:18:09.1750748Z # Windows conda is baked into the AMI at this location 2025-09-07T06:18:09.1751159Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-09-07T06:18:09.1751487Z  2025-09-07T06:18:09.1751682Z { 2025-09-07T06:18:09.1751958Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-09-07T06:18:09.1752360Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-09-07T06:18:09.1752706Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-09-07T06:18:09.1752997Z } >> "${GITHUB_ENV}" 2025-09-07T06:18:09.1773052Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:09.1773496Z env: 2025-09-07T06:18:09.1773679Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:09.1773913Z ##[endgroup] 2025-09-07T06:18:09.2056798Z ##[group]Run set +e 2025-09-07T06:18:09.2057041Z set +e 2025-09-07T06:18:09.2057231Z set -x 2025-09-07T06:18:09.2057409Z  2025-09-07T06:18:09.2057629Z PYTHON3=$(${CONDA_RUN} which python3) 2025-09-07T06:18:09.2057916Z EXIT_CODE=$? 2025-09-07T06:18:09.2058117Z  2025-09-07T06:18:09.2059626Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-09-07T06:18:09.2060042Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-09-07T06:18:09.2060414Z  2025-09-07T06:18:09.2060617Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-09-07T06:18:09.2060947Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-09-07T06:18:09.2061233Z else 2025-09-07T06:18:09.2061666Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-09-07T06:18:09.2062375Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-09-07T06:18:09.2063041Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-09-07T06:18:09.2063602Z  # needed. In both cases, Python binary is just called python 2025-09-07T06:18:09.2063992Z  PYTHON=$(${CONDA_RUN} which python) 2025-09-07T06:18:09.2064285Z  EXIT_CODE=$? 2025-09-07T06:18:09.2064501Z  2025-09-07T06:18:09.2064700Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-09-07T06:18:09.2065143Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-09-07T06:18:09.2065548Z  2025-09-07T06:18:09.2065872Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-09-07T06:18:09.2066421Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-09-07T06:18:09.2067073Z  # here pointing to Python 2025-09-07T06:18:09.2067427Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-09-07T06:18:09.2067717Z  2025-09-07T06:18:09.2067977Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-09-07T06:18:09.2068342Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-09-07T06:18:09.2068691Z  else 2025-09-07T06:18:09.2068958Z  echo "Found no Python using ${CONDA_RUN}" 2025-09-07T06:18:09.2069331Z  fi 2025-09-07T06:18:09.2069535Z fi 2025-09-07T06:18:09.2089259Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:09.2089752Z env: 2025-09-07T06:18:09.2089962Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:09.2090378Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:09.2090919Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:09.2091450Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:09.2091826Z ##[endgroup] 2025-09-07T06:18:09.2369061Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2025-09-07T06:18:11.8190347Z which: no python3 in (/c/Jenkins/Miniconda3:/c/Jenkins/Miniconda3/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/Library/usr/bin:/c/Jenkins/Miniconda3/Library/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/bin:/c/Jenkins/Miniconda3/condabin:/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v13.0/bin/x64:/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v13.0/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Program Files/NVIDIA Corporation/Nsight Compute 2025.3.0:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps) 2025-09-07T06:18:11.8216146Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2025-09-07T06:18:11.9021162Z + PYTHON3= 2025-09-07T06:18:11.9021433Z + EXIT_CODE=1 2025-09-07T06:18:11.9021773Z + [[ 1 == \0 ]] 2025-09-07T06:18:11.9081429Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2025-09-07T06:18:13.5789052Z + PYTHON=/c/Jenkins/Miniconda3/python 2025-09-07T06:18:13.5790229Z + EXIT_CODE=0 2025-09-07T06:18:13.5790483Z + [[ 0 == \0 ]] 2025-09-07T06:18:13.5790948Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2025-09-07T06:18:13.5791704Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2025-09-07T06:18:13.5907042Z ++ echo /c/Jenkins/Miniconda3/python 2025-09-07T06:18:13.5958459Z ++ sed s/python/python3/ 2025-09-07T06:18:13.6137892Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2025-09-07T06:18:13.6138405Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2025-09-07T06:18:13.6332119Z ++ dirname /c/Jenkins/Miniconda3/python 2025-09-07T06:18:13.6421685Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2025-09-07T06:18:13.6422097Z + echo /c/Jenkins/Miniconda3 2025-09-07T06:18:13.6519664Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-09-07T06:18:13.6520338Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-09-07T06:18:13.6520863Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-09-07T06:18:13.6543084Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:13.6543502Z env: 2025-09-07T06:18:13.6543699Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:13.6544081Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:13.6544591Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:13.6545194Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:13.6545546Z ##[endgroup] 2025-09-07T06:18:13.7442621Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-09-07T06:18:13.7443575Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-09-07T06:18:13.7444367Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-09-07T06:18:13.7444826Z # that it doesn't interfere 2025-09-07T06:18:13.7445279Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-09-07T06:18:13.7462487Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T06:18:13.7462937Z env: 2025-09-07T06:18:13.7463197Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:13.7463605Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:13.7464143Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:13.7464609Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:13.7465003Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:13.7465296Z ##[endgroup] 2025-09-07T06:18:14.1358965Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T06:18:14.1407150Z Finished 2025-09-07T06:18:14.6035784Z ##[group]Run choco install handle -y 2025-09-07T06:18:14.6036122Z choco install handle -y 2025-09-07T06:18:14.6036401Z handle C:\actions-runner\_work\ 2025-09-07T06:18:14.6054191Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T06:18:14.6054649Z env: 2025-09-07T06:18:14.6054833Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:14.6055217Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:14.6055811Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:14.6056340Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:14.6056752Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:14.6057072Z ##[endgroup] 2025-09-07T06:18:14.9834320Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T06:18:14.9888099Z Finished 2025-09-07T06:18:15.9916199Z Chocolatey v2.5.0 2025-09-07T06:18:16.1540524Z Installing the following packages: 2025-09-07T06:18:16.1545743Z handle 2025-09-07T06:18:16.1549833Z By installing, you accept licenses for the packages. 2025-09-07T06:18:16.9322741Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-09-07T06:18:17.0531981Z 2025-09-07T06:18:17.0532829Z Progress: Downloading Handle 5.0... 15% 2025-09-07T06:18:17.0533581Z Progress: Downloading Handle 5.0... 45% 2025-09-07T06:18:17.0534724Z Progress: Downloading Handle 5.0... 75% 2025-09-07T06:18:17.0535059Z Progress: Downloading Handle 5.0... 100% 2025-09-07T06:18:17.2177048Z 2025-09-07T06:18:17.2177239Z handle v5.0.0 [Approved] 2025-09-07T06:18:17.2378456Z handle package files install completed. Performing other installation steps. 2025-09-07T06:18:18.1619670Z Downloading Handle 2025-09-07T06:18:18.1620068Z from 'https://download.sysinternals.com/files/Handle.zip' 2025-09-07T06:18:18.2506450Z 2025-09-07T06:18:18.2523175Z Progress: 19% - Saving 143.51 KB of 729.82 KB 2025-09-07T06:18:18.2538386Z Progress: 41% - Saving 303.51 KB of 729.82 KB 2025-09-07T06:18:18.2552839Z Progress: 63% - Saving 463.51 KB of 729.82 KB 2025-09-07T06:18:18.2570948Z Progress: 85% - Saving 623.51 KB of 729.82 KB 2025-09-07T06:18:18.2574610Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2025-09-07T06:18:18.2581806Z Download of Handle.zip (729.82 KB) completed. 2025-09-07T06:18:21.3361809Z Hashes match. 2025-09-07T06:18:21.3693850Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2025-09-07T06:18:21.5429846Z C:\ProgramData\chocolatey\lib\Handle\tools 2025-09-07T06:18:21.5482019Z HKEY_CURRENT_USER\Software\Sysinternals 2025-09-07T06:18:21.5512627Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2025-09-07T06:18:21.9366806Z ShimGen has successfully created a shim for handle.exe 2025-09-07T06:18:22.1223698Z ShimGen has successfully created a shim for handle64.exe 2025-09-07T06:18:22.2947708Z ShimGen has successfully created a shim for handle64a.exe 2025-09-07T06:18:22.3221340Z The install of handle was successful. 2025-09-07T06:18:22.3224567Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2025-09-07T06:18:22.3327303Z 2025-09-07T06:18:22.3327469Z Chocolatey installed 1/1 packages. 2025-09-07T06:18:22.3327916Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-09-07T06:18:22.4465334Z 2025-09-07T06:18:22.4465790Z Nthandle v5.0 - Handle viewer 2025-09-07T06:18:22.4466156Z Copyright (C) 1997-2022 Mark Russinovich 2025-09-07T06:18:22.4466471Z Sysinternals - www.sysinternals.com 2025-09-07T06:18:22.4466663Z 2025-09-07T06:18:22.4853901Z powershell.exe pid: 780 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:18:22.4854531Z handle.exe pid: 5760 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:18:22.4855109Z handle.exe pid: 3928 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:18:22.4855667Z handle64.exe pid: 6344 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:18:22.5168990Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-09-07T06:18:22.5169391Z python3 .github/scripts/parse_ref.py 2025-09-07T06:18:22.5188993Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:22.5189451Z env: 2025-09-07T06:18:22.5189641Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:22.5190013Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:22.5190521Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:22.5190991Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:22.5191387Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:22.5191669Z ##[endgroup] 2025-09-07T06:18:22.5821671Z Setting output branch=main 2025-09-07T06:18:22.5983406Z Prepare all required actions 2025-09-07T06:18:22.6018906Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-09-07T06:18:22.6019219Z with: 2025-09-07T06:18:22.6019800Z github-token: *** 2025-09-07T06:18:22.6020010Z env: 2025-09-07T06:18:22.6020184Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:22.6020556Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:22.6021094Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:22.6021557Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:22.6021948Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:22.6022224Z ##[endgroup] 2025-09-07T06:18:22.6104290Z ##[group]Run set -eux 2025-09-07T06:18:22.6104540Z set -eux 2025-09-07T06:18:22.6104949Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-09-07T06:18:22.6125225Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:22.6125649Z env: 2025-09-07T06:18:22.6125842Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:22.6126206Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:22.6126721Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:22.6127193Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:22.6127723Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:22.6128256Z GITHUB_TOKEN: *** 2025-09-07T06:18:22.6128455Z ##[endgroup] 2025-09-07T06:18:22.6327456Z + python3 .github/scripts/get_workflow_job_id.py 17524754564 i-05b85f0ff311e224b 2025-09-07T06:18:23.3915655Z Setting output job-id=49773699332 2025-09-07T06:18:23.3916046Z Setting output job-name=win-vs2022-cpu-py3 / build 2025-09-07T06:18:23.4224401Z Prepare all required actions 2025-09-07T06:18:23.4224802Z Getting action download info 2025-09-07T06:18:23.5493742Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-09-07T06:18:23.7769892Z ##[group]Run ./.github/actions/filter-test-configs 2025-09-07T06:18:23.7770211Z with: 2025-09-07T06:18:23.7770590Z github-token: *** 2025-09-07T06:18:23.7771651Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, { config: "default", shard: 2, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, { config: "default", shard: 3, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, ]} 2025-09-07T06:18:23.7772797Z job-name: win-vs2022-cpu-py3 / build 2025-09-07T06:18:23.7773073Z env: 2025-09-07T06:18:23.7773268Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:23.7773674Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:23.7774184Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:23.7774653Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:23.7775044Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:23.7775329Z ##[endgroup] 2025-09-07T06:18:23.7870118Z ##[group]Run nick-fields/retry@v3.0.0 2025-09-07T06:18:23.7870394Z with: 2025-09-07T06:18:23.7870571Z shell: bash 2025-09-07T06:18:23.7870751Z timeout_minutes: 10 2025-09-07T06:18:23.7870978Z max_attempts: 5 2025-09-07T06:18:23.7871167Z retry_wait_seconds: 30 2025-09-07T06:18:23.7871916Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-09-07T06:18:23.7872686Z polling_interval_seconds: 1 2025-09-07T06:18:23.7872926Z warning_on_retry: true 2025-09-07T06:18:23.7873154Z continue_on_error: false 2025-09-07T06:18:23.7873376Z env: 2025-09-07T06:18:23.7873552Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:23.7873914Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:23.7874429Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:23.7874905Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:23.7875338Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:23.7875870Z GITHUB_TOKEN: *** 2025-09-07T06:18:23.7876069Z ##[endgroup] 2025-09-07T06:18:23.9066012Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-09-07T06:18:25.0712118Z Collecting requests==2.27.1 2025-09-07T06:18:25.2737961Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-09-07T06:18:25.2852086Z Requirement already satisfied: pyyaml==6.0.2 in c:\jenkins\miniconda3\lib\site-packages (6.0.2) 2025-09-07T06:18:25.2977994Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (1.26.19) 2025-09-07T06:18:25.2984517Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2025.8.3) 2025-09-07T06:18:25.2996195Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2025-09-07T06:18:25.3010130Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2025-09-07T06:18:25.3367191Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-09-07T06:18:25.4004751Z ---------------------------------------- 63.1/63.1 kB 1.1 MB/s eta 0:00:00 2025-09-07T06:18:26.2050748Z Installing collected packages: requests 2025-09-07T06:18:26.2052508Z Attempting uninstall: requests 2025-09-07T06:18:26.2062829Z Found existing installation: requests 2.32.4 2025-09-07T06:18:26.2143975Z Uninstalling requests-2.32.4: 2025-09-07T06:18:26.2170565Z Successfully uninstalled requests-2.32.4 2025-09-07T06:18:26.3166520Z Successfully installed requests-2.27.1 2025-09-07T06:18:26.9103602Z Command completed after 1 attempt(s). 2025-09-07T06:18:26.9264585Z ##[group]Run set -x 2025-09-07T06:18:26.9264820Z set -x 2025-09-07T06:18:26.9265003Z  2025-09-07T06:18:26.9265358Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-09-07T06:18:26.9265807Z # in runner workspace 2025-09-07T06:18:26.9266161Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-09-07T06:18:26.9286489Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:26.9286928Z env: 2025-09-07T06:18:26.9287114Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:26.9287567Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:26.9288137Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:26.9288608Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:26.9288997Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:26.9289293Z ##[endgroup] 2025-09-07T06:18:26.9480059Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-09-07T06:18:26.9906106Z Setting output branch=main 2025-09-07T06:18:27.0071353Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-09-07T06:18:27.0071745Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-09-07T06:18:27.0072058Z echo "Job name: ${JOB_NAME}" 2025-09-07T06:18:27.0072308Z  2025-09-07T06:18:27.0072647Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-09-07T06:18:27.0073078Z # in runner workspace 2025-09-07T06:18:27.0073471Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-09-07T06:18:27.0073912Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-09-07T06:18:27.0074221Z  --job-name "${JOB_NAME}" \ 2025-09-07T06:18:27.0074508Z  --test-matrix "{ include: [ 2025-09-07T06:18:27.0074960Z  { config: "default", shard: 1, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, 2025-09-07T06:18:27.0075605Z  { config: "default", shard: 2, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, 2025-09-07T06:18:27.0076233Z  { config: "default", shard: 3, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, 2025-09-07T06:18:27.0076683Z ]} 2025-09-07T06:18:27.0076868Z " \ 2025-09-07T06:18:27.0077066Z  --selected-test-configs "" \ 2025-09-07T06:18:27.0077364Z  --pr-number "${PR_NUMBER}" \ 2025-09-07T06:18:27.0077633Z  --tag "${TAG}" \ 2025-09-07T06:18:27.0077885Z  --event-name "${EVENT_NAME}" \ 2025-09-07T06:18:27.0078171Z  --schedule "${SCHEDULE}" \ 2025-09-07T06:18:27.0078452Z  --branch "${HEAD_BRANCH}" 2025-09-07T06:18:27.0098747Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:27.0099168Z env: 2025-09-07T06:18:27.0099362Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:27.0099725Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:27.0100240Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:27.0100717Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:27.0101249Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:27.0101798Z GITHUB_TOKEN: *** 2025-09-07T06:18:27.0102017Z JOB_NAME: win-vs2022-cpu-py3 / build 2025-09-07T06:18:27.0102294Z PR_NUMBER: 2025-09-07T06:18:27.0102475Z TAG: 2025-09-07T06:18:27.0102660Z EVENT_NAME: push 2025-09-07T06:18:27.0102857Z SCHEDULE: 2025-09-07T06:18:27.0103031Z HEAD_BRANCH: main 2025-09-07T06:18:27.0103859Z ##[endgroup] 2025-09-07T06:18:27.0294601Z Workflow: trunk 2025-09-07T06:18:27.0294890Z Job name: win-vs2022-cpu-py3 / build 2025-09-07T06:18:27.3371754Z Setting output keep-going=True 2025-09-07T06:18:27.3372125Z Setting output ci-verbose-test-logs=False 2025-09-07T06:18:27.3372447Z Setting output ci-test-showlocals=False 2025-09-07T06:18:27.3372754Z Setting output ci-no-test-timeout=False 2025-09-07T06:18:27.3373027Z Setting output ci-no-td=False 2025-09-07T06:18:27.3373300Z Setting output ci-td-distributed=False 2025-09-07T06:18:27.3373605Z Setting output is-unstable=False 2025-09-07T06:18:27.3373873Z Setting output reenabled-issues= 2025-09-07T06:18:27.3375105Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "lf.windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "lf.windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "lf.windows.4xlarge.nonephemeral"}]} 2025-09-07T06:18:27.3376418Z Setting output is-test-matrix-empty=False 2025-09-07T06:18:27.3611092Z ##[group]Run echo "Filtered matrix:" 2025-09-07T06:18:27.3611415Z echo "Filtered matrix:" 2025-09-07T06:18:27.3612510Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "lf.windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "lf.windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "lf.windows.4xlarge.nonephemeral"}]}" 2025-09-07T06:18:27.3613616Z  2025-09-07T06:18:27.3613781Z echo 2025-09-07T06:18:27.3614022Z echo "Is the current job unstable? False" 2025-09-07T06:18:27.3614319Z  2025-09-07T06:18:27.3614496Z echo 2025-09-07T06:18:27.3614710Z echo "Is keep-going label set? True" 2025-09-07T06:18:27.3614993Z  2025-09-07T06:18:27.3615155Z echo 2025-09-07T06:18:27.3615366Z echo "Reenabled issues? " 2025-09-07T06:18:27.3635544Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:27.3635962Z env: 2025-09-07T06:18:27.3636156Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:27.3636524Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:27.3637040Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:27.3637511Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:27.3637912Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:27.3638193Z ##[endgroup] 2025-09-07T06:18:27.3827176Z Filtered matrix: 2025-09-07T06:18:27.3828621Z {include: [{config: default, shard: 1, num_shards: 3, runner: lf.windows.4xlarge.nonephemeral}, {config: default, shard: 2, num_shards: 3, runner: lf.windows.4xlarge.nonephemeral}, {config: default, shard: 3, num_shards: 3, runner: lf.windows.4xlarge.nonephemeral}]} 2025-09-07T06:18:27.3829738Z 2025-09-07T06:18:27.3829843Z Is the current job unstable? False 2025-09-07T06:18:27.3830072Z 2025-09-07T06:18:27.3830180Z Is keep-going label set? True 2025-09-07T06:18:27.3830387Z 2025-09-07T06:18:27.3830467Z Reenabled issues? 2025-09-07T06:18:27.3947768Z Prepare all required actions 2025-09-07T06:18:27.3948154Z Getting action download info 2025-09-07T06:18:27.5182143Z ##[group]Run ./.github/actions/pytest-cache-download 2025-09-07T06:18:27.5182733Z with: 2025-09-07T06:18:27.5183065Z cache_dir: .pytest_cache 2025-09-07T06:18:27.5183744Z job_identifier: trunk_win-vs2022-cpu-py3 2025-09-07T06:18:27.5184201Z s3_bucket: gha-artifacts 2025-09-07T06:18:27.5184562Z env: 2025-09-07T06:18:27.5184887Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:27.5185502Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:27.5186452Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:27.5187259Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:27.5187957Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:27.5188455Z ##[endgroup] 2025-09-07T06:18:27.5287912Z ##[group]Run nick-fields/retry@v3.0.0 2025-09-07T06:18:27.5288229Z with: 2025-09-07T06:18:27.5288411Z shell: bash 2025-09-07T06:18:27.5288615Z timeout_minutes: 5 2025-09-07T06:18:27.5288815Z max_attempts: 5 2025-09-07T06:18:27.5289023Z retry_wait_seconds: 30 2025-09-07T06:18:27.5289320Z command: set -eu python3 -m pip install boto3==1.35.42 2025-09-07T06:18:27.5289683Z polling_interval_seconds: 1 2025-09-07T06:18:27.5289925Z warning_on_retry: true 2025-09-07T06:18:27.5290151Z continue_on_error: false 2025-09-07T06:18:27.5290363Z env: 2025-09-07T06:18:27.5290540Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:27.5290901Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:27.5291415Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:27.5291942Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:27.5292333Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:27.5292665Z ##[endgroup] 2025-09-07T06:18:29.0875695Z Collecting boto3==1.35.42 2025-09-07T06:18:29.3075468Z Downloading boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-09-07T06:18:29.9923006Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42) 2025-09-07T06:18:30.0027526Z Downloading botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-09-07T06:18:30.0230706Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.0.1) 2025-09-07T06:18:30.0556088Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42) 2025-09-07T06:18:30.0648739Z Downloading s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-09-07T06:18:30.0822071Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (2.9.0.post0) 2025-09-07T06:18:30.0834075Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.26.19) 2025-09-07T06:18:30.3354981Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.17.0) 2025-09-07T06:18:30.3644656Z Downloading boto3-1.35.42-py3-none-any.whl (139 kB) 2025-09-07T06:18:30.4184889Z ---------------------------------------- 139.2/139.2 kB 2.7 MB/s eta 0:00:00 2025-09-07T06:18:30.4287226Z Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-09-07T06:18:30.8082448Z ---------------------------------------- 13.3/13.3 MB 50.1 MB/s eta 0:00:00 2025-09-07T06:18:30.8184114Z Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-09-07T06:18:30.8275310Z ---------------------------------------- 83.2/83.2 kB ? eta 0:00:00 2025-09-07T06:18:31.6525786Z Installing collected packages: botocore, s3transfer, boto3 2025-09-07T06:18:31.6526806Z Attempting uninstall: botocore 2025-09-07T06:18:31.6535603Z Found existing installation: botocore 1.37.10 2025-09-07T06:18:31.8606012Z Uninstalling botocore-1.37.10: 2025-09-07T06:18:31.9412737Z Successfully uninstalled botocore-1.37.10 2025-09-07T06:18:34.5082880Z Attempting uninstall: s3transfer 2025-09-07T06:18:34.5092684Z Found existing installation: s3transfer 0.11.2 2025-09-07T06:18:34.5163809Z Uninstalling s3transfer-0.11.2: 2025-09-07T06:18:34.5185588Z Successfully uninstalled s3transfer-0.11.2 2025-09-07T06:18:34.5960781Z Attempting uninstall: boto3 2025-09-07T06:18:34.5969530Z Found existing installation: boto3 1.37.10 2025-09-07T06:18:34.6142258Z Uninstalling boto3-1.37.10: 2025-09-07T06:18:34.6195376Z Successfully uninstalled boto3-1.37.10 2025-09-07T06:18:34.7857889Z Successfully installed boto3-1.35.42 botocore-1.35.99 s3transfer-0.10.4 2025-09-07T06:18:35.6718323Z Command completed after 1 attempt(s). 2025-09-07T06:18:35.6871896Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2025-09-07T06:18:35.6872340Z python3 .github/scripts/pytest_cache.py \ 2025-09-07T06:18:35.6872656Z  --download \ 2025-09-07T06:18:35.6872917Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2025-09-07T06:18:35.6873258Z  --pr_identifier $GITHUB_REF \ 2025-09-07T06:18:35.6873556Z  --job_identifier $JOB_IDENTIFIER \ 2025-09-07T06:18:35.6873870Z  --temp_dir $RUNNER_TEMP \ 2025-09-07T06:18:35.6874124Z  --repo $REPO \ 2025-09-07T06:18:35.6874363Z  --bucket $BUCKET \ 2025-09-07T06:18:35.6895024Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:35.6895454Z env: 2025-09-07T06:18:35.6895652Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:35.6896022Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:35.6896544Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:35.6897011Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:35.6897409Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:35.6897712Z CACHE_DIR: .pytest_cache 2025-09-07T06:18:35.6897967Z JOB_IDENTIFIER: trunk_win-vs2022-cpu-py3 2025-09-07T06:18:35.6898263Z REPO: pytorch/pytorch 2025-09-07T06:18:35.6898482Z BUCKET: gha-artifacts 2025-09-07T06:18:35.6898706Z ##[endgroup] 2025-09-07T06:18:38.1323315Z PR identifier for `refs/heads/main` is `96e092540d6b3c4076e3d2bc6f1f9013` 2025-09-07T06:18:38.1324909Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/heads/main', job_identifier='trunk_win-vs2022-cpu-py3', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='C:\\actions-runner\\_work\\_temp', bucket='gha-artifacts') 2025-09-07T06:18:38.1326965Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/081cab045472ce045634548cc6c14a4870641e23/default/2.zip 2025-09-07T06:18:38.1328846Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\081cab045472ce045634548cc6c14a4870641e23\default\2.zip 2025-09-07T06:18:38.1330708Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/1.zip 2025-09-07T06:18:38.1332525Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0e3e377bd5126cfcc69d70c4d77b352d3404cc11\default\1.zip 2025-09-07T06:18:38.1335015Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/2.zip 2025-09-07T06:18:38.1336838Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0e3e377bd5126cfcc69d70c4d77b352d3404cc11\default\2.zip 2025-09-07T06:18:38.1338773Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/3.zip 2025-09-07T06:18:38.1340567Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0e3e377bd5126cfcc69d70c4d77b352d3404cc11\default\3.zip 2025-09-07T06:18:38.1342349Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0f45aaf4414048b17d720d0915ce221a8de8ec63/default/2.zip 2025-09-07T06:18:38.1344146Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0f45aaf4414048b17d720d0915ce221a8de8ec63\default\2.zip 2025-09-07T06:18:38.1345931Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/145a3a7bda15e3963a33eb1b54bba5d4a270b225/default/3.zip 2025-09-07T06:18:38.1347715Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\145a3a7bda15e3963a33eb1b54bba5d4a270b225\default\3.zip 2025-09-07T06:18:38.1349498Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/146371483318e17929daefd37c8e459d9d6d47bb/default/2.zip 2025-09-07T06:18:38.1351279Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\146371483318e17929daefd37c8e459d9d6d47bb\default\2.zip 2025-09-07T06:18:38.1353057Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1853f71b4ff28c7b81f8d57c5cb7281f1d50aa95/default/2.zip 2025-09-07T06:18:38.1354853Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\1853f71b4ff28c7b81f8d57c5cb7281f1d50aa95\default\2.zip 2025-09-07T06:18:38.1356797Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1eccfb157ab9855b3f81872a23502fb15f455e0a/default/1.zip 2025-09-07T06:18:38.1358603Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\1eccfb157ab9855b3f81872a23502fb15f455e0a\default\1.zip 2025-09-07T06:18:38.1360397Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/20629b1619fe636227d01fc85ba221daa7185a05/default/2.zip 2025-09-07T06:18:38.1362184Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\20629b1619fe636227d01fc85ba221daa7185a05\default\2.zip 2025-09-07T06:18:38.1364040Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/2.zip 2025-09-07T06:18:38.1365818Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\23b033452fb1d4b404216279bbf5b6d06d8570c3\default\2.zip 2025-09-07T06:18:38.1367746Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/3.zip 2025-09-07T06:18:38.1369534Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\23b033452fb1d4b404216279bbf5b6d06d8570c3\default\3.zip 2025-09-07T06:18:38.1371327Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2603e40be5fa4a66301e6654e34a82a67f2e4913/default/1.zip 2025-09-07T06:18:38.1373124Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2603e40be5fa4a66301e6654e34a82a67f2e4913\default\1.zip 2025-09-07T06:18:38.1374911Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/291cd11f2d5df6f48d348cce0e4e762f274f4dc4/default/3.zip 2025-09-07T06:18:38.1376704Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\291cd11f2d5df6f48d348cce0e4e762f274f4dc4\default\3.zip 2025-09-07T06:18:38.1378498Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/1.zip 2025-09-07T06:18:38.1380287Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2f50ae7d2022cb096c4156f5a207c291e36ddecf\default\1.zip 2025-09-07T06:18:38.1382067Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/3.zip 2025-09-07T06:18:38.1383847Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2f50ae7d2022cb096c4156f5a207c291e36ddecf\default\3.zip 2025-09-07T06:18:38.1385633Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/1.zip 2025-09-07T06:18:39.1401204Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ac86e728dfaa7383ff7f865e9e7d33486188dae\default\1.zip 2025-09-07T06:18:39.1403112Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/2.zip 2025-09-07T06:18:39.1405134Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ac86e728dfaa7383ff7f865e9e7d33486188dae\default\2.zip 2025-09-07T06:18:39.1407046Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/3.zip 2025-09-07T06:18:39.1408863Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ac86e728dfaa7383ff7f865e9e7d33486188dae\default\3.zip 2025-09-07T06:18:39.1410780Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/4.zip 2025-09-07T06:18:39.1412588Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ac86e728dfaa7383ff7f865e9e7d33486188dae\default\4.zip 2025-09-07T06:18:39.1414379Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/41b3e80a55d3693999525c97ebc8467c46188e1b/default/3.zip 2025-09-07T06:18:39.1416156Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\41b3e80a55d3693999525c97ebc8467c46188e1b\default\3.zip 2025-09-07T06:18:39.1417941Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/1.zip 2025-09-07T06:18:39.1419733Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4416433c7c625127b7f975c92f8ec98ea4c67fd3\default\1.zip 2025-09-07T06:18:39.1421494Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/3.zip 2025-09-07T06:18:39.1423273Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4416433c7c625127b7f975c92f8ec98ea4c67fd3\default\3.zip 2025-09-07T06:18:39.1425048Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/5.zip 2025-09-07T06:18:39.1426841Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4416433c7c625127b7f975c92f8ec98ea4c67fd3\default\5.zip 2025-09-07T06:18:39.1428616Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4f72d932feee0749397fec876dcd43994f50b215/default/3.zip 2025-09-07T06:18:39.1430423Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4f72d932feee0749397fec876dcd43994f50b215\default\3.zip 2025-09-07T06:18:39.1432220Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/517d38d3406abbba35d0694bff259a698cad3ec9/default/2.zip 2025-09-07T06:18:39.1434659Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\517d38d3406abbba35d0694bff259a698cad3ec9\default\2.zip 2025-09-07T06:18:39.1436479Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/517d38d3406abbba35d0694bff259a698cad3ec9/default/3.zip 2025-09-07T06:18:39.1438371Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\517d38d3406abbba35d0694bff259a698cad3ec9\default\3.zip 2025-09-07T06:18:39.1440173Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/56218d85e2da09d9ede3809718ec989c2151632c/default/3.zip 2025-09-07T06:18:39.1441956Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\56218d85e2da09d9ede3809718ec989c2151632c\default\3.zip 2025-09-07T06:18:39.1443734Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5cf6567c1ff211b818efc8419a22339357f1bdfe/default/2.zip 2025-09-07T06:18:39.1445534Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5cf6567c1ff211b818efc8419a22339357f1bdfe\default\2.zip 2025-09-07T06:18:39.1447444Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/1.zip 2025-09-07T06:18:39.1449271Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5dddcd5b07c6644efca8d613f4eca1dc95daa87f\default\1.zip 2025-09-07T06:18:39.1451087Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/2.zip 2025-09-07T06:18:39.1452898Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5dddcd5b07c6644efca8d613f4eca1dc95daa87f\default\2.zip 2025-09-07T06:18:39.1454715Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/4.zip 2025-09-07T06:18:39.1456531Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5dddcd5b07c6644efca8d613f4eca1dc95daa87f\default\4.zip 2025-09-07T06:18:39.1458316Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70ccdec44b89e355a2cb03ba14a634284f7750f8/default/1.zip 2025-09-07T06:18:39.1460119Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\70ccdec44b89e355a2cb03ba14a634284f7750f8\default\1.zip 2025-09-07T06:18:39.1461889Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/72e4786d1635681b8d053d0168c7d16b980e5124/default/1.zip 2025-09-07T06:18:39.9726683Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\72e4786d1635681b8d053d0168c7d16b980e5124\default\1.zip 2025-09-07T06:18:39.9728751Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/74871d4d46103d6893f11bf2922ffe9823c2582d/default/3.zip 2025-09-07T06:18:39.9730861Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\74871d4d46103d6893f11bf2922ffe9823c2582d\default\3.zip 2025-09-07T06:18:39.9732663Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7f4ff79210eb06924f223ae3a1941ee0e2635348/default/2.zip 2025-09-07T06:18:39.9734456Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\7f4ff79210eb06924f223ae3a1941ee0e2635348\default\2.zip 2025-09-07T06:18:39.9736245Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/874069fbe46e82da5cfa405e6c0deb12e89ff608/default/1.zip 2025-09-07T06:18:39.9738049Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\874069fbe46e82da5cfa405e6c0deb12e89ff608\default\1.zip 2025-09-07T06:18:39.9739832Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9aedb3cd87b52160872173c177f61053d97bed57/default/1.zip 2025-09-07T06:18:39.9741766Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\9aedb3cd87b52160872173c177f61053d97bed57\default\1.zip 2025-09-07T06:18:39.9743551Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/1.zip 2025-09-07T06:18:39.9745354Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a\default\1.zip 2025-09-07T06:18:39.9747145Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/2.zip 2025-09-07T06:18:39.9748948Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a\default\2.zip 2025-09-07T06:18:39.9750746Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/3.zip 2025-09-07T06:18:39.9752535Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a\default\3.zip 2025-09-07T06:18:39.9754326Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a288b15ea9f87ddd665f249d492e0fb0861f5a69/default/2.zip 2025-09-07T06:18:39.9756473Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a288b15ea9f87ddd665f249d492e0fb0861f5a69\default\2.zip 2025-09-07T06:18:39.9758888Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/1.zip 2025-09-07T06:18:39.9760840Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a84b60c0c4016785fd93b7b8a0c04f2d0770d332\default\1.zip 2025-09-07T06:18:39.9762644Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/2.zip 2025-09-07T06:18:39.9764425Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a84b60c0c4016785fd93b7b8a0c04f2d0770d332\default\2.zip 2025-09-07T06:18:39.9766219Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/3.zip 2025-09-07T06:18:39.9768144Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a84b60c0c4016785fd93b7b8a0c04f2d0770d332\default\3.zip 2025-09-07T06:18:39.9769928Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/1.zip 2025-09-07T06:18:39.9771727Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\af10f1f86cc4effc93142a447693d8be55966615\default\1.zip 2025-09-07T06:18:39.9773527Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/4.zip 2025-09-07T06:18:39.9775327Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\af10f1f86cc4effc93142a447693d8be55966615\default\4.zip 2025-09-07T06:18:39.9777107Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b2b4add0e754411372060e1d7b4057a66439172b/default/2.zip 2025-09-07T06:18:39.9778893Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\b2b4add0e754411372060e1d7b4057a66439172b\default\2.zip 2025-09-07T06:18:39.9780677Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b6852778ffd4db1c507aeb098f0c2493a03816de/default/1.zip 2025-09-07T06:18:39.9782453Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\b6852778ffd4db1c507aeb098f0c2493a03816de\default\1.zip 2025-09-07T06:18:39.9784355Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/bbc7c03e936ab0fce69dfda1fdf4798523a2fbf8/default/1.zip 2025-09-07T06:18:39.9786172Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\bbc7c03e936ab0fce69dfda1fdf4798523a2fbf8\default\1.zip 2025-09-07T06:18:39.9788092Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c0983e6cc0acf71689e1851d12609e00b3f59371/default/3.zip 2025-09-07T06:18:40.7290914Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c0983e6cc0acf71689e1851d12609e00b3f59371\default\3.zip 2025-09-07T06:18:40.7292852Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c3ceca2995cd35e1376c4b0704669bff1a81e836/default/2.zip 2025-09-07T06:18:40.7313094Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c3ceca2995cd35e1376c4b0704669bff1a81e836\default\2.zip 2025-09-07T06:18:40.7314943Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/1.zip 2025-09-07T06:18:40.7318094Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c9671dc865aa0fc1cb86df754e355b44d8e02bb4\default\1.zip 2025-09-07T06:18:40.7319929Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/2.zip 2025-09-07T06:18:40.7321743Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c9671dc865aa0fc1cb86df754e355b44d8e02bb4\default\2.zip 2025-09-07T06:18:40.7324914Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/3.zip 2025-09-07T06:18:40.7326734Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c9671dc865aa0fc1cb86df754e355b44d8e02bb4\default\3.zip 2025-09-07T06:18:40.7329952Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/4.zip 2025-09-07T06:18:40.7331770Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c9671dc865aa0fc1cb86df754e355b44d8e02bb4\default\4.zip 2025-09-07T06:18:40.7333585Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d232a95d4a79404ca05c1f52d37fde7339dcdf49/default/1.zip 2025-09-07T06:18:40.7336760Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d232a95d4a79404ca05c1f52d37fde7339dcdf49\default\1.zip 2025-09-07T06:18:40.7338768Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d25c4f954d599ea512e2f70cd6df101c21479d4c/default/1.zip 2025-09-07T06:18:40.7340587Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d25c4f954d599ea512e2f70cd6df101c21479d4c\default\1.zip 2025-09-07T06:18:40.7342508Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/1.zip 2025-09-07T06:18:40.7344300Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d3d359dbafa89173a371e2637f22b47398e94a24\default\1.zip 2025-09-07T06:18:40.7347490Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/2.zip 2025-09-07T06:18:40.7349319Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d3d359dbafa89173a371e2637f22b47398e94a24\default\2.zip 2025-09-07T06:18:40.7351122Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/4.zip 2025-09-07T06:18:40.7352925Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d3d359dbafa89173a371e2637f22b47398e94a24\default\4.zip 2025-09-07T06:18:40.7354727Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35/default/1.zip 2025-09-07T06:18:40.7356539Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35\default\1.zip 2025-09-07T06:18:40.7358345Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db78943a1ca13a32a3d6045eb15e2b719ee13a2f/default/2.zip 2025-09-07T06:18:40.7360167Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\db78943a1ca13a32a3d6045eb15e2b719ee13a2f\default\2.zip 2025-09-07T06:18:40.7363332Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dc200066cfd35a9d853bc6595e365687dbf2d745/default/2.zip 2025-09-07T06:18:40.7365138Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\dc200066cfd35a9d853bc6595e365687dbf2d745\default\2.zip 2025-09-07T06:18:40.7366945Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/1.zip 2025-09-07T06:18:40.7368963Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\df55ec7d4b35f6d21691e9dd41c82f27de762948\default\1.zip 2025-09-07T06:18:40.7370762Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/2.zip 2025-09-07T06:18:40.7372663Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\df55ec7d4b35f6d21691e9dd41c82f27de762948\default\2.zip 2025-09-07T06:18:40.7374471Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/3.zip 2025-09-07T06:18:40.7376287Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\df55ec7d4b35f6d21691e9dd41c82f27de762948\default\3.zip 2025-09-07T06:18:40.7378091Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/4.zip 2025-09-07T06:18:41.4385700Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\df55ec7d4b35f6d21691e9dd41c82f27de762948\default\4.zip 2025-09-07T06:18:41.4387642Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ef761c43538abae5bccc0c4b6ebaf42ff676db7a/default/1.zip 2025-09-07T06:18:41.4389587Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\ef761c43538abae5bccc0c4b6ebaf42ff676db7a\default\1.zip 2025-09-07T06:18:41.4391412Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ef8aabd42422725026cb4dbf48aafa9efa226a04/default/1.zip 2025-09-07T06:18:41.4393266Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\ef8aabd42422725026cb4dbf48aafa9efa226a04\default\1.zip 2025-09-07T06:18:41.4395048Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/2.zip 2025-09-07T06:18:41.4396856Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f0980fc0bbd656d6c02d23ad97e945353b314f35\default\2.zip 2025-09-07T06:18:41.4398644Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/4.zip 2025-09-07T06:18:41.4400442Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f0980fc0bbd656d6c02d23ad97e945353b314f35\default\4.zip 2025-09-07T06:18:41.4402216Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f8746b878dfc1e9639d42cbde832e9b9e792c86c/default/1.zip 2025-09-07T06:18:41.4404359Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f8746b878dfc1e9639d42cbde832e9b9e792c86c\default\1.zip 2025-09-07T06:18:41.4406555Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\081cab045472ce045634548cc6c14a4870641e23\default\2.zip 2025-09-07T06:18:41.4408206Z to C:\actions-runner\_work\_temp\unzipped-caches\320ea8914a6e1898f2962883e3459355\.pytest_cache 2025-09-07T06:18:41.4409688Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\081cab045472ce045634548cc6c14a4870641e23\default\2.zip 2025-09-07T06:18:41.4411944Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0e3e377bd5126cfcc69d70c4d77b352d3404cc11\default\1.zip 2025-09-07T06:18:41.4413403Z to C:\actions-runner\_work\_temp\unzipped-caches\12fa4cc3495f0aecaf7c632b0cc96b1a\.pytest_cache 2025-09-07T06:18:41.4414900Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0e3e377bd5126cfcc69d70c4d77b352d3404cc11\default\1.zip 2025-09-07T06:18:41.4417151Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0e3e377bd5126cfcc69d70c4d77b352d3404cc11\default\2.zip 2025-09-07T06:18:41.4418599Z to C:\actions-runner\_work\_temp\unzipped-caches\9b9688f06eac8fa6df71710d7f3bec91\.pytest_cache 2025-09-07T06:18:41.4420087Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0e3e377bd5126cfcc69d70c4d77b352d3404cc11\default\2.zip 2025-09-07T06:18:41.4422347Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0e3e377bd5126cfcc69d70c4d77b352d3404cc11\default\3.zip 2025-09-07T06:18:41.4423793Z to C:\actions-runner\_work\_temp\unzipped-caches\6b19e9905341f692586cf154a37ad15f\.pytest_cache 2025-09-07T06:18:41.4425273Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0e3e377bd5126cfcc69d70c4d77b352d3404cc11\default\3.zip 2025-09-07T06:18:41.4427523Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0f45aaf4414048b17d720d0915ce221a8de8ec63\default\2.zip 2025-09-07T06:18:41.4428972Z to C:\actions-runner\_work\_temp\unzipped-caches\58d32e77c99c3e1c2469edad9764e4d9\.pytest_cache 2025-09-07T06:18:41.4430450Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0f45aaf4414048b17d720d0915ce221a8de8ec63\default\2.zip 2025-09-07T06:18:41.4432784Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\145a3a7bda15e3963a33eb1b54bba5d4a270b225\default\3.zip 2025-09-07T06:18:41.4434310Z to C:\actions-runner\_work\_temp\unzipped-caches\4a1cecdc0093e2a26a71ac842727d57e\.pytest_cache 2025-09-07T06:18:41.4435901Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\145a3a7bda15e3963a33eb1b54bba5d4a270b225\default\3.zip 2025-09-07T06:18:41.4438170Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\146371483318e17929daefd37c8e459d9d6d47bb\default\2.zip 2025-09-07T06:18:41.4439635Z to C:\actions-runner\_work\_temp\unzipped-caches\f45ed4b389f757e4a2e0ffb0bc8e97a2\.pytest_cache 2025-09-07T06:18:41.4441116Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\146371483318e17929daefd37c8e459d9d6d47bb\default\2.zip 2025-09-07T06:18:41.4443374Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\1853f71b4ff28c7b81f8d57c5cb7281f1d50aa95\default\2.zip 2025-09-07T06:18:41.4444824Z to C:\actions-runner\_work\_temp\unzipped-caches\c8000f695b1a16c4515d09542db4f254\.pytest_cache 2025-09-07T06:18:41.4446297Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\1853f71b4ff28c7b81f8d57c5cb7281f1d50aa95\default\2.zip 2025-09-07T06:18:42.2964928Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\1eccfb157ab9855b3f81872a23502fb15f455e0a\default\1.zip 2025-09-07T06:18:42.2966485Z to C:\actions-runner\_work\_temp\unzipped-caches\b08a08071172150d96431b538379b8e5\.pytest_cache 2025-09-07T06:18:42.2968055Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\1eccfb157ab9855b3f81872a23502fb15f455e0a\default\1.zip 2025-09-07T06:18:42.2970310Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\20629b1619fe636227d01fc85ba221daa7185a05\default\2.zip 2025-09-07T06:18:42.2971790Z to C:\actions-runner\_work\_temp\unzipped-caches\34d02d092b27e6977b047687f222b2c2\.pytest_cache 2025-09-07T06:18:42.2973263Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\20629b1619fe636227d01fc85ba221daa7185a05\default\2.zip 2025-09-07T06:18:42.2975696Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\23b033452fb1d4b404216279bbf5b6d06d8570c3\default\2.zip 2025-09-07T06:18:42.2977145Z to C:\actions-runner\_work\_temp\unzipped-caches\61d198d10dcba83fa3ca48f1fe90c6c5\.pytest_cache 2025-09-07T06:18:42.2978648Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\23b033452fb1d4b404216279bbf5b6d06d8570c3\default\2.zip 2025-09-07T06:18:42.2981014Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\23b033452fb1d4b404216279bbf5b6d06d8570c3\default\3.zip 2025-09-07T06:18:42.2982442Z to C:\actions-runner\_work\_temp\unzipped-caches\64429146c682e838424445da42ba50a0\.pytest_cache 2025-09-07T06:18:42.2983925Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\23b033452fb1d4b404216279bbf5b6d06d8570c3\default\3.zip 2025-09-07T06:18:42.2986189Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2603e40be5fa4a66301e6654e34a82a67f2e4913\default\1.zip 2025-09-07T06:18:42.2987641Z to C:\actions-runner\_work\_temp\unzipped-caches\6807e6cf1f4b60431dcaad36676901e5\.pytest_cache 2025-09-07T06:18:42.2989132Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2603e40be5fa4a66301e6654e34a82a67f2e4913\default\1.zip 2025-09-07T06:18:42.2991467Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\291cd11f2d5df6f48d348cce0e4e762f274f4dc4\default\3.zip 2025-09-07T06:18:42.2992944Z to C:\actions-runner\_work\_temp\unzipped-caches\8a7e4bb3a2e095d78c1cc6c2fac2d3c1\.pytest_cache 2025-09-07T06:18:42.2994434Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\291cd11f2d5df6f48d348cce0e4e762f274f4dc4\default\3.zip 2025-09-07T06:18:42.2996703Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2f50ae7d2022cb096c4156f5a207c291e36ddecf\default\1.zip 2025-09-07T06:18:42.2998156Z to C:\actions-runner\_work\_temp\unzipped-caches\7aade7c46f56c3c18a6d5e293b727059\.pytest_cache 2025-09-07T06:18:42.2999751Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2f50ae7d2022cb096c4156f5a207c291e36ddecf\default\1.zip 2025-09-07T06:18:42.3002008Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2f50ae7d2022cb096c4156f5a207c291e36ddecf\default\3.zip 2025-09-07T06:18:42.3003562Z to C:\actions-runner\_work\_temp\unzipped-caches\66accf0bbde3bbd20bc35f763b555729\.pytest_cache 2025-09-07T06:18:42.3005050Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2f50ae7d2022cb096c4156f5a207c291e36ddecf\default\3.zip 2025-09-07T06:18:42.3007388Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ac86e728dfaa7383ff7f865e9e7d33486188dae\default\1.zip 2025-09-07T06:18:42.3008910Z to C:\actions-runner\_work\_temp\unzipped-caches\ee7b1dbd75b44942f03c236fbf5abdaf\.pytest_cache 2025-09-07T06:18:42.3010531Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ac86e728dfaa7383ff7f865e9e7d33486188dae\default\1.zip 2025-09-07T06:18:42.3012791Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ac86e728dfaa7383ff7f865e9e7d33486188dae\default\2.zip 2025-09-07T06:18:42.3014242Z to C:\actions-runner\_work\_temp\unzipped-caches\b66024839a08c21c754f123b5daaa229\.pytest_cache 2025-09-07T06:18:42.3015810Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ac86e728dfaa7383ff7f865e9e7d33486188dae\default\2.zip 2025-09-07T06:18:42.3018065Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ac86e728dfaa7383ff7f865e9e7d33486188dae\default\3.zip 2025-09-07T06:18:42.3019511Z to C:\actions-runner\_work\_temp\unzipped-caches\e31a6a8dd3954971705b7e504af17930\.pytest_cache 2025-09-07T06:18:42.3021040Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ac86e728dfaa7383ff7f865e9e7d33486188dae\default\3.zip 2025-09-07T06:18:42.3023342Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ac86e728dfaa7383ff7f865e9e7d33486188dae\default\4.zip 2025-09-07T06:18:42.3024796Z to C:\actions-runner\_work\_temp\unzipped-caches\21168d623b9957291979857c6ebabd2f\.pytest_cache 2025-09-07T06:18:43.2687784Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ac86e728dfaa7383ff7f865e9e7d33486188dae\default\4.zip 2025-09-07T06:18:43.2690251Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\41b3e80a55d3693999525c97ebc8467c46188e1b\default\3.zip 2025-09-07T06:18:43.2691715Z to C:\actions-runner\_work\_temp\unzipped-caches\b3457fd9a9f2280f067292435d79f857\.pytest_cache 2025-09-07T06:18:43.2693438Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\41b3e80a55d3693999525c97ebc8467c46188e1b\default\3.zip 2025-09-07T06:18:43.2695727Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4416433c7c625127b7f975c92f8ec98ea4c67fd3\default\1.zip 2025-09-07T06:18:43.2697309Z to C:\actions-runner\_work\_temp\unzipped-caches\832bbf497e35849c688b85fadecb6aee\.pytest_cache 2025-09-07T06:18:43.2698816Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4416433c7c625127b7f975c92f8ec98ea4c67fd3\default\1.zip 2025-09-07T06:18:43.2701138Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4416433c7c625127b7f975c92f8ec98ea4c67fd3\default\3.zip 2025-09-07T06:18:43.2702575Z to C:\actions-runner\_work\_temp\unzipped-caches\90e0149d154f7d4967266fb0e71d3858\.pytest_cache 2025-09-07T06:18:43.2704053Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4416433c7c625127b7f975c92f8ec98ea4c67fd3\default\3.zip 2025-09-07T06:18:43.2706393Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4416433c7c625127b7f975c92f8ec98ea4c67fd3\default\5.zip 2025-09-07T06:18:43.2707830Z to C:\actions-runner\_work\_temp\unzipped-caches\05ac97ceb93ee4691f55c4228c86b202\.pytest_cache 2025-09-07T06:18:43.2709301Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4416433c7c625127b7f975c92f8ec98ea4c67fd3\default\5.zip 2025-09-07T06:18:43.2711643Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4f72d932feee0749397fec876dcd43994f50b215\default\3.zip 2025-09-07T06:18:43.2713075Z to C:\actions-runner\_work\_temp\unzipped-caches\3914332f9417070b580b89f0f529eb60\.pytest_cache 2025-09-07T06:18:43.2714561Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4f72d932feee0749397fec876dcd43994f50b215\default\3.zip 2025-09-07T06:18:43.2716861Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\517d38d3406abbba35d0694bff259a698cad3ec9\default\2.zip 2025-09-07T06:18:43.2718349Z to C:\actions-runner\_work\_temp\unzipped-caches\771e11a83928a9b2fde45c3992b984a1\.pytest_cache 2025-09-07T06:18:43.2719836Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\517d38d3406abbba35d0694bff259a698cad3ec9\default\2.zip 2025-09-07T06:18:43.2722178Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\517d38d3406abbba35d0694bff259a698cad3ec9\default\3.zip 2025-09-07T06:18:43.2723783Z to C:\actions-runner\_work\_temp\unzipped-caches\312e66baa901f723bfee6d0df10e113c\.pytest_cache 2025-09-07T06:18:43.2725281Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\517d38d3406abbba35d0694bff259a698cad3ec9\default\3.zip 2025-09-07T06:18:43.2727531Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\56218d85e2da09d9ede3809718ec989c2151632c\default\3.zip 2025-09-07T06:18:43.2729135Z to C:\actions-runner\_work\_temp\unzipped-caches\f4b49d948c710b611843741a6d6fe0f7\.pytest_cache 2025-09-07T06:18:43.2730622Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\56218d85e2da09d9ede3809718ec989c2151632c\default\3.zip 2025-09-07T06:18:43.2732886Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5cf6567c1ff211b818efc8419a22339357f1bdfe\default\2.zip 2025-09-07T06:18:43.2734422Z to C:\actions-runner\_work\_temp\unzipped-caches\23ab1f3312ec9633ece74602f7a704e5\.pytest_cache 2025-09-07T06:18:43.2735902Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5cf6567c1ff211b818efc8419a22339357f1bdfe\default\2.zip 2025-09-07T06:18:43.2738165Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5dddcd5b07c6644efca8d613f4eca1dc95daa87f\default\1.zip 2025-09-07T06:18:43.2739629Z to C:\actions-runner\_work\_temp\unzipped-caches\3c04b3e30c0506ca63343c1bfcaefea9\.pytest_cache 2025-09-07T06:18:43.2741212Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5dddcd5b07c6644efca8d613f4eca1dc95daa87f\default\1.zip 2025-09-07T06:18:43.2743484Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5dddcd5b07c6644efca8d613f4eca1dc95daa87f\default\2.zip 2025-09-07T06:18:43.2744944Z to C:\actions-runner\_work\_temp\unzipped-caches\9951ce09267221bf2a70d452b6b50263\.pytest_cache 2025-09-07T06:18:43.2746516Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5dddcd5b07c6644efca8d613f4eca1dc95daa87f\default\2.zip 2025-09-07T06:18:43.9285139Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5dddcd5b07c6644efca8d613f4eca1dc95daa87f\default\4.zip 2025-09-07T06:18:43.9286722Z to C:\actions-runner\_work\_temp\unzipped-caches\a10375a3485a1730a5d01c7d38ff4f79\.pytest_cache 2025-09-07T06:18:43.9288354Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5dddcd5b07c6644efca8d613f4eca1dc95daa87f\default\4.zip 2025-09-07T06:18:43.9290845Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\70ccdec44b89e355a2cb03ba14a634284f7750f8\default\1.zip 2025-09-07T06:18:43.9292316Z to C:\actions-runner\_work\_temp\unzipped-caches\2dfaa13cce51d6bcdc383dde4695584e\.pytest_cache 2025-09-07T06:18:43.9293922Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\70ccdec44b89e355a2cb03ba14a634284f7750f8\default\1.zip 2025-09-07T06:18:43.9296169Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\72e4786d1635681b8d053d0168c7d16b980e5124\default\1.zip 2025-09-07T06:18:43.9297605Z to C:\actions-runner\_work\_temp\unzipped-caches\da4b5026e5c82808717a868fc2480952\.pytest_cache 2025-09-07T06:18:43.9299125Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\72e4786d1635681b8d053d0168c7d16b980e5124\default\1.zip 2025-09-07T06:18:43.9301409Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\74871d4d46103d6893f11bf2922ffe9823c2582d\default\3.zip 2025-09-07T06:18:43.9302847Z to C:\actions-runner\_work\_temp\unzipped-caches\cde30cb22900000f786428513fdb5e33\.pytest_cache 2025-09-07T06:18:43.9304318Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\74871d4d46103d6893f11bf2922ffe9823c2582d\default\3.zip 2025-09-07T06:18:43.9306659Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\7f4ff79210eb06924f223ae3a1941ee0e2635348\default\2.zip 2025-09-07T06:18:43.9308083Z to C:\actions-runner\_work\_temp\unzipped-caches\131b5997328f0fe97427292d3e8a9477\.pytest_cache 2025-09-07T06:18:43.9309562Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\7f4ff79210eb06924f223ae3a1941ee0e2635348\default\2.zip 2025-09-07T06:18:43.9311924Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\874069fbe46e82da5cfa405e6c0deb12e89ff608\default\1.zip 2025-09-07T06:18:43.9313457Z to C:\actions-runner\_work\_temp\unzipped-caches\77766f00553baea8d164ec6dafe5f8e0\.pytest_cache 2025-09-07T06:18:43.9314946Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\874069fbe46e82da5cfa405e6c0deb12e89ff608\default\1.zip 2025-09-07T06:18:43.9317366Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\9aedb3cd87b52160872173c177f61053d97bed57\default\1.zip 2025-09-07T06:18:43.9318838Z to C:\actions-runner\_work\_temp\unzipped-caches\9a6cb3e7193fbb5a1cadab440f7c0512\.pytest_cache 2025-09-07T06:18:43.9320322Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\9aedb3cd87b52160872173c177f61053d97bed57\default\1.zip 2025-09-07T06:18:43.9322673Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a\default\1.zip 2025-09-07T06:18:43.9324124Z to C:\actions-runner\_work\_temp\unzipped-caches\239d6cf242f24aa4f847a3729eeed564\.pytest_cache 2025-09-07T06:18:43.9325599Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a\default\1.zip 2025-09-07T06:18:43.9327904Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a\default\2.zip 2025-09-07T06:18:43.9329491Z to C:\actions-runner\_work\_temp\unzipped-caches\5f78d96392adf6aff662c2102994fcab\.pytest_cache 2025-09-07T06:18:43.9330974Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a\default\2.zip 2025-09-07T06:18:43.9333390Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a\default\3.zip 2025-09-07T06:18:43.9334908Z to C:\actions-runner\_work\_temp\unzipped-caches\d6e95601762ba4583a53ecd89ccf6619\.pytest_cache 2025-09-07T06:18:43.9336385Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a\default\3.zip 2025-09-07T06:18:43.9338639Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a288b15ea9f87ddd665f249d492e0fb0861f5a69\default\2.zip 2025-09-07T06:18:43.9340184Z to C:\actions-runner\_work\_temp\unzipped-caches\e17482034581f2b4083a59b5704a9626\.pytest_cache 2025-09-07T06:18:43.9341749Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a288b15ea9f87ddd665f249d492e0fb0861f5a69\default\2.zip 2025-09-07T06:18:43.9344014Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a84b60c0c4016785fd93b7b8a0c04f2d0770d332\default\1.zip 2025-09-07T06:18:43.9345648Z to C:\actions-runner\_work\_temp\unzipped-caches\0b7841176aca6291023ecd465d8ce31c\.pytest_cache 2025-09-07T06:18:44.7144023Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a84b60c0c4016785fd93b7b8a0c04f2d0770d332\default\1.zip 2025-09-07T06:18:44.7146691Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a84b60c0c4016785fd93b7b8a0c04f2d0770d332\default\2.zip 2025-09-07T06:18:44.7148364Z to C:\actions-runner\_work\_temp\unzipped-caches\bc22533e55b2513b5e72b69bcd9f57af\.pytest_cache 2025-09-07T06:18:44.7150046Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a84b60c0c4016785fd93b7b8a0c04f2d0770d332\default\2.zip 2025-09-07T06:18:44.7152598Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a84b60c0c4016785fd93b7b8a0c04f2d0770d332\default\3.zip 2025-09-07T06:18:44.7154226Z to C:\actions-runner\_work\_temp\unzipped-caches\953ca657fb8c5769aa78f2eb63b6975a\.pytest_cache 2025-09-07T06:18:44.7155874Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a84b60c0c4016785fd93b7b8a0c04f2d0770d332\default\3.zip 2025-09-07T06:18:44.7158430Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\af10f1f86cc4effc93142a447693d8be55966615\default\1.zip 2025-09-07T06:18:44.7160060Z to C:\actions-runner\_work\_temp\unzipped-caches\0957f905558d49c84a56ae2b1f40213a\.pytest_cache 2025-09-07T06:18:44.7161750Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\af10f1f86cc4effc93142a447693d8be55966615\default\1.zip 2025-09-07T06:18:44.7164089Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\af10f1f86cc4effc93142a447693d8be55966615\default\4.zip 2025-09-07T06:18:44.7165544Z to C:\actions-runner\_work\_temp\unzipped-caches\2d203c22790ba05808cdce41cfe256e0\.pytest_cache 2025-09-07T06:18:44.7167025Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\af10f1f86cc4effc93142a447693d8be55966615\default\4.zip 2025-09-07T06:18:44.7169604Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\b2b4add0e754411372060e1d7b4057a66439172b\default\2.zip 2025-09-07T06:18:44.7171188Z to C:\actions-runner\_work\_temp\unzipped-caches\0903bb31e81975d4ed77956fd6c53d45\.pytest_cache 2025-09-07T06:18:44.7172684Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\b2b4add0e754411372060e1d7b4057a66439172b\default\2.zip 2025-09-07T06:18:44.7175034Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\b6852778ffd4db1c507aeb098f0c2493a03816de\default\1.zip 2025-09-07T06:18:44.7176512Z to C:\actions-runner\_work\_temp\unzipped-caches\b0a2ba1fdc777b61d7c2e3c87925984c\.pytest_cache 2025-09-07T06:18:44.7178003Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\b6852778ffd4db1c507aeb098f0c2493a03816de\default\1.zip 2025-09-07T06:18:44.7180356Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\bbc7c03e936ab0fce69dfda1fdf4798523a2fbf8\default\1.zip 2025-09-07T06:18:44.7181812Z to C:\actions-runner\_work\_temp\unzipped-caches\1061bccca434f99c62dd6445320b98d2\.pytest_cache 2025-09-07T06:18:44.7183310Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\bbc7c03e936ab0fce69dfda1fdf4798523a2fbf8\default\1.zip 2025-09-07T06:18:44.7185657Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c0983e6cc0acf71689e1851d12609e00b3f59371\default\3.zip 2025-09-07T06:18:44.7187095Z to C:\actions-runner\_work\_temp\unzipped-caches\3767fb4d340582a6298bf23b5978069e\.pytest_cache 2025-09-07T06:18:44.7188571Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c0983e6cc0acf71689e1851d12609e00b3f59371\default\3.zip 2025-09-07T06:18:44.7190868Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c3ceca2995cd35e1376c4b0704669bff1a81e836\default\2.zip 2025-09-07T06:18:44.7192367Z to C:\actions-runner\_work\_temp\unzipped-caches\3c740d9bf62d22a1dbe961ea434d2a36\.pytest_cache 2025-09-07T06:18:44.7193848Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c3ceca2995cd35e1376c4b0704669bff1a81e836\default\2.zip 2025-09-07T06:18:44.7196192Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c9671dc865aa0fc1cb86df754e355b44d8e02bb4\default\1.zip 2025-09-07T06:18:44.7197736Z to C:\actions-runner\_work\_temp\unzipped-caches\b72d3e608be4bada79c1083f2007dff8\.pytest_cache 2025-09-07T06:18:44.7199236Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c9671dc865aa0fc1cb86df754e355b44d8e02bb4\default\1.zip 2025-09-07T06:18:44.7201578Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c9671dc865aa0fc1cb86df754e355b44d8e02bb4\default\2.zip 2025-09-07T06:18:44.7203027Z to C:\actions-runner\_work\_temp\unzipped-caches\9dbac2df7356a1ef464ae8c8083181d7\.pytest_cache 2025-09-07T06:18:44.7204515Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c9671dc865aa0fc1cb86df754e355b44d8e02bb4\default\2.zip 2025-09-07T06:18:45.4123496Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c9671dc865aa0fc1cb86df754e355b44d8e02bb4\default\3.zip 2025-09-07T06:18:45.4125138Z to C:\actions-runner\_work\_temp\unzipped-caches\d82df70d76a1af6d772477e5cb2130af\.pytest_cache 2025-09-07T06:18:45.4126730Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c9671dc865aa0fc1cb86df754e355b44d8e02bb4\default\3.zip 2025-09-07T06:18:45.4129035Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c9671dc865aa0fc1cb86df754e355b44d8e02bb4\default\4.zip 2025-09-07T06:18:45.4130681Z to C:\actions-runner\_work\_temp\unzipped-caches\fcf260367a41873c8308d68fcfd852b4\.pytest_cache 2025-09-07T06:18:45.4132175Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c9671dc865aa0fc1cb86df754e355b44d8e02bb4\default\4.zip 2025-09-07T06:18:45.4134443Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d232a95d4a79404ca05c1f52d37fde7339dcdf49\default\1.zip 2025-09-07T06:18:45.4136047Z to C:\actions-runner\_work\_temp\unzipped-caches\e3d07c07da599de70e33676689c18266\.pytest_cache 2025-09-07T06:18:45.4137539Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d232a95d4a79404ca05c1f52d37fde7339dcdf49\default\1.zip 2025-09-07T06:18:45.4139801Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d25c4f954d599ea512e2f70cd6df101c21479d4c\default\1.zip 2025-09-07T06:18:45.4141439Z to C:\actions-runner\_work\_temp\unzipped-caches\f2913c7041f06897fca041fdfdabe47b\.pytest_cache 2025-09-07T06:18:45.4142995Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d25c4f954d599ea512e2f70cd6df101c21479d4c\default\1.zip 2025-09-07T06:18:45.4145419Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d3d359dbafa89173a371e2637f22b47398e94a24\default\1.zip 2025-09-07T06:18:45.4147017Z to C:\actions-runner\_work\_temp\unzipped-caches\48ee8a711918631d2f268f07ddb1e399\.pytest_cache 2025-09-07T06:18:45.4148608Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d3d359dbafa89173a371e2637f22b47398e94a24\default\1.zip 2025-09-07T06:18:45.4150929Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d3d359dbafa89173a371e2637f22b47398e94a24\default\2.zip 2025-09-07T06:18:45.4152398Z to C:\actions-runner\_work\_temp\unzipped-caches\ee7dd38571678e92585b43eed1d9d7c4\.pytest_cache 2025-09-07T06:18:45.4153873Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d3d359dbafa89173a371e2637f22b47398e94a24\default\2.zip 2025-09-07T06:18:45.4156129Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d3d359dbafa89173a371e2637f22b47398e94a24\default\4.zip 2025-09-07T06:18:45.4157644Z to C:\actions-runner\_work\_temp\unzipped-caches\8a0bab18f56a83aa488559ae68fda581\.pytest_cache 2025-09-07T06:18:45.4159191Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d3d359dbafa89173a371e2637f22b47398e94a24\default\4.zip 2025-09-07T06:18:45.4161595Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35\default\1.zip 2025-09-07T06:18:45.4163224Z to C:\actions-runner\_work\_temp\unzipped-caches\81b01aa9ada890ee44fce042d824e4b7\.pytest_cache 2025-09-07T06:18:45.4164717Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35\default\1.zip 2025-09-07T06:18:45.4166980Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\db78943a1ca13a32a3d6045eb15e2b719ee13a2f\default\2.zip 2025-09-07T06:18:45.4168427Z to C:\actions-runner\_work\_temp\unzipped-caches\97cddcb579f5d246e189571a324085bf\.pytest_cache 2025-09-07T06:18:45.4170084Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\db78943a1ca13a32a3d6045eb15e2b719ee13a2f\default\2.zip 2025-09-07T06:18:45.4172435Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\dc200066cfd35a9d853bc6595e365687dbf2d745\default\2.zip 2025-09-07T06:18:45.4174590Z to C:\actions-runner\_work\_temp\unzipped-caches\b64c9d159a510a51b54ff4f30ef64f8f\.pytest_cache 2025-09-07T06:18:45.4176066Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\dc200066cfd35a9d853bc6595e365687dbf2d745\default\2.zip 2025-09-07T06:18:45.4178326Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\df55ec7d4b35f6d21691e9dd41c82f27de762948\default\1.zip 2025-09-07T06:18:45.4179785Z to C:\actions-runner\_work\_temp\unzipped-caches\a844f868cbe2693b478ffc06b5fa7487\.pytest_cache 2025-09-07T06:18:45.4181273Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\df55ec7d4b35f6d21691e9dd41c82f27de762948\default\1.zip 2025-09-07T06:18:45.4183533Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\df55ec7d4b35f6d21691e9dd41c82f27de762948\default\2.zip 2025-09-07T06:18:45.4185089Z to C:\actions-runner\_work\_temp\unzipped-caches\ddca8cd440804a4aa9097cd770e3a8ee\.pytest_cache 2025-09-07T06:18:45.4186579Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\df55ec7d4b35f6d21691e9dd41c82f27de762948\default\2.zip 2025-09-07T06:18:45.4188836Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\df55ec7d4b35f6d21691e9dd41c82f27de762948\default\3.zip 2025-09-07T06:18:45.4190287Z to C:\actions-runner\_work\_temp\unzipped-caches\47dcc3ae91c8e23a4c90d040d8993e34\.pytest_cache 2025-09-07T06:18:45.4191851Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\df55ec7d4b35f6d21691e9dd41c82f27de762948\default\3.zip 2025-09-07T06:18:45.4194208Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\df55ec7d4b35f6d21691e9dd41c82f27de762948\default\4.zip 2025-09-07T06:18:45.4195665Z to C:\actions-runner\_work\_temp\unzipped-caches\3d14e0597b85f191b2d97cb33d7b12c0\.pytest_cache 2025-09-07T06:18:45.4197222Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\df55ec7d4b35f6d21691e9dd41c82f27de762948\default\4.zip 2025-09-07T06:18:45.4199615Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\ef761c43538abae5bccc0c4b6ebaf42ff676db7a\default\1.zip 2025-09-07T06:18:45.4201243Z to C:\actions-runner\_work\_temp\unzipped-caches\5f92213c2a0edcf9a0d8d3461d02af70\.pytest_cache 2025-09-07T06:18:45.4202814Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\ef761c43538abae5bccc0c4b6ebaf42ff676db7a\default\1.zip 2025-09-07T06:18:45.4205076Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\ef8aabd42422725026cb4dbf48aafa9efa226a04\default\1.zip 2025-09-07T06:18:45.4206538Z to C:\actions-runner\_work\_temp\unzipped-caches\c72a17a47cfa6d805befa317af707d01\.pytest_cache 2025-09-07T06:18:45.4208021Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\ef8aabd42422725026cb4dbf48aafa9efa226a04\default\1.zip 2025-09-07T06:18:45.4210421Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f0980fc0bbd656d6c02d23ad97e945353b314f35\default\2.zip 2025-09-07T06:18:45.4211879Z to C:\actions-runner\_work\_temp\unzipped-caches\ed96c028085720b9c4ec91a0b4db228a\.pytest_cache 2025-09-07T06:18:45.4213371Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f0980fc0bbd656d6c02d23ad97e945353b314f35\default\2.zip 2025-09-07T06:18:45.4215688Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f0980fc0bbd656d6c02d23ad97e945353b314f35\default\4.zip 2025-09-07T06:18:45.4217126Z to C:\actions-runner\_work\_temp\unzipped-caches\44578368429d28018116ea19d704f44d\.pytest_cache 2025-09-07T06:18:45.4218719Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f0980fc0bbd656d6c02d23ad97e945353b314f35\default\4.zip 2025-09-07T06:18:45.4220965Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f8746b878dfc1e9639d42cbde832e9b9e792c86c\default\1.zip 2025-09-07T06:18:45.4222478Z to C:\actions-runner\_work\_temp\unzipped-caches\c44298939f4715a2695ff8149333569a\.pytest_cache 2025-09-07T06:18:45.4223952Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f8746b878dfc1e9639d42cbde832e9b9e792c86c\default\1.zip 2025-09-07T06:18:45.4828109Z ##[group]Run .ci/pytorch/win-build.sh 2025-09-07T06:18:45.4828517Z .ci/pytorch/win-build.sh 2025-09-07T06:18:45.4849161Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:45.4849720Z env: 2025-09-07T06:18:45.4849917Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:45.4850283Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:18:45.4850803Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:18:45.4851434Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:18:45.4851835Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:18:45.4852255Z PYTORCH_FINAL_PACKAGE_DIR: /c/17524754564/build-results/ 2025-09-07T06:18:45.4852629Z BRANCH: main 2025-09-07T06:18:45.4852854Z BUILD_ENVIRONMENT: win-vs2022-cpu-py3 2025-09-07T06:18:45.4853158Z BUILD_WHEEL: 1 2025-09-07T06:18:45.4853382Z MAX_JOBS: 8 2025-09-07T06:18:45.4853600Z CUDA_VERSION: cpu 2025-09-07T06:18:45.4853799Z PYTHON_VERSION: 3.9 2025-09-07T06:18:45.4854031Z SCCACHE_BUCKET: ossci-compiler-cache 2025-09-07T06:18:45.4854308Z SCCACHE_S3_KEY_PREFIX: trunk 2025-09-07T06:18:45.4865202Z SCCACHE_REGION: us-east-1 2025-09-07T06:18:45.4865456Z VC_PRODUCT: BuildTools 2025-09-07T06:18:45.4865673Z VC_VERSION: 2025-09-07T06:18:45.4865924Z VC_YEAR: 2022 2025-09-07T06:18:45.4866281Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T06:18:45.4866716Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T06:18:45.4866954Z PR_NUMBER: 2025-09-07T06:18:45.4867185Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:18:45.4867470Z DEBUG: 0 2025-09-07T06:18:45.4867656Z TORCH_CUDA_ARCH_LIST: 8.6 2025-09-07T06:18:45.4867873Z USE_CUDA: 0 2025-09-07T06:18:45.4868049Z USE_XPU: 0 2025-09-07T06:18:45.4868220Z XPU_VERSION: 2025-09-07T06:18:45.4868421Z OUR_GITHUB_JOB_ID: 49773699332 2025-09-07T06:18:45.4868669Z ##[endgroup] 2025-09-07T06:18:45.5605023Z ++ [[ win-vs2022-cpu-py3 == *rocm* ]] 2025-09-07T06:18:45.5605380Z ++ BUILD_TEST_LIBTORCH=0 2025-09-07T06:18:45.5605820Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2025-09-07T06:18:45.5608030Z ++ [[ win-vs2022-cpu-py3 != *win-* ]] 2025-09-07T06:18:45.5608438Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-09-07T06:18:45.5608916Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-09-07T06:18:45.5664766Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-09-07T06:18:45.5759655Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-09-07T06:18:45.5760066Z + export TMP_DIR_WIN 2025-09-07T06:18:45.5760395Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/17524754564/build-results/ 2025-09-07T06:18:45.5760812Z + PYTORCH_FINAL_PACKAGE_DIR=/c/17524754564/build-results/ 2025-09-07T06:18:45.5761186Z + [[ -n /c/17524754564/build-results/ ]] 2025-09-07T06:18:45.5761468Z + mkdir -p /c/17524754564/build-results/ 2025-09-07T06:18:45.5895401Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-09-07T06:18:45.5896151Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-09-07T06:18:45.5896613Z + set +ex 2025-09-07T06:18:46.5824228Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-09-07T06:18:46.5967608Z 2025-09-07T06:18:46.5968260Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2025-09-07T06:18:46.5972319Z 2025-09-07T06:18:46.5977263Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\x64;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Program Files\NVIDIA Corporation\Nsight Compute 2025.3.0;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-09-07T06:18:46.5980592Z 2025-09-07T06:18:46.5981119Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-09-07T06:18:46.5981892Z 2025-09-07T06:18:46.5982693Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2025-09-07T06:18:46.5992950Z 2025-09-07T06:18:46.5993349Z C:\actions-runner\_work\pytorch\pytorch>if "cpu" == "cpu" ( 2025-09-07T06:18:46.5993806Z echo skip magma installation for cpu builds 2025-09-07T06:18:46.5994110Z exit /b 0 2025-09-07T06:18:46.5994276Z ) 2025-09-07T06:18:46.5994470Z skip magma installation for cpu builds 2025-09-07T06:18:46.5998249Z 2025-09-07T06:18:46.5998717Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-09-07T06:18:46.5999804Z 2025-09-07T06:18:46.6000300Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-09-07T06:18:46.6001072Z 2025-09-07T06:18:46.6001676Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2025-09-07T06:18:46.6012543Z 2025-09-07T06:18:46.6012919Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2025-09-07T06:18:46.6020014Z 2025-09-07T06:18:46.6020339Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2025-09-07T06:18:46.6020839Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2025-09-07T06:18:46.6021318Z taskkill /im sccache.exe /f /t || ver 1>nul 2025-09-07T06:18:46.6021802Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2025-09-07T06:18:46.6022244Z ) 2025-09-07T06:18:46.6023525Z if "win-vs2022-cpu-py3" == "" (curl --retry 3 --retry-all-errors -k https://s3.amazonaws.com/ossci-windows/sccache-v0.7.4.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ) else (aws s3 cp s3://ossci-windows/sccache-v0.7.4.exe C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ) 2025-09-07T06:18:46.6024862Z ) 2025-09-07T06:18:48.1256633Z Completed 256.0 KiB/18.8 MiB (435.1 KiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1261743Z Completed 512.0 KiB/18.8 MiB (869.3 KiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1272316Z Completed 768.0 KiB/18.8 MiB (1.3 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1274441Z Completed 1.0 MiB/18.8 MiB (1.7 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1283094Z Completed 1.2 MiB/18.8 MiB (2.1 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1286443Z Completed 1.5 MiB/18.8 MiB (2.5 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1291766Z Completed 1.8 MiB/18.8 MiB (3.0 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1294654Z Completed 2.0 MiB/18.8 MiB (3.4 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1302384Z Completed 2.2 MiB/18.8 MiB (3.8 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1308100Z Completed 2.5 MiB/18.8 MiB (4.2 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1309978Z Completed 2.8 MiB/18.8 MiB (4.6 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1317333Z Completed 3.0 MiB/18.8 MiB (5.0 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1320112Z Completed 3.2 MiB/18.8 MiB (5.5 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1326535Z Completed 3.5 MiB/18.8 MiB (5.9 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1331852Z Completed 3.8 MiB/18.8 MiB (6.3 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1336313Z Completed 4.0 MiB/18.8 MiB (6.7 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1340915Z Completed 4.2 MiB/18.8 MiB (7.1 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1348123Z Completed 4.5 MiB/18.8 MiB (7.5 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1352947Z Completed 4.8 MiB/18.8 MiB (7.9 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1354909Z Completed 5.0 MiB/18.8 MiB (8.4 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1360858Z Completed 5.2 MiB/18.8 MiB (8.8 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1365583Z Completed 5.5 MiB/18.8 MiB (9.2 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1372105Z Completed 5.8 MiB/18.8 MiB (9.6 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1375215Z Completed 6.0 MiB/18.8 MiB (10.0 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1378699Z Completed 6.2 MiB/18.8 MiB (10.4 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1384123Z Completed 6.5 MiB/18.8 MiB (10.8 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1391671Z Completed 6.8 MiB/18.8 MiB (11.2 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1396924Z Completed 7.0 MiB/18.8 MiB (11.6 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1397780Z Completed 7.2 MiB/18.8 MiB (12.0 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1403070Z Completed 7.5 MiB/18.8 MiB (12.4 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1407120Z Completed 7.8 MiB/18.8 MiB (12.8 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1411372Z Completed 7.8 MiB/18.8 MiB (12.9 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1413656Z Completed 8.1 MiB/18.8 MiB (13.3 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1422592Z Completed 8.3 MiB/18.8 MiB (13.8 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1423363Z Completed 8.6 MiB/18.8 MiB (14.2 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1433332Z Completed 8.8 MiB/18.8 MiB (14.6 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1434077Z Completed 9.1 MiB/18.8 MiB (15.0 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1440209Z Completed 9.3 MiB/18.8 MiB (15.4 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1442539Z Completed 9.6 MiB/18.8 MiB (15.8 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1447767Z Completed 9.8 MiB/18.8 MiB (16.2 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1456872Z Completed 10.1 MiB/18.8 MiB (16.6 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1458521Z Completed 10.3 MiB/18.8 MiB (16.9 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1467283Z Completed 10.6 MiB/18.8 MiB (17.3 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1472391Z Completed 10.8 MiB/18.8 MiB (17.7 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1475983Z Completed 11.1 MiB/18.8 MiB (18.1 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1481772Z Completed 11.3 MiB/18.8 MiB (18.5 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1486439Z Completed 11.6 MiB/18.8 MiB (18.9 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1490052Z Completed 11.8 MiB/18.8 MiB (19.3 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1496527Z Completed 12.1 MiB/18.8 MiB (19.7 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1501742Z Completed 12.3 MiB/18.8 MiB (20.1 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1510971Z Completed 12.6 MiB/18.8 MiB (20.5 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1513082Z Completed 12.8 MiB/18.8 MiB (20.9 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1523783Z Completed 13.1 MiB/18.8 MiB (21.3 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1525767Z Completed 13.3 MiB/18.8 MiB (21.6 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1530949Z Completed 13.6 MiB/18.8 MiB (22.0 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1535014Z Completed 13.8 MiB/18.8 MiB (22.4 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1539347Z Completed 14.1 MiB/18.8 MiB (22.8 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1543039Z Completed 14.3 MiB/18.8 MiB (23.2 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1548507Z Completed 14.6 MiB/18.8 MiB (23.6 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1558753Z Completed 14.8 MiB/18.8 MiB (24.0 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1561688Z Completed 15.1 MiB/18.8 MiB (24.3 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1569133Z Completed 15.3 MiB/18.8 MiB (24.7 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1575169Z Completed 15.6 MiB/18.8 MiB (25.1 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1581076Z Completed 15.8 MiB/18.8 MiB (25.5 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1586705Z Completed 16.1 MiB/18.8 MiB (25.9 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1595328Z Completed 16.3 MiB/18.8 MiB (26.2 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1599010Z Completed 16.6 MiB/18.8 MiB (26.6 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1604886Z Completed 16.8 MiB/18.8 MiB (27.0 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1608274Z Completed 17.1 MiB/18.8 MiB (27.4 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1616568Z Completed 17.3 MiB/18.8 MiB (27.7 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1621558Z Completed 17.6 MiB/18.8 MiB (28.1 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1628036Z Completed 17.8 MiB/18.8 MiB (28.5 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1635138Z Completed 18.1 MiB/18.8 MiB (28.9 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1643482Z Completed 18.3 MiB/18.8 MiB (29.2 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1650264Z Completed 18.6 MiB/18.8 MiB (29.6 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1688450Z Completed 18.8 MiB/18.8 MiB (29.9 MiB/s) with 1 file(s) remaining 2025-09-07T06:18:48.1689008Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2025-09-07T06:18:48.2732961Z 2025-09-07T06:18:48.2733476Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-09-07T06:18:48.2733864Z 2025-09-07T06:18:48.2734414Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-09-07T06:18:48.2735863Z 2025-09-07T06:18:48.2736106Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-09-07T06:18:48.2736476Z set CUDA_VERSION=xpu 2025-09-07T06:18:48.2736990Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\..\windows\internal\xpu_install.bat 2025-09-07T06:18:48.2737621Z if errorlevel 1 exit /b 1 2025-09-07T06:18:48.2737879Z ) 2025-09-07T06:18:48.2738077Z 2025-09-07T06:18:48.2738817Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-09-07T06:18:48.2750640Z 2025-09-07T06:18:48.2751329Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2022-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-09-07T06:18:48.2754369Z 2025-09-07T06:18:48.2754761Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-09-07T06:18:48.2758511Z 2025-09-07T06:18:48.2758703Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-09-07T06:18:48.2759888Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2025-09-07T06:18:48.2760888Z if errorlevel 1 exit /b 2025-09-07T06:18:48.2761137Z if not errorlevel 0 exit /b 2025-09-07T06:18:48.2762132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2025-09-07T06:18:48.2762957Z if errorlevel 1 exit /b 2025-09-07T06:18:48.2763205Z if not errorlevel 0 exit /b 2025-09-07T06:18:48.2763435Z ) 2025-09-07T06:18:48.2763523Z 2025-09-07T06:18:48.2763868Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-09-07T06:18:49.6068656Z Chocolatey v2.5.0 2025-09-07T06:18:49.7514211Z Upgrading the following packages: 2025-09-07T06:18:49.7519398Z cmake 2025-09-07T06:18:49.7522946Z By upgrading, you accept licenses for the packages. 2025-09-07T06:18:50.1098865Z cmake is not installed. Installing... 2025-09-07T06:18:50.9774918Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-09-07T06:18:51.9140730Z 2025-09-07T06:18:51.9141146Z cmake.install v3.27.9 [Approved] 2025-09-07T06:18:51.9331746Z cmake.install package files upgrade completed. Performing other installation steps. 2025-09-07T06:18:52.5700401Z Installing 64-bit cmake.install... 2025-09-07T06:19:05.6698569Z cmake.install has been installed. 2025-09-07T06:19:05.7595546Z cmake.install may be able to be automatically uninstalled. 2025-09-07T06:19:05.7658409Z Environment Vars (like PATH) have changed. Close/reopen your shell to 2025-09-07T06:19:05.7658929Z see the changes (or in powershell/cmd.exe just type `refreshenv`). 2025-09-07T06:19:06.1135638Z The upgrade of cmake.install was successful. 2025-09-07T06:19:06.1138735Z Deployed to 'C:\Program Files\CMake\' 2025-09-07T06:19:06.1174426Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-09-07T06:19:06.2361980Z 2025-09-07T06:19:06.2362376Z cmake v3.27.9 [Approved] 2025-09-07T06:19:06.2388504Z cmake package files upgrade completed. Performing other installation steps. 2025-09-07T06:19:06.3475306Z The upgrade of cmake was successful. 2025-09-07T06:19:06.3478763Z Deployed to 'C:\ProgramData\chocolatey\lib\cmake' 2025-09-07T06:19:06.3570910Z 2025-09-07T06:19:06.3571284Z Chocolatey upgraded 2/2 packages. 2025-09-07T06:19:06.3571727Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-09-07T06:19:07.1161008Z Collecting mkl==2024.2.0 2025-09-07T06:19:07.3526786Z Downloading mkl-2024.2.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2025-09-07T06:19:07.3788975Z Collecting mkl-static==2024.2.0 2025-09-07T06:19:07.3841960Z Downloading mkl_static-2024.2.0-py2.py3-none-win_amd64.whl.metadata (1.5 kB) 2025-09-07T06:19:07.4090378Z Collecting mkl-include==2024.2.0 2025-09-07T06:19:07.4139387Z Downloading mkl_include-2024.2.0-py2.py3-none-win_amd64.whl.metadata (1.3 kB) 2025-09-07T06:19:07.4446358Z Collecting intel-openmp>=2023 (from mkl==2024.2.0) 2025-09-07T06:19:07.4500253Z Downloading intel_openmp-2025.2.1-py2.py3-none-win_amd64.whl.metadata (1.3 kB) 2025-09-07T06:19:07.4735494Z Collecting tbb==2021.* (from mkl==2024.2.0) 2025-09-07T06:19:07.4789890Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl.metadata (1.1 kB) 2025-09-07T06:19:07.5065252Z Collecting tbb-devel==2021.* (from mkl-static==2024.2.0) 2025-09-07T06:19:07.5115491Z Downloading tbb_devel-2021.13.1-py3-none-win_amd64.whl.metadata (1.2 kB) 2025-09-07T06:19:07.5359802Z Collecting intel-cmplr-lib-ur==2025.2.1 (from intel-openmp>=2023->mkl==2024.2.0) 2025-09-07T06:19:07.5411140Z Downloading intel_cmplr_lib_ur-2025.2.1-py2.py3-none-win_amd64.whl.metadata (1.3 kB) 2025-09-07T06:19:07.5589684Z Collecting umf==0.11.* (from intel-cmplr-lib-ur==2025.2.1->intel-openmp>=2023->mkl==2024.2.0) 2025-09-07T06:19:07.5635775Z Downloading umf-0.11.0-py2.py3-none-win_amd64.whl.metadata (1.1 kB) 2025-09-07T06:19:07.5813192Z Collecting tcmlib>=1.4 (from umf==0.11.*->intel-cmplr-lib-ur==2025.2.1->intel-openmp>=2023->mkl==2024.2.0) 2025-09-07T06:19:07.5858595Z Downloading tcmlib-1.4.0-py2.py3-none-win_amd64.whl.metadata (1.0 kB) 2025-09-07T06:19:07.5980359Z Downloading mkl-2024.2.0-py2.py3-none-win_amd64.whl (161.5 MB) 2025-09-07T06:19:09.7573755Z ---------------------------------------- 161.5/161.5 MB 7.4 MB/s eta 0:00:00 2025-09-07T06:19:09.7628920Z Downloading mkl_static-2024.2.0-py2.py3-none-win_amd64.whl (207.3 MB) 2025-09-07T06:19:13.3694714Z ---------------------------------------- 207.3/207.3 MB 3.8 MB/s eta 0:00:00 2025-09-07T06:19:13.3753824Z Downloading mkl_include-2024.2.0-py2.py3-none-win_amd64.whl (1.3 MB) 2025-09-07T06:19:13.5067902Z ---------------------------------------- 1.3/1.3 MB 10.5 MB/s eta 0:00:00 2025-09-07T06:19:13.5137544Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl (286 kB) 2025-09-07T06:19:13.5260729Z --------------------------------------- 286.9/286.9 kB 18.4 MB/s eta 0:00:00 2025-09-07T06:19:13.5310357Z Downloading tbb_devel-2021.13.1-py3-none-win_amd64.whl (5.7 MB) 2025-09-07T06:19:13.5747566Z ---------------------------------------- 5.7/5.7 MB 182.4 MB/s eta 0:00:00 2025-09-07T06:19:13.5801016Z Downloading intel_openmp-2025.2.1-py2.py3-none-win_amd64.whl (34.0 MB) 2025-09-07T06:19:13.8717082Z ---------------------------------------- 34.0/34.0 MB 59.4 MB/s eta 0:00:00 2025-09-07T06:19:13.8766202Z Downloading intel_cmplr_lib_ur-2025.2.1-py2.py3-none-win_amd64.whl (1.2 MB) 2025-09-07T06:19:13.9900259Z ---------------------------------------- 1.2/1.2 MB 10.6 MB/s eta 0:00:00 2025-09-07T06:19:13.9947890Z Downloading umf-0.11.0-py2.py3-none-win_amd64.whl (231 kB) 2025-09-07T06:19:14.0066430Z --------------------------------------- 231.7/231.7 kB 13.8 MB/s eta 0:00:00 2025-09-07T06:19:14.0118253Z Downloading tcmlib-1.4.0-py2.py3-none-win_amd64.whl (370 kB) 2025-09-07T06:19:14.0239341Z --------------------------------------- 370.3/370.3 kB 24.0 MB/s eta 0:00:00 2025-09-07T06:19:15.9232997Z Installing collected packages: tcmlib, tbb, mkl-include, umf, tbb-devel, intel-cmplr-lib-ur, intel-openmp, mkl-static, mkl 2025-09-07T06:19:23.4566596Z Successfully installed intel-cmplr-lib-ur-2025.2.1 intel-openmp-2025.2.1 mkl-2024.2.0 mkl-include-2024.2.0 mkl-static-2024.2.0 tbb-2021.13.1 tbb-devel-2021.13.1 tcmlib-1.4.0 umf-0.11.0 2025-09-07T06:19:23.8351220Z ********************************************************************** 2025-09-07T06:19:23.8351655Z ** Visual Studio 2022 Developer Command Prompt v17.12.11 2025-09-07T06:19:23.8353493Z ** Copyright (c) 2022 Microsoft Corporation 2025-09-07T06:19:23.8353867Z ********************************************************************** 2025-09-07T06:19:24.3140433Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-09-07T06:19:24.3177601Z 2025-09-07T06:19:24.3178151Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-09-07T06:19:24.3181879Z 2025-09-07T06:19:24.3182420Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-09-07T06:19:24.3184639Z 2025-09-07T06:19:24.3184909Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-09-07T06:19:24.3188282Z 2025-09-07T06:19:24.3197025Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\Extensions\Microsoft\CodeCoverage.Console;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\\x64;C:\Program Files (x86)\Windows Kits\10\bin\\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\x64;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Program Files\NVIDIA Corporation\Nsight Compute 2025.3.0;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\Llvm\x64\bin;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\Linux\bin\ConnectionManagerExe 2025-09-07T06:19:24.3205707Z 2025-09-07T06:19:24.3205978Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2025-09-07T06:19:24.3206371Z 2025-09-07T06:19:24.3206582Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2025-09-07T06:19:24.3206908Z 2025-09-07T06:19:24.3207159Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-09-07T06:19:24.3207510Z 2025-09-07T06:19:24.3207704Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-09-07T06:19:24.3359646Z Stopping sccache server... 2025-09-07T06:19:25.3628514Z sccache: error: couldn't connect to server 2025-09-07T06:19:25.3630944Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2025-09-07T06:19:25.3658189Z 2025-09-07T06:19:25.3658519Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2025-09-07T06:19:25.3754875Z sccache: Starting the server... 2025-09-07T06:19:25.5100322Z 2025-09-07T06:19:25.5100969Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2025-09-07T06:19:25.5215783Z Compile requests 0 2025-09-07T06:19:25.5216118Z Compile requests executed 0 2025-09-07T06:19:25.5216405Z Cache hits 0 2025-09-07T06:19:25.5216680Z Cache misses 0 2025-09-07T06:19:25.5216952Z Cache timeouts 0 2025-09-07T06:19:25.5217578Z Cache read errors 0 2025-09-07T06:19:25.5217841Z Forced recaches 0 2025-09-07T06:19:25.5218117Z Cache write errors 0 2025-09-07T06:19:25.5218386Z Compilation failures 0 2025-09-07T06:19:25.5218676Z Cache errors 0 2025-09-07T06:19:25.5218941Z Non-cacheable compilations 0 2025-09-07T06:19:25.5219219Z Non-cacheable calls 0 2025-09-07T06:19:25.5219493Z Non-compilation calls 0 2025-09-07T06:19:25.5219785Z Unsupported compiler calls 0 2025-09-07T06:19:25.5220068Z Average cache write 0.000 s 2025-09-07T06:19:25.5220344Z Average compiler 0.000 s 2025-09-07T06:19:25.5220627Z Average cache read hit 0.000 s 2025-09-07T06:19:25.5220918Z Failed distributed compilations 0 2025-09-07T06:19:25.5221305Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-09-07T06:19:25.5221690Z Version (client) 0.7.4 2025-09-07T06:19:25.5236383Z 2025-09-07T06:19:25.5236764Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2025-09-07T06:19:25.5239069Z 2025-09-07T06:19:25.5239892Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-09-07T06:19:25.5241537Z 2025-09-07T06:19:25.5241824Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2025-09-07T06:19:25.5246185Z 2025-09-07T06:19:25.5246437Z (base) C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-09-07T06:19:25.5246783Z 2025-09-07T06:19:25.5246948Z 2025-09-07T06:19:25.5247104Z 2025-09-07T06:19:25.5247890Z curl -kL https://github.com/peterjc123/randomtemp-rust/releases/download/v0.4/randomtemp.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe 2025-09-07T06:19:25.5248882Z if errorlevel 1 goto fail 2025-09-07T06:19:25.5249142Z if not errorlevel 0 goto fail 2025-09-07T06:19:25.5250323Z echo @"C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\nvcc.exe" %* 1>"C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat" 2025-09-07T06:19:25.5251833Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-09-07T06:19:25.5252442Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-09-07T06:19:25.5253301Z for /F "usebackq delims=" %n in (`cygpath -m "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\nvcc.exe"`) do set CMAKE_CUDA_COMPILER=%n 2025-09-07T06:19:25.5254472Z set CMAKE_CUDA_COMPILER_LAUNCHER=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/randomtemp.exe;C:/actions-runner/_work/pytorch/pytorch/build/win_tmp\bin\sccache.exe 2025-09-07T06:19:25.5255278Z ) 2025-09-07T06:19:25.5255433Z 2025-09-07T06:19:25.5255560Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-09-07T06:19:25.5431876Z ACTIONS_ID_TOKEN_REQUEST_TOKEN=*** 2025-09-07T06:19:25.5432882Z ACTIONS_ID_TOKEN_REQUEST_URL=https://run-actions-2-azure-eastus.actions.githubusercontent.com/139//idtoken/f409845e-2ea6-41ce-a516-e066432415ca/a37424de-2adc-5121-87c2-162a532e3a76?api-version=2.0 2025-09-07T06:19:25.5433953Z ACTIONS_RUNNER_HOOK_JOB_COMPLETED=C:\actions-runner\jobcompleted.ps1 2025-09-07T06:19:25.5434417Z ALLUSERSPROFILE=C:\ProgramData 2025-09-07T06:19:25.5434847Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T06:19:25.5435284Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-09-07T06:19:25.5435582Z AWS_DEFAULT_REGION=us-east-1 2025-09-07T06:19:25.5435829Z AWS_EXECUTION_ENV=EC2 2025-09-07T06:19:25.5436034Z BRANCH=main 2025-09-07T06:19:25.5436241Z BUILD_ENVIRONMENT=win-vs2022-cpu-py3 2025-09-07T06:19:25.5436498Z BUILD_TYPE=release 2025-09-07T06:19:25.5436696Z BUILD_WHEEL=1 2025-09-07T06:19:25.5436866Z CI=true 2025-09-07T06:19:25.5437053Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-09-07T06:19:25.5437328Z CMAKE_C_COMPILER_LAUNCHER=sccache 2025-09-07T06:19:25.5437578Z CMAKE_GENERATOR=Ninja 2025-09-07T06:19:25.5437801Z CommandPromptType=Native 2025-09-07T06:19:25.5438081Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-09-07T06:19:25.5438414Z COMPUTERNAME=EC2AMAZ-F4P7NAP 2025-09-07T06:19:25.5438665Z COMSPEC=C:\Windows\system32\cmd.exe 2025-09-07T06:19:25.5439035Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:19:25.5439428Z CONDA_DEFAULT_ENV=base 2025-09-07T06:19:25.5439715Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-09-07T06:19:25.5440136Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:19:25.5440559Z CONDA_PARENT_DIR=C:\Jenkins 2025-09-07T06:19:25.5440797Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-09-07T06:19:25.5441065Z CONDA_PROMPT_MODIFIER=(base) 2025-09-07T06:19:25.5441341Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-09-07T06:19:25.5441785Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:19:25.5442171Z CONDA_SHLVL=1 2025-09-07T06:19:25.5442467Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0 2025-09-07T06:19:25.5443121Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-09-07T06:19:25.5443610Z CUDA_PATH_V12_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-09-07T06:19:25.5444098Z CUDA_PATH_V12_9=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9 2025-09-07T06:19:25.5444577Z CUDA_PATH_V13_0=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0 2025-09-07T06:19:25.5444957Z CUDA_VERSION=cpu 2025-09-07T06:19:25.5445187Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-09-07T06:19:25.5445735Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-09-07T06:19:25.5446186Z CommonProgramW6432=C:\Program Files\Common Files 2025-09-07T06:19:25.5446494Z DEBUG=0 2025-09-07T06:19:25.5446841Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\ 2025-09-07T06:19:25.5447261Z DISTUTILS_USE_SDK=1 2025-09-07T06:19:25.5447513Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-09-07T06:19:25.5447821Z EC2LAUNCH_TELEMETRY=1 2025-09-07T06:19:25.5448202Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-09-07T06:19:25.5450410Z EXTERNAL_INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\um;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\shared;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um 2025-09-07T06:19:25.5452579Z Framework40Version=v4.0 2025-09-07T06:19:25.5452854Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-09-07T06:19:25.5453250Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-09-07T06:19:25.5453585Z FrameworkVersion=v4.0.30319 2025-09-07T06:19:25.5453842Z FrameworkVersion64=v4.0.30319 2025-09-07T06:19:25.5454083Z GITHUB_ACTION=build 2025-09-07T06:19:25.5454283Z GITHUB_ACTIONS=true 2025-09-07T06:19:25.5454480Z GITHUB_ACTION_REF= 2025-09-07T06:19:25.5454708Z GITHUB_ACTION_REPOSITORY= 2025-09-07T06:19:25.5454938Z GITHUB_ACTOR=pytorchmergebot 2025-09-07T06:19:25.5455180Z GITHUB_ACTOR_ID=97764156 2025-09-07T06:19:25.5455426Z GITHUB_API_URL=https://api.github.com 2025-09-07T06:19:25.5455693Z GITHUB_BASE_REF= 2025-09-07T06:19:25.5456134Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_3233e85b-48ce-4c2c-9179-b928ae1d763a 2025-09-07T06:19:25.5456646Z GITHUB_EVENT_NAME=push 2025-09-07T06:19:25.5457005Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-09-07T06:19:25.5457560Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-09-07T06:19:25.5457887Z GITHUB_HEAD_REF= 2025-09-07T06:19:25.5458079Z GITHUB_JOB=build 2025-09-07T06:19:25.5458547Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_3233e85b-48ce-4c2c-9179-b928ae1d763a 2025-09-07T06:19:25.5459315Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_3233e85b-48ce-4c2c-9179-b928ae1d763a 2025-09-07T06:19:25.5459824Z GITHUB_REF=refs/heads/main 2025-09-07T06:19:25.5460062Z GITHUB_REF_NAME=main 2025-09-07T06:19:25.5460270Z GITHUB_REF_PROTECTED=true 2025-09-07T06:19:25.5460497Z GITHUB_REF_TYPE=branch 2025-09-07T06:19:25.5460725Z GITHUB_REPOSITORY=pytorch/pytorch 2025-09-07T06:19:25.5461001Z GITHUB_REPOSITORY_ID=65600975 2025-09-07T06:19:25.5461245Z GITHUB_REPOSITORY_OWNER=pytorch 2025-09-07T06:19:25.5461502Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-09-07T06:19:25.5461773Z GITHUB_RETENTION_DAYS=90 2025-09-07T06:19:25.5461990Z GITHUB_RUN_ATTEMPT=1 2025-09-07T06:19:25.5462204Z GITHUB_RUN_ID=17524754564 2025-09-07T06:19:25.5462420Z GITHUB_RUN_NUMBER=143911 2025-09-07T06:19:25.5462663Z GITHUB_SERVER_URL=https://github.com 2025-09-07T06:19:25.5463889Z GITHUB_SHA=93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:19:25.5464485Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_3233e85b-48ce-4c2c-9179-b928ae1d763a 2025-09-07T06:19:25.5465300Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_3233e85b-48ce-4c2c-9179-b928ae1d763a 2025-09-07T06:19:25.5465970Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2025-09-07T06:19:25.5466259Z GITHUB_WORKFLOW=trunk 2025-09-07T06:19:25.5466635Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/heads/main 2025-09-07T06:19:25.5467258Z GITHUB_WORKFLOW_SHA=93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:19:25.5467685Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:19:25.5468038Z GIT_DEFAULT_BRANCH=main 2025-09-07T06:19:25.5468256Z HOME=C:\Users\runneruser 2025-09-07T06:19:25.5470361Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\um;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\shared;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um 2025-09-07T06:19:25.5472632Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-09-07T06:19:25.5473154Z is_x64_arch=true 2025-09-07T06:19:25.5474151Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\\lib\10.0.19041.0\\um\x64 2025-09-07T06:19:25.5476476Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2025-09-07T06:19:25.5477949Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-09-07T06:19:25.5478249Z MAX_JOBS=8 2025-09-07T06:19:25.5478524Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-09-07T06:19:25.5478880Z NUMBER_OF_PROCESSORS=16 2025-09-07T06:19:25.5479093Z OS=Windows_NT 2025-09-07T06:19:25.5479293Z OUR_GITHUB_JOB_ID=49773699332 2025-09-07T06:19:25.5487730Z PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\Extensions\Microsoft\CodeCoverage.Console;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\\x64;C:\Program Files (x86)\Windows Kits\10\bin\\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\x64;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Program Files\NVIDIA Corporation\Nsight Compute 2025.3.0;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\Llvm\x64\bin;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\Linux\bin\ConnectionManagerExe 2025-09-07T06:19:25.5496258Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-09-07T06:19:25.5496608Z Platform=x64 2025-09-07T06:19:25.5496808Z PROCESSOR_ARCHITECTURE=AMD64 2025-09-07T06:19:25.5497240Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-09-07T06:19:25.5497690Z PROCESSOR_LEVEL=6 2025-09-07T06:19:25.5497891Z PROCESSOR_REVISION=5507 2025-09-07T06:19:25.5498128Z PROGRAMFILES=C:\Program Files 2025-09-07T06:19:25.5498379Z PROMPT=(base) $P$G 2025-09-07T06:19:25.5498578Z PR_NUMBER= 2025-09-07T06:19:25.5499042Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-09-07T06:19:25.5499582Z PUBLIC=C:\Users\Public 2025-09-07T06:19:25.5499939Z *** 2025-09-07T06:19:25.5500122Z PYTHON_VERSION=3.9 2025-09-07T06:19:25.5500397Z PYTORCH_FINAL_PACKAGE_DIR=C:/17524754564/build-results/ 2025-09-07T06:19:25.5500739Z ProgramData=C:\ProgramData 2025-09-07T06:19:25.5501018Z ProgramFiles(x86)=C:\Program Files (x86) 2025-09-07T06:19:25.5501306Z ProgramW6432=C:\Program Files 2025-09-07T06:19:25.5501551Z RUNNER_ARCH=X64 2025-09-07T06:19:25.5501757Z RUNNER_ENVIRONMENT=self-hosted 2025-09-07T06:19:25.5502014Z RUNNER_NAME=i-05b85f0ff311e224b 2025-09-07T06:19:25.5502243Z RUNNER_OS=Windows 2025-09-07T06:19:25.5502474Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-09-07T06:19:25.5502844Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-09-07T06:19:25.5503278Z RUNNER_TRACKING_ID=github_657f8d50-73b2-4a33-9276-eb6fa1332ad5 2025-09-07T06:19:25.5503689Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-09-07T06:19:25.5504016Z SCCACHE_BUCKET=ossci-compiler-cache 2025-09-07T06:19:25.5504286Z SCCACHE_IDLE_TIMEOUT=0 2025-09-07T06:19:25.5504505Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-09-07T06:19:25.5504763Z SCCACHE_REGION=us-east-1 2025-09-07T06:19:25.5504985Z SCCACHE_S3_KEY_PREFIX=trunk 2025-09-07T06:19:25.5505474Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-09-07T06:19:25.5505972Z SHA1=93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:19:25.5506267Z SHLVL=2 2025-09-07T06:19:25.5506515Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-09-07T06:19:25.5506842Z SYSTEMDRIVE=C: 2025-09-07T06:19:25.5507038Z SYSTEMROOT=C:\Windows 2025-09-07T06:19:25.5507273Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:19:25.5507564Z TERM=xterm-256color 2025-09-07T06:19:25.5507789Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:19:25.5508094Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:19:25.5508513Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-09-07T06:19:25.5509004Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-09-07T06:19:25.5509358Z TORCH_CUDA_ARCH_LIST=8.6 2025-09-07T06:19:25.5509589Z UCRTVersion=10.0.19041.0 2025-09-07T06:19:25.5509895Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-09-07T06:19:25.5510254Z UPDATEFILE=update.finished 2025-09-07T06:19:25.5510628Z USERDOMAIN=EC2AMAZ-F4P7NAP 2025-09-07T06:19:25.5510860Z USERNAME=runneruser 2025-09-07T06:19:25.5511079Z USERPROFILE=C:\Users\runneruser 2025-09-07T06:19:25.5511319Z USE_CUDA=0 2025-09-07T06:19:25.5511502Z USE_XPU=0 2025-09-07T06:19:25.5511880Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\ 2025-09-07T06:19:25.5512502Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\ 2025-09-07T06:19:25.5513166Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\ 2025-09-07T06:19:25.5514017Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Redist\MSVC\14.42.34433\ 2025-09-07T06:19:25.5514647Z VCToolsVersion=14.42.34433 2025-09-07T06:19:25.5514872Z VC_PRODUCT=BuildTools 2025-09-07T06:19:25.5515075Z VC_VERSION= 2025-09-07T06:19:25.5515242Z VC_YEAR=2022 2025-09-07T06:19:25.5515453Z VERBOSE_ARG='SilentlyContinue' 2025-09-07T06:19:25.5515710Z VisualStudioVersion=17.0 2025-09-07T06:19:25.5516136Z VS170COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\ 2025-09-07T06:19:25.5516606Z VSCMD_ARG_app_plat=Desktop 2025-09-07T06:19:25.5516827Z VSCMD_ARG_HOST_ARCH=x64 2025-09-07T06:19:25.5517041Z VSCMD_ARG_TGT_ARCH=x64 2025-09-07T06:19:25.5517246Z VSCMD_VER=17.12.11 2025-09-07T06:19:25.5517590Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\ 2025-09-07T06:19:25.5517983Z WINDIR=C:\Windows 2025-09-07T06:19:25.5518545Z WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0 2025-09-07T06:19:25.5519258Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-09-07T06:19:25.5519695Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-09-07T06:19:25.5520094Z WindowsSDKLibVersion=10.0.19041.0\ 2025-09-07T06:19:25.5520554Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-09-07T06:19:25.5520994Z WindowsSDKVersion=10.0.19041.0\ 2025-09-07T06:19:25.5521491Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-09-07T06:19:25.5522247Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-09-07T06:19:25.5522741Z XPU_VERSION= 2025-09-07T06:19:25.5523135Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-09-07T06:19:25.5523625Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-09-07T06:19:25.5523878Z __DOTNET_ADD_64BIT=1 2025-09-07T06:19:25.5524101Z __DOTNET_PREFERRED_BITNESS=64 2025-09-07T06:19:25.5528049Z __VSCMD_PREINIT_PATH=C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\x64;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Program Files\NVIDIA Corporation\Nsight Compute 2025.3.0;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-09-07T06:19:25.5532074Z 2025-09-07T06:19:25.5532307Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2025-09-07T06:19:25.8188500Z Building wheel torch-2.9.0a0+git93fb23d 2025-09-07T06:19:25.8986166Z -- Building version 2.9.0a0+git93fb23d 2025-09-07T06:19:25.9564411Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\_msvccompiler.py:12: UserWarning: _get_vc_env is private; find an alternative (pypa/distutils#340) 2025-09-07T06:19:25.9566157Z warnings.warn( 2025-09-07T06:19:26.5382387Z cmake -GNinja -DBUILD_ENVIRONMENT=win-vs2022-cpu-py3 -DBUILD_PYTHON=True -DBUILD_TEST=True -DBUILD_TYPE=release -DBUILD_WHEEL=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_GENERATOR=Ninja -DCMAKE_INSTALL_PREFIX=C:\actions-runner\_work\pytorch\pytorch\torch -DCMAKE_PREFIX_PATH=C:\Jenkins\Miniconda3\Lib\site-packages -DPython_EXECUTABLE=C:\Jenkins\Miniconda3\python.exe -DPython_NumPy_INCLUDE_DIR=C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\include -DTORCH_BUILD_VERSION=2.9.0a0+git93fb23d -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=0 -DUSE_NUMPY=True -DUSE_XPU=0 C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:19:27.8795322Z -- The CXX compiler identification is MSVC 19.42.34444.0 2025-09-07T06:19:28.0243229Z -- The C compiler identification is MSVC 19.42.34444.0 2025-09-07T06:19:28.0450494Z -- Detecting CXX compiler ABI info 2025-09-07T06:19:28.7426214Z -- Detecting CXX compiler ABI info - done 2025-09-07T06:19:28.7449703Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe - skipped 2025-09-07T06:19:28.7453824Z -- Detecting CXX compile features 2025-09-07T06:19:28.7467715Z -- Detecting CXX compile features - done 2025-09-07T06:19:28.7568172Z -- Detecting C compiler ABI info 2025-09-07T06:19:29.0736142Z -- Detecting C compiler ABI info - done 2025-09-07T06:19:29.0759562Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe - skipped 2025-09-07T06:19:29.0763544Z -- Detecting C compile features 2025-09-07T06:19:29.0775089Z -- Detecting C compile features - done 2025-09-07T06:19:29.0824838Z -- Not forcing any particular BLAS to be found 2025-09-07T06:19:29.0925116Z CMake Warning at CMakeLists.txt:422 (message): 2025-09-07T06:19:29.0925503Z TensorPipe cannot be used on Windows. Set it to OFF 2025-09-07T06:19:29.0925761Z 2025-09-07T06:19:29.0925766Z 2025-09-07T06:19:29.0925888Z CMake Warning at CMakeLists.txt:424 (message): 2025-09-07T06:19:29.0926242Z KleidiAI cannot be used on Windows. Set it to OFF 2025-09-07T06:19:29.0926485Z 2025-09-07T06:19:29.0926489Z 2025-09-07T06:19:29.0986119Z -- Performing Test C_HAS_AVX_1 2025-09-07T06:19:29.5195816Z -- Performing Test C_HAS_AVX_1 - Success 2025-09-07T06:19:29.5200202Z -- Performing Test C_HAS_AVX2_1 2025-09-07T06:19:29.9688380Z -- Performing Test C_HAS_AVX2_1 - Success 2025-09-07T06:19:29.9692707Z -- Performing Test C_HAS_AVX512_1 2025-09-07T06:19:30.3420323Z -- Performing Test C_HAS_AVX512_1 - Success 2025-09-07T06:19:30.3424813Z -- Performing Test CXX_HAS_AVX_1 2025-09-07T06:19:30.7437780Z -- Performing Test CXX_HAS_AVX_1 - Success 2025-09-07T06:19:30.7442740Z -- Performing Test CXX_HAS_AVX2_1 2025-09-07T06:19:31.1101306Z -- Performing Test CXX_HAS_AVX2_1 - Success 2025-09-07T06:19:31.1105783Z -- Performing Test CXX_HAS_AVX512_1 2025-09-07T06:19:31.5066831Z -- Performing Test CXX_HAS_AVX512_1 - Success 2025-09-07T06:19:31.5068615Z -- Current compiler supports avx2 extension. Will build perfkernels. 2025-09-07T06:19:31.5089966Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2025-09-07T06:19:31.8415374Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2025-09-07T06:19:31.8438127Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2025-09-07T06:19:32.1654969Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2025-09-07T06:19:32.1662300Z -- Could not find hardware support for NEON on this machine. 2025-09-07T06:19:32.1662729Z -- No OMAP3 processor on this machine. 2025-09-07T06:19:32.1663030Z -- No OMAP4 processor on this machine. 2025-09-07T06:19:32.1663633Z -- Compiler does not support SVE extension. Will not build perfkernels. 2025-09-07T06:19:32.1720883Z CMake Warning at CMakeLists.txt:841 (message): 2025-09-07T06:19:32.1721356Z x64 operating system is required for FBGEMM. Not compiling with FBGEMM. 2025-09-07T06:19:32.1721795Z Turn this warning off by USE_FBGEMM=OFF. 2025-09-07T06:19:32.1722002Z 2025-09-07T06:19:32.1722007Z 2025-09-07T06:19:32.1742357Z -- Performing Test HAS/UTF_8 2025-09-07T06:19:32.6605870Z -- Performing Test HAS/UTF_8 - Success 2025-09-07T06:19:32.6629427Z -- Building using own protobuf under third_party per request. 2025-09-07T06:19:32.6629832Z -- Use custom protobuf build. 2025-09-07T06:19:32.6645851Z CMake Deprecation Warning at third_party/protobuf/cmake/CMakeLists.txt:2 (cmake_minimum_required): 2025-09-07T06:19:32.6646564Z Compatibility with CMake < 3.5 will be removed from a future version of 2025-09-07T06:19:32.6646994Z CMake. 2025-09-07T06:19:32.6647100Z 2025-09-07T06:19:32.6647348Z Update the VERSION argument value or use a ... suffix to tell 2025-09-07T06:19:32.6647860Z CMake that the project does not need compatibility with older versions. 2025-09-07T06:19:32.6648163Z 2025-09-07T06:19:32.6648167Z 2025-09-07T06:19:32.6660613Z -- 2025-09-07T06:19:32.6660954Z -- 3.13.0.0 2025-09-07T06:19:32.6677036Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-09-07T06:19:32.7670005Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2025-09-07T06:19:32.7671942Z -- Looking for pthread_create in pthreads 2025-09-07T06:19:32.9481737Z -- Looking for pthread_create in pthreads - not found 2025-09-07T06:19:32.9482601Z -- Looking for pthread_create in pthread 2025-09-07T06:19:33.1193313Z -- Looking for pthread_create in pthread - not found 2025-09-07T06:19:33.1209504Z -- Found Threads: TRUE 2025-09-07T06:19:33.1706273Z -- Caffe2 protobuf include directory: $$ 2025-09-07T06:19:33.1740141Z -- Trying to find preferred BLAS backend of choice: MKL 2025-09-07T06:19:33.1763429Z -- MKL_THREADING = OMP 2025-09-07T06:19:33.1766676Z -- Looking for sys/types.h 2025-09-07T06:19:33.4914186Z -- Looking for sys/types.h - found 2025-09-07T06:19:33.4915890Z -- Looking for stdint.h 2025-09-07T06:19:33.8040695Z -- Looking for stdint.h - found 2025-09-07T06:19:33.8042416Z -- Looking for stddef.h 2025-09-07T06:19:34.1754536Z -- Looking for stddef.h - found 2025-09-07T06:19:34.1755674Z -- Check size of void* 2025-09-07T06:19:34.4990350Z -- Check size of void* - done 2025-09-07T06:19:34.5384472Z -- Looking for cblas_sgemm 2025-09-07T06:19:35.0763171Z -- Looking for cblas_sgemm - found 2025-09-07T06:19:35.0767769Z -- Looking for cblas_gemm_bf16bf16f32 2025-09-07T06:19:35.6801379Z -- Looking for cblas_gemm_bf16bf16f32 - found 2025-09-07T06:19:35.6801755Z -- Looking for cblas_gemm_f16f16f32 2025-09-07T06:19:36.2194763Z -- Looking for cblas_gemm_f16f16f32 - found 2025-09-07T06:19:36.2538648Z -- MKL libraries: C:/Jenkins/Miniconda3/Library/lib/mkl_intel_lp64.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_intel_thread.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_core.lib;C:/Jenkins/Miniconda3/Library/lib/libiomp5md.lib 2025-09-07T06:19:36.2539742Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2025-09-07T06:19:36.2540116Z -- MKL OpenMP type: Intel 2025-09-07T06:19:36.2540464Z -- MKL OpenMP library: C:/Jenkins/Miniconda3/Library/lib/libiomp5md.lib 2025-09-07T06:19:36.4278937Z -- The ASM compiler identification is MSVC 2025-09-07T06:19:36.4294055Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe 2025-09-07T06:19:36.4418878Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-09-07T06:19:36.4473862Z -- Generating microkernels.cmake 2025-09-07T06:19:41.1072677Z Duplicate microkernel definition: src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c and src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avxvnni.c (1th function) 2025-09-07T06:19:41.1074055Z Duplicate microkernel definition: src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avxvnni.c and src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-scalar.c 2025-09-07T06:19:41.1074972Z No microkernel found in src\reference\binary-elementwise.cc 2025-09-07T06:19:41.1075376Z No microkernel found in src\reference\packing.cc 2025-09-07T06:19:41.1075767Z No microkernel found in src\reference\unary-elementwise.cc 2025-09-07T06:19:41.2225875Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.51.0.windows.1") 2025-09-07T06:19:41.2684409Z -- Google Benchmark version: v1.9.3, normalized to 1.9.3 2025-09-07T06:19:41.2699113Z -- Looking for shm_open in rt 2025-09-07T06:19:41.4442503Z -- Looking for shm_open in rt - not found 2025-09-07T06:19:41.4495146Z -- Performing Test HAVE_CXX_FLAG_WX 2025-09-07T06:19:41.8623147Z -- Performing Test HAVE_CXX_FLAG_WX - Success 2025-09-07T06:19:41.8627513Z -- Compiling and running to test HAVE_STD_REGEX 2025-09-07T06:19:43.3590766Z -- Performing Test HAVE_STD_REGEX -- success 2025-09-07T06:19:43.3591881Z -- Compiling and running to test HAVE_GNU_POSIX_REGEX 2025-09-07T06:19:43.4600890Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2025-09-07T06:19:43.4601414Z -- Compiling and running to test HAVE_POSIX_REGEX 2025-09-07T06:19:43.5484458Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2025-09-07T06:19:43.5485507Z -- Compiling and running to test HAVE_STEADY_CLOCK 2025-09-07T06:19:44.2563245Z -- Performing Test HAVE_STEADY_CLOCK -- success 2025-09-07T06:19:44.2598839Z -- Compiling and running to test HAVE_PTHREAD_AFFINITY 2025-09-07T06:19:44.3481932Z -- Performing Test HAVE_PTHREAD_AFFINITY -- failed to compile 2025-09-07T06:19:44.3858960Z CMake Deprecation Warning at third_party/FP16/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-09-07T06:19:44.3859611Z Compatibility with CMake < 3.5 will be removed from a future version of 2025-09-07T06:19:44.3860025Z CMake. 2025-09-07T06:19:44.3860135Z 2025-09-07T06:19:44.3860346Z Update the VERSION argument value or use a ... suffix to tell 2025-09-07T06:19:44.3860848Z CMake that the project does not need compatibility with older versions. 2025-09-07T06:19:44.3861161Z 2025-09-07T06:19:44.3861166Z 2025-09-07T06:19:44.3926715Z CMake Deprecation Warning at third_party/psimd/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-09-07T06:19:44.3927345Z Compatibility with CMake < 3.5 will be removed from a future version of 2025-09-07T06:19:44.3927734Z CMake. 2025-09-07T06:19:44.3927837Z 2025-09-07T06:19:44.3928056Z Update the VERSION argument value or use a ... suffix to tell 2025-09-07T06:19:44.3928551Z CMake that the project does not need compatibility with older versions. 2025-09-07T06:19:44.3928860Z 2025-09-07T06:19:44.3928864Z 2025-09-07T06:19:44.3977277Z -- Using third party subdirectory Eigen. 2025-09-07T06:19:45.5039815Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2025-09-07T06:19:45.5042203Z -- Using third_party/pybind11. 2025-09-07T06:19:45.5043503Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2025-09-07T06:19:45.5097371Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2025-09-07T06:19:45.5097871Z -- Using third_party/opentelemetry-cpp. 2025-09-07T06:19:45.5098498Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2025-09-07T06:19:46.0392376Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2025-09-07T06:19:46.4316566Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2025-09-07T06:19:46.4325303Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2025-09-07T06:19:46.4329641Z CMake Warning at cmake/Dependencies.cmake:894 (message): 2025-09-07T06:19:46.4330296Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2025-09-07T06:19:46.4330684Z Call Stack (most recent call first): 2025-09-07T06:19:46.4330970Z CMakeLists.txt:869 (include) 2025-09-07T06:19:46.4331140Z 2025-09-07T06:19:46.4331145Z 2025-09-07T06:19:46.4365778Z -- Check OMP with lib C:/Jenkins/Miniconda3/Library/lib/libiomp5md.lib and flags -openmp:experimental 2025-09-07T06:19:46.7606709Z -- Check OMP with lib C:/Jenkins/Miniconda3/Library/lib/libiomp5md.lib and flags -openmp:experimental 2025-09-07T06:19:47.4467616Z -- Found OpenMP_C: -openmp:experimental 2025-09-07T06:19:47.7991689Z -- Found OpenMP_CXX: -openmp:experimental 2025-09-07T06:19:47.8001460Z -- Found OpenMP: TRUE 2025-09-07T06:19:47.8003804Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2025-09-07T06:19:47.8004706Z -- Will link against OpenMP libraries: C:/Jenkins/Miniconda3/Library/lib/libiomp5md.lib 2025-09-07T06:19:47.8013417Z -- Found nvtx3: C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX/c/include 2025-09-07T06:19:47.8019663Z -- ROCM_PATH environment variable is not set and C:/opt/rocm does not exist. 2025-09-07T06:19:47.8020104Z Building without ROCm support. 2025-09-07T06:19:47.8040880Z -- MSVC detected 2025-09-07T06:19:47.8041104Z -- Set USE_REDIS OFF 2025-09-07T06:19:47.8041321Z -- Set USE_IBVERBS OFF 2025-09-07T06:19:47.8041534Z -- Set USE_NCCL OFF 2025-09-07T06:19:47.8041739Z -- Set USE_RCCL OFF 2025-09-07T06:19:47.8041932Z -- Set USE_LIBUV OFF 2025-09-07T06:19:47.8053540Z -- Gloo build as SHARED library 2025-09-07T06:19:48.2566249Z -- Found Python3: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter 2025-09-07T06:19:48.2579730Z -- ONNX_PROTOC_EXECUTABLE: $ 2025-09-07T06:19:48.2580169Z -- Protobuf_VERSION: Protobuf_VERSION_NOTFOUND 2025-09-07T06:19:48.2585518Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-09-07T06:19:48.2593121Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-09-07T06:19:48.2600269Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-09-07T06:19:48.4825711Z -- 2025-09-07T06:19:48.4825998Z -- ******** Summary ******** 2025-09-07T06:19:48.4826295Z -- CMake version : 3.27.9 2025-09-07T06:19:48.4826676Z -- CMake command : C:/Program Files/CMake/bin/cmake.exe 2025-09-07T06:19:48.4827105Z -- System : Windows 2025-09-07T06:19:48.4827727Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe 2025-09-07T06:19:48.4828364Z -- C++ compiler version : 19.42.34444.0 2025-09-07T06:19:48.4828935Z -- CXX flags : /DWIN32 /D_WINDOWS /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2025-09-07T06:19:48.4829446Z -- Build type : Release 2025-09-07T06:19:48.4829837Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2025-09-07T06:19:48.4830309Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2025-09-07T06:19:48.4830823Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-09-07T06:19:48.4831352Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2025-09-07T06:19:48.4831753Z -- 2025-09-07T06:19:48.4831951Z -- ONNX version : 1.18.0 2025-09-07T06:19:48.4832263Z -- ONNX NAMESPACE : onnx_torch 2025-09-07T06:19:48.4832659Z -- ONNX_USE_LITE_PROTO : OFF 2025-09-07T06:19:48.4832949Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2025-09-07T06:19:48.4833257Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2025-09-07T06:19:48.4833772Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2025-09-07T06:19:48.4834080Z -- ONNX_WERROR : OFF 2025-09-07T06:19:48.4834355Z -- ONNX_BUILD_TESTS : OFF 2025-09-07T06:19:48.4834647Z -- BUILD_SHARED_LIBS : OFF 2025-09-07T06:19:48.4834910Z -- 2025-09-07T06:19:48.4835222Z -- Protobuf compiler : $ 2025-09-07T06:19:48.4835622Z -- Protobuf includes : 2025-09-07T06:19:48.4835905Z -- Protobuf libraries : 2025-09-07T06:19:48.4836339Z -- ONNX_BUILD_PYTHON : OFF 2025-09-07T06:19:48.4836727Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2025-09-07T06:19:48.4837139Z -- Adding -DNDEBUG to compile flags 2025-09-07T06:19:48.4837494Z CMake Warning at cmake/Dependencies.cmake:1418 (message): 2025-09-07T06:19:48.4837944Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2025-09-07T06:19:48.4838355Z Call Stack (most recent call first): 2025-09-07T06:19:48.4838624Z CMakeLists.txt:869 (include) 2025-09-07T06:19:48.4838820Z 2025-09-07T06:19:48.4838824Z 2025-09-07T06:19:48.4842154Z -- Could not find hardware support for NEON on this machine. 2025-09-07T06:19:48.4842525Z -- No OMAP3 processor on this machine. 2025-09-07T06:19:48.4842824Z -- No OMAP4 processor on this machine. 2025-09-07T06:19:48.4857136Z -- Looking for sbgemm_ 2025-09-07T06:19:48.7492366Z -- Looking for sbgemm_ - not found 2025-09-07T06:19:48.7501963Z -- Found a library with LAPACK API (mkl). 2025-09-07T06:19:48.7503676Z disabling CUDA because NOT USE_CUDA is set 2025-09-07T06:19:48.7504042Z disabling ROCM because NOT USE_ROCM is set 2025-09-07T06:19:48.7504388Z -- MIOpen not found. Compiling without MIOpen support 2025-09-07T06:19:48.7513051Z -- Will build oneDNN UKERNEL 2025-09-07T06:19:48.7614940Z -- MKLDNN_CPU_RUNTIME = OMP 2025-09-07T06:19:48.7633661Z -- DNNL_TARGET_ARCH: X64 2025-09-07T06:19:48.7662473Z -- DNNL_LIBRARY_NAME: dnnl 2025-09-07T06:19:48.7754408Z CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-09-07T06:19:48.7755169Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-09-07T06:19:48.7755700Z does not match the name of the calling package (OpenMP). This can lead to 2025-09-07T06:19:48.7756202Z problems in calling code that expects `find_package` result variables 2025-09-07T06:19:48.7756620Z (e.g., `_FOUND`) to follow a certain pattern. 2025-09-07T06:19:48.7756946Z Call Stack (most recent call first): 2025-09-07T06:19:48.7757337Z cmake/Modules/FindOpenMP.cmake:635 (find_package_handle_standard_args) 2025-09-07T06:19:48.7757841Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:41 (find_package) 2025-09-07T06:19:48.7758257Z third_party/ideep/mkl-dnn/CMakeLists.txt:89 (include) 2025-09-07T06:19:48.7758699Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-09-07T06:19:48.7758998Z 2025-09-07T06:19:48.7759124Z -- Found OpenMP_C: -openmp:experimental 2025-09-07T06:19:48.7764376Z CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-09-07T06:19:48.7765131Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-09-07T06:19:48.7765653Z does not match the name of the calling package (OpenMP). This can lead to 2025-09-07T06:19:48.7766157Z problems in calling code that expects `find_package` result variables 2025-09-07T06:19:48.7766568Z (e.g., `_FOUND`) to follow a certain pattern. 2025-09-07T06:19:48.7766876Z Call Stack (most recent call first): 2025-09-07T06:19:48.7767283Z cmake/Modules/FindOpenMP.cmake:635 (find_package_handle_standard_args) 2025-09-07T06:19:48.7767823Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:41 (find_package) 2025-09-07T06:19:48.7768291Z third_party/ideep/mkl-dnn/CMakeLists.txt:89 (include) 2025-09-07T06:19:48.7769406Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-09-07T06:19:48.7769734Z 2025-09-07T06:19:48.7769860Z -- Found OpenMP_CXX: -openmp:experimental 2025-09-07T06:19:48.8184891Z -- Enabled testing coverage: CI 2025-09-07T06:19:48.8196050Z -- Enabled workload: TRAINING 2025-09-07T06:19:48.8196350Z -- Enabled primitives: ALL 2025-09-07T06:19:48.8196743Z -- Enabled primitive CPU ISA: ALL 2025-09-07T06:19:48.8197112Z -- Enabled primitive GPU ISA: ALL 2025-09-07T06:19:48.8197542Z -- Enabled GeMM kernels ISA: ALL 2025-09-07T06:19:48.8298453Z -- Primitive cache is enabled 2025-09-07T06:19:48.8299445Z -- Experimental functionality for ukernels is enabled 2025-09-07T06:19:48.8928920Z -- The ASM_MASM compiler identification is MSVC 2025-09-07T06:19:48.9439305Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/ml64.exe 2025-09-07T06:19:48.9689524Z -- Graph component is enabled 2025-09-07T06:19:48.9791373Z -- Graph compiler backend is disabled. 2025-09-07T06:19:48.9901759Z -- Found MKL-DNN: TRUE 2025-09-07T06:19:48.9998330Z -- {fmt} version: 11.2.0 2025-09-07T06:19:48.9998646Z -- Build type: Release 2025-09-07T06:19:49.0072324Z -- Using CPU-only version of Kineto 2025-09-07T06:19:49.0072783Z -- Configuring Kineto dependency: 2025-09-07T06:19:49.0073255Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2025-09-07T06:19:49.0073749Z -- KINETO_BUILD_TESTS = OFF 2025-09-07T06:19:49.0074004Z -- KINETO_LIBRARY_TYPE = static 2025-09-07T06:19:49.0136288Z CMake Warning (dev) at third_party/kineto/libkineto/CMakeLists.txt:15 (find_package): 2025-09-07T06:19:49.0136973Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2025-09-07T06:19:49.0137576Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2025-09-07T06:19:49.0138129Z the cmake_policy command to set the policy and suppress this warning. 2025-09-07T06:19:49.0138472Z 2025-09-07T06:19:49.0138720Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-09-07T06:19:49.0139068Z 2025-09-07T06:19:49.0618405Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2025-09-07T06:19:49.0622771Z -- CUDA_SOURCE_DIR = 2025-09-07T06:19:49.0623015Z -- ROCM_SOURCE_DIR = 2025-09-07T06:19:49.1028824Z -- CUPTI unavailable or disabled - not building GPU profilers 2025-09-07T06:19:49.1885366Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2025-09-07T06:19:49.1886060Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2025-09-07T06:19:49.1886571Z -- CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2025-09-07T06:19:49.1886906Z -- ROCTRACER_INCLUDE_DIR = /include/roctracer 2025-09-07T06:19:49.1887497Z -- DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2025-09-07T06:19:49.1888463Z -- IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2025-09-07T06:19:49.1914986Z -- Configured Kineto (CPU) 2025-09-07T06:19:49.1969968Z -- Performing Test HAS/WD4624 2025-09-07T06:19:49.5367291Z -- Performing Test HAS/WD4624 - Success 2025-09-07T06:19:49.5391150Z -- Performing Test HAS/WD4068 2025-09-07T06:19:49.8527248Z -- Performing Test HAS/WD4068 - Success 2025-09-07T06:19:49.8551481Z -- Performing Test HAS/WD4067 2025-09-07T06:19:50.1856250Z -- Performing Test HAS/WD4067 - Success 2025-09-07T06:19:50.1880216Z -- Performing Test HAS/WD4267 2025-09-07T06:19:50.5048184Z -- Performing Test HAS/WD4267 - Success 2025-09-07T06:19:50.5073171Z -- Performing Test HAS/WD4661 2025-09-07T06:19:50.8320938Z -- Performing Test HAS/WD4661 - Success 2025-09-07T06:19:50.8344848Z -- Performing Test HAS/WD4717 2025-09-07T06:19:51.1822062Z -- Performing Test HAS/WD4717 - Success 2025-09-07T06:19:51.1846394Z -- Performing Test HAS/WD4244 2025-09-07T06:19:51.4973635Z -- Performing Test HAS/WD4244 - Success 2025-09-07T06:19:51.4997462Z -- Performing Test HAS/WD4804 2025-09-07T06:19:51.8874748Z -- Performing Test HAS/WD4804 - Success 2025-09-07T06:19:51.8898846Z -- Performing Test HAS/WD4273 2025-09-07T06:19:52.2112470Z -- Performing Test HAS/WD4273 - Success 2025-09-07T06:19:52.2137225Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2025-09-07T06:19:52.2904149Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2025-09-07T06:19:53.4066889Z -- 2025-09-07T06:19:53.4067709Z -- Architecture: x64 2025-09-07T06:19:53.4071165Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2025-09-07T06:19:53.4077866Z -- 2025-09-07T06:19:53.4078068Z -- Library name : mimalloc 2025-09-07T06:19:53.4078311Z -- Version : 2.2.4 2025-09-07T06:19:53.4078558Z -- Build type : release 2025-09-07T06:19:53.4079158Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe 2025-09-07T06:19:53.4079791Z -- Compiler flags : /Zc:__cplusplus 2025-09-07T06:19:53.4080162Z -- Compiler defines : MI_CMAKE_BUILD_TYPE=release;MI_BUILD_RELEASE 2025-09-07T06:19:53.4080594Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2025-09-07T06:19:53.4080944Z -- Build targets : static 2025-09-07T06:19:53.4081169Z -- 2025-09-07T06:19:53.4186459Z -- don't use NUMA 2025-09-07T06:19:53.4242724Z -- Looking for backtrace 2025-09-07T06:19:53.5142084Z -- Looking for backtrace - not found 2025-09-07T06:19:53.5242790Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2025-09-07T06:19:57.9865875Z -- headers outputs: 2025-09-07T06:20:00.1664317Z -- sources outputs: 2025-09-07T06:20:01.7194104Z -- declarations_yaml outputs: 2025-09-07T06:20:01.7273611Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2025-09-07T06:20:07.0944396Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2025-09-07T06:20:07.3132540Z -- Using ATen parallel backend: OMP 2025-09-07T06:20:07.3147777Z disabling CUDA because USE_CUDA is set false 2025-09-07T06:20:07.7349062Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.17") 2025-09-07T06:20:07.7633467Z -- Check size of long double 2025-09-07T06:20:08.1104687Z -- Check size of long double - done 2025-09-07T06:20:08.1109590Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2025-09-07T06:20:08.2360907Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2025-09-07T06:20:08.2365514Z -- Performing Test COMPILER_SUPPORTS_SSE2 2025-09-07T06:20:08.6419612Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2025-09-07T06:20:08.6422884Z -- Performing Test COMPILER_SUPPORTS_SSE4 2025-09-07T06:20:09.0332746Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2025-09-07T06:20:09.0336912Z -- Performing Test COMPILER_SUPPORTS_AVX 2025-09-07T06:20:09.4295341Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2025-09-07T06:20:09.4297993Z -- Performing Test COMPILER_SUPPORTS_FMA4 2025-09-07T06:20:09.8152862Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2025-09-07T06:20:09.8156096Z -- Performing Test COMPILER_SUPPORTS_AVX2 2025-09-07T06:20:10.2061741Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2025-09-07T06:20:10.2065077Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2025-09-07T06:20:10.6007601Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2025-09-07T06:20:10.6052758Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2025-09-07T06:20:10.6064421Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2025-09-07T06:20:10.6075129Z -- Found OpenMP: TRUE (found version "2.0") 2025-09-07T06:20:10.6079962Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2025-09-07T06:20:10.9730417Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2025-09-07T06:20:10.9732913Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2025-09-07T06:20:11.1011574Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2025-09-07T06:20:11.1014616Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2025-09-07T06:20:11.2254670Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2025-09-07T06:20:11.2257681Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2025-09-07T06:20:11.4292325Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2025-09-07T06:20:11.4295071Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2025-09-07T06:20:11.5166355Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2025-09-07T06:20:11.6067050Z Target system: Windows-10.0.17763 2025-09-07T06:20:11.6067658Z -- Configuring build for SLEEF-v3.8.0 2025-09-07T06:20:11.6067965Z Target processor: AMD64 2025-09-07T06:20:11.6068205Z Host system: Windows-10.0.17763 2025-09-07T06:20:11.6068469Z Host processor: AMD64 2025-09-07T06:20:11.6069084Z Detected C compiler: MSVC @ C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe 2025-09-07T06:20:11.6069718Z CMake: 3.27.9 2025-09-07T06:20:11.6070062Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2025-09-07T06:20:11.6070659Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2025-09-07T06:20:11.6071140Z -- Building shared libs : OFF 2025-09-07T06:20:11.6071392Z -- Building static test bins: OFF 2025-09-07T06:20:11.6071656Z -- MPFR : LIB_MPFR-NOTFOUND 2025-09-07T06:20:11.6071891Z -- GMP : LIBGMP-NOTFOUND 2025-09-07T06:20:11.6072110Z -- RT : 2025-09-07T06:20:11.6072293Z -- FFTW3 : LIBFFTW3-NOTFOUND 2025-09-07T06:20:11.6072522Z -- OPENSSL : 3.0.17 2025-09-07T06:20:11.6072729Z -- SDE : SDE_COMMAND-NOTFOUND 2025-09-07T06:20:11.6072986Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2025-09-07T06:20:11.6625606Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2025-09-07T06:20:11.6626222Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2025-09-07T06:20:11.6627009Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2025-09-07T06:20:11.6627751Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2025-09-07T06:20:12.2139032Z CMake Warning (dev) in test/cpp/nativert/CMakeLists.txt: 2025-09-07T06:20:12.2139508Z A logical block opening on the line 2025-09-07T06:20:12.2139748Z 2025-09-07T06:20:12.2140055Z C:/actions-runner/_work/pytorch/pytorch/test/cpp/nativert/CMakeLists.txt:48 (if) 2025-09-07T06:20:12.2140479Z 2025-09-07T06:20:12.2140557Z closes on the line 2025-09-07T06:20:12.2140689Z 2025-09-07T06:20:12.2141021Z C:/actions-runner/_work/pytorch/pytorch/test/cpp/nativert/CMakeLists.txt:50 (endif) 2025-09-07T06:20:12.2141450Z 2025-09-07T06:20:12.2141585Z with mis-matching arguments. 2025-09-07T06:20:12.2141999Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-09-07T06:20:12.2142344Z 2025-09-07T06:20:12.3603109Z CMake Warning at CMakeLists.txt:1292 (message): 2025-09-07T06:20:12.3603629Z Generated cmake files are only fully tested if one builds with system glog, 2025-09-07T06:20:12.3604169Z gflags, and protobuf. Other settings may generate files that are not well 2025-09-07T06:20:12.3604552Z tested. 2025-09-07T06:20:12.3604666Z 2025-09-07T06:20:12.3604670Z 2025-09-07T06:20:12.3625175Z -- 2025-09-07T06:20:12.3625420Z -- ******** Summary ******** 2025-09-07T06:20:12.3625729Z -- General: 2025-09-07T06:20:12.3625917Z -- CMake version : 3.27.9 2025-09-07T06:20:12.3626306Z -- CMake command : C:/Program Files/CMake/bin/cmake.exe 2025-09-07T06:20:12.3626683Z -- System : Windows 2025-09-07T06:20:12.3627297Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe 2025-09-07T06:20:12.3627898Z -- C++ compiler id : MSVC 2025-09-07T06:20:12.3628156Z -- C++ compiler version : 19.42.34444.0 2025-09-07T06:20:12.3628435Z -- Using ccache if found : OFF 2025-09-07T06:20:12.3629810Z -- CXX flags : /DWIN32 /D_WINDOWS /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 2025-09-07T06:20:12.3631154Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-09-07T06:20:12.3631699Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-09-07T06:20:12.3632351Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-09-07T06:20:12.3632745Z -- Build type : Release 2025-09-07T06:20:12.3633809Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;_CRT_SECURE_NO_DEPRECATE=1;IDEEP_USE_MKL;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;EXPORT_AOTI_FUNCTIONS;WIN32_LEAN_AND_MEAN;_UCRT_LEGACY_INFINITY;NOMINMAX;USE_MIMALLOC 2025-09-07T06:20:12.3634960Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2025-09-07T06:20:12.3635446Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-09-07T06:20:12.3635834Z -- USE_GOLD_LINKER : OFF 2025-09-07T06:20:12.3636074Z -- 2025-09-07T06:20:12.3636252Z -- TORCH_VERSION : 2.9.0 2025-09-07T06:20:12.3636522Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2025-09-07T06:20:12.3636810Z -- BUILD_BINARY : OFF 2025-09-07T06:20:12.3637051Z -- BUILD_CUSTOM_PROTOBUF : ON 2025-09-07T06:20:12.3637303Z -- Link local protobuf : ON 2025-09-07T06:20:12.3637596Z -- BUILD_PYTHON : True 2025-09-07T06:20:12.3637849Z -- Python version : 3.9.19 2025-09-07T06:20:12.3638220Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2025-09-07T06:20:12.3638772Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2025-09-07T06:20:12.3639267Z -- Python includes : C:/Jenkins/Miniconda3/include 2025-09-07T06:20:12.3639755Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2025-09-07T06:20:12.3640179Z -- BUILD_SHARED_LIBS : ON 2025-09-07T06:20:12.3640485Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2025-09-07T06:20:12.3640829Z -- BUILD_TEST : True 2025-09-07T06:20:12.3641068Z -- BUILD_JNI : OFF 2025-09-07T06:20:12.3641367Z -- BUILD_MOBILE_AUTOGRAD : OFF 2025-09-07T06:20:12.3641658Z -- BUILD_LITE_INTERPRETER: OFF 2025-09-07T06:20:12.3641958Z -- INTERN_BUILD_MOBILE : 2025-09-07T06:20:12.3642198Z -- TRACING_BASED : OFF 2025-09-07T06:20:12.3642488Z -- USE_BLAS : 1 2025-09-07T06:20:12.3642768Z -- BLAS : mkl 2025-09-07T06:20:12.3643004Z -- BLAS_HAS_SBGEMM : 2025-09-07T06:20:12.3643293Z -- USE_LAPACK : 1 2025-09-07T06:20:12.3643566Z -- LAPACK : mkl 2025-09-07T06:20:12.3643840Z -- USE_ASAN : OFF 2025-09-07T06:20:12.3644094Z -- USE_TSAN : OFF 2025-09-07T06:20:12.3644385Z -- USE_CPP_CODE_COVERAGE : OFF 2025-09-07T06:20:12.3644663Z -- USE_CUDA : 0 2025-09-07T06:20:12.3644899Z -- USE_XPU : 0 2025-09-07T06:20:12.3645184Z -- USE_ROCM : OFF 2025-09-07T06:20:12.3645463Z -- BUILD_NVFUSER : 2025-09-07T06:20:12.3645735Z -- USE_EIGEN_FOR_BLAS : 2025-09-07T06:20:12.3645997Z -- USE_EIGEN_FOR_SPARSE : OFF 2025-09-07T06:20:12.3646297Z -- USE_FBGEMM : OFF 2025-09-07T06:20:12.3646571Z -- USE_KINETO : ON 2025-09-07T06:20:12.3646822Z -- USE_GFLAGS : OFF 2025-09-07T06:20:12.3647098Z -- USE_GLOG : OFF 2025-09-07T06:20:12.3647388Z -- USE_LITE_PROTO : OFF 2025-09-07T06:20:12.3647664Z -- USE_PYTORCH_METAL : OFF 2025-09-07T06:20:12.3647933Z -- USE_PYTORCH_METAL_EXPORT : OFF 2025-09-07T06:20:12.3648212Z -- USE_MPS : OFF 2025-09-07T06:20:12.3648445Z -- CAN_COMPILE_METAL : 2025-09-07T06:20:12.3648825Z -- USE_MKL : ON 2025-09-07T06:20:12.3649061Z -- USE_STATIC_MKL : OFF 2025-09-07T06:20:12.3649314Z -- USE_MKLDNN : ON 2025-09-07T06:20:12.3649543Z -- USE_MKLDNN_ACL : OFF 2025-09-07T06:20:12.3649802Z -- USE_MKLDNN_CBLAS : OFF 2025-09-07T06:20:12.3650040Z -- USE_UCC : OFF 2025-09-07T06:20:12.3650282Z -- USE_ITT : ON 2025-09-07T06:20:12.3650510Z -- USE_XCCL : OFF 2025-09-07T06:20:12.3650750Z -- USE_NCCL : OFF 2025-09-07T06:20:12.3651105Z -- Found NVSHMEM : 2025-09-07T06:20:12.3651340Z -- USE_NNPACK : OFF 2025-09-07T06:20:12.3651592Z -- USE_NUMPY : ON 2025-09-07T06:20:12.3651833Z -- USE_OBSERVERS : ON 2025-09-07T06:20:12.3652084Z -- USE_OPENCL : OFF 2025-09-07T06:20:12.3652322Z -- USE_OPENMP : ON 2025-09-07T06:20:12.3652564Z -- USE_MIMALLOC : ON 2025-09-07T06:20:12.3652811Z -- USE_MIMALLOC_ON_MKL : OFF 2025-09-07T06:20:12.3653075Z -- USE_VULKAN : OFF 2025-09-07T06:20:12.3653361Z -- USE_PROF : OFF 2025-09-07T06:20:12.3653659Z -- USE_PYTORCH_QNNPACK : OFF 2025-09-07T06:20:12.3653956Z -- USE_XNNPACK : ON 2025-09-07T06:20:12.3654206Z -- USE_DISTRIBUTED : ON 2025-09-07T06:20:12.3654492Z -- USE_MPI : OFF 2025-09-07T06:20:12.3654774Z -- USE_GLOO : ON 2025-09-07T06:20:12.3655034Z -- USE_GLOO_WITH_OPENSSL : OFF 2025-09-07T06:20:12.3655338Z -- USE_GLOO_IBVERBS : OFF 2025-09-07T06:20:12.3655623Z -- USE_TENSORPIPE : OFF 2025-09-07T06:20:12.3655968Z -- Public Dependencies : caffe2::mkl 2025-09-07T06:20:12.3656798Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;microkernels-prod;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2025-09-07T06:20:12.3657609Z -- Public CUDA Deps. : 2025-09-07T06:20:12.3657899Z -- Private CUDA Deps. : 2025-09-07T06:20:12.3658155Z -- USE_COREML_DELEGATE : OFF 2025-09-07T06:20:12.3658454Z -- BUILD_LAZY_TS_BACKEND : ON 2025-09-07T06:20:12.3658756Z -- USE_ROCM_KERNEL_ASSERT : OFF 2025-09-07T06:20:12.3741790Z -- Performing Test HAS_WMISSING_PROTOTYPES 2025-09-07T06:20:12.4547802Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2025-09-07T06:20:12.4573334Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2025-09-07T06:20:12.5414562Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2025-09-07T06:20:12.5487966Z -- Configuring done (46.0s) 2025-09-07T06:20:18.5827045Z -- Generating done (5.0s) 2025-09-07T06:20:18.8111312Z CMake Warning: 2025-09-07T06:20:18.8111703Z Manually-specified variables were not used by the project: 2025-09-07T06:20:18.8112008Z 2025-09-07T06:20:18.8112089Z BUILD_ENVIRONMENT 2025-09-07T06:20:18.8112300Z BUILD_TYPE 2025-09-07T06:20:18.8112496Z BUILD_WHEEL 2025-09-07T06:20:18.8112606Z 2025-09-07T06:20:18.8112611Z 2025-09-07T06:20:18.8136270Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2025-09-07T06:20:18.8971914Z cmake --build . --target install --config Release -j 8 2025-09-07T06:20:24.6483755Z [1/4] Generating ATen declarations_yaml 2025-09-07T06:20:32.6092400Z [2/4] Generating ATen sources 2025-09-07T06:20:33.2543079Z [3/4] Generating ATen headers 2025-09-07T06:20:38.9559162Z [1/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-09-07T06:20:38.9631241Z [2/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2025-09-07T06:20:38.9783685Z [3/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-09-07T06:20:38.9799112Z [4/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-09-07T06:20:38.9927305Z [5/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-09-07T06:20:39.0016530Z [6/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2025-09-07T06:20:39.0032525Z [7/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2025-09-07T06:20:39.0048766Z [8/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-09-07T06:20:39.2116302Z [9/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-09-07T06:20:39.2317182Z [10/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-09-07T06:20:39.2437325Z [11/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-09-07T06:20:39.2523522Z [12/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-09-07T06:20:39.2996901Z [13/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-09-07T06:20:39.3110507Z [14/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2025-09-07T06:20:39.3207189Z [15/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2025-09-07T06:20:39.4673871Z [16/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-09-07T06:20:39.4780991Z [17/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-09-07T06:20:39.5206771Z [18/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-09-07T06:20:39.5285795Z [19/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-09-07T06:20:39.5668002Z [20/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-09-07T06:20:39.5683006Z [21/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-09-07T06:20:39.5806249Z [22/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-09-07T06:20:39.6604343Z [23/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-09-07T06:20:39.7320375Z [24/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-09-07T06:20:39.7546304Z [25/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-09-07T06:20:39.7877038Z [26/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-09-07T06:20:39.8298490Z [27/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-09-07T06:20:39.8860849Z [28/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2025-09-07T06:20:39.9235494Z [29/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2025-09-07T06:20:39.9495913Z [30/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2025-09-07T06:20:40.0626123Z [31/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2025-09-07T06:20:40.1070490Z [32/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2025-09-07T06:20:40.1627942Z [33/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2025-09-07T06:20:40.1962915Z [34/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2025-09-07T06:20:40.2182502Z [35/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2025-09-07T06:20:40.2439199Z [36/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2025-09-07T06:20:40.2803008Z [37/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2025-09-07T06:20:40.2950842Z [38/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2025-09-07T06:20:40.3045979Z [39/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2025-09-07T06:20:40.4457655Z [40/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2025-09-07T06:20:40.4535444Z [41/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2025-09-07T06:20:40.5166250Z [42/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2025-09-07T06:20:40.5437624Z [43/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2025-09-07T06:20:40.5511425Z [44/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2025-09-07T06:20:40.5676008Z [45/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2025-09-07T06:20:40.6425483Z [46/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2025-09-07T06:20:40.7010498Z [47/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2025-09-07T06:20:40.7208948Z [48/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2025-09-07T06:20:40.8309894Z [49/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2025-09-07T06:20:40.8329299Z [50/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2025-09-07T06:20:40.8735300Z [51/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2025-09-07T06:20:40.9133443Z [52/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2025-09-07T06:20:40.9593234Z [53/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2025-09-07T06:20:40.9830607Z [54/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2025-09-07T06:20:41.0429516Z [55/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2025-09-07T06:20:41.0632041Z [56/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2025-09-07T06:20:41.1245864Z [57/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2025-09-07T06:20:41.1484024Z [58/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2025-09-07T06:20:41.2179061Z [59/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2025-09-07T06:20:41.2505595Z [60/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2025-09-07T06:20:41.2776543Z [61/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2025-09-07T06:20:41.3170329Z [62/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2025-09-07T06:20:41.3269478Z [63/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2025-09-07T06:20:41.3987658Z [64/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2025-09-07T06:20:41.4233807Z [65/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2025-09-07T06:20:41.4914308Z [66/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2025-09-07T06:20:41.5793723Z [67/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2025-09-07T06:20:41.6060572Z [68/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2025-09-07T06:20:41.6547703Z [69/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2025-09-07T06:20:41.6795605Z [70/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2025-09-07T06:20:41.6864982Z [71/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2025-09-07T06:20:41.7835396Z [72/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2025-09-07T06:20:41.7948034Z [73/7055] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2025-09-07T06:20:41.8210821Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-09-07T06:20:41.8211340Z 2025-09-07T06:20:41.8211345Z 2025-09-07T06:20:41.8211530Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-09-07T06:20:41.8212081Z 2025-09-07T06:20:41.8212094Z 2025-09-07T06:20:41.8212101Z 2025-09-07T06:20:41.8212106Z 2025-09-07T06:20:41.8213313Z [74/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2025-09-07T06:20:41.8600552Z [75/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2025-09-07T06:20:41.9778180Z [76/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2025-09-07T06:20:42.0304201Z [77/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2025-09-07T06:20:42.0513062Z [78/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2025-09-07T06:20:42.0870049Z [79/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2025-09-07T06:20:42.1589753Z [80/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2025-09-07T06:20:42.2684704Z [81/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2025-09-07T06:20:42.3558409Z [82/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2025-09-07T06:20:42.3737088Z [83/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2025-09-07T06:20:42.3881048Z [84/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2025-09-07T06:20:42.4144084Z [85/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2025-09-07T06:20:42.4403509Z [86/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2025-09-07T06:20:42.4682798Z [87/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2025-09-07T06:20:42.5648048Z [88/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2025-09-07T06:20:42.6879450Z [89/7055] Linking CXX static library lib\libprotobuf.lib 2025-09-07T06:20:42.7414027Z [90/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2025-09-07T06:20:42.7505178Z [91/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2025-09-07T06:20:42.7697575Z [92/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2025-09-07T06:20:42.7799923Z [93/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2025-09-07T06:20:42.7876335Z [94/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2025-09-07T06:20:42.8323986Z [95/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2025-09-07T06:20:42.9309708Z [96/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2025-09-07T06:20:43.0216725Z [97/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2025-09-07T06:20:43.0997953Z [98/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2025-09-07T06:20:43.1191130Z [99/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2025-09-07T06:20:43.1407415Z [100/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2025-09-07T06:20:43.1774139Z [101/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2025-09-07T06:20:43.1850803Z [102/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2025-09-07T06:20:43.2018173Z [103/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2025-09-07T06:20:43.2933618Z [104/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2025-09-07T06:20:43.4085026Z [105/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2025-09-07T06:20:43.4824057Z [106/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2025-09-07T06:20:43.4844188Z [107/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2025-09-07T06:20:43.5273123Z [108/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2025-09-07T06:20:43.5441727Z [109/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2025-09-07T06:20:43.5525437Z [110/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2025-09-07T06:20:43.5742200Z [111/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2025-09-07T06:20:43.6741133Z [112/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2025-09-07T06:20:43.7650616Z [113/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2025-09-07T06:20:43.7803138Z [114/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2025-09-07T06:20:43.8473278Z [115/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2025-09-07T06:20:43.9055889Z [116/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2025-09-07T06:20:43.9217258Z [117/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2025-09-07T06:20:43.9276587Z [118/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2025-09-07T06:20:43.9377918Z [119/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2025-09-07T06:20:44.0787654Z [120/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2025-09-07T06:20:44.1303447Z [121/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2025-09-07T06:20:44.1438142Z [122/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2025-09-07T06:20:44.2325209Z [123/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2025-09-07T06:20:44.2775750Z [124/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2025-09-07T06:20:44.2945135Z [125/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2025-09-07T06:20:44.3037423Z [126/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2025-09-07T06:20:44.3109846Z [127/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2025-09-07T06:20:44.4502006Z [128/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2025-09-07T06:20:44.5157125Z [129/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2025-09-07T06:20:44.5524403Z [130/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2025-09-07T06:20:44.5990029Z [131/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2025-09-07T06:20:44.6570480Z [132/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2025-09-07T06:20:44.6678330Z [133/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2025-09-07T06:20:44.6822247Z [134/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2025-09-07T06:20:44.6943861Z [135/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2025-09-07T06:20:44.7939676Z [136/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2025-09-07T06:20:44.8631015Z [137/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2025-09-07T06:20:44.8721242Z [138/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2025-09-07T06:20:44.9122037Z [139/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2025-09-07T06:20:44.9722823Z [140/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2025-09-07T06:20:45.0244042Z [141/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2025-09-07T06:20:45.0342797Z [142/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2025-09-07T06:20:45.0717360Z [143/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2025-09-07T06:20:45.1732698Z [144/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2025-09-07T06:20:45.2378836Z [145/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2025-09-07T06:20:45.2396783Z [146/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2025-09-07T06:20:45.2926787Z [147/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2025-09-07T06:20:45.3332849Z [148/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2025-09-07T06:20:45.3942623Z [149/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2025-09-07T06:20:45.4250163Z [150/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2025-09-07T06:20:45.4481768Z [151/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2025-09-07T06:20:45.5663915Z [152/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2025-09-07T06:20:45.6006051Z [153/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2025-09-07T06:20:45.6106581Z [154/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2025-09-07T06:20:45.6695956Z [155/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2025-09-07T06:20:45.6812310Z [156/7055] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2025-09-07T06:20:45.7213788Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-09-07T06:20:45.7214127Z 2025-09-07T06:20:45.7214132Z 2025-09-07T06:20:45.7214357Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-09-07T06:20:45.7215096Z 2025-09-07T06:20:45.7215109Z 2025-09-07T06:20:45.7215115Z 2025-09-07T06:20:45.7215122Z 2025-09-07T06:20:45.7216092Z [157/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2025-09-07T06:20:45.7319071Z [158/7055] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2025-09-07T06:20:45.7711962Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-09-07T06:20:45.7712611Z 2025-09-07T06:20:45.7712619Z 2025-09-07T06:20:45.7712932Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-09-07T06:20:45.7713442Z 2025-09-07T06:20:45.7713449Z 2025-09-07T06:20:45.7713469Z 2025-09-07T06:20:45.7713476Z 2025-09-07T06:20:45.7714302Z [159/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2025-09-07T06:20:45.8001376Z [160/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2025-09-07T06:20:45.8362721Z [161/7055] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2025-09-07T06:20:45.8423896Z [162/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2025-09-07T06:20:45.8777165Z [163/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2025-09-07T06:20:45.9589630Z [164/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2025-09-07T06:20:45.9673365Z [165/7055] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2025-09-07T06:20:45.9688730Z [166/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2025-09-07T06:20:46.0497906Z [167/7055] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2025-09-07T06:20:46.0624820Z [168/7055] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2025-09-07T06:20:46.0708020Z [169/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2025-09-07T06:20:46.0907083Z [170/7055] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2025-09-07T06:20:46.0970199Z [171/7055] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2025-09-07T06:20:46.1260061Z [172/7055] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2025-09-07T06:20:46.1360805Z [173/7055] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2025-09-07T06:20:46.1675223Z [174/7055] Linking C static library lib\pthreadpool.lib 2025-09-07T06:20:46.2056132Z [175/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2025-09-07T06:20:46.2124571Z [176/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2025-09-07T06:20:46.2345887Z [177/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2025-09-07T06:20:46.2684785Z [178/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2025-09-07T06:20:46.2929450Z [179/7055] Linking CXX static library lib\libprotoc.lib 2025-09-07T06:20:46.2948241Z [180/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2025-09-07T06:20:46.2999199Z [181/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2025-09-07T06:20:46.3223438Z [182/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2025-09-07T06:20:46.3595547Z [183/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2025-09-07T06:20:46.3671804Z [184/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2025-09-07T06:20:46.3831049Z [185/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2025-09-07T06:20:46.3907410Z [186/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2025-09-07T06:20:46.4066552Z [187/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2025-09-07T06:20:46.4229421Z [188/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2025-09-07T06:20:46.4339753Z [189/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2025-09-07T06:20:46.4762777Z [190/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2025-09-07T06:20:46.4990590Z [191/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2025-09-07T06:20:46.5285429Z [192/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-09-07T06:20:46.5307492Z [193/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2025-09-07T06:20:46.5558802Z [194/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2025-09-07T06:20:46.5575183Z [195/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2025-09-07T06:20:46.5872261Z [196/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2025-09-07T06:20:46.6041104Z [197/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2025-09-07T06:20:46.6676169Z [198/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2025-09-07T06:20:46.6688777Z [199/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2025-09-07T06:20:46.6780601Z [200/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2025-09-07T06:20:46.6835309Z [201/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2025-09-07T06:20:46.6892458Z [202/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2025-09-07T06:20:46.6996633Z [203/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2025-09-07T06:20:46.7330704Z [204/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:20:46.8005960Z [205/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:20:46.8019720Z [206/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c64.c.obj 2025-09-07T06:20:46.8034323Z [207/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c32.c.obj 2025-09-07T06:20:46.8173124Z [208/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:20:46.8241476Z [209/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc4.c.obj 2025-09-07T06:20:46.8358946Z [210/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:20:46.8420401Z [211/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2025-09-07T06:20:46.9070629Z [212/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2025-09-07T06:20:46.9172167Z [213/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2025-09-07T06:20:46.9241324Z [214/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2025-09-07T06:20:46.9290731Z [215/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2025-09-07T06:20:46.9392450Z [216/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2025-09-07T06:20:46.9532090Z [217/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2025-09-07T06:20:46.9544865Z [218/7055] Linking CXX executable bin\protoc.exe 2025-09-07T06:20:46.9750890Z [219/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u4.c.obj 2025-09-07T06:20:47.0218918Z [220/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2025-09-07T06:20:47.0309721Z [221/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc4.c.obj 2025-09-07T06:20:47.0362800Z [222/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2025-09-07T06:20:47.0423799Z [223/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc4.c.obj 2025-09-07T06:20:47.0527146Z [224/7055] Running gen_proto.py on onnx/onnx.in.proto 2025-09-07T06:20:47.0607184Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2025-09-07T06:20:47.0607604Z 2025-09-07T06:20:47.0608190Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2025-09-07T06:20:47.0608784Z 2025-09-07T06:20:47.0609132Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2025-09-07T06:20:47.0609676Z 2025-09-07T06:20:47.0610109Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2025-09-07T06:20:47.0610829Z 2025-09-07T06:20:47.0611329Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2025-09-07T06:20:47.0612333Z 2025-09-07T06:20:47.0613092Z [225/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2025-09-07T06:20:47.0801141Z [226/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vadd-f16c-u16.c.obj 2025-09-07T06:20:47.0951504Z [227/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u16.c.obj 2025-09-07T06:20:47.1445778Z [228/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u8.c.obj 2025-09-07T06:20:47.1571833Z [229/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2025-09-07T06:20:47.1589807Z [230/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u8.c.obj 2025-09-07T06:20:47.1699415Z [231/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2025-09-07T06:20:47.1975896Z [232/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2025-09-07T06:20:47.2116957Z [233/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmul-f16c-u16.c.obj 2025-09-07T06:20:47.2180630Z [234/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2025-09-07T06:20:47.2657711Z [235/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u16.c.obj 2025-09-07T06:20:47.2844470Z [236/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u16.c.obj 2025-09-07T06:20:47.2858451Z [237/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u16.c.obj 2025-09-07T06:20:47.2923783Z [238/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u8.c.obj 2025-09-07T06:20:47.3220346Z [239/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u16.c.obj 2025-09-07T06:20:47.3345645Z [240/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u16.c.obj 2025-09-07T06:20:47.3410960Z [241/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2025-09-07T06:20:47.3938447Z [242/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2025-09-07T06:20:47.4109845Z [243/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsub-f16c-u16.c.obj 2025-09-07T06:20:47.4124839Z [244/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2025-09-07T06:20:47.4186698Z [245/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u16.c.obj 2025-09-07T06:20:47.4385982Z [246/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2025-09-07T06:20:47.4584719Z [247/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2025-09-07T06:20:47.4644142Z [248/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2025-09-07T06:20:47.5016811Z [249/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2025-09-07T06:20:47.5150835Z [250/7055] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-09-07T06:20:47.5320018Z [251/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2025-09-07T06:20:47.5382761Z [252/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2025-09-07T06:20:47.5446350Z [253/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2025-09-07T06:20:47.5627354Z [254/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2025-09-07T06:20:47.5780610Z [255/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u32.c.obj 2025-09-07T06:20:47.5890882Z [256/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2025-09-07T06:20:47.6228148Z [257/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2025-09-07T06:20:47.6342232Z [258/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2025-09-07T06:20:47.6636263Z [259/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2025-09-07T06:20:47.6647993Z [260/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2025-09-07T06:20:47.6829597Z [261/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2025-09-07T06:20:47.6843548Z [262/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2025-09-07T06:20:47.7008071Z [263/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2025-09-07T06:20:47.7022765Z [264/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2025-09-07T06:20:47.7264486Z [265/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2025-09-07T06:20:47.7440040Z [266/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2025-09-07T06:20:47.7453243Z [267/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2025-09-07T06:20:47.7662015Z [268/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2025-09-07T06:20:47.7854899Z [269/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2025-09-07T06:20:47.7932314Z [270/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2025-09-07T06:20:47.8075971Z [271/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2025-09-07T06:20:47.8129510Z [272/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2025-09-07T06:20:47.8393072Z [273/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2025-09-07T06:20:47.8634091Z [274/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2025-09-07T06:20:47.8832471Z [275/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2025-09-07T06:20:47.9018969Z [276/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2025-09-07T06:20:47.9197470Z [277/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2025-09-07T06:20:47.9371436Z [278/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2025-09-07T06:20:47.9544260Z [279/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2025-09-07T06:20:47.9746791Z [280/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2025-09-07T06:20:47.9940393Z [281/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2025-09-07T06:20:48.0108021Z [282/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2025-09-07T06:20:48.0275995Z [283/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2025-09-07T06:20:48.0482155Z [284/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2025-09-07T06:20:48.0676952Z [285/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2025-09-07T06:20:48.0847410Z [286/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2025-09-07T06:20:48.1007763Z [287/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2025-09-07T06:20:48.1196588Z [288/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2025-09-07T06:20:48.1454174Z [289/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2025-09-07T06:20:48.1609812Z [290/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2025-09-07T06:20:48.1807031Z [291/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2025-09-07T06:20:48.2013872Z [292/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2025-09-07T06:20:48.2194004Z [293/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2025-09-07T06:20:48.2380204Z [294/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2025-09-07T06:20:48.2569436Z [295/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-09-07T06:20:48.2774395Z [296/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2025-09-07T06:20:48.2962091Z [297/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2025-09-07T06:20:48.3132376Z [298/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2025-09-07T06:20:48.3326874Z [299/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2025-09-07T06:20:48.3540127Z [300/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2025-09-07T06:20:48.3720313Z [301/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2025-09-07T06:20:48.3962628Z [302/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2025-09-07T06:20:48.4082638Z [303/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2025-09-07T06:20:48.4265778Z [304/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.obj 2025-09-07T06:20:48.4467584Z [305/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.obj 2025-09-07T06:20:48.4813561Z [306/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.obj 2025-09-07T06:20:48.4830008Z [307/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.obj 2025-09-07T06:20:48.5028792Z [308/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.obj 2025-09-07T06:20:48.5201635Z [309/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.obj 2025-09-07T06:20:48.5392407Z [310/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.obj 2025-09-07T06:20:48.5799772Z [311/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.obj 2025-09-07T06:20:48.5977481Z [312/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.obj 2025-09-07T06:20:48.6150467Z [313/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.obj 2025-09-07T06:20:48.6339566Z [314/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.obj 2025-09-07T06:20:51.7225757Z [315/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.obj 2025-09-07T06:20:51.7421752Z [316/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.obj 2025-09-07T06:20:51.7618071Z [317/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2025-09-07T06:20:51.7791269Z [318/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2025-09-07T06:20:51.7960121Z [319/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2025-09-07T06:20:51.8120762Z [320/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2025-09-07T06:20:51.8557770Z [321/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2025-09-07T06:20:51.8570782Z [322/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2025-09-07T06:20:51.8617779Z [323/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2025-09-07T06:20:51.8673600Z [324/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2025-09-07T06:20:51.8780411Z [325/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:20:51.9060437Z [326/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:20:51.9396369Z [327/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:20:51.9537564Z [328/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2025-09-07T06:20:52.0026346Z [329/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2025-09-07T06:20:52.0043014Z [330/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2025-09-07T06:20:52.0089346Z [331/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2025-09-07T06:20:52.0201872Z [332/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2025-09-07T06:20:52.0314982Z [333/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2025-09-07T06:20:52.0519206Z [334/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2025-09-07T06:20:52.0827661Z [335/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:20:52.0910209Z [336/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2025-09-07T06:20:52.1545400Z [337/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2025-09-07T06:20:52.1592652Z [338/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2025-09-07T06:20:52.1652010Z [339/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2025-09-07T06:20:52.1667259Z [340/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2025-09-07T06:20:52.1755407Z [341/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2025-09-07T06:20:52.2092059Z [342/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2025-09-07T06:20:52.2274858Z [343/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2025-09-07T06:20:52.2415646Z [344/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:20:52.2669541Z [345/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2025-09-07T06:20:52.2732687Z [346/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2025-09-07T06:20:52.2750848Z [347/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2025-09-07T06:20:52.2856176Z [348/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2025-09-07T06:20:52.2965171Z [349/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-7x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:20:52.3496059Z [350/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2025-09-07T06:20:52.3548931Z [351/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:20:52.3686133Z [352/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:20:52.4000301Z [353/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2025-09-07T06:20:52.4014603Z [354/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:20:52.4064284Z [355/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2025-09-07T06:20:52.4127567Z [356/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2025-09-07T06:20:52.4221460Z [357/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2025-09-07T06:20:52.4749544Z [358/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2025-09-07T06:20:52.4805299Z [359/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2025-09-07T06:20:52.4871488Z [360/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2025-09-07T06:20:52.5310766Z [361/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:20:52.5366164Z [362/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2025-09-07T06:20:52.5379139Z [363/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2025-09-07T06:20:52.5456694Z [364/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2025-09-07T06:20:52.5848832Z [365/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2025-09-07T06:20:52.6015638Z [366/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2025-09-07T06:20:52.6064886Z [367/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2025-09-07T06:20:52.6122208Z [368/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2025-09-07T06:20:52.6548295Z [369/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-09-07T06:20:52.6606394Z [370/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2025-09-07T06:20:52.6666404Z [371/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2025-09-07T06:20:52.6680497Z [372/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-7x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:20:52.7212738Z [373/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2025-09-07T06:20:52.7279103Z [374/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2025-09-07T06:20:52.7477334Z [375/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2025-09-07T06:20:52.7681322Z [376/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2025-09-07T06:20:52.7782650Z [377/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2025-09-07T06:20:52.7937652Z [378/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.obj 2025-09-07T06:20:52.8061832Z [379/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:20:52.8121513Z [380/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:20:52.8642458Z [381/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2025-09-07T06:20:52.8744859Z [382/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x8-minmax-sse41-dup.c.obj 2025-09-07T06:20:52.8989250Z [383/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.obj 2025-09-07T06:20:52.9471194Z [384/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x8-minmax-sse41-dup.c.obj 2025-09-07T06:20:52.9545407Z [385/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:20:52.9598277Z [386/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:20:52.9845136Z [387/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2025-09-07T06:20:52.9946351Z [388/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:20:53.0107811Z [389/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.obj 2025-09-07T06:20:53.0314401Z [390/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:20:53.0387664Z [391/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:20:53.1036000Z [392/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2025-09-07T06:20:53.1289399Z [393/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-dup.c.obj 2025-09-07T06:20:53.1300591Z [394/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2025-09-07T06:20:53.1312569Z [395/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:20:53.1365842Z [396/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:20:53.1527345Z [397/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-dup.c.obj 2025-09-07T06:20:53.1733151Z [398/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.obj 2025-09-07T06:20:53.2081467Z [399/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:20:53.2486641Z [400/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2025-09-07T06:20:53.2729047Z [401/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:20:53.2828508Z [402/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2025-09-07T06:20:53.2844114Z [403/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2025-09-07T06:20:53.2921284Z [404/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2025-09-07T06:20:53.3034508Z [405/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:20:53.3151113Z [406/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2025-09-07T06:20:53.3245745Z [407/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2025-09-07T06:20:53.3539539Z [408/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2025-09-07T06:20:53.3885866Z [409/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2025-09-07T06:20:53.4283439Z [410/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2025-09-07T06:20:53.4396307Z [411/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2025-09-07T06:20:53.4453156Z [412/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2025-09-07T06:20:53.4464654Z [413/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2025-09-07T06:20:53.4573525Z [414/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2025-09-07T06:20:53.4834453Z [415/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.obj 2025-09-07T06:20:53.4849629Z [416/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2025-09-07T06:20:53.4925162Z [417/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2025-09-07T06:20:53.5393902Z [418/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc2.c.obj 2025-09-07T06:20:53.5713169Z [419/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c32.c.obj 2025-09-07T06:20:53.5835412Z [420/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.obj 2025-09-07T06:20:53.5847267Z [421/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2025-09-07T06:20:53.5913880Z [422/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-scalar.c.obj 2025-09-07T06:20:53.6012218Z [423/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c16.c.obj 2025-09-07T06:20:53.6023626Z [424/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c64.c.obj 2025-09-07T06:20:53.6195600Z [425/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2025-09-07T06:20:53.6858725Z [426/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2025-09-07T06:20:53.7006971Z [427/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2025-09-07T06:20:53.7111649Z [428/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2025-09-07T06:20:53.7168945Z [429/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2025-09-07T06:20:53.7265782Z [430/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2025-09-07T06:20:53.7278240Z [431/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2025-09-07T06:20:53.7367311Z [432/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2025-09-07T06:20:53.7483394Z [433/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2025-09-07T06:20:53.7923893Z [434/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2025-09-07T06:20:53.8106188Z [435/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2025-09-07T06:20:53.8285136Z [436/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2025-09-07T06:20:53.8299806Z [437/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2025-09-07T06:20:53.8378740Z [438/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2025-09-07T06:20:53.8432722Z [439/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2025-09-07T06:20:53.8502019Z [440/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2025-09-07T06:20:53.8619329Z [441/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2025-09-07T06:20:53.9144991Z [442/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx-u16.c.obj 2025-09-07T06:20:53.9330331Z [443/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u32.c.obj 2025-09-07T06:20:53.9505858Z [444/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2025-09-07T06:20:53.9564979Z [445/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-sse-u8.c.obj 2025-09-07T06:20:53.9640437Z [446/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx-u16.c.obj 2025-09-07T06:20:53.9698390Z [447/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2025-09-07T06:20:53.9719371Z [448/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u32.c.obj 2025-09-07T06:20:53.9787862Z [449/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-sse-u8.c.obj 2025-09-07T06:20:54.0336297Z [450/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx-u16.c.obj 2025-09-07T06:20:54.0591575Z [451/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u32.c.obj 2025-09-07T06:20:54.0731285Z [452/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2025-09-07T06:20:54.0818198Z [453/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-sse-u8.c.obj 2025-09-07T06:20:54.0914628Z [454/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u32.c.obj 2025-09-07T06:20:54.0981687Z [455/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2025-09-07T06:20:54.0994514Z [456/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx-u16.c.obj 2025-09-07T06:20:54.1089487Z [457/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-sse-u8.c.obj 2025-09-07T06:20:54.1513742Z [458/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2025-09-07T06:20:54.1794848Z [459/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2025-09-07T06:20:54.1968967Z [460/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2025-09-07T06:20:54.2097288Z [461/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2025-09-07T06:20:54.2173122Z [462/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2025-09-07T06:20:54.2218672Z [463/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2025-09-07T06:20:54.2315349Z [464/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2025-09-07T06:20:54.2330339Z [465/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2025-09-07T06:20:54.2717797Z [466/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2025-09-07T06:20:54.3031463Z [467/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2025-09-07T06:20:54.3240414Z [468/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2025-09-07T06:20:54.3380599Z [469/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2025-09-07T06:20:54.3438205Z [470/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2025-09-07T06:20:54.3494985Z [471/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2025-09-07T06:20:54.3559016Z [472/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2025-09-07T06:20:54.3622139Z [473/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2025-09-07T06:20:54.3941458Z [474/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx-u16.c.obj 2025-09-07T06:20:54.4267164Z [475/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u32.c.obj 2025-09-07T06:20:54.4452514Z [476/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2025-09-07T06:20:54.4565663Z [477/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-sse-u8.c.obj 2025-09-07T06:20:54.4664623Z [478/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx-u16.c.obj 2025-09-07T06:20:54.4775364Z [479/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u32.c.obj 2025-09-07T06:20:54.4833737Z [480/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2025-09-07T06:20:54.5045231Z [481/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-sse-u8.c.obj 2025-09-07T06:20:54.5155892Z [482/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx-u16.c.obj 2025-09-07T06:20:54.5598768Z [483/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u32.c.obj 2025-09-07T06:20:54.5695200Z [484/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u8.c.obj 2025-09-07T06:20:54.5813457Z [485/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u8.c.obj 2025-09-07T06:20:54.5916948Z [486/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u16.c.obj 2025-09-07T06:20:54.6042062Z [487/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u8.c.obj 2025-09-07T06:20:54.6105422Z [488/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u32.c.obj 2025-09-07T06:20:54.6273817Z [489/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u8.c.obj 2025-09-07T06:20:54.6343434Z [490/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u16.c.obj 2025-09-07T06:20:54.6865862Z [491/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u32.c.obj 2025-09-07T06:20:54.6939793Z [492/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2025-09-07T06:20:54.7053424Z [493/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u8.c.obj 2025-09-07T06:20:54.7180915Z [494/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u16.c.obj 2025-09-07T06:20:54.7300033Z [495/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u32.c.obj 2025-09-07T06:20:54.7374145Z [496/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u8.c.obj 2025-09-07T06:20:54.7455824Z [497/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u8.c.obj 2025-09-07T06:20:54.7616825Z [498/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u16.c.obj 2025-09-07T06:20:54.8142820Z [499/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u32.c.obj 2025-09-07T06:20:54.8225052Z [500/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2025-09-07T06:20:54.8392221Z [501/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u8.c.obj 2025-09-07T06:20:54.8495695Z [502/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2025-09-07T06:20:54.8598356Z [503/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2025-09-07T06:20:54.8742370Z [504/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2025-09-07T06:20:54.8793134Z [505/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2025-09-07T06:20:54.8851773Z [506/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2025-09-07T06:20:54.9380239Z [507/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2025-09-07T06:20:54.9442203Z [508/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2025-09-07T06:20:54.9717682Z [509/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2025-09-07T06:20:54.9737510Z [510/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx-u16.c.obj 2025-09-07T06:20:54.9840175Z [511/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u32.c.obj 2025-09-07T06:20:54.9986528Z [512/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-sse-u8.c.obj 2025-09-07T06:20:55.0088358Z [513/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx-u16.c.obj 2025-09-07T06:20:55.0172491Z [514/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2025-09-07T06:20:55.0564208Z [515/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u32.c.obj 2025-09-07T06:20:55.0641692Z [516/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2025-09-07T06:20:55.0977639Z [517/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-sse-u8.c.obj 2025-09-07T06:20:55.1042855Z [518/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2025-09-07T06:20:55.1058523Z [519/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2025-09-07T06:20:55.1197408Z [520/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2025-09-07T06:20:55.1362624Z [521/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2025-09-07T06:20:55.1440401Z [522/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u32.c.obj 2025-09-07T06:20:55.1726233Z [523/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u16.c.obj 2025-09-07T06:20:55.1840215Z [524/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2025-09-07T06:20:55.2279699Z [525/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2025-09-07T06:20:55.2309464Z [526/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2025-09-07T06:20:55.2362365Z [527/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2025-09-07T06:20:55.2488646Z [528/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2025-09-07T06:20:55.2544803Z [529/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2025-09-07T06:20:55.2687076Z [530/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2025-09-07T06:20:55.2882922Z [531/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2025-09-07T06:20:55.3105389Z [532/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2025-09-07T06:20:55.3561700Z [533/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2025-09-07T06:20:55.3575754Z [534/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2025-09-07T06:20:55.3625259Z [535/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2025-09-07T06:20:55.3753116Z [536/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2025-09-07T06:20:55.3821408Z [537/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2025-09-07T06:20:55.3834349Z [538/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u32.c.obj 2025-09-07T06:20:55.4049750Z [539/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u32.c.obj 2025-09-07T06:20:55.4322527Z [540/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2025-09-07T06:20:55.4791968Z [541/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2025-09-07T06:20:55.4847096Z [542/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2025-09-07T06:20:55.4925694Z [543/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2025-09-07T06:20:55.5057070Z [544/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vexp\gen\f32-vexp-scalar-exp.c.obj 2025-09-07T06:20:55.5116803Z [545/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-nr.c.obj 2025-09-07T06:20:55.5131144Z [546/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx-rational-12-10-div.c.obj 2025-09-07T06:20:55.5294011Z [547/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-fma3-rational-12-10-div.c.obj 2025-09-07T06:20:55.5581125Z [548/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-scalar-rational-12-10-div.c.obj 2025-09-07T06:20:55.6095196Z [549/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2025-09-07T06:20:55.6108662Z [550/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-sse2-rational-12-10-div.c.obj 2025-09-07T06:20:55.6180475Z [551/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2025-09-07T06:20:55.6294220Z [552/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2025-09-07T06:20:55.6360586Z [553/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2025-09-07T06:20:55.6380901Z [554/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2025-09-07T06:20:55.6598293Z [555/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx2-rational-3-3-div.c.obj 2025-09-07T06:20:55.6897494Z [556/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-div.c.obj 2025-09-07T06:20:55.7369272Z [557/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-div.c.obj 2025-09-07T06:20:55.7431949Z [558/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-sse2-rational-3-3-div.c.obj 2025-09-07T06:20:55.7451038Z [559/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-scalar-rational-3-3-div.c.obj 2025-09-07T06:20:55.7578995Z [560/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2025-09-07T06:20:55.7632421Z [561/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2025-09-07T06:20:55.7646878Z [562/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2025-09-07T06:20:55.7819228Z [563/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2025-09-07T06:20:55.7997212Z [564/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2025-09-07T06:20:55.8503376Z [565/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2025-09-07T06:20:55.8553657Z [566/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2025-09-07T06:20:55.8662999Z [567/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2025-09-07T06:20:55.8825341Z [568/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2025-09-07T06:20:55.8948091Z [569/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2025-09-07T06:20:55.8962753Z [570/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2025-09-07T06:20:55.9119765Z [571/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2025-09-07T06:20:55.9210850Z [572/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2025-09-07T06:20:55.9811806Z [573/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2025-09-07T06:20:55.9891230Z [574/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2025-09-07T06:20:56.0140570Z [575/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2025-09-07T06:20:56.0153102Z [576/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2025-09-07T06:20:56.0167367Z [577/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2025-09-07T06:20:56.0223069Z [578/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2025-09-07T06:20:56.0312158Z [579/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2025-09-07T06:20:56.0325465Z [580/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2025-09-07T06:20:56.1082536Z [581/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2025-09-07T06:20:56.1148314Z [582/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2025-09-07T06:20:56.1367986Z [583/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2025-09-07T06:20:56.1428414Z [584/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2025-09-07T06:20:56.1442129Z [585/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2025-09-07T06:20:56.1503369Z [586/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2025-09-07T06:20:56.1519184Z [587/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2025-09-07T06:20:56.1963948Z [588/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2025-09-07T06:20:56.2348839Z [589/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2025-09-07T06:20:56.2368415Z [590/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2025-09-07T06:20:56.2672481Z [591/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2025-09-07T06:20:56.2688353Z [592/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2025-09-07T06:20:56.2750886Z [593/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2025-09-07T06:20:56.2764535Z [594/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2025-09-07T06:20:56.2823986Z [595/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2025-09-07T06:20:56.3260319Z [596/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2025-09-07T06:20:56.3585482Z [597/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2025-09-07T06:20:56.3602740Z [598/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2025-09-07T06:20:56.3928891Z [599/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2025-09-07T06:20:56.3942425Z [600/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.obj 2025-09-07T06:20:56.3992861Z [601/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.obj 2025-09-07T06:20:56.4056063Z [602/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.obj 2025-09-07T06:20:56.4129034Z [603/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.obj 2025-09-07T06:20:56.4396192Z [604/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u16.c.obj 2025-09-07T06:20:56.4781190Z [605/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u16.c.obj 2025-09-07T06:20:56.4850219Z [606/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u16.c.obj 2025-09-07T06:20:56.5189996Z [607/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2025-09-07T06:20:56.5268979Z [608/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u12.c.obj 2025-09-07T06:20:56.5285752Z [609/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-div.c.obj 2025-09-07T06:20:56.5342242Z [610/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-nr.c.obj 2025-09-07T06:20:56.5418065Z [611/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-div.c.obj 2025-09-07T06:20:56.5611474Z [612/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-scalar-rational-9-8-div.c.obj 2025-09-07T06:20:56.6071152Z [613/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-div.c.obj 2025-09-07T06:20:56.6125267Z [614/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2025-09-07T06:20:56.6497337Z [615/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2025-09-07T06:20:56.6510566Z [616/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2025-09-07T06:20:56.6580899Z [617/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2025-09-07T06:20:56.6638795Z [618/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2025-09-07T06:20:56.6653133Z [619/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2025-09-07T06:20:56.6810632Z [620/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2025-09-07T06:20:56.7296044Z [621/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2025-09-07T06:20:56.7359322Z [622/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2025-09-07T06:20:56.7768890Z [623/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2025-09-07T06:20:56.7828314Z [624/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2025-09-07T06:20:56.7883025Z [625/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2025-09-07T06:20:56.8017308Z [626/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2025-09-07T06:20:56.8108355Z [627/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2025-09-07T06:20:56.8290462Z [628/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:20:56.8747079Z [629/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:20:56.8761293Z [630/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:20:56.9264840Z [631/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:20:56.9280548Z [632/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:20:56.9463901Z [633/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2025-09-07T06:20:56.9573189Z [634/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-09-07T06:20:56.9638687Z [635/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:20:56.9747893Z [636/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:20:57.0221933Z [637/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-09-07T06:20:57.0284722Z [638/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.obj 2025-09-07T06:20:57.0632268Z [639/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2025-09-07T06:20:57.0764078Z [640/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:20:57.0858004Z [641/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2025-09-07T06:20:57.1125785Z [642/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:20:57.1292320Z [643/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.obj 2025-09-07T06:20:57.1306816Z [644/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256skx.c.obj 2025-09-07T06:20:57.1594926Z [645/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:20:57.1900061Z [646/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:20:57.2120056Z [647/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:20:57.2319673Z [648/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.obj 2025-09-07T06:20:57.2501456Z [649/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:20:57.2642328Z [650/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:20:57.2716264Z [651/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:20:57.2731328Z [652/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:20:57.3054912Z [653/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2025-09-07T06:20:57.3296761Z [654/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:20:57.3762549Z [655/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.obj 2025-09-07T06:20:57.3977750Z [656/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2025-09-07T06:20:57.4112818Z [657/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:20:57.4162092Z [658/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:20:57.4218430Z [659/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:20:57.4230794Z [660/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:20:57.4394395Z [661/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:20:57.4812907Z [662/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:20:57.5192008Z [663/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:20:57.5449836Z [664/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2025-09-07T06:20:57.5661507Z [665/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.obj 2025-09-07T06:20:57.5679130Z [666/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:20:57.5733502Z [667/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:20:57.5806596Z [668/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2025-09-07T06:20:57.5820105Z [669/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:20:57.6235180Z [670/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:20:57.6596362Z [671/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.obj 2025-09-07T06:20:57.6925764Z [672/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:20:57.7163981Z [673/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:20:57.7180681Z [674/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:20:57.7230402Z [675/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.obj 2025-09-07T06:20:57.7305363Z [676/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:20:57.7318150Z [677/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:20:57.7744435Z [678/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:20:57.8015115Z [679/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.obj 2025-09-07T06:20:57.8424181Z [680/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2025-09-07T06:20:57.8627600Z [681/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:20:57.8640503Z [682/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:20:57.8732350Z [683/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-09-07T06:20:57.8749480Z [684/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2025-09-07T06:20:57.8806414Z [685/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.obj 2025-09-07T06:20:57.9451485Z [686/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:20:57.9919214Z [687/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:20:58.0014502Z [688/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.obj 2025-09-07T06:20:58.0068526Z [689/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.obj 2025-09-07T06:20:58.0081387Z [690/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2025-09-07T06:20:58.0135423Z [691/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.obj 2025-09-07T06:20:58.0201929Z [692/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-09-07T06:20:58.0214718Z [693/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:20:58.0840031Z [694/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:20:58.1365894Z [695/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.obj 2025-09-07T06:20:58.1420760Z [696/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:20:58.1477086Z [697/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:20:58.1492589Z [698/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2025-09-07T06:20:58.1506835Z [699/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.obj 2025-09-07T06:20:58.1591894Z [700/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2025-09-07T06:20:58.1651681Z [701/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.obj 2025-09-07T06:20:58.2217519Z [702/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.obj 2025-09-07T06:20:58.2684593Z [703/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:20:58.2743042Z [704/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:20:58.2792703Z [705/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.obj 2025-09-07T06:20:58.2804800Z [706/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.obj 2025-09-07T06:20:58.2855909Z [707/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256skx.c.obj 2025-09-07T06:20:58.2941402Z [708/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-09-07T06:20:58.3001583Z [709/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:20:58.3488044Z [710/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:20:58.3995044Z [711/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:20:58.4147069Z [712/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:20:58.4211398Z [713/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:20:58.4223523Z [714/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:20:58.4279228Z [715/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:20:58.4297699Z [716/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-09-07T06:20:58.4357095Z [717/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:20:58.4852069Z [718/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:20:58.5281929Z [719/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:20:58.5477436Z [720/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2025-09-07T06:20:58.5525885Z [721/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:20:58.5539803Z [722/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:20:58.5552902Z [723/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2025-09-07T06:20:58.5611661Z [724/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:20:58.5767705Z [725/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:20:58.5961641Z [726/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2025-09-07T06:20:58.6442723Z [727/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2025-09-07T06:20:58.6639016Z [728/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2025-09-07T06:20:58.6685894Z [729/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2025-09-07T06:20:58.6702370Z [730/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2025-09-07T06:20:58.6763136Z [731/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2025-09-07T06:20:58.6819380Z [732/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2025-09-07T06:20:58.6932035Z [733/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-scalar.c.obj 2025-09-07T06:20:58.7205732Z [734/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-goi-scalar.c.obj 2025-09-07T06:20:58.7586178Z [735/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2025-09-07T06:20:58.8036686Z [736/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:20:58.8050688Z [737/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-09-07T06:20:58.8106471Z [738/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:20:58.8185709Z [739/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:20:58.8268925Z [740/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:20:58.8450160Z [741/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:20:58.8505504Z [742/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:20:58.8865757Z [743/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:20:58.9307613Z [744/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:20:58.9356502Z [745/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-09-07T06:20:58.9407036Z [746/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:20:58.9575760Z [747/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:20:58.9589371Z [748/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:20:58.9838013Z [749/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:20:58.9895357Z [750/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:20:59.0106571Z [751/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:20:59.0629781Z [752/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:20:59.0645913Z [753/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-09-07T06:20:59.0701107Z [754/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:20:59.0867285Z [755/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:20:59.0988683Z [756/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:20:59.1133423Z [757/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:20:59.1222286Z [758/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:20:59.1455576Z [759/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:20:59.2045743Z [760/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:20:59.2121281Z [761/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:20:59.2192923Z [762/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:20:59.2388649Z [763/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:20:59.2476430Z [764/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:20:59.2632330Z [765/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:20:59.2724816Z [766/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:20:59.2829014Z [767/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:20:59.3501731Z [768/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-09-07T06:20:59.3592854Z [769/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:20:59.3611076Z [770/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:20:59.3850742Z [771/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:20:59.3868918Z [772/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:20:59.4113324Z [773/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:20:59.4189731Z [774/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:20:59.4274914Z [775/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx256skx.c.obj 2025-09-07T06:20:59.4969407Z [776/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:20:59.5103160Z [777/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:20:59.5115270Z [778/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:20:59.5188349Z [779/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:20:59.5380496Z [780/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:20:59.5557118Z [781/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:20:59.5573753Z [782/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:20:59.5646026Z [783/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:20:59.6283659Z [784/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:20:59.6412483Z [785/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:20:59.6472887Z [786/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-09-07T06:20:59.6614197Z [787/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:20:59.6760241Z [788/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:20:59.6936017Z [789/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:20:59.7026741Z [790/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:20:59.7084583Z [791/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:20:59.7594248Z [792/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:20:59.7751084Z [793/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx256skx.c.obj 2025-09-07T06:20:59.7905547Z [794/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:20:59.7917787Z [795/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2025-09-07T06:20:59.7970571Z [796/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:20:59.8110698Z [797/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-scalar.c.obj 2025-09-07T06:20:59.8240992Z [798/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.obj 2025-09-07T06:20:59.8257615Z [799/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.obj 2025-09-07T06:20:59.8781039Z [800/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.obj 2025-09-07T06:20:59.8937005Z [801/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.obj 2025-09-07T06:20:59.9042113Z [802/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64-acc2.c.obj 2025-09-07T06:20:59.9100787Z [803/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64-acc2.c.obj 2025-09-07T06:20:59.9156988Z [804/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128-acc2.c.obj 2025-09-07T06:20:59.9320035Z [805/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128-acc2.c.obj 2025-09-07T06:20:59.9378111Z [806/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32-acc2.c.obj 2025-09-07T06:20:59.9432512Z [807/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2025-09-07T06:21:00.0019236Z [808/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-09-07T06:21:00.0223284Z [809/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-09-07T06:21:00.0360715Z [810/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2025-09-07T06:21:00.0374771Z [811/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-09-07T06:21:00.0432135Z [812/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2025-09-07T06:21:00.0627137Z [813/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-09-07T06:21:00.0693526Z [814/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-09-07T06:21:00.0865782Z [815/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-09-07T06:21:00.1249856Z [816/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-09-07T06:21:00.1367618Z [817/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-09-07T06:21:00.1563169Z [818/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2025-09-07T06:21:00.1655013Z [819/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-09-07T06:21:00.1743862Z [820/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2025-09-07T06:21:00.1850446Z [821/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2025-09-07T06:21:00.1868040Z [822/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-09-07T06:21:00.2086747Z [823/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2025-09-07T06:21:00.2364632Z [824/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2025-09-07T06:21:00.2516785Z [825/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2025-09-07T06:21:00.2743006Z [826/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2025-09-07T06:21:00.2829313Z [827/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2025-09-07T06:21:00.2913931Z [828/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2025-09-07T06:21:00.3014319Z [829/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2025-09-07T06:21:00.3073893Z [830/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2025-09-07T06:21:00.3314929Z [831/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2025-09-07T06:21:00.3646780Z [832/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2025-09-07T06:21:00.3765333Z [833/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2025-09-07T06:21:00.3977903Z [834/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2025-09-07T06:21:00.4025406Z [835/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2025-09-07T06:21:00.4194274Z [836/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-09-07T06:21:00.4288556Z [837/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-09-07T06:21:00.4349059Z [838/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2025-09-07T06:21:00.4549901Z [839/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-09-07T06:21:00.4937276Z [840/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-09-07T06:21:00.5011301Z [841/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-09-07T06:21:00.5272314Z [842/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-09-07T06:21:00.5310174Z [843/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-09-07T06:21:00.5393207Z [844/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2025-09-07T06:21:00.5444330Z [845/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2025-09-07T06:21:00.5499814Z [846/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2025-09-07T06:21:00.5601525Z [847/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2025-09-07T06:21:00.6213249Z [848/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-09-07T06:21:00.6292032Z [849/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:21:00.6610982Z [850/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:21:00.6624367Z [851/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:21:00.6679449Z [852/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:21:00.6742241Z [853/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:21:00.6835854Z [854/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:21:00.6976941Z [855/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:21:00.7478799Z [856/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-09-07T06:21:00.7541074Z [857/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:21:00.7953742Z [858/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:21:00.7967048Z [859/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:21:00.8019850Z [860/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:21:00.8073901Z [861/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:21:00.8169294Z [862/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:21:00.8291427Z [863/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:21:00.8607539Z [864/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2025-09-07T06:21:00.8766304Z [865/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2025-09-07T06:21:00.9147300Z [866/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2025-09-07T06:21:00.9208034Z [867/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2025-09-07T06:21:00.9223557Z [868/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2025-09-07T06:21:00.9239361Z [869/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2025-09-07T06:21:00.9332323Z [870/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2025-09-07T06:21:00.9753629Z [871/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:21:00.9975627Z [872/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:21:01.0380955Z [873/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:21:01.0570973Z [874/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:21:01.0633118Z [875/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:21:01.0706151Z [876/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:21:01.0782652Z [877/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:21:01.0845434Z [878/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:21:01.1144720Z [879/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:21:01.1312832Z [880/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:21:01.1757421Z [881/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:21:01.2052496Z [882/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:21:01.2104092Z [883/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:21:01.2117404Z [884/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:21:01.2265291Z [885/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:21:01.2325051Z [886/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:21:01.2603163Z [887/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:21:01.2905862Z [888/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:21:01.3081252Z [889/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:21:01.3372689Z [890/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:21:01.3427788Z [891/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:21:01.3580439Z [892/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:21:01.3634889Z [893/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:21:01.3814556Z [894/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:21:01.3939646Z [895/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:21:01.4144088Z [896/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:21:01.4381942Z [897/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:21:01.4592867Z [898/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c64.c.obj 2025-09-07T06:21:01.4671978Z [899/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:21:01.4721300Z [900/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-scalar.c.obj 2025-09-07T06:21:01.4805800Z [901/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u64-acc2.c.obj 2025-09-07T06:21:01.5097362Z [902/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u32-acc2.c.obj 2025-09-07T06:21:01.5256380Z [903/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u4.c.obj 2025-09-07T06:21:01.5366779Z [904/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-09-07T06:21:01.5573702Z [905/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-09-07T06:21:01.5803644Z [906/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-09-07T06:21:01.5907061Z [907/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2025-09-07T06:21:01.5923478Z [908/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2025-09-07T06:21:01.5986324Z [909/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-09-07T06:21:01.6389959Z [910/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-09-07T06:21:01.6504325Z [911/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-09-07T06:21:01.6572737Z [912/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-09-07T06:21:01.6828723Z [913/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-09-07T06:21:01.7002474Z [914/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2025-09-07T06:21:01.7094286Z [915/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-09-07T06:21:01.7197585Z [916/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2025-09-07T06:21:01.7259728Z [917/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-09-07T06:21:01.7633635Z [918/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2025-09-07T06:21:01.7692705Z [919/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2025-09-07T06:21:01.7751278Z [920/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2025-09-07T06:21:01.8035387Z [921/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2025-09-07T06:21:01.8169958Z [922/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2025-09-07T06:21:01.8244062Z [923/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2025-09-07T06:21:01.8302970Z [924/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2025-09-07T06:21:01.8426204Z [925/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2025-09-07T06:21:01.8943211Z [926/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2025-09-07T06:21:01.8962317Z [927/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2025-09-07T06:21:01.9021822Z [928/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2025-09-07T06:21:01.9347741Z [929/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2025-09-07T06:21:01.9429901Z [930/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2025-09-07T06:21:01.9513364Z [931/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2025-09-07T06:21:01.9532282Z [932/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-09-07T06:21:01.9600476Z [933/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2025-09-07T06:21:02.0193184Z [934/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-09-07T06:21:02.0275370Z [935/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-09-07T06:21:02.0430209Z [936/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-09-07T06:21:02.0537517Z [937/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-09-07T06:21:02.0677814Z [938/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx2.c.obj 2025-09-07T06:21:02.0775158Z [939/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx512f.c.obj 2025-09-07T06:21:02.0793988Z [940/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-09-07T06:21:02.0812201Z [941/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-09-07T06:21:02.1304127Z [942/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2025-09-07T06:21:02.1357658Z [943/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-scalar.c.obj 2025-09-07T06:21:02.1462813Z [944/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2025-09-07T06:21:02.1573222Z [945/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2025-09-07T06:21:02.1839175Z [946/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-09-07T06:21:02.1897419Z [947/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2025-09-07T06:21:02.1951736Z [948/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-09-07T06:21:02.2163083Z [949/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx2-u128.c.obj 2025-09-07T06:21:02.2524834Z [950/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx512skx-u256.c.obj 2025-09-07T06:21:02.2601492Z [951/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2025-09-07T06:21:02.2817144Z [952/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2025-09-07T06:21:02.2872060Z [953/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2025-09-07T06:21:02.2919244Z [954/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2025-09-07T06:21:02.2986459Z [955/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2025-09-07T06:21:02.3038076Z [956/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2025-09-07T06:21:02.3089431Z [957/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2025-09-07T06:21:02.3681427Z [958/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-09-07T06:21:02.3695421Z [959/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-09-07T06:21:02.3969931Z [960/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2025-09-07T06:21:02.3985038Z [961/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2025-09-07T06:21:02.4112914Z [962/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx2-u128.c.obj 2025-09-07T06:21:02.4237480Z [963/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2025-09-07T06:21:02.4251063Z [964/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx512skx-u256.c.obj 2025-09-07T06:21:02.4328133Z [965/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2025-09-07T06:21:02.4870940Z [966/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16-prfm.c.obj 2025-09-07T06:21:02.4949366Z [967/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-packw\gen\x16-packw-x64-gemm-goi-scalar-int-u4.c.obj 2025-09-07T06:21:02.5142796Z [968/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2025-09-07T06:21:02.5159247Z [969/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2025-09-07T06:21:02.5233679Z [970/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2025-09-07T06:21:02.5351444Z [971/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2025-09-07T06:21:02.5367567Z [972/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2025-09-07T06:21:02.5431472Z [973/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8.c.obj 2025-09-07T06:21:02.6033262Z [974/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2025-09-07T06:21:02.6134898Z [975/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2025-09-07T06:21:02.6313010Z [976/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-float-u4.c.obj 2025-09-07T06:21:02.6328394Z [977/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2025-09-07T06:21:02.6420308Z [978/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u8.c.obj 2025-09-07T06:21:02.6559664Z [979/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-float-u4.c.obj 2025-09-07T06:21:02.6572937Z [980/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.obj 2025-09-07T06:21:02.6625193Z [981/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2025-09-07T06:21:02.6984681Z [982/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2025-09-07T06:21:02.7096881Z [983/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2025-09-07T06:21:02.7167147Z [984/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2025-09-07T06:21:02.7210152Z [985/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2025-09-07T06:21:02.7368953Z [986/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2025-09-07T06:21:02.7495660Z [987/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2025-09-07T06:21:02.7539423Z [988/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2025-09-07T06:21:02.7553169Z [989/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2025-09-07T06:21:02.7665011Z [990/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2025-09-07T06:21:02.7707849Z [991/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2025-09-07T06:21:02.7805334Z [992/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2025-09-07T06:21:02.7818690Z [993/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2025-09-07T06:21:02.8016987Z [994/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2025-09-07T06:21:02.8550212Z [995/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2025-09-07T06:21:02.8594020Z [996/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2025-09-07T06:21:02.8641876Z [997/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2025-09-07T06:21:02.8698395Z [998/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2025-09-07T06:21:02.8711635Z [999/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2025-09-07T06:21:02.8766424Z [1000/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2025-09-07T06:21:02.8781571Z [1001/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2025-09-07T06:21:02.9138903Z [1002/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2025-09-07T06:21:02.9770025Z [1003/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2025-09-07T06:21:02.9819611Z [1004/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u2.c.obj 2025-09-07T06:21:02.9833684Z [1005/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u2.c.obj 2025-09-07T06:21:02.9888007Z [1006/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2025-09-07T06:21:02.9900272Z [1007/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2025-09-07T06:21:02.9955566Z [1008/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u2.c.obj 2025-09-07T06:21:02.9968932Z [1009/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u2.c.obj 2025-09-07T06:21:03.0157860Z [1010/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2025-09-07T06:21:03.0487377Z [1011/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2025-09-07T06:21:03.0541128Z [1012/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2025-09-07T06:21:03.0552334Z [1013/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2025-09-07T06:21:03.0597984Z [1014/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2025-09-07T06:21:03.0649321Z [1015/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2025-09-07T06:21:03.0662986Z [1016/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2025-09-07T06:21:03.0676479Z [1017/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2025-09-07T06:21:03.0853615Z [1018/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2025-09-07T06:21:03.1182451Z [1019/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2025-09-07T06:21:03.1232940Z [1020/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2025-09-07T06:21:03.1285387Z [1021/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2025-09-07T06:21:03.1300280Z [1022/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2025-09-07T06:21:03.1349965Z [1023/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2025-09-07T06:21:03.1524832Z [1024/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2025-09-07T06:21:03.1671144Z [1025/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2025-09-07T06:21:03.1743330Z [1026/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2025-09-07T06:21:03.1834340Z [1027/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2025-09-07T06:21:03.1877694Z [1028/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2025-09-07T06:21:03.1923759Z [1029/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2025-09-07T06:21:03.1940004Z [1030/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2025-09-07T06:21:03.1986255Z [1031/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2025-09-07T06:21:03.2291110Z [1032/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2025-09-07T06:21:03.2316799Z [1033/7055] Linking C static library lib\cpuinfo.lib 2025-09-07T06:21:03.2516357Z [1034/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2025-09-07T06:21:03.2622615Z [1035/7055] Running gen_proto.py on onnx/onnx-operators.in.proto 2025-09-07T06:21:03.2623602Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2025-09-07T06:21:03.2624826Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2025-09-07T06:21:03.2626141Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2025-09-07T06:21:03.2627417Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2025-09-07T06:21:03.2646798Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2025-09-07T06:21:03.2647626Z 2025-09-07T06:21:03.2647952Z [1036/7055] Linking C executable sleef\bin\mkalias.exe 2025-09-07T06:21:03.2698247Z [1037/7055] Running gen_proto.py on onnx/onnx-data.in.proto 2025-09-07T06:21:03.2873854Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2025-09-07T06:21:03.2874412Z 2025-09-07T06:21:03.2875058Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2025-09-07T06:21:03.2875939Z 2025-09-07T06:21:03.2876535Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2025-09-07T06:21:03.2877371Z 2025-09-07T06:21:03.2878148Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2025-09-07T06:21:03.2879064Z 2025-09-07T06:21:03.2879678Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2025-09-07T06:21:03.2880476Z 2025-09-07T06:21:03.2880726Z [1038/7055] Linking C executable sleef\bin\mkrename.exe 2025-09-07T06:21:03.2889020Z [1039/7055] Linking C executable sleef\bin\mkdisp.exe 2025-09-07T06:21:03.3331941Z [1040/7055] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2025-09-07T06:21:03.3377639Z [1041/7055] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2025-09-07T06:21:03.3484218Z [1042/7055] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2025-09-07T06:21:03.3533572Z [1043/7055] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2025-09-07T06:21:03.3549075Z [1044/7055] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2025-09-07T06:21:03.3562305Z [1045/7055] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2025-09-07T06:21:03.4426907Z [1046/7055] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2025-09-07T06:21:03.4622722Z [1047/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2025-09-07T06:21:03.4639703Z [1048/7055] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2025-09-07T06:21:03.5529920Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.5530531Z [1049/7055] Building C object confu-deps\XNNPACK\CMakeFiles\datatype.dir\src\datatype.c.obj 2025-09-07T06:21:03.5544967Z [1050/7055] Building CXX object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\reference\packing.cc.obj 2025-09-07T06:21:03.5546153Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-09-07T06:21:03.5589841Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-09-07T06:21:03.5591307Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-09-07T06:21:03.5592476Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-09-07T06:21:03.5593671Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-09-07T06:21:03.5595627Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-09-07T06:21:03.5597111Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-09-07T06:21:03.5598357Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-09-07T06:21:03.5600453Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-09-07T06:21:03.5602776Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-09-07T06:21:03.5604860Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(5246): warning C4244: '=': conversion from 'const _Ty' to 'float', possible loss of data 2025-09-07T06:21:03.5606349Z with 2025-09-07T06:21:03.5606703Z [ 2025-09-07T06:21:03.5607039Z _Ty=int 2025-09-07T06:21:03.5607361Z ] 2025-09-07T06:21:03.5608706Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(5246): note: the template instantiation context (the oldest one first) is 2025-09-07T06:21:03.5611381Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(100): note: see reference to function template instantiation 'void copy_bias(const Src *,size_t,size_t,Dst *)' being compiled 2025-09-07T06:21:03.5613192Z with 2025-09-07T06:21:03.5613510Z [ 2025-09-07T06:21:03.5613794Z Src=float, 2025-09-07T06:21:03.5614168Z Dst=float 2025-09-07T06:21:03.5614495Z ] 2025-09-07T06:21:03.5616182Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(49): note: see reference to function template instantiation '_OutIt *std::fill_n(_OutIt,const _Diff,const _Ty &)' being compiled 2025-09-07T06:21:03.5617980Z with 2025-09-07T06:21:03.5618277Z [ 2025-09-07T06:21:03.5618578Z _OutIt=float *, 2025-09-07T06:21:03.5618983Z Dst=float, 2025-09-07T06:21:03.5619336Z _Diff=size_t, 2025-09-07T06:21:03.5619700Z _Ty=int 2025-09-07T06:21:03.5620247Z ] 2025-09-07T06:21:03.5621651Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(5246): warning C4244: 'argument': conversion from 'const _Ty' to 'float', possible loss of data 2025-09-07T06:21:03.5622897Z with 2025-09-07T06:21:03.5623073Z [ 2025-09-07T06:21:03.5623239Z _Ty=int 2025-09-07T06:21:03.5623410Z ] 2025-09-07T06:21:03.5624134Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(5246): note: the template instantiation context (the oldest one first) is 2025-09-07T06:21:03.5625785Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(192): note: see reference to function template instantiation 'void copy_bias(const Src *,size_t,size_t,Dst *)' being compiled 2025-09-07T06:21:03.5626969Z with 2025-09-07T06:21:03.5627155Z [ 2025-09-07T06:21:03.5627336Z Src=float, 2025-09-07T06:21:03.5627547Z Dst=xnn_float16 2025-09-07T06:21:03.5627756Z ] 2025-09-07T06:21:03.5628669Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(49): note: see reference to function template instantiation '_OutIt *std::fill_n(_OutIt,const _Diff,const _Ty &)' being compiled 2025-09-07T06:21:03.5629607Z with 2025-09-07T06:21:03.5629779Z [ 2025-09-07T06:21:03.5629974Z _OutIt=xnn_float16 *, 2025-09-07T06:21:03.5630235Z Dst=xnn_float16, 2025-09-07T06:21:03.5630505Z _Diff=size_t, 2025-09-07T06:21:03.5630716Z _Ty=int 2025-09-07T06:21:03.5630899Z ] 2025-09-07T06:21:03.5631154Z [1051/7055] Linking C static library lib\microkernels-prod.lib 2025-09-07T06:21:03.5701558Z [1052/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2025-09-07T06:21:03.5717609Z [1053/7055] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2025-09-07T06:21:03.5788000Z [1054/7055] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2025-09-07T06:21:03.6776828Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.6777486Z [1055/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2025-09-07T06:21:03.6863275Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.6864647Z [1056/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2025-09-07T06:21:03.6880013Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.6880571Z [1057/7055] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2025-09-07T06:21:03.6933094Z [1058/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2025-09-07T06:21:03.6952127Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.6952957Z [1059/7055] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2025-09-07T06:21:03.7023991Z [1060/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2025-09-07T06:21:03.7601186Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.7602286Z [1061/7055] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2025-09-07T06:21:03.8054534Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.8055424Z [1062/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2025-09-07T06:21:03.8119866Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.8120611Z [1063/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2025-09-07T06:21:03.8226508Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.8228150Z [1064/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2025-09-07T06:21:03.8333404Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.8334353Z [1065/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2025-09-07T06:21:03.9381534Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.9382429Z [1066/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2025-09-07T06:21:03.9394854Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.9395562Z [1067/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\pack-lh.c.obj 2025-09-07T06:21:03.9465159Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.9466231Z [1068/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2025-09-07T06:21:03.9480094Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.9480846Z [1069/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2025-09-07T06:21:03.9539175Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.9540369Z [1070/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2025-09-07T06:21:03.9558940Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.9559882Z [1071/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2025-09-07T06:21:03.9614255Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:03.9615661Z [1072/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2025-09-07T06:21:04.0148068Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.0149642Z [1073/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2025-09-07T06:21:04.0656875Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.0657789Z [1074/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2025-09-07T06:21:04.0669854Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.0670637Z [1075/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2025-09-07T06:21:04.0761795Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.0762517Z [1076/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2025-09-07T06:21:04.0816017Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.0816731Z [1077/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2025-09-07T06:21:04.0890527Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.0891269Z [1078/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2025-09-07T06:21:04.0947725Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.0948675Z [1079/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2025-09-07T06:21:04.1032521Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.1033390Z [1080/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2025-09-07T06:21:04.1266100Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.1267498Z [1081/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2025-09-07T06:21:04.1872336Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.1873423Z [1082/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2025-09-07T06:21:04.1989124Z [1083/7055] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2025-09-07T06:21:04.1990272Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2243): warning C4098: 'xnn_compute_f16_qd8_convert': 'void' function returning a value 2025-09-07T06:21:04.1992175Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2250): warning C4098: 'xnn_compute_f16_qdu8_convert': 'void' function returning a value 2025-09-07T06:21:04.1993477Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2279): warning C4098: 'xnn_compute_f32_qd8_convert': 'void' function returning a value 2025-09-07T06:21:04.2826825Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2286): warning C4098: 'xnn_compute_f32_qdu8_convert': 'void' function returning a value 2025-09-07T06:21:04.2828697Z [1084/7055] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\unary-elementwise.cc.obj 2025-09-07T06:21:04.2830908Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-09-07T06:21:04.2832560Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-09-07T06:21:04.2834030Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-09-07T06:21:04.2835786Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-09-07T06:21:04.2838296Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-09-07T06:21:04.2839765Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-09-07T06:21:04.2841029Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-09-07T06:21:04.2842311Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-09-07T06:21:04.2893659Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-09-07T06:21:04.2895937Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-09-07T06:21:04.2897822Z [1085/7055] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\binary-elementwise.cc.obj 2025-09-07T06:21:04.2899823Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-09-07T06:21:04.2901320Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-09-07T06:21:04.2903664Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-09-07T06:21:04.2905712Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-09-07T06:21:04.2907835Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-09-07T06:21:04.2909908Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-09-07T06:21:04.2912459Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-09-07T06:21:04.2914481Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-09-07T06:21:04.3160534Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-09-07T06:21:04.3162847Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-09-07T06:21:04.3164617Z [1086/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2025-09-07T06:21:04.3576414Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.3577189Z [1087/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2025-09-07T06:21:04.3649781Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.3650809Z [1088/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2025-09-07T06:21:04.3721628Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.3722336Z [1089/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2025-09-07T06:21:04.4173269Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.4173982Z [1090/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2025-09-07T06:21:04.4467914Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.4469315Z [1091/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2025-09-07T06:21:04.5331898Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.5333045Z [1092/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2025-09-07T06:21:04.5450832Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.5451507Z [1093/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\binary.c.obj 2025-09-07T06:21:04.5653586Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.5654785Z [1094/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2025-09-07T06:21:04.6067463Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.6068137Z [1095/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2025-09-07T06:21:04.6203919Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.6204740Z [1096/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deprecated.c.obj 2025-09-07T06:21:04.6275799Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.6276946Z [1097/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2025-09-07T06:21:04.6812909Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.6814203Z [1098/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2025-09-07T06:21:04.6923350Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.6924758Z [1099/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2025-09-07T06:21:04.7639639Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.7640957Z [1100/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2025-09-07T06:21:04.7916820Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.7918032Z [1101/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2025-09-07T06:21:04.8181743Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.8182933Z [1102/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2025-09-07T06:21:04.8511333Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.8512069Z [1103/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2025-09-07T06:21:04.8841827Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.8842819Z [1104/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\pack-lh.c.obj 2025-09-07T06:21:04.8997709Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.8999390Z [1105/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2025-09-07T06:21:04.9366261Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.9367572Z [1106/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2025-09-07T06:21:04.9439546Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:04.9440621Z [1107/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2025-09-07T06:21:05.0018164Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:05.0018867Z [1108/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2025-09-07T06:21:05.0437390Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:05.0438080Z [1109/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2025-09-07T06:21:05.0546120Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:05.0547032Z [1110/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reduce.c.obj 2025-09-07T06:21:05.1014704Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:05.1015469Z [1111/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2025-09-07T06:21:05.1275738Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:05.1276879Z [1112/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2025-09-07T06:21:05.1460814Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:05.1461686Z [1113/7055] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-09-07T06:21:05.1530257Z [1114/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2025-09-07T06:21:05.1738646Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:05.1739398Z [1115/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2025-09-07T06:21:05.1960788Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:05.1961834Z [1116/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unary.c.obj 2025-09-07T06:21:05.2196133Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:05.2197835Z [1117/7055] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-09-07T06:21:05.2525104Z [1118/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2025-09-07T06:21:05.2979872Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:05.2980715Z [1119/7055] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2025-09-07T06:21:05.5026086Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:05.5026745Z [1120/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2025-09-07T06:21:05.5107036Z [1121/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2025-09-07T06:21:05.5181390Z [1122/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2025-09-07T06:21:05.5374816Z [1123/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2025-09-07T06:21:05.5655817Z [1124/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2025-09-07T06:21:05.5841479Z [1125/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2025-09-07T06:21:05.6356639Z [1126/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2025-09-07T06:21:05.6573747Z [1127/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\libc.c.obj 2025-09-07T06:21:05.8748813Z [1128/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2025-09-07T06:21:05.8921272Z [1129/7055] Generating sleeflibm_AVX.h.tmp 2025-09-07T06:21:05.9001133Z [1130/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2025-09-07T06:21:05.9059429Z [1131/7055] Generating sleeflibm_AVX2.h.tmp 2025-09-07T06:21:05.9144169Z [1132/7055] Generating sleeflibm_AVX2128.h.tmp 2025-09-07T06:21:05.9191195Z [1133/7055] Generating sleeflibm_AVX512F.h.tmp 2025-09-07T06:21:05.9213764Z [1134/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2025-09-07T06:21:05.9291865Z [1135/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2025-09-07T06:21:05.9302968Z [1136/7055] Generating sleeflibm_AVX512FNOFMA.h.tmp 2025-09-07T06:21:05.9328916Z [1137/7055] Generating sleeflibm_AVX512F_.h.tmp 2025-09-07T06:21:05.9349401Z [1138/7055] Generating sleeflibm_AVX_.h.tmp 2025-09-07T06:21:05.9433252Z [1139/7055] Generating sleeflibm_DSP_SCALAR.h.tmp 2025-09-07T06:21:05.9445809Z [1140/7055] Generating sleeflibm_FMA4.h.tmp 2025-09-07T06:21:05.9473359Z [1141/7055] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2025-09-07T06:21:05.9486414Z [1142/7055] Generating sleeflibm_PUREC_SCALAR.h.tmp 2025-09-07T06:21:05.9575616Z [1143/7055] Generating sleeflibm_SSE4.h.tmp 2025-09-07T06:21:05.9585589Z [1144/7055] Generating sleeflibm_SSE2.h.tmp 2025-09-07T06:21:05.9612363Z [1145/7055] Generating sleeflibm_SSE_.h.tmp 2025-09-07T06:21:05.9648594Z [1146/7055] Generating alias_AVX512F_dp.h.tmp 2025-09-07T06:21:05.9706024Z [1147/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2025-09-07T06:21:05.9719250Z [1148/7055] Generating alias_AVX512F_sp.h.tmp 2025-09-07T06:21:05.9753160Z [1149/7055] Generating dispsse.c.tmp 2025-09-07T06:21:05.9767019Z [1150/7055] Generating dispscalar.c.body 2025-09-07T06:21:05.9795104Z [1151/7055] Generating dispavx.c.tmp 2025-09-07T06:21:05.9872097Z [1152/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2025-09-07T06:21:06.0265542Z [1153/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2025-09-07T06:21:06.0942335Z [1154/7055] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2025-09-07T06:21:06.1207440Z [1155/7055] Generating build_identifier.c 2025-09-07T06:21:06.3000588Z [1156/7055] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2025-09-07T06:21:06.3914438Z [1157/7055] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2025-09-07T06:21:06.4005170Z [1158/7055] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2025-09-07T06:21:06.4087818Z [1159/7055] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2025-09-07T06:21:06.4165686Z [1160/7055] Building CXX object c10\CMakeFiles\c10.dir\core\AllocatorConfig.cpp.obj 2025-09-07T06:21:06.4373861Z [1161/7055] Building CXX object c10\CMakeFiles\c10.dir\core\CachingDeviceAllocator.cpp.obj 2025-09-07T06:21:06.4767821Z [1162/7055] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2025-09-07T06:21:06.6076251Z [1163/7055] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2025-09-07T06:21:06.6383435Z [1164/7055] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2025-09-07T06:21:06.6471970Z [1165/7055] Linking CXX static library lib\mimalloc.lib 2025-09-07T06:21:06.7161320Z [1166/7055] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2025-09-07T06:21:06.7326711Z [1167/7055] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2025-09-07T06:21:06.7429934Z [1168/7055] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2025-09-07T06:21:06.7501732Z [1169/7055] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2025-09-07T06:21:06.8008625Z [1170/7055] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2025-09-07T06:21:06.8121389Z [1171/7055] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2025-09-07T06:21:06.8138473Z [1172/7055] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2025-09-07T06:21:07.0370258Z [1173/7055] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2025-09-07T06:21:07.0967227Z [1174/7055] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2025-09-07T06:21:07.0985581Z [1175/7055] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2025-09-07T06:21:07.1101910Z [1176/7055] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2025-09-07T06:21:07.1621836Z [1177/7055] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2025-09-07T06:21:07.1874165Z [1178/7055] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2025-09-07T06:21:07.1890342Z [1179/7055] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2025-09-07T06:21:07.1963209Z [1180/7055] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2025-09-07T06:21:07.3484428Z [1181/7055] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2025-09-07T06:21:07.4243957Z [1182/7055] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2025-09-07T06:21:07.4320016Z [1183/7055] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2025-09-07T06:21:07.5087310Z [1184/7055] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2025-09-07T06:21:07.5226239Z [1185/7055] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2025-09-07T06:21:07.5290541Z [1186/7055] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2025-09-07T06:21:07.5434192Z [1187/7055] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2025-09-07T06:21:07.6855280Z [1188/7055] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2025-09-07T06:21:07.7599809Z [1189/7055] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2025-09-07T06:21:07.7791269Z [1190/7055] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2025-09-07T06:21:07.7998944Z [1191/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2025-09-07T06:21:07.8299951Z [1192/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2025-09-07T06:21:07.8372484Z [1193/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2025-09-07T06:21:07.8638307Z [1194/7055] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2025-09-07T06:21:07.8822106Z [1195/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2025-09-07T06:21:07.8975689Z [1196/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2025-09-07T06:21:08.1176753Z [1197/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2025-09-07T06:21:08.1719458Z [1198/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreterHooks.cpp.obj 2025-09-07T06:21:08.1892516Z [1199/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2025-09-07T06:21:08.2013048Z [1200/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2025-09-07T06:21:08.2077182Z C:\actions-runner\_work\pytorch\pytorch\c10\core\impl\PyObjectSlot.cpp(53): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2025-09-07T06:21:08.2079104Z [1201/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2025-09-07T06:21:08.2237800Z [1202/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2025-09-07T06:21:08.2352210Z [1203/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2025-09-07T06:21:08.2420843Z [1204/7055] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2025-09-07T06:21:08.4516511Z [1205/7055] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2025-09-07T06:21:08.4720073Z [1206/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2025-09-07T06:21:08.4888169Z [1207/7055] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2025-09-07T06:21:08.5180589Z [1208/7055] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2025-09-07T06:21:08.5246746Z [1209/7055] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2025-09-07T06:21:08.5311990Z [1210/7055] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2025-09-07T06:21:08.6238975Z [1211/7055] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2025-09-07T06:21:08.6942118Z [1212/7055] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2025-09-07T06:21:08.7319715Z [1213/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2025-09-07T06:21:08.7520280Z [1214/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2025-09-07T06:21:08.7625073Z [1215/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2025-09-07T06:21:08.7703067Z [1216/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2025-09-07T06:21:08.7890902Z [1217/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2025-09-07T06:21:08.8290253Z [1218/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2025-09-07T06:21:08.8579850Z [1219/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e8m0fnu.cpp.obj 2025-09-07T06:21:08.9724127Z [1220/7055] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2025-09-07T06:21:09.0011054Z [1221/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2025-09-07T06:21:09.0025018Z [1222/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2025-09-07T06:21:09.0085934Z [1223/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2025-09-07T06:21:09.0237225Z [1224/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2025-09-07T06:21:09.0398969Z [1225/7055] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2025-09-07T06:21:09.0496371Z [1226/7055] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2025-09-07T06:21:09.1298237Z [1227/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2025-09-07T06:21:09.1370303Z [1228/7055] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2025-09-07T06:21:09.2618128Z [1229/7055] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2025-09-07T06:21:09.2680834Z [1230/7055] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2025-09-07T06:21:09.2958494Z [1231/7055] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2025-09-07T06:21:09.3027460Z [1232/7055] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2025-09-07T06:21:09.3141819Z [1233/7055] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2025-09-07T06:21:09.3248005Z [1234/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2025-09-07T06:21:09.3260921Z [1235/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2025-09-07T06:21:09.4219079Z [1236/7055] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2025-09-07T06:21:09.4426344Z [1237/7055] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2025-09-07T06:21:09.4536469Z [1238/7055] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2025-09-07T06:21:09.5131400Z [1239/7055] Building CXX object c10\CMakeFiles\c10.dir\util\error.cpp.obj 2025-09-07T06:21:09.6001544Z [1240/7055] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2025-09-07T06:21:09.6090455Z [1241/7055] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2025-09-07T06:21:09.7002155Z [1242/7055] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2025-09-07T06:21:09.7276732Z [1243/7055] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2025-09-07T06:21:09.7294186Z [1244/7055] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2025-09-07T06:21:09.7443474Z [1245/7055] Generating include/renameavx512fnofma.h 2025-09-07T06:21:09.7521737Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2025-09-07T06:21:09.7522159Z 2025-09-07T06:21:09.7522435Z [1246/7055] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2025-09-07T06:21:09.7581108Z [1247/7055] Generating include/renameavx512f.h 2025-09-07T06:21:09.7649328Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2025-09-07T06:21:09.7649664Z 2025-09-07T06:21:09.7649787Z [1248/7055] Generating include/renameavx2.h 2025-09-07T06:21:09.7721978Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2025-09-07T06:21:09.7722602Z 2025-09-07T06:21:09.7722837Z [1249/7055] Generating include/renameavx2128.h 2025-09-07T06:21:09.7787486Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2025-09-07T06:21:09.7788063Z 2025-09-07T06:21:09.7788263Z [1250/7055] Generating include/renamefma4.h 2025-09-07T06:21:09.7870928Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2025-09-07T06:21:09.7871514Z 2025-09-07T06:21:09.7871705Z [1251/7055] Generating include/renameavx.h 2025-09-07T06:21:09.7907154Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2025-09-07T06:21:09.7907476Z 2025-09-07T06:21:09.7907710Z [1252/7055] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2025-09-07T06:21:09.7940719Z [1253/7055] Generating include/renamesse4.h 2025-09-07T06:21:09.7998098Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2025-09-07T06:21:09.7998583Z 2025-09-07T06:21:09.7998762Z [1254/7055] Generating include/renamesse2.h 2025-09-07T06:21:09.8042122Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2025-09-07T06:21:09.8042631Z 2025-09-07T06:21:09.8042890Z [1255/7055] Generating include/renamepurec_scalar.h 2025-09-07T06:21:09.8083785Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2025-09-07T06:21:09.8084390Z 2025-09-07T06:21:09.8084670Z [1256/7055] Generating include/renamepurecfma_scalar.h 2025-09-07T06:21:09.8136979Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2025-09-07T06:21:09.8137634Z 2025-09-07T06:21:09.8137823Z [1257/7055] Generating include/renamecuda.h 2025-09-07T06:21:09.8209157Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2025-09-07T06:21:09.8209656Z 2025-09-07T06:21:09.8210027Z [1258/7055] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2025-09-07T06:21:09.8347005Z [1259/7055] Generating ../../../include/sleef.h 2025-09-07T06:21:09.8358211Z [1260/7055] Generating include/alias_avx512f.h 2025-09-07T06:21:09.8369841Z [1261/7055] Generating include/renamedspscalar.h 2025-09-07T06:21:09.8404681Z [1262/7055] Generating dispscalar.c 2025-09-07T06:21:09.8498750Z [1263/7055] Generating include/renamedsp128.h 2025-09-07T06:21:09.8540700Z [1264/7055] Generating include/renamedsp256.h 2025-09-07T06:21:09.8605071Z [1265/7055] Generating dispsse.c 2025-09-07T06:21:09.8619559Z [1266/7055] Generating dispavx.c 2025-09-07T06:21:09.8948336Z [1267/7055] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2025-09-07T06:21:09.9476107Z [1268/7055] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2025-09-07T06:21:10.1296889Z [1269/7055] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2025-09-07T06:21:10.2079921Z [1270/7055] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2025-09-07T06:21:10.2313489Z [1271/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2025-09-07T06:21:10.2435630Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.2437419Z [1272/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2025-09-07T06:21:10.2577873Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.2578563Z [1273/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2025-09-07T06:21:10.2687858Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.2690678Z [1274/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2025-09-07T06:21:10.2749717Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.2750897Z [1275/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2025-09-07T06:21:10.2960783Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.2961585Z [1276/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2025-09-07T06:21:10.3634077Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.3634760Z [1277/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2025-09-07T06:21:10.5326906Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.5327773Z [1278/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2025-09-07T06:21:10.6335542Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.6336305Z [1279/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2025-09-07T06:21:10.6520315Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.6521058Z [1280/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2025-09-07T06:21:10.6576533Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.6577722Z [1281/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2025-09-07T06:21:10.6687833Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.6688995Z [1282/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2025-09-07T06:21:10.6810030Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.6810904Z [1283/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2025-09-07T06:21:10.7050174Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.7051320Z [1284/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2025-09-07T06:21:10.7995570Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.7996902Z [1285/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pack-lh-config.c.obj 2025-09-07T06:21:10.9258560Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:10.9259286Z [1286/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2025-09-07T06:21:11.0419035Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.0419791Z [1287/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2025-09-07T06:21:11.0553708Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.0554645Z [1288/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2025-09-07T06:21:11.0656693Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.0657368Z [1289/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2025-09-07T06:21:11.0672039Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.0673037Z [1290/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2025-09-07T06:21:11.0833730Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.0834501Z [1291/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2025-09-07T06:21:11.0852559Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.0853671Z [1292/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2025-09-07T06:21:11.1601964Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.1602595Z [1293/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2025-09-07T06:21:11.1708563Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.1709890Z [1294/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2025-09-07T06:21:11.1919294Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.1920479Z [1295/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2025-09-07T06:21:11.3067102Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.3067851Z [1296/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2025-09-07T06:21:11.4316668Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.4317932Z [1297/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2025-09-07T06:21:11.4386011Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.4387002Z [1298/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2025-09-07T06:21:11.4439226Z [1299/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2025-09-07T06:21:11.4459674Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.4460686Z [1300/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2025-09-07T06:21:11.4522571Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.4523848Z [1301/7055] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2025-09-07T06:21:11.5693096Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-09-07T06:21:11.5694840Z [1302/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2025-09-07T06:21:11.6556762Z [1303/7055] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2025-09-07T06:21:11.6691391Z [1304/7055] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2025-09-07T06:21:11.6897241Z [1305/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2025-09-07T06:21:11.6963358Z [1306/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2025-09-07T06:21:11.7068257Z [1307/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2025-09-07T06:21:11.7139890Z [1308/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2025-09-07T06:21:11.7153695Z [1309/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2025-09-07T06:21:11.8140081Z [1310/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2025-09-07T06:21:11.9218912Z [1311/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2025-09-07T06:21:11.9327405Z [1312/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2025-09-07T06:21:11.9385394Z [1313/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2025-09-07T06:21:11.9500085Z [1314/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2025-09-07T06:21:11.9583190Z [1315/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2025-09-07T06:21:11.9646059Z [1316/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2025-09-07T06:21:11.9700528Z [1317/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2025-09-07T06:21:12.0362441Z [1318/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2025-09-07T06:21:12.0737574Z [1319/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2025-09-07T06:21:12.1474689Z [1320/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2025-09-07T06:21:12.2014127Z [1321/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2025-09-07T06:21:12.2082265Z [1322/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2025-09-07T06:21:12.2095751Z [1323/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2025-09-07T06:21:12.2110835Z [1324/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2025-09-07T06:21:12.2182712Z [1325/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2025-09-07T06:21:12.2688283Z [1326/7055] Linking CXX static library lib\onnx_proto.lib 2025-09-07T06:21:12.3949696Z [1327/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2025-09-07T06:21:12.4034313Z [1328/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2025-09-07T06:21:12.4208955Z [1329/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2025-09-07T06:21:12.4544290Z [1330/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2025-09-07T06:21:12.4612525Z [1331/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2025-09-07T06:21:12.5142184Z [1332/7055] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2025-09-07T06:21:12.5316999Z [1333/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2025-09-07T06:21:12.6538462Z [1334/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2025-09-07T06:21:12.6655650Z [1335/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2025-09-07T06:21:12.8153881Z [1336/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2025-09-07T06:21:12.8287694Z [1337/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2025-09-07T06:21:12.9253242Z [1338/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2025-09-07T06:21:12.9634375Z [1339/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2025-09-07T06:21:12.9886906Z [1340/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2025-09-07T06:21:13.0832159Z [1341/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2025-09-07T06:21:13.0926769Z [1342/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2025-09-07T06:21:13.2066451Z [1343/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2025-09-07T06:21:13.2286937Z [1344/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2025-09-07T06:21:13.2491809Z [1345/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2025-09-07T06:21:13.3547172Z [1346/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2025-09-07T06:21:13.3778214Z [1347/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2025-09-07T06:21:13.3947482Z [1348/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2025-09-07T06:21:13.5184026Z [1349/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2025-09-07T06:21:13.5303315Z [1350/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2025-09-07T06:21:13.6334313Z [1351/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2025-09-07T06:21:13.6770922Z [1352/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2025-09-07T06:21:13.7213978Z [1353/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2025-09-07T06:21:13.7970282Z [1354/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2025-09-07T06:21:13.8156877Z [1355/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2025-09-07T06:21:13.8399852Z [1356/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2025-09-07T06:21:13.9449809Z [1357/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2025-09-07T06:21:13.9683848Z [1358/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2025-09-07T06:21:14.0553383Z [1359/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2025-09-07T06:21:14.1049943Z [1360/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2025-09-07T06:21:14.1361113Z [1361/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2025-09-07T06:21:14.2120174Z [1362/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2025-09-07T06:21:14.2426513Z [1363/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2025-09-07T06:21:14.2694638Z [1364/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2025-09-07T06:21:14.3885492Z [1365/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2025-09-07T06:21:14.3974680Z [1366/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2025-09-07T06:21:14.4781493Z [1367/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2025-09-07T06:21:14.5355757Z [1368/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2025-09-07T06:21:14.5780490Z [1369/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2025-09-07T06:21:14.6596895Z [1370/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2025-09-07T06:21:14.6870718Z [1371/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2025-09-07T06:21:14.7009166Z [1372/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2025-09-07T06:21:14.8376498Z [1373/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2025-09-07T06:21:14.8569292Z [1374/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2025-09-07T06:21:14.8895375Z [1375/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2025-09-07T06:21:14.9415486Z [1376/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2025-09-07T06:21:15.0231534Z [1377/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2025-09-07T06:21:15.0679319Z [1378/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2025-09-07T06:21:15.0949684Z [1379/7055] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2025-09-07T06:21:15.1255371Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-09-07T06:21:15.1255787Z 2025-09-07T06:21:15.1255793Z 2025-09-07T06:21:15.1256057Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-09-07T06:21:15.1256344Z 2025-09-07T06:21:15.1256380Z 2025-09-07T06:21:15.1256385Z 2025-09-07T06:21:15.1256389Z 2025-09-07T06:21:15.1256767Z [1380/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2025-09-07T06:21:15.1274939Z [1381/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2025-09-07T06:21:15.2759435Z [1382/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2025-09-07T06:21:15.3086479Z [1383/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2025-09-07T06:21:15.3208865Z [1384/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2025-09-07T06:21:15.4138172Z [1385/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2025-09-07T06:21:15.4478676Z [1386/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2025-09-07T06:21:15.6600951Z [1387/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2025-09-07T06:21:15.6895725Z [1388/7055] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2025-09-07T06:21:15.7207002Z [1389/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2025-09-07T06:21:15.8175741Z [1390/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2025-09-07T06:21:15.8314227Z [1391/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2025-09-07T06:21:15.8692280Z [1392/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2025-09-07T06:21:15.8830994Z [1393/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2025-09-07T06:21:15.8979785Z [1394/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2025-09-07T06:21:15.9928125Z [1395/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2025-09-07T06:21:16.0044893Z [1396/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2025-09-07T06:21:16.1386283Z [1397/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2025-09-07T06:21:16.1814305Z [1398/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float4.cpp.obj 2025-09-07T06:21:16.2024222Z [1399/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2025-09-07T06:21:16.2167614Z [1400/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2025-09-07T06:21:16.2415210Z [1401/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2025-09-07T06:21:16.2835479Z [1402/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2025-09-07T06:21:16.3804740Z [1403/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2025-09-07T06:21:16.4710533Z [1404/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2025-09-07T06:21:16.4788828Z [1405/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2025-09-07T06:21:16.7285818Z [1406/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2025-09-07T06:21:16.7432436Z [1407/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2025-09-07T06:21:16.7655067Z [1408/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2025-09-07T06:21:16.8037573Z [1409/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2025-09-07T06:21:16.8859030Z [1410/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2025-09-07T06:21:16.9517509Z [1411/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2025-09-07T06:21:17.0262600Z [1412/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2025-09-07T06:21:17.0351548Z [1413/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2025-09-07T06:21:17.2224505Z [1414/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2025-09-07T06:21:17.2646441Z [1415/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2025-09-07T06:21:17.3068179Z [1416/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2025-09-07T06:21:17.3765601Z [1417/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2025-09-07T06:21:17.4497875Z [1418/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2025-09-07T06:21:17.5276330Z [1419/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2025-09-07T06:21:17.5915330Z [1420/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2025-09-07T06:21:17.6015669Z [1421/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2025-09-07T06:21:17.8185170Z [1422/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2025-09-07T06:21:17.8704393Z [1423/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2025-09-07T06:21:17.8996786Z [1424/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2025-09-07T06:21:17.9310392Z [1425/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2025-09-07T06:21:18.0840461Z [1426/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2025-09-07T06:21:18.1197612Z [1427/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2025-09-07T06:21:18.1304058Z [1428/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2025-09-07T06:21:18.2165087Z [1429/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2025-09-07T06:21:18.3657181Z [1430/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2025-09-07T06:21:18.4900754Z [1431/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2025-09-07T06:21:18.5107299Z [1432/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2025-09-07T06:21:18.5303557Z [1433/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2025-09-07T06:21:18.5522702Z [1434/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2025-09-07T06:21:18.7160208Z [1435/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2025-09-07T06:21:18.7278624Z [1436/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2025-09-07T06:21:18.7429407Z [1437/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2025-09-07T06:21:18.9188776Z [1438/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2025-09-07T06:21:19.0385626Z [1439/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2025-09-07T06:21:19.0475106Z [1440/7055] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2025-09-07T06:21:19.0715040Z Microsoft (R) Macro Assembler (x64) Version 14.42.34444.0 2025-09-07T06:21:19.0715548Z 2025-09-07T06:21:19.0715856Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-09-07T06:21:19.0716411Z 2025-09-07T06:21:19.0716419Z 2025-09-07T06:21:19.0716460Z 2025-09-07T06:21:19.0717193Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2025-09-07T06:21:19.0718134Z 2025-09-07T06:21:19.0718913Z [1441/7055] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2025-09-07T06:21:19.0807507Z [1442/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2025-09-07T06:21:19.0979614Z [1443/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2025-09-07T06:21:19.1078956Z [1444/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2025-09-07T06:21:19.2052378Z [1445/7055] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2025-09-07T06:21:19.2352333Z [1446/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2025-09-07T06:21:19.3837905Z [1447/7055] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2025-09-07T06:21:19.6530515Z [1448/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2025-09-07T06:21:19.6824827Z [1449/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2025-09-07T06:21:19.6915143Z [1450/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2025-09-07T06:21:19.7818118Z [1451/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2025-09-07T06:21:19.8155581Z [1452/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2025-09-07T06:21:20.0632471Z [1453/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2025-09-07T06:21:20.0734373Z [1454/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2025-09-07T06:21:20.0767803Z [1455/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2025-09-07T06:21:20.2222399Z [1456/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2025-09-07T06:21:20.2666573Z [1457/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2025-09-07T06:21:20.3811056Z [1458/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2025-09-07T06:21:20.4701238Z [1459/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2025-09-07T06:21:20.4794774Z [1460/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2025-09-07T06:21:20.7290093Z [1461/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2025-09-07T06:21:20.7388860Z [1462/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2025-09-07T06:21:20.8284575Z [1463/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2025-09-07T06:21:20.8986439Z [1464/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2025-09-07T06:21:20.9740322Z [1465/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2025-09-07T06:21:21.1188969Z [1466/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2025-09-07T06:21:21.1298844Z [1467/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2025-09-07T06:21:21.1443837Z [1468/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2025-09-07T06:21:21.3581081Z [1469/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2025-09-07T06:21:21.3943046Z [1470/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2025-09-07T06:21:21.4823674Z [1471/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2025-09-07T06:21:21.5734508Z [1472/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2025-09-07T06:21:21.6556879Z [1473/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2025-09-07T06:21:21.7745956Z [1474/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2025-09-07T06:21:21.7840377Z [1475/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2025-09-07T06:21:21.8339424Z [1476/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2025-09-07T06:21:22.0734830Z [1477/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2025-09-07T06:21:22.1293087Z [1478/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2025-09-07T06:21:22.1956936Z [1479/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2025-09-07T06:21:22.2710520Z [1480/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2025-09-07T06:21:22.2890422Z [1481/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2025-09-07T06:21:22.3839952Z [1482/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2025-09-07T06:21:22.4248689Z [1483/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2025-09-07T06:21:22.4494938Z [1484/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2025-09-07T06:21:22.6662322Z [1485/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2025-09-07T06:21:22.7494366Z [1486/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2025-09-07T06:21:22.8169563Z [1487/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2025-09-07T06:21:22.8986332Z [1488/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2025-09-07T06:21:22.9183178Z [1489/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2025-09-07T06:21:23.0342784Z [1490/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2025-09-07T06:21:23.0836316Z [1491/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2025-09-07T06:21:23.1187846Z [1492/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2025-09-07T06:21:23.2736452Z [1493/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2025-09-07T06:21:23.3734965Z [1494/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2025-09-07T06:21:23.4290470Z [1495/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2025-09-07T06:21:23.5614703Z [1496/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2025-09-07T06:21:23.5679535Z [1497/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2025-09-07T06:21:23.6716609Z [1498/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2025-09-07T06:21:23.6853035Z [1499/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2025-09-07T06:21:23.7422282Z [1500/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2025-09-07T06:21:23.8810064Z [1501/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2025-09-07T06:21:23.9824619Z [1502/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2025-09-07T06:21:23.9998280Z [1503/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2025-09-07T06:21:24.1893232Z [1504/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2025-09-07T06:21:24.2064829Z [1505/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2025-09-07T06:21:24.2179547Z [1506/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2025-09-07T06:21:24.2791595Z [1507/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2025-09-07T06:21:24.2854739Z [1508/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2025-09-07T06:21:24.2931985Z [1509/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2025-09-07T06:21:24.3105167Z [1510/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2025-09-07T06:21:24.3466057Z [1511/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2025-09-07T06:21:24.7637600Z [1512/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2025-09-07T06:21:24.7832254Z [1513/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2025-09-07T06:21:24.8004867Z [1514/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2025-09-07T06:21:24.8825644Z [1515/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2025-09-07T06:21:24.9773258Z [1516/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2025-09-07T06:21:24.9912050Z [1517/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2025-09-07T06:21:24.9983355Z [1518/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2025-09-07T06:21:25.0833012Z [1519/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2025-09-07T06:21:25.4000799Z [1520/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2025-09-07T06:21:25.4229132Z [1521/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2025-09-07T06:21:25.4296746Z [1522/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2025-09-07T06:21:25.6040394Z [1523/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2025-09-07T06:21:25.7099966Z [1524/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2025-09-07T06:21:25.7320229Z [1525/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2025-09-07T06:21:25.7443398Z [1526/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2025-09-07T06:21:25.8141469Z [1527/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2025-09-07T06:21:26.1242435Z [1528/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2025-09-07T06:21:26.1461529Z [1529/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2025-09-07T06:21:26.2249312Z [1530/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2025-09-07T06:21:26.3494296Z [1531/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2025-09-07T06:21:26.4332757Z [1532/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2025-09-07T06:21:26.4618245Z [1533/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2025-09-07T06:21:26.4727622Z [1534/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2025-09-07T06:21:26.5546705Z [1535/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2025-09-07T06:21:26.8662246Z [1536/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2025-09-07T06:21:26.8820744Z [1537/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp4.cpp.obj 2025-09-07T06:21:26.9692805Z [1538/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2025-09-07T06:21:27.0695293Z [1539/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s4.cpp.obj 2025-09-07T06:21:27.1545890Z [1540/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2025-09-07T06:21:27.1969658Z [1541/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2025-09-07T06:21:27.2198053Z [1542/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u4.cpp.obj 2025-09-07T06:21:27.2737617Z [1543/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2025-09-07T06:21:27.5669539Z [1544/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2025-09-07T06:21:27.6079523Z [1545/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2025-09-07T06:21:27.6981799Z [1546/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2025-09-07T06:21:27.7788077Z [1547/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2025-09-07T06:21:27.8444764Z [1548/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2025-09-07T06:21:27.8778195Z [1549/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2025-09-07T06:21:27.8906744Z [1550/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2025-09-07T06:21:27.8984891Z [1551/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2025-09-07T06:21:28.0307038Z [1552/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2025-09-07T06:21:28.2663849Z [1553/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2025-09-07T06:21:28.3073906Z [1554/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2025-09-07T06:21:28.3590144Z [1555/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2025-09-07T06:21:28.4919580Z [1556/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2025-09-07T06:21:28.5162808Z [1557/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2025-09-07T06:21:28.5187461Z [1558/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2025-09-07T06:21:28.5896332Z [1559/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2025-09-07T06:21:28.6566453Z [1560/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\capi\brgemm_api.cpp.obj 2025-09-07T06:21:28.9528786Z [1561/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2025-09-07T06:21:28.9761304Z [1562/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2025-09-07T06:21:29.0295656Z [1563/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2025-09-07T06:21:29.0679853Z [1564/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2025-09-07T06:21:29.1233296Z [1565/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2025-09-07T06:21:29.1497711Z [1566/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2025-09-07T06:21:29.2060855Z [1567/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\amx\jit_avx512_core_amx_copy_kern.cpp.obj 2025-09-07T06:21:29.2862591Z [1568/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\amx\jit_avx512_core_amx_gemm_kern.cpp.obj 2025-09-07T06:21:29.5781227Z [1569/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_gemm_bf16bf16f32_kern.cpp.obj 2025-09-07T06:21:29.5904233Z [1570/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_gemv_bf16bf16f32_kern.cpp.obj 2025-09-07T06:21:29.6420258Z [1571/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.obj 2025-09-07T06:21:29.6653927Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:29.6655454Z [1572/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.obj 2025-09-07T06:21:29.7528831Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:29.7529671Z [1573/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.obj 2025-09-07T06:21:29.7860225Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:29.7861140Z [1574/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.obj 2025-09-07T06:21:29.8529594Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:29.8531602Z [1575/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.obj 2025-09-07T06:21:29.9243687Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:29.9245213Z [1576/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.obj 2025-09-07T06:21:30.2142880Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:30.2144045Z [1577/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.obj 2025-09-07T06:21:30.2298302Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:30.2299160Z [1578/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.obj 2025-09-07T06:21:30.2556488Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:30.2557600Z [1579/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_at_kern_autogen.cpp.obj 2025-09-07T06:21:30.3014772Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:30.3015736Z [1580/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_an_kern_autogen.cpp.obj 2025-09-07T06:21:30.3675343Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:30.3678169Z [1581/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_bn_kern_autogen.cpp.obj 2025-09-07T06:21:30.3967448Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:30.3968369Z [1582/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_bt_kern_autogen.cpp.obj 2025-09-07T06:21:30.5052953Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:30.5053795Z [1583/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_kernel_sgemm_kern.cpp.obj 2025-09-07T06:21:30.5459940Z [1584/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_common_gemm_f32.cpp.obj 2025-09-07T06:21:30.8460536Z [1585/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_an_kern_autogen.cpp.obj 2025-09-07T06:21:30.8549031Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:30.8550393Z [1586/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.obj 2025-09-07T06:21:30.8974677Z [1587/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.obj 2025-09-07T06:21:30.9395502Z [1588/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_bn_kern_autogen.cpp.obj 2025-09-07T06:21:31.0094250Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:31.0095887Z [1589/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_bt_kern_autogen.cpp.obj 2025-09-07T06:21:31.0484429Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:31.0485904Z [1590/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.obj 2025-09-07T06:21:31.1344803Z [1591/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_an_kern_autogen.cpp.obj 2025-09-07T06:21:31.1970685Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:31.1972347Z [1592/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_at_kern_autogen.cpp.obj 2025-09-07T06:21:31.4570145Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:31.4570940Z [1593/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_bt_kern_autogen.cpp.obj 2025-09-07T06:21:31.5198486Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:31.5199700Z [1594/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_bn_kern_autogen.cpp.obj 2025-09-07T06:21:31.5550664Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:31.5551765Z [1595/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_gemm_f32.cpp.obj 2025-09-07T06:21:31.5673280Z [1596/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_gemv_t_f32_kern.cpp.obj 2025-09-07T06:21:31.6544444Z [1597/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.obj 2025-09-07T06:21:31.6622381Z [1598/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.obj 2025-09-07T06:21:31.7576443Z [1599/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_sgemm_kern_part1_autogen.cpp.obj 2025-09-07T06:21:31.8314858Z [1600/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_sgemm_kern_part2_autogen.cpp.obj 2025-09-07T06:21:32.0727293Z [1601/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_an_kern_autogen.cpp.obj 2025-09-07T06:21:32.1795314Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:32.1796165Z [1602/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_bn_kern_autogen.cpp.obj 2025-09-07T06:21:32.1812641Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:32.1813577Z [1603/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_at_kern_autogen.cpp.obj 2025-09-07T06:21:32.2067381Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:32.2068184Z [1604/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_bt_kern_autogen.cpp.obj 2025-09-07T06:21:32.2613743Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:32.2614704Z [1605/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_gemv_n_f32_kern.cpp.obj 2025-09-07T06:21:32.2755949Z [1606/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_gemv_t_f32_kern.cpp.obj 2025-09-07T06:21:32.4045845Z [1607/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.obj 2025-09-07T06:21:32.4777787Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:32.4778583Z [1608/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_kernel_sgemm_kern_autogen.cpp.obj 2025-09-07T06:21:32.6902445Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:32.6904070Z [1609/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2025-09-07T06:21:32.7807037Z [1610/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2025-09-07T06:21:32.8065586Z [1611/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2025-09-07T06:21:32.8572983Z [1612/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2025-09-07T06:21:32.8770872Z [1613/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_gemm_s8u8s32_kern.cpp.obj 2025-09-07T06:21:32.8868194Z [1614/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_an_kern_autogen.cpp.obj 2025-09-07T06:21:33.0494381Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:33.0495310Z [1615/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_at_kern_autogen.cpp.obj 2025-09-07T06:21:33.0949739Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:33.0951192Z [1616/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_bn_kern_autogen.cpp.obj 2025-09-07T06:21:33.3091104Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:33.3092046Z [1617/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_bt_kern_autogen.cpp.obj 2025-09-07T06:21:33.3866100Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:33.3867011Z [1618/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_an_kern_autogen.cpp.obj 2025-09-07T06:21:33.4585197Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:33.4586638Z [1619/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_at_kern_autogen.cpp.obj 2025-09-07T06:21:33.4920662Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:33.4921547Z [1620/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-09-07T06:21:33.5084335Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:33.5085173Z [1621/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.obj 2025-09-07T06:21:33.5177718Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:33.5178818Z [1622/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-09-07T06:21:33.6736382Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:33.6737446Z [1623/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.obj 2025-09-07T06:21:33.7090481Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:33.7091356Z [1624/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.obj 2025-09-07T06:21:33.9179402Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:33.9180216Z [1625/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.obj 2025-09-07T06:21:34.0484601Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:34.0486293Z [1626/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.obj 2025-09-07T06:21:34.0852455Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:34.0853777Z [1627/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.obj 2025-09-07T06:21:34.1267012Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:34.1268424Z [1628/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-09-07T06:21:34.1369974Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:34.1371402Z [1629/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_gemm_s8u8s32_kern.cpp.obj 2025-09-07T06:21:34.1463715Z [1630/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-09-07T06:21:34.3036264Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:34.3037263Z [1631/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.obj 2025-09-07T06:21:34.3146116Z [1632/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_gemv_s8x8s32.cpp.obj 2025-09-07T06:21:34.5414931Z [1633/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_an_kern_autogen.cpp.obj 2025-09-07T06:21:34.6627738Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:34.6629282Z [1634/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_at_kern_autogen.cpp.obj 2025-09-07T06:21:34.7148948Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:34.7149923Z [1635/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_bn_kern_autogen.cpp.obj 2025-09-07T06:21:34.7643617Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:34.7644425Z [1636/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_bt_kern_autogen.cpp.obj 2025-09-07T06:21:34.7734205Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:34.7735421Z [1637/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.obj 2025-09-07T06:21:34.7752416Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:34.7753894Z [1638/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.obj 2025-09-07T06:21:34.9026053Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:34.9027667Z [1639/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-09-07T06:21:34.9550878Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:34.9552604Z [1640/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-09-07T06:21:35.1496724Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:35.1498569Z [1641/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:35.2996318Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:35.2998179Z [1642/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:35.3556754Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:35.3557688Z [1643/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:35.3961373Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:35.3962916Z [1644/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:35.4030010Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:35.4030947Z [1645/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:35.4054618Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:35.4102182Z [1646/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:35.5360914Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:35.5362563Z [1647/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:35.6011767Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:35.6013301Z [1648/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:35.7727208Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:35.7728243Z [1649/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_an_kern_autogen.cpp.obj 2025-09-07T06:21:35.9082868Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:35.9084353Z [1650/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_at_kern_autogen.cpp.obj 2025-09-07T06:21:35.9852569Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:35.9854043Z [1651/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_bn_kern_autogen.cpp.obj 2025-09-07T06:21:36.0164262Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.0165204Z [1652/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_bt_kern_autogen.cpp.obj 2025-09-07T06:21:36.0256284Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.0257155Z [1653/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_at_kern_autogen.cpp.obj 2025-09-07T06:21:36.0312076Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.0313477Z [1654/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_an_kern_autogen.cpp.obj 2025-09-07T06:21:36.1568152Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.1569481Z [1655/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-09-07T06:21:36.2447657Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.2449406Z [1656/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-09-07T06:21:36.4016470Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.4017372Z [1657/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:36.5310108Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.5311067Z [1658/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:36.5831578Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.5833089Z [1659/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:36.6637676Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.6638896Z [1660/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:36.6696702Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.6697919Z [1661/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:36.6777407Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.6778360Z [1662/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:36.8074918Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.8076391Z [1663/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:36.8726130Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:36.8727160Z [1664/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-09-07T06:21:37.0226770Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:37.0227596Z [1665/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_an_kern_autogen.cpp.obj 2025-09-07T06:21:37.1365281Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:37.1366362Z [1666/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_at_kern_autogen.cpp.obj 2025-09-07T06:21:37.2039623Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:37.2040983Z [1667/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_bn_kern_autogen.cpp.obj 2025-09-07T06:21:37.2899497Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:37.2900918Z [1668/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_at_kern_autogen.cpp.obj 2025-09-07T06:21:37.2923139Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:37.2924124Z [1669/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_bt_kern_autogen.cpp.obj 2025-09-07T06:21:37.3018174Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:37.3019353Z [1670/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_an_kern_autogen.cpp.obj 2025-09-07T06:21:37.4491791Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:37.4492985Z [1671/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-09-07T06:21:37.4859804Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:37.4861391Z [1672/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-09-07T06:21:37.7133570Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-09-07T06:21:37.7134578Z [1673/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2025-09-07T06:21:37.7968655Z [1674/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2025-09-07T06:21:37.8339293Z [1675/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2025-09-07T06:21:37.9368110Z [1676/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2025-09-07T06:21:37.9563587Z [1677/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2025-09-07T06:21:37.9654230Z [1678/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2025-09-07T06:21:38.1186593Z [1679/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2025-09-07T06:21:38.1648423Z [1680/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_conv_kernel_f32.cpp.obj 2025-09-07T06:21:38.4558008Z [1681/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2025-09-07T06:21:38.4665710Z [1682/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2025-09-07T06:21:38.5040875Z [1683/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2025-09-07T06:21:38.6238608Z [1684/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_conv_kernel.cpp.obj 2025-09-07T06:21:38.6389935Z [1685/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2025-09-07T06:21:38.6605774Z [1686/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2025-09-07T06:21:38.8082598Z [1687/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_1x1_conv_kernel.cpp.obj 2025-09-07T06:21:38.8201574Z [1688/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2025-09-07T06:21:39.1304050Z [1689/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_conv_kernel.cpp.obj 2025-09-07T06:21:39.1454644Z [1690/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_1x1_convolution.cpp.obj 2025-09-07T06:21:39.2002951Z [1691/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2025-09-07T06:21:39.3379133Z [1692/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_1x1_conv_kernel.cpp.obj 2025-09-07T06:21:39.3399330Z [1693/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2025-09-07T06:21:39.3789060Z [1694/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_1x1_convolution.cpp.obj 2025-09-07T06:21:39.4801971Z [1695/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_conv_kernel.cpp.obj 2025-09-07T06:21:39.5096415Z [1696/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2025-09-07T06:21:39.7703466Z [1697/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2025-09-07T06:21:39.7920668Z [1698/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_dw_conv_kernel.cpp.obj 2025-09-07T06:21:39.8050939Z [1699/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp8cvt.cpp.obj 2025-09-07T06:21:39.9678705Z [1700/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2025-09-07T06:21:39.9786454Z [1701/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2025-09-07T06:21:40.0797447Z [1702/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.obj 2025-09-07T06:21:40.1648799Z [1703/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_conv_kernel.cpp.obj 2025-09-07T06:21:40.2074468Z [1704/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_1x1_convolution.cpp.obj 2025-09-07T06:21:40.4439688Z [1705/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2025-09-07T06:21:40.4765781Z [1706/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2025-09-07T06:21:40.4900319Z [1707/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2025-09-07T06:21:40.6544542Z [1708/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2025-09-07T06:21:40.7005916Z [1709/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2025-09-07T06:21:40.8267266Z [1710/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2025-09-07T06:21:40.8371631Z [1711/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2025-09-07T06:21:40.8858415Z [1712/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_copy_kernel.cpp.obj 2025-09-07T06:21:41.1294414Z [1713/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_trans_kernel.cpp.obj 2025-09-07T06:21:41.1571815Z [1714/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2025-09-07T06:21:41.1642707Z [1715/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2025-09-07T06:21:41.3625541Z [1716/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_comp_pad_kernel.cpp.obj 2025-09-07T06:21:41.3648201Z [1717/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2025-09-07T06:21:41.4916332Z [1718/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2025-09-07T06:21:41.5144583Z [1719/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2025-09-07T06:21:41.5941904Z [1720/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2025-09-07T06:21:41.8219126Z [1721/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_post_ops.cpp.obj 2025-09-07T06:21:41.8420660Z [1722/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2025-09-07T06:21:41.8508115Z [1723/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2025-09-07T06:21:41.9886086Z [1724/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2025-09-07T06:21:42.0013450Z [1725/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2025-09-07T06:21:42.1697327Z [1726/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2025-09-07T06:21:42.1794338Z [1727/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2025-09-07T06:21:42.2833840Z [1728/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2025-09-07T06:21:42.4380722Z [1729/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2025-09-07T06:21:42.5030346Z [1730/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_conv_kernel_f32.cpp.obj 2025-09-07T06:21:42.5547834Z [1731/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2025-09-07T06:21:42.6130591Z [1732/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2025-09-07T06:21:42.7132974Z [1733/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2025-09-07T06:21:42.8171263Z [1734/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2025-09-07T06:21:42.8449660Z [1735/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2025-09-07T06:21:42.9412719Z [1736/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2025-09-07T06:21:43.1515041Z [1737/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2025-09-07T06:21:43.1628326Z [1738/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2025-09-07T06:21:43.1930451Z [1739/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2025-09-07T06:21:43.2608867Z [1740/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_deconv_zp_pad_str_kernel.cpp.obj 2025-09-07T06:21:43.3853651Z [1741/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_conv_kernel_f32.cpp.obj 2025-09-07T06:21:43.5292358Z [1742/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2025-09-07T06:21:43.5312819Z [1743/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_conv_kernel_utils.cpp.obj 2025-09-07T06:21:43.6232171Z [1744/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2025-09-07T06:21:43.7947963Z [1745/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2025-09-07T06:21:43.8550806Z [1746/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2025-09-07T06:21:43.8787367Z [1747/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2025-09-07T06:21:43.9667998Z [1748/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_instance_normalization.cpp.obj 2025-09-07T06:21:44.0674918Z [1749/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2025-09-07T06:21:44.2022000Z [1750/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_ncsp_convolution.cpp.obj 2025-09-07T06:21:44.2105594Z [1751/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2025-09-07T06:21:44.3158794Z [1752/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2025-09-07T06:21:44.4844803Z [1753/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2025-09-07T06:21:44.5432402Z [1754/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2025-09-07T06:21:44.6056123Z [1755/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2025-09-07T06:21:44.6267072Z [1756/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_direct_copy.cpp.obj 2025-09-07T06:21:44.6847048Z [1757/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2025-09-07T06:21:44.8844271Z [1758/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2025-09-07T06:21:44.8927386Z [1759/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2025-09-07T06:21:45.0083367Z [1760/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2025-09-07T06:21:45.1846405Z [1761/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2025-09-07T06:21:45.2390160Z [1762/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_conv_kernel.cpp.obj 2025-09-07T06:21:45.2726537Z [1763/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2025-09-07T06:21:45.2755827Z [1764/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2025-09-07T06:21:45.4371371Z [1765/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2025-09-07T06:21:45.5090402Z [1766/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2025-09-07T06:21:45.5976752Z [1767/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2025-09-07T06:21:45.6884174Z [1768/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2025-09-07T06:21:45.8076365Z [1769/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_bwd_base.cpp.obj 2025-09-07T06:21:45.8837297Z [1770/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_bwd_blocked.cpp.obj 2025-09-07T06:21:45.9023837Z [1771/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_fwd_base.cpp.obj 2025-09-07T06:21:45.9116423Z [1772/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_bwd_nhwc.cpp.obj 2025-09-07T06:21:46.0575739Z [1773/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_fwd_blocked.cpp.obj 2025-09-07T06:21:46.1139482Z [1774/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_fwd_nhwc.cpp.obj 2025-09-07T06:21:46.2708829Z [1775/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2025-09-07T06:21:46.3334208Z [1776/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2025-09-07T06:21:46.5380224Z [1777/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2025-09-07T06:21:46.5514522Z [1778/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2025-09-07T06:21:46.5734550Z [1779/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2025-09-07T06:21:46.5984736Z [1780/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2025-09-07T06:21:46.7342268Z [1781/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2025-09-07T06:21:46.7792218Z [1782/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2025-09-07T06:21:46.8992184Z [1783/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2025-09-07T06:21:46.9997022Z [1784/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2025-09-07T06:21:47.1921983Z [1785/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2025-09-07T06:21:47.2028996Z [1786/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2025-09-07T06:21:47.2168443Z [1787/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_uni_prelu_backward_kernel.cpp.obj 2025-09-07T06:21:47.2573587Z [1788/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_uni_prelu_forward_kernel.cpp.obj 2025-09-07T06:21:47.3993243Z [1789/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2025-09-07T06:21:47.4647213Z [1790/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2025-09-07T06:21:47.5344150Z [1791/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2025-09-07T06:21:47.5446493Z [1792/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2025-09-07T06:21:47.8390356Z [1793/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_brgemm_transpose_single_row.cpp.obj 2025-09-07T06:21:47.8490840Z [1794/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2025-09-07T06:21:47.8669229Z [1795/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2025-09-07T06:21:47.9369787Z [1796/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2025-09-07T06:21:48.1007830Z [1797/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2025-09-07T06:21:48.1076285Z [1798/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2025-09-07T06:21:48.1400975Z [1799/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2025-09-07T06:21:48.1637668Z [1800/7055] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2025-09-07T06:21:48.4439336Z [1801/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2025-09-07T06:21:48.4846011Z [1802/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2025-09-07T06:21:48.5225160Z [1803/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2025-09-07T06:21:48.5592174Z [1804/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2025-09-07T06:21:48.6674855Z [1805/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2025-09-07T06:21:48.6818105Z [1806/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2025-09-07T06:21:48.7178157Z [1807/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2025-09-07T06:21:48.8304649Z [1808/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2025-09-07T06:21:49.0886462Z [1809/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2025-09-07T06:21:49.1262241Z [1810/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2025-09-07T06:21:49.1337598Z [1811/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2025-09-07T06:21:49.1469155Z [1812/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2025-09-07T06:21:49.2246008Z [1813/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2025-09-07T06:21:49.2583314Z [1814/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2025-09-07T06:21:49.3858890Z [1815/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2025-09-07T06:21:49.5128671Z [1816/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2025-09-07T06:21:49.7032765Z [1817/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2025-09-07T06:21:49.7880146Z [1818/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_partition_impl.cpp.obj 2025-09-07T06:21:49.8176743Z [1819/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2025-09-07T06:21:49.8474887Z [1820/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2025-09-07T06:21:49.8682804Z [1821/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2025-09-07T06:21:49.9451017Z [1822/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2025-09-07T06:21:50.0933729Z [1823/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2025-09-07T06:21:50.1281415Z [1824/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\platform.cpp.obj 2025-09-07T06:21:50.4077060Z [1825/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2025-09-07T06:21:50.4597607Z [1826/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\batch_norm.cpp.obj 2025-09-07T06:21:50.4980642Z [1827/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\binary.cpp.obj 2025-09-07T06:21:50.5224476Z [1828/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\concat.cpp.obj 2025-09-07T06:21:50.5871180Z [1829/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\conv.cpp.obj 2025-09-07T06:21:50.6329655Z [1830/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\conv_base.cpp.obj 2025-09-07T06:21:50.7825972Z [1831/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\conv_transpose.cpp.obj 2025-09-07T06:21:50.8256024Z [1832/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\dummy.cpp.obj 2025-09-07T06:21:51.1155820Z [1833/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\eltwise.cpp.obj 2025-09-07T06:21:51.1815924Z [1834/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\group_norm.cpp.obj 2025-09-07T06:21:51.1873754Z [1835/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\gen_index.cpp.obj 2025-09-07T06:21:51.1951271Z [1836/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\kernel_base.cpp.obj 2025-09-07T06:21:51.2656904Z [1837/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\large_partition.cpp.obj 2025-09-07T06:21:51.3015050Z [1838/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\layer_norm.cpp.obj 2025-09-07T06:21:51.5072200Z [1839/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\matmul.cpp.obj 2025-09-07T06:21:51.6544622Z [1840/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\log_softmax.cpp.obj 2025-09-07T06:21:51.8324175Z [1841/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\mqa_decomp.cpp.obj 2025-09-07T06:21:51.8439104Z [1842/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\pool.cpp.obj 2025-09-07T06:21:51.8609235Z [1843/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\prelu.cpp.obj 2025-09-07T06:21:51.9352041Z [1844/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\reduction.cpp.obj 2025-09-07T06:21:52.1001767Z [1845/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\mqa_decomp_config.cpp.obj 2025-09-07T06:21:52.1390485Z [1846/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\quantize.cpp.obj 2025-09-07T06:21:52.1692905Z [1847/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\reorder.cpp.obj 2025-09-07T06:21:52.3025264Z [1848/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\resampling.cpp.obj 2025-09-07T06:21:52.4811768Z [1849/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_decomp.cpp.obj 2025-09-07T06:21:52.5352338Z [1850/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_decomp_config.cpp.obj 2025-09-07T06:21:52.5680477Z [1851/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_primitive.cpp.obj 2025-09-07T06:21:57.0243233Z [1852/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_primitive_config.cpp.obj 2025-09-07T06:21:57.0550104Z [1853/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\select.cpp.obj 2025-09-07T06:21:57.0787681Z [1854/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\shuffle.cpp.obj 2025-09-07T06:21:57.1106208Z [1855/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\softmax.cpp.obj 2025-09-07T06:21:57.1396652Z [1856/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sum.cpp.obj 2025-09-07T06:21:57.1685594Z [1857/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2025-09-07T06:21:57.1930397Z [1858/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2025-09-07T06:21:57.2009720Z [1859/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2025-09-07T06:21:57.6896087Z [1860/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2025-09-07T06:21:57.7233905Z [1861/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2025-09-07T06:21:57.7627819Z [1862/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2025-09-07T06:21:57.8175269Z [1863/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2025-09-07T06:21:57.8249076Z [1864/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2025-09-07T06:21:57.8644287Z [1865/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2025-09-07T06:21:57.8810082Z [1866/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2025-09-07T06:21:57.8908599Z [1867/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2025-09-07T06:21:58.4160058Z [1868/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\conv_block_fusion.cpp.obj 2025-09-07T06:21:58.4269346Z [1869/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\conv_post_ops.cpp.obj 2025-09-07T06:21:58.4450130Z [1870/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2025-09-07T06:21:58.4996288Z [1871/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\groupnorm_fusion.cpp.obj 2025-09-07T06:21:58.5494828Z [1872/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2025-09-07T06:21:58.5774313Z [1873/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\matmul_post_ops.cpp.obj 2025-09-07T06:21:58.5793745Z [1874/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2025-09-07T06:21:58.5890563Z [1875/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2025-09-07T06:21:59.0977373Z [1876/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2025-09-07T06:21:59.0999992Z [1877/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\pool_post_ops.cpp.obj 2025-09-07T06:21:59.1111402Z [1878/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\mlp.cpp.obj 2025-09-07T06:21:59.1955206Z [1879/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2025-09-07T06:21:59.2077328Z [1880/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2025-09-07T06:21:59.2518191Z [1881/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2025-09-07T06:21:59.2935872Z [1882/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2025-09-07T06:21:59.3184229Z [1883/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\ocl_usm_utils.cpp.obj 2025-09-07T06:21:59.3242559Z [1884/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2025-09-07T06:21:59.3362985Z [1885/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\single_op_pattern.cpp.obj 2025-09-07T06:21:59.3983350Z [1886/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2025-09-07T06:21:59.4097936Z [1887/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2025-09-07T06:21:59.7859292Z [1888/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\softmax_post_ops.cpp.obj 2025-09-07T06:21:59.7968570Z [1889/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2025-09-07T06:21:59.8792499Z [1890/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2025-09-07T06:21:59.8885099Z [1891/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2025-09-07T06:21:59.9428104Z [1892/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2025-09-07T06:21:59.9520807Z [1893/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2025-09-07T06:21:59.9789213Z [1894/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2025-09-07T06:22:00.0474954Z [1895/7055] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2025-09-07T06:22:00.1342150Z [1896/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2025-09-07T06:22:00.2034401Z [1897/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2025-09-07T06:22:00.2135342Z [1898/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ApproximateClock.cpp.obj 2025-09-07T06:22:00.2530331Z [1899/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2025-09-07T06:22:00.2532372Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(21): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-09-07T06:22:00.2534619Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(21): note: 'WIN32_LEAN_AND_MEAN' previously declared on the command line 2025-09-07T06:22:00.2536646Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(22): warning C4005: 'NOGDI': macro redefinition 2025-09-07T06:22:00.3165405Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(22): note: 'NOGDI' previously declared on the command line 2025-09-07T06:22:00.3167047Z [1900/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2025-09-07T06:22:00.3177962Z [1901/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2025-09-07T06:22:00.3236324Z [1902/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2025-09-07T06:22:00.3479039Z [1903/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2025-09-07T06:22:00.4035860Z [1904/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2025-09-07T06:22:00.4803860Z [1905/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2025-09-07T06:22:00.4867162Z [1906/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2025-09-07T06:22:00.5034581Z [1907/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2025-09-07T06:22:00.5446414Z [1908/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2025-09-07T06:22:00.5458648Z [1909/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2025-09-07T06:22:00.6256352Z [1910/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2025-09-07T06:22:00.6353151Z [1911/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2025-09-07T06:22:00.7038386Z [1912/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2025-09-07T06:22:00.7235134Z [1913/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2025-09-07T06:22:00.7421072Z [1914/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2025-09-07T06:22:00.8416085Z [1915/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2025-09-07T06:22:00.8517646Z [1916/7055] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2025-09-07T06:22:00.8650744Z [1917/7055] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2025-09-07T06:22:00.8988109Z [1918/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2025-09-07T06:22:00.9065319Z [1919/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2025-09-07T06:22:00.9572919Z [1920/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2025-09-07T06:22:00.9625244Z [1921/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2025-09-07T06:22:00.9867164Z [1922/7055] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2025-09-07T06:22:00.9987973Z [1923/7055] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2025-09-07T06:22:01.0094211Z [1924/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.0150107Z [1925/7055] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.0653123Z [1926/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.0818274Z [1927/7055] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.0944436Z [1928/7055] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.1015460Z [1929/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.1267192Z [1930/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.1506592Z [1931/7055] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.1758088Z [1932/7055] Linking CXX shared library bin\c10.dll 2025-09-07T06:22:01.1868398Z [1933/7055] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.1922826Z [1934/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.2025513Z [1935/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.2158798Z [1936/7055] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.2437712Z [1937/7055] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.2556428Z [1938/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.2865729Z [1939/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.2923390Z [1940/7055] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.3048794Z [1941/7055] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.3165206Z [1942/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.3348980Z [1943/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.3662405Z [1944/7055] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.3713126Z [1945/7055] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.3904324Z [1946/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.4000719Z [1947/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.4189051Z [1948/7055] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.4254066Z [1949/7055] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.4317240Z [1950/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.4616311Z [1951/7055] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.4780770Z [1952/7055] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.4792871Z [1953/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.5049351Z [1954/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.5060639Z [1955/7055] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.5129757Z [1956/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.5345419Z [1957/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-09-07T06:22:01.5535977Z [1958/7055] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.5581316Z [1959/7055] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2025-09-07T06:22:01.5678793Z [1960/7055] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2025-09-07T06:22:01.6116010Z [1961/7055] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2025-09-07T06:22:01.6128283Z [1962/7055] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2025-09-07T06:22:01.6214597Z [1963/7055] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2025-09-07T06:22:01.6434015Z [1964/7055] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2025-09-07T06:22:01.6451576Z [1965/7055] Linking CXX static library lib\XNNPACK.lib 2025-09-07T06:22:01.6465731Z [1966/7055] Linking C static library lib\libittnotify.lib 2025-09-07T06:22:01.6759365Z [1967/7055] Linking CXX static library lib\gloo.lib 2025-09-07T06:22:01.7222793Z [1968/7055] Linking C static library sleef\lib\sleef.lib 2025-09-07T06:22:01.7545511Z [1969/7055] Linking CXX static library lib\kineto.lib 2025-09-07T06:22:01.8071173Z [1970/7055] Building CXX object caffe2\perfkernels\CMakeFiles\Caffe2_perfkernels_avx2.dir\common_avx2.cc.obj 2025-09-07T06:22:01.8568878Z [1971/7055] Building CXX object caffe2\perfkernels\CMakeFiles\Caffe2_perfkernels_avx2.dir\embedding_lookup_idx_avx2.cc.obj 2025-09-07T06:22:01.8923853Z [1972/7055] Linking CXX static library lib\Caffe2_perfkernels_avx2.lib 2025-09-07T06:22:01.9991940Z [1973/7055] Linking CXX static library lib\onnx.lib 2025-09-07T06:22:02.0341690Z [1974/7055] Generating C:/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/datapipe.pyi 2025-09-07T06:22:02.1431565Z [1975/7055] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2025-09-07T06:22:02.2074947Z [1976/7055] Linking CXX static library lib\gtest.lib 2025-09-07T06:22:02.3115945Z [1977/7055] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2025-09-07T06:22:02.3496388Z [1978/7055] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2025-09-07T06:22:02.5112928Z [1979/7055] Regenerating version file... 2025-09-07T06:22:02.5591167Z [1980/7055] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2025-09-07T06:22:02.6006404Z [1981/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2025-09-07T06:22:02.8685631Z [1982/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2025-09-07T06:22:02.8789376Z [1983/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2025-09-07T06:22:03.0840375Z [1984/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\check.cc.obj 2025-09-07T06:22:03.1720938Z [1985/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2025-09-07T06:22:03.1819113Z [1986/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2025-09-07T06:22:03.3999707Z [1987/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2025-09-07T06:22:03.4560042Z [1988/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2025-09-07T06:22:03.4586192Z [1989/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2025-09-07T06:22:03.6511087Z [1990/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2025-09-07T06:22:03.7678390Z [1991/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2025-09-07T06:22:04.0237295Z [1992/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2025-09-07T06:22:04.0463498Z [1993/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2025-09-07T06:22:04.0588693Z [1994/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2025-09-07T06:22:04.2566415Z [1995/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2025-09-07T06:22:04.3649126Z [1996/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2025-09-07T06:22:04.5399113Z [1997/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2025-09-07T06:22:04.5462719Z [1998/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2025-09-07T06:22:04.5743846Z [1999/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2025-09-07T06:22:05.5345335Z [2000/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-09-07T06:22:05.5361950Z [2001/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-09-07T06:22:05.5375898Z [2002/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2025-09-07T06:22:05.7477780Z [2003/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-09-07T06:22:05.7809441Z [2004/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-09-07T06:22:05.8250282Z [2005/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-09-07T06:22:05.9836331Z [2006/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-09-07T06:22:06.3628988Z [2007/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-09-07T06:22:06.3643709Z [2008/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-09-07T06:22:06.3694033Z [2009/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-09-07T06:22:06.5741650Z [2010/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-09-07T06:22:06.5895454Z [2011/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2025-09-07T06:22:06.6104288Z [2012/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2025-09-07T06:22:06.8337641Z [2013/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-09-07T06:22:06.8356897Z [2014/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2025-09-07T06:22:06.8419579Z [2015/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-09-07T06:22:06.9274813Z [2016/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2025-09-07T06:22:07.0154341Z [2017/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-09-07T06:22:07.9685692Z [2018/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-09-07T06:22:07.9759553Z [2019/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-09-07T06:22:07.9779027Z [2020/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-09-07T06:22:07.9797158Z [2021/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-09-07T06:22:07.9816055Z [2022/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-09-07T06:22:07.9870690Z [2023/7055] Linking CXX static library lib\dnnl.lib 2025-09-07T06:22:08.0134226Z [2024/7055] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2025-09-07T06:22:08.2377505Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-09-07T06:22:08.2378120Z 2025-09-07T06:22:08.2378128Z 2025-09-07T06:22:08.2378433Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-09-07T06:22:08.2378938Z 2025-09-07T06:22:08.2378945Z 2025-09-07T06:22:08.2378953Z 2025-09-07T06:22:08.2378972Z 2025-09-07T06:22:08.2379940Z [2025/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-09-07T06:22:08.2448156Z [2026/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-09-07T06:22:08.2522501Z [2027/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-09-07T06:22:08.2774765Z [2028/7055] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-09-07T06:22:08.3285526Z [2029/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2025-09-07T06:22:08.3363569Z [2030/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2025-09-07T06:22:08.3433602Z [2031/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2025-09-07T06:22:08.3488167Z [2032/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2025-09-07T06:22:08.3957063Z [2033/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2025-09-07T06:22:08.4008540Z [2034/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2025-09-07T06:22:08.4273500Z [2035/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2025-09-07T06:22:08.4501291Z [2036/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2025-09-07T06:22:08.4931719Z [2037/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2025-09-07T06:22:08.4943159Z [2038/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2025-09-07T06:22:08.5003476Z [2039/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2025-09-07T06:22:08.5539368Z [2040/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2025-09-07T06:22:08.5675048Z [2041/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2025-09-07T06:22:08.5759782Z [2042/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2025-09-07T06:22:08.6008892Z [2043/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2025-09-07T06:22:08.6087843Z [2044/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2025-09-07T06:22:08.6690652Z [2045/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-09-07T06:22:08.6854187Z [2046/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-09-07T06:22:08.6913868Z [2047/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-09-07T06:22:08.7144847Z [2048/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-09-07T06:22:08.7228034Z [2049/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2025-09-07T06:22:08.7831205Z [2050/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2025-09-07T06:22:08.8000316Z [2051/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u1.c.obj 2025-09-07T06:22:08.8057136Z [2052/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2025-09-07T06:22:08.8174289Z [2053/7055] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2025-09-07T06:22:08.8236305Z [2054/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u2.c.obj 2025-09-07T06:22:08.8389435Z [2055/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u3.c.obj 2025-09-07T06:22:08.8964602Z [2056/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2025-09-07T06:22:08.9133798Z [2057/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2025-09-07T06:22:08.9198402Z [2058/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2025-09-07T06:22:08.9274383Z [2059/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2025-09-07T06:22:08.9418708Z [2060/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2025-09-07T06:22:08.9523961Z [2061/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2025-09-07T06:22:09.0222165Z [2062/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2025-09-07T06:22:09.0271085Z [2063/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2025-09-07T06:22:09.0316751Z [2064/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2025-09-07T06:22:09.0424297Z [2065/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2025-09-07T06:22:09.0483635Z [2066/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2025-09-07T06:22:09.0574149Z [2067/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2025-09-07T06:22:09.1320655Z [2068/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2025-09-07T06:22:09.1412494Z [2069/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2025-09-07T06:22:09.1470985Z [2070/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2025-09-07T06:22:09.1634010Z [2071/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2025-09-07T06:22:09.1764905Z [2072/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2025-09-07T06:22:09.1830581Z [2073/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2025-09-07T06:22:09.2607823Z [2074/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2025-09-07T06:22:09.2717002Z [2075/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2025-09-07T06:22:09.2736230Z [2076/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2025-09-07T06:22:09.2904492Z [2077/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2025-09-07T06:22:09.3068711Z [2078/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2025-09-07T06:22:09.3128710Z [2079/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2025-09-07T06:22:09.3947459Z [2080/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2025-09-07T06:22:09.4049284Z [2081/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2025-09-07T06:22:09.4164904Z [2082/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2025-09-07T06:22:09.4178574Z [2083/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2025-09-07T06:22:09.4288543Z [2084/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2025-09-07T06:22:09.4424704Z [2085/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2025-09-07T06:22:09.5248155Z [2086/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2025-09-07T06:22:09.5309345Z [2087/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2025-09-07T06:22:09.5437011Z [2088/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2025-09-07T06:22:09.5489769Z [2089/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2025-09-07T06:22:09.5548789Z [2090/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2025-09-07T06:22:09.5674662Z [2091/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2025-09-07T06:22:09.6567395Z [2092/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2025-09-07T06:22:09.6633885Z [2093/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2025-09-07T06:22:09.6883756Z [2094/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2025-09-07T06:22:09.6897013Z [2095/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2025-09-07T06:22:09.6993076Z [2096/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2025-09-07T06:22:09.7048546Z [2097/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2025-09-07T06:22:09.7835500Z [2098/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2025-09-07T06:22:09.7965332Z [2099/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2025-09-07T06:22:09.8203108Z [2100/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2025-09-07T06:22:09.8215309Z [2101/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2025-09-07T06:22:09.8292222Z [2102/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2025-09-07T06:22:09.8375562Z [2103/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2025-09-07T06:22:09.9102219Z [2104/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2025-09-07T06:22:09.9203026Z [2105/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2025-09-07T06:22:09.9454917Z [2106/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2025-09-07T06:22:09.9551360Z [2107/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2025-09-07T06:22:09.9603904Z [2108/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2025-09-07T06:22:09.9659797Z [2109/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2025-09-07T06:22:10.0464482Z [2110/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2025-09-07T06:22:10.0482679Z [2111/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2025-09-07T06:22:10.0858158Z [2112/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2025-09-07T06:22:10.0872874Z [2113/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2025-09-07T06:22:10.0885085Z [2114/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2025-09-07T06:22:10.1022723Z [2115/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2025-09-07T06:22:10.1712647Z [2116/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.obj 2025-09-07T06:22:10.1789734Z [2117/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.obj 2025-09-07T06:22:10.2080773Z [2118/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.obj 2025-09-07T06:22:10.2092877Z [2119/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.obj 2025-09-07T06:22:10.2150283Z [2120/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.obj 2025-09-07T06:22:10.2378367Z [2121/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.obj 2025-09-07T06:22:10.2926594Z [2122/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.obj 2025-09-07T06:22:10.3093730Z [2123/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.obj 2025-09-07T06:22:10.3349889Z [2124/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.obj 2025-09-07T06:22:10.3489067Z [2125/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.obj 2025-09-07T06:22:10.3502678Z [2126/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.obj 2025-09-07T06:22:10.3664369Z [2127/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.obj 2025-09-07T06:22:10.4195671Z [2128/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.obj 2025-09-07T06:22:10.4293058Z [2129/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.obj 2025-09-07T06:22:10.4586192Z [2130/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.obj 2025-09-07T06:22:10.4698241Z [2131/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.obj 2025-09-07T06:22:10.4828518Z [2132/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.obj 2025-09-07T06:22:10.4898403Z [2133/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.obj 2025-09-07T06:22:10.5516573Z [2134/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.obj 2025-09-07T06:22:10.5534004Z [2135/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.obj 2025-09-07T06:22:10.5915083Z [2136/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.obj 2025-09-07T06:22:10.6002448Z [2137/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.obj 2025-09-07T06:22:10.6236492Z [2138/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.obj 2025-09-07T06:22:10.6248781Z [2139/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.obj 2025-09-07T06:22:10.6799692Z [2140/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.obj 2025-09-07T06:22:10.6814190Z [2141/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.obj 2025-09-07T06:22:10.7162714Z [2142/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.obj 2025-09-07T06:22:10.7264358Z [2143/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.obj 2025-09-07T06:22:10.7854020Z [2144/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.obj 2025-09-07T06:22:10.7870165Z [2145/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.obj 2025-09-07T06:22:10.7985452Z [2146/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2025-09-07T06:22:10.8093197Z [2147/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2025-09-07T06:22:10.8297651Z [2148/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2025-09-07T06:22:10.8355399Z [2149/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2025-09-07T06:22:10.8981082Z [2150/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2025-09-07T06:22:10.9045623Z [2151/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2025-09-07T06:22:10.9375027Z [2152/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2025-09-07T06:22:10.9565814Z [2153/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2025-09-07T06:22:10.9811033Z [2154/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2025-09-07T06:22:10.9868012Z [2155/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2025-09-07T06:22:11.0004072Z [2156/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2025-09-07T06:22:11.0110319Z [2157/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2025-09-07T06:22:11.0372641Z [2158/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2025-09-07T06:22:11.0557139Z [2159/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2025-09-07T06:22:11.1105082Z [2160/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2025-09-07T06:22:11.1118722Z [2161/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2025-09-07T06:22:11.1272437Z [2162/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2025-09-07T06:22:11.1336172Z [2163/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2025-09-07T06:22:11.1466800Z [2164/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2025-09-07T06:22:11.1923871Z [2165/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2025-09-07T06:22:11.2486744Z [2166/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2025-09-07T06:22:11.2610507Z [2167/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2025-09-07T06:22:11.2778347Z [2168/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2025-09-07T06:22:11.2793965Z [2169/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2025-09-07T06:22:11.2962534Z [2170/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2025-09-07T06:22:11.3266713Z [2171/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2025-09-07T06:22:11.3899648Z [2172/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2025-09-07T06:22:11.3999005Z [2173/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2025-09-07T06:22:11.4309668Z [2174/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2025-09-07T06:22:11.4521901Z [2175/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2025-09-07T06:22:11.4700990Z [2176/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2025-09-07T06:22:11.4866456Z [2177/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2025-09-07T06:22:11.5067340Z [2178/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2025-09-07T06:22:11.5263145Z [2179/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2025-09-07T06:22:11.5421292Z [2180/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2025-09-07T06:22:11.5598837Z [2181/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2025-09-07T06:22:11.5856726Z [2182/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2025-09-07T06:22:11.6034042Z [2183/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-09-07T06:22:11.6245745Z [2184/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-09-07T06:22:11.6456768Z [2185/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-09-07T06:22:11.6661172Z [2186/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-09-07T06:22:11.6851870Z [2187/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2025-09-07T06:22:11.7035127Z [2188/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2025-09-07T06:22:11.7230642Z [2189/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2025-09-07T06:22:11.7477319Z [2190/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2025-09-07T06:22:11.7668311Z [2191/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2025-09-07T06:22:11.7835771Z [2192/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2025-09-07T06:22:11.8002167Z [2193/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2025-09-07T06:22:11.8172423Z [2194/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2025-09-07T06:22:11.8335322Z [2195/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2025-09-07T06:22:11.8689446Z [2196/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2025-09-07T06:22:11.8863005Z [2197/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2025-09-07T06:22:11.9035215Z [2198/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2025-09-07T06:22:11.9230307Z [2199/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2025-09-07T06:22:11.9449356Z [2200/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2025-09-07T06:22:11.9620757Z [2201/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2025-09-07T06:22:11.9803560Z [2202/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.obj 2025-09-07T06:22:12.0013875Z [2203/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.obj 2025-09-07T06:22:12.0205851Z [2204/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.obj 2025-09-07T06:22:12.0391209Z [2205/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2025-09-07T06:22:12.0581990Z [2206/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2025-09-07T06:22:12.0804597Z [2207/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2025-09-07T06:22:12.0980505Z [2208/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2025-09-07T06:22:12.1190411Z [2209/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2025-09-07T06:22:12.1534538Z [2210/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2025-09-07T06:22:12.1627711Z [2211/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2025-09-07T06:22:12.9097185Z [2212/7055] Generating C:/actions-runner/_work/pytorch/pytorch/torch/_C/__init__.pyi, C:/actions-runner/_work/pytorch/pytorch/torch/_C/_VariableFunctions.pyi, C:/actions-runner/_work/pytorch/pytorch/torch/nn/functional.pyi 2025-09-07T06:22:14.0925427Z [2213/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2025-09-07T06:22:14.1089849Z [2214/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2025-09-07T06:22:14.1271544Z [2215/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2025-09-07T06:22:14.1464912Z [2216/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2025-09-07T06:22:14.1839249Z [2217/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2025-09-07T06:22:14.2056306Z [2218/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2025-09-07T06:22:14.2268261Z [2219/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2025-09-07T06:22:14.2394770Z [2220/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2025-09-07T06:22:14.2460704Z [2221/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2025-09-07T06:22:14.2471587Z [2222/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2025-09-07T06:22:14.2627711Z [2223/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2025-09-07T06:22:14.2895654Z [2224/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2025-09-07T06:22:14.3100355Z [2225/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2025-09-07T06:22:14.3404426Z [2226/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2025-09-07T06:22:14.3515280Z [2227/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2025-09-07T06:22:14.3573090Z [2228/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2025-09-07T06:22:14.3584950Z [2229/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2025-09-07T06:22:14.3657012Z [2230/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2025-09-07T06:22:14.4035658Z [2231/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2025-09-07T06:22:14.4183510Z [2232/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2025-09-07T06:22:14.4629935Z [2233/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2025-09-07T06:22:14.4735579Z [2234/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2025-09-07T06:22:14.4848503Z [2235/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2025-09-07T06:22:14.4902395Z [2236/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2025-09-07T06:22:14.4918031Z [2237/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2025-09-07T06:22:14.5242971Z [2238/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2025-09-07T06:22:14.5362402Z [2239/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2025-09-07T06:22:14.5815127Z [2240/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2025-09-07T06:22:14.6015230Z [2241/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2025-09-07T06:22:14.6070482Z [2242/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2025-09-07T06:22:14.6193292Z [2243/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2025-09-07T06:22:14.6265229Z [2244/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2025-09-07T06:22:14.6473790Z [2245/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2025-09-07T06:22:14.6555237Z [2246/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2025-09-07T06:22:14.7210021Z [2247/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2025-09-07T06:22:14.7319139Z [2248/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2025-09-07T06:22:14.7337226Z [2249/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2025-09-07T06:22:14.7410089Z [2250/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2025-09-07T06:22:14.7463138Z [2251/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2025-09-07T06:22:14.7623483Z [2252/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2025-09-07T06:22:14.7685747Z [2253/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2025-09-07T06:22:14.8573387Z [2254/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2025-09-07T06:22:14.8588309Z [2255/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2025-09-07T06:22:14.8647258Z [2256/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2025-09-07T06:22:14.8702294Z [2257/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2025-09-07T06:22:14.8841041Z [2258/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2025-09-07T06:22:14.8909349Z [2259/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2025-09-07T06:22:14.8970743Z [2260/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2025-09-07T06:22:14.9831024Z [2261/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2025-09-07T06:22:14.9916291Z [2262/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2025-09-07T06:22:14.9933149Z [2263/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u2.c.obj 2025-09-07T06:22:14.9996764Z [2264/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u1.c.obj 2025-09-07T06:22:15.0167378Z [2265/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u1.c.obj 2025-09-07T06:22:15.0230996Z [2266/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u2.c.obj 2025-09-07T06:22:15.0245722Z [2267/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u4.c.obj 2025-09-07T06:22:15.1142325Z [2268/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2025-09-07T06:22:15.1199833Z [2269/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2025-09-07T06:22:15.1263170Z [2270/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2025-09-07T06:22:15.1373091Z [2271/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u4.c.obj 2025-09-07T06:22:15.1425339Z [2272/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u4.c.obj 2025-09-07T06:22:15.1488478Z [2273/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u1.c.obj 2025-09-07T06:22:15.1501398Z [2274/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u2.c.obj 2025-09-07T06:22:15.2432541Z [2275/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2025-09-07T06:22:15.2484575Z [2276/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2025-09-07T06:22:15.2559489Z [2277/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2025-09-07T06:22:15.2622686Z [2278/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2025-09-07T06:22:15.2674346Z [2279/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2025-09-07T06:22:15.2743129Z [2280/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2025-09-07T06:22:15.2800077Z [2281/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2025-09-07T06:22:15.3668157Z [2282/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2025-09-07T06:22:15.3831489Z [2283/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2025-09-07T06:22:15.3898810Z [2284/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2025-09-07T06:22:15.3912024Z [2285/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2025-09-07T06:22:15.3926046Z [2286/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2025-09-07T06:22:15.3996262Z [2287/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2025-09-07T06:22:15.4011520Z [2288/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2025-09-07T06:22:15.5055878Z [2289/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2025-09-07T06:22:15.5130956Z [2290/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2025-09-07T06:22:15.5145062Z [2291/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2025-09-07T06:22:15.5158792Z [2292/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2025-09-07T06:22:15.5226331Z [2293/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2025-09-07T06:22:15.5238450Z [2294/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2025-09-07T06:22:15.5301600Z [2295/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2025-09-07T06:22:15.6353162Z [2296/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2025-09-07T06:22:15.6404151Z [2297/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2025-09-07T06:22:15.6460321Z [2298/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2025-09-07T06:22:15.6474656Z [2299/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2025-09-07T06:22:15.6488248Z [2300/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2025-09-07T06:22:15.6544766Z [2301/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2025-09-07T06:22:15.6814468Z [2302/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2025-09-07T06:22:15.7662083Z [2303/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2025-09-07T06:22:15.7675824Z [2304/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2025-09-07T06:22:15.7689741Z [2305/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2025-09-07T06:22:15.7764349Z [2306/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2025-09-07T06:22:15.7821704Z [2307/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2025-09-07T06:22:15.7880750Z [2308/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2025-09-07T06:22:15.8440784Z [2309/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2025-09-07T06:22:15.8776726Z [2310/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2025-09-07T06:22:15.8791215Z [2311/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2025-09-07T06:22:15.8939912Z [2312/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2025-09-07T06:22:15.9007150Z [2313/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2025-09-07T06:22:15.9024564Z [2314/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2025-09-07T06:22:15.9088306Z [2315/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2025-09-07T06:22:15.9724788Z [2316/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2025-09-07T06:22:16.0054983Z [2317/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2025-09-07T06:22:16.0110204Z [2318/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2025-09-07T06:22:16.0228444Z [2319/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2025-09-07T06:22:16.0300968Z [2320/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2025-09-07T06:22:16.0319974Z [2321/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.obj 2025-09-07T06:22:16.0352976Z [2322/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.obj 2025-09-07T06:22:16.0960765Z [2323/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.obj 2025-09-07T06:22:16.1540796Z [2324/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2025-09-07T06:22:16.1586389Z [2325/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2025-09-07T06:22:16.1648073Z [2326/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2025-09-07T06:22:16.1664482Z [2327/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.obj 2025-09-07T06:22:16.1729335Z [2328/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.obj 2025-09-07T06:22:16.1920353Z [2329/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2025-09-07T06:22:16.2092161Z [2330/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2025-09-07T06:22:16.3018718Z [2331/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x2-minmax-scalar.c.obj 2025-09-07T06:22:16.3127504Z [2332/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x4-minmax-scalar.c.obj 2025-09-07T06:22:16.3176749Z [2333/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x2-minmax-scalar.c.obj 2025-09-07T06:22:16.3256849Z [2334/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x8-minmax-scalar.c.obj 2025-09-07T06:22:16.3320821Z [2335/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x4-minmax-scalar.c.obj 2025-09-07T06:22:16.3419609Z [2336/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x8-minmax-scalar.c.obj 2025-09-07T06:22:16.3489678Z [2337/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-4x4-minmax-scalar.c.obj 2025-09-07T06:22:16.4781340Z [2338/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x8-minmax-scalar.c.obj 2025-09-07T06:22:16.4858065Z [2339/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x2-minmax-scalar.c.obj 2025-09-07T06:22:16.4922629Z [2340/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x8-minmax-scalar.c.obj 2025-09-07T06:22:16.4936416Z [2341/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.obj 2025-09-07T06:22:16.4988052Z [2342/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.obj 2025-09-07T06:22:16.5041437Z [2343/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x2-minmax-scalar.c.obj 2025-09-07T06:22:16.5052778Z [2344/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4-minmax-scalar.c.obj 2025-09-07T06:22:16.6467178Z [2345/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2025-09-07T06:22:16.6480062Z [2346/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.obj 2025-09-07T06:22:16.6598113Z [2347/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.obj 2025-09-07T06:22:16.6656688Z [2348/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2025-09-07T06:22:16.6670888Z [2349/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.obj 2025-09-07T06:22:16.6811210Z [2350/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.obj 2025-09-07T06:22:16.6961756Z [2351/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.obj 2025-09-07T06:22:16.7967579Z [2352/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:16.8017037Z [2353/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:16.8152300Z [2354/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.obj 2025-09-07T06:22:16.8202132Z [2355/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.obj 2025-09-07T06:22:16.8334965Z [2356/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:16.8466659Z [2357/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.obj 2025-09-07T06:22:16.8486125Z [2358/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:16.9457660Z [2359/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:16.9549379Z [2360/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:16.9657002Z [2361/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:16.9752950Z [2362/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:16.9807701Z [2363/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:16.9824462Z [2364/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:17.0182288Z [2365/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:17.0838634Z [2366/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:17.0909818Z [2367/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:17.1365433Z [2368/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:17.1417645Z [2369/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:17.1542042Z [2370/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:17.1594832Z [2371/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:17.1609428Z [2372/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:17.2046891Z [2373/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:17.2669591Z [2374/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:17.2798396Z [2375/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:17.2860478Z [2376/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:17.3009990Z [2377/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:17.3025168Z [2378/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:17.3091665Z [2379/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:17.3260219Z [2380/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:17.3962244Z [2381/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:17.4111286Z [2382/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:17.4184594Z [2383/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:17.4314178Z [2384/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:17.4381849Z [2385/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-09-07T06:22:17.4477068Z [2386/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-09-07T06:22:17.4536345Z [2387/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:17.5327536Z [2388/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:17.5532775Z [2389/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-09-07T06:22:17.5551198Z [2390/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:17.5663364Z [2391/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:17.5792870Z [2392/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:17.5892461Z [2393/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:17.6141929Z [2394/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:17.6628590Z [2395/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:17.6705424Z [2396/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2025-09-07T06:22:17.6807003Z [2397/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2025-09-07T06:22:17.6859571Z [2398/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:17.7026538Z [2399/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-gio-scalar.c.obj 2025-09-07T06:22:17.7095082Z [2400/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-goi-scalar.c.obj 2025-09-07T06:22:17.7295168Z [2401/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-gio-scalar.c.obj 2025-09-07T06:22:17.7740722Z [2402/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-scalar.c.obj 2025-09-07T06:22:17.7888243Z [2403/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-gio-scalar.c.obj 2025-09-07T06:22:17.8017787Z [2404/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-goi-scalar.c.obj 2025-09-07T06:22:17.8030640Z [2405/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-gio-scalar.c.obj 2025-09-07T06:22:17.8186393Z [2406/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-gio-scalar.c.obj 2025-09-07T06:22:17.8355189Z [2407/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-goi-scalar.c.obj 2025-09-07T06:22:17.8588822Z [2408/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-gio-scalar.c.obj 2025-09-07T06:22:17.8853137Z [2409/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-scalar.c.obj 2025-09-07T06:22:17.9058038Z [2410/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x16c8-gemm-goi-scalar.c.obj 2025-09-07T06:22:17.9334714Z [2411/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:17.9393197Z [2412/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x32c8-gemm-goi-scalar.c.obj 2025-09-07T06:22:17.9491064Z [2413/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:17.9622644Z [2414/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:17.9856458Z [2415/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.0166495Z [2416/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.0352573Z [2417/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.0625427Z [2418/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.0741020Z [2419/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.0793062Z [2420/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.0956871Z [2421/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.1169199Z [2422/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.1422330Z [2423/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.1601359Z [2424/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.1934361Z [2425/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.2077947Z [2426/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.2093150Z [2427/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.2451600Z [2428/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.2508406Z [2429/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.2709923Z [2430/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.3121991Z [2431/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.3212414Z [2432/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.3445064Z [2433/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.3457636Z [2434/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.3668048Z [2435/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.3733947Z [2436/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.4064092Z [2437/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.4349704Z [2438/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.4564403Z [2439/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.4739941Z [2440/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.4998430Z [2441/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.5061996Z [2442/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.5158097Z [2443/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.5396131Z [2444/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.5797758Z [2445/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.5811212Z [2446/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.5944459Z [2447/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.6276166Z [2448/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.6403531Z [2449/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.6458591Z [2450/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.6651923Z [2451/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.7308169Z [2452/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.7370697Z [2453/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.7538779Z [2454/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.7724381Z [2455/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.7822900Z [2456/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.7917216Z [2457/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.8032057Z [2458/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.8672548Z [2459/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.8807679Z [2460/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.8972397Z [2461/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:18.9133077Z [2462/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.9260929Z [2463/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:18.9512281Z [2464/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:18.9525818Z [2465/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.0048994Z [2466/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.0241330Z [2467/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:19.0437458Z [2468/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:19.0545007Z [2469/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.0692740Z [2470/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:19.0996336Z [2471/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.1010017Z [2472/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:19.1637601Z [2473/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.1787586Z [2474/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:19.1858945Z [2475/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:19.2131420Z [2476/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:19.2313203Z [2477/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.2388150Z [2478/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:19.2443820Z [2479/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.3104080Z [2480/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:19.3188932Z [2481/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.3265899Z [2482/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:19.3521400Z [2483/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:19.3832396Z [2484/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.3847817Z [2485/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:19.3905407Z [2486/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.4628116Z [2487/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:19.4684252Z [2488/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.4704523Z [2489/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:19.5030156Z [2490/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:19.5046288Z [2491/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-gio-scalar.c.obj 2025-09-07T06:22:19.5100849Z [2492/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-scalar.c.obj 2025-09-07T06:22:19.5321375Z [2493/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:19.5837120Z [2494/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2025-09-07T06:22:19.5891641Z [2495/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2025-09-07T06:22:19.5959697Z [2496/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-gio-scalar.c.obj 2025-09-07T06:22:19.6221701Z [2497/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2025-09-07T06:22:19.6238056Z [2498/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2025-09-07T06:22:19.6251106Z [2499/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2025-09-07T06:22:19.6514109Z [2500/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2025-09-07T06:22:19.7067615Z [2501/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2025-09-07T06:22:19.7184576Z [2502/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2025-09-07T06:22:19.7198995Z [2503/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2025-09-07T06:22:19.7479430Z [2504/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2025-09-07T06:22:19.7560501Z [2505/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2025-09-07T06:22:19.7759301Z [2506/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-09-07T06:22:19.7895510Z [2507/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-09-07T06:22:19.8421725Z [2508/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:19.8479611Z [2509/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:19.8535939Z [2510/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.8765038Z [2511/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.8821452Z [2512/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:19.9096636Z [2513/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.9111705Z [2514/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:19.9652232Z [2515/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:19.9788636Z [2516/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:19.9804442Z [2517/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:20.0089140Z [2518/7055] Generating C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/Functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/ViewFuncs.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_0.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_1.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_2.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_3.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_4.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_0.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_1.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_2.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_3.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_4.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_aten.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/LazyNativeFunctions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/RegisterLazy.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/Functions.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/variable_factories.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/ViewFuncs.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/LazyIr.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/LazyNonNativeIr.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/LazyNativeFunctions.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_0.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_1.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_2.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_3.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_4.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_variable_methods.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_torch_functions_0.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_torch_functions_1.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_torch_functions_2.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_nn_functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_fft_functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_linalg_functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_nested_functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_sparse_functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_special_functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_return_types.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_enum_tag.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_return_types.h, C:/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/generated/annotated_fn_args.py, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2025-09-07T06:22:20.0128572Z [2519/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:20.0147965Z [2520/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:20.0371163Z [2521/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:20.0492376Z [2522/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:20.0975489Z [2523/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:22:20.1044779Z [2524/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:22:20.1108654Z [2525/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:22:20.1926348Z [2526/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DTensorState.cpp.obj 2025-09-07T06:22:20.4026678Z [2527/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2025-09-07T06:22:20.5870236Z [2528/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2025-09-07T06:22:20.6103506Z [2529/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2025-09-07T06:22:20.6386135Z [2530/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2025-09-07T06:22:20.8064340Z [2531/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2025-09-07T06:22:20.8350887Z [2532/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2025-09-07T06:22:21.0736870Z [2533/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2025-09-07T06:22:21.1151712Z [2534/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2025-09-07T06:22:21.4310506Z [2535/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2025-09-07T06:22:21.5543601Z [2536/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2025-09-07T06:22:21.7866434Z [2537/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2025-09-07T06:22:22.0489045Z [2538/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2025-09-07T06:22:22.0723815Z [2539/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2025-09-07T06:22:22.4105391Z [2540/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2025-09-07T06:22:22.4414636Z [2541/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2025-09-07T06:22:22.9392084Z [2542/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2025-09-07T06:22:23.0755240Z [2543/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2025-09-07T06:22:23.4091971Z [2544/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2025-09-07T06:22:23.5813113Z [2545/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2025-09-07T06:22:23.6524094Z [2546/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2025-09-07T06:22:23.8685387Z [2547/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2025-09-07T06:22:24.2070992Z [2548/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2025-09-07T06:22:24.4610730Z [2549/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2025-09-07T06:22:24.6778056Z [2550/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2025-09-07T06:22:24.8130691Z [2551/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2025-09-07T06:22:24.8663819Z [2552/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2025-09-07T06:22:24.9081601Z [2553/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2025-09-07T06:22:25.0581940Z [2554/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2025-09-07T06:22:25.0790107Z [2555/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2025-09-07T06:22:25.3988928Z [2556/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2025-09-07T06:22:25.6010259Z [2557/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2025-09-07T06:22:25.6107980Z [2558/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2025-09-07T06:22:25.6220547Z [2559/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2025-09-07T06:22:26.0745332Z [2560/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2025-09-07T06:22:26.3343831Z [2561/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2025-09-07T06:22:26.5550467Z [2562/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2025-09-07T06:22:26.5778680Z [2563/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2025-09-07T06:22:26.5973025Z [2564/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2025-09-07T06:22:26.7823309Z [2565/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2025-09-07T06:22:27.4183627Z [2566/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2025-09-07T06:22:27.7254683Z [2567/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2025-09-07T06:22:27.7659834Z [2568/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2025-09-07T06:22:27.8893337Z [2569/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2025-09-07T06:22:27.9758657Z [2570/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2025-09-07T06:22:28.3187728Z [2571/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2025-09-07T06:22:28.3345335Z [2572/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2025-09-07T06:22:28.3806915Z [2573/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2025-09-07T06:22:28.7972319Z [2574/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2025-09-07T06:22:28.8251942Z [2575/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2025-09-07T06:22:28.8634318Z [2576/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HPUHooksInterface.cpp.obj 2025-09-07T06:22:28.9147724Z [2577/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2025-09-07T06:22:29.2837337Z [2578/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2025-09-07T06:22:29.3499608Z [2579/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2025-09-07T06:22:29.3719979Z [2580/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2025-09-07T06:22:29.4108187Z [2581/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2025-09-07T06:22:29.5454825Z [2582/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2025-09-07T06:22:29.6173350Z [2583/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2025-09-07T06:22:29.8684488Z [2584/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2025-09-07T06:22:29.8875900Z [2585/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2025-09-07T06:22:30.0368530Z [2586/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2025-09-07T06:22:30.5043651Z [2587/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2025-09-07T06:22:31.1037351Z [2588/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2025-09-07T06:22:31.2132282Z [2589/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2025-09-07T06:22:33.2496300Z [2590/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2025-09-07T06:22:33.4631178Z [2591/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2025-09-07T06:22:33.5342522Z [2592/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2025-09-07T06:22:33.6362393Z [2593/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2025-09-07T06:22:33.7126600Z [2594/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2025-09-07T06:22:34.3974280Z [2595/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2025-09-07T06:22:34.7781416Z [2596/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2025-09-07T06:22:35.0554387Z [2597/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2025-09-07T06:22:37.0768893Z [2598/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2025-09-07T06:22:37.3196698Z [2599/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2025-09-07T06:22:37.3974210Z [2600/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2025-09-07T06:22:37.4422017Z [2601/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2025-09-07T06:22:37.4825365Z [2602/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2025-09-07T06:22:38.1390261Z [2603/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2025-09-07T06:22:38.3651962Z [2604/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2025-09-07T06:22:38.4470255Z [2605/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2025-09-07T06:22:38.7349993Z [2606/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2025-09-07T06:22:39.1849151Z [2607/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2025-09-07T06:22:39.4929069Z [2608/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2025-09-07T06:22:40.2614308Z [2609/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2025-09-07T06:22:40.9653995Z [2610/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2025-09-07T06:22:41.1168691Z [2611/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2025-09-07T06:22:41.1917707Z [2612/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2025-09-07T06:22:41.2551492Z [2613/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2025-09-07T06:22:41.3455486Z [2614/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2025-09-07T06:22:41.3731973Z [2615/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2025-09-07T06:22:41.7444042Z [2616/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\CachingHostAllocator.cpp.obj 2025-09-07T06:22:42.0492431Z [2617/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2025-09-07T06:22:42.1326212Z [2618/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2025-09-07T06:22:42.2239407Z [2619/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2025-09-07T06:22:42.3044254Z [2620/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2025-09-07T06:22:42.3882216Z [2621/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2025-09-07T06:22:42.5329885Z [2622/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2025-09-07T06:22:42.5419269Z [2623/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2025-09-07T06:22:42.5760675Z [2624/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2025-09-07T06:22:43.0218173Z [2625/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2025-09-07T06:22:43.0438877Z [2626/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2025-09-07T06:22:43.1552304Z [2627/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2025-09-07T06:22:43.1727851Z [2628/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2025-09-07T06:22:43.2308315Z [2629/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2025-09-07T06:22:43.4239234Z [2630/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2025-09-07T06:22:43.4845058Z [2631/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2025-09-07T06:22:43.5244383Z [2632/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2025-09-07T06:22:43.5461323Z [2633/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2025-09-07T06:22:43.6707323Z [2634/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2025-09-07T06:22:43.9942660Z [2635/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2025-09-07T06:22:44.1289482Z [2636/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2025-09-07T06:22:44.1919457Z [2637/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2025-09-07T06:22:44.3361328Z [2638/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2025-09-07T06:22:44.4541025Z [2639/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2025-09-07T06:22:44.5231231Z [2640/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2025-09-07T06:22:44.5411874Z [2641/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2025-09-07T06:22:44.5601924Z [2642/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2025-09-07T06:22:44.6122819Z [2643/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2025-09-07T06:22:44.7864251Z [2644/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2025-09-07T06:22:44.9329061Z [2645/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2025-09-07T06:22:45.0313810Z [2646/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2025-09-07T06:22:45.2686233Z [2647/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2025-09-07T06:22:45.3954888Z [2648/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2025-09-07T06:22:45.4720862Z [2649/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2025-09-07T06:22:45.5095922Z [2650/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2025-09-07T06:22:45.5365279Z [2651/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2025-09-07T06:22:45.6494109Z [2652/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2025-09-07T06:22:45.6949015Z [2653/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2025-09-07T06:22:45.8244829Z [2654/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2025-09-07T06:22:45.9522417Z [2655/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2025-09-07T06:22:45.9607329Z [2656/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2025-09-07T06:22:46.1043686Z [2657/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2025-09-07T06:22:46.3308425Z [2658/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2025-09-07T06:22:46.4582552Z [2659/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2025-09-07T06:22:46.5004756Z [2660/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2025-09-07T06:22:46.5884462Z [2661/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2025-09-07T06:22:46.6233162Z [2662/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2025-09-07T06:22:46.6731930Z [2663/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2025-09-07T06:22:46.8135616Z [2664/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2025-09-07T06:22:46.8958132Z [2665/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2025-09-07T06:22:46.9064987Z [2666/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2025-09-07T06:22:46.9362893Z [2667/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2025-09-07T06:22:46.9928938Z [2668/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2025-09-07T06:22:47.4260693Z [2669/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2025-09-07T06:22:47.5340609Z [2670/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2025-09-07T06:22:47.5921172Z [2671/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2025-09-07T06:22:47.7438961Z [2672/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2025-09-07T06:22:47.8571463Z [2673/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2025-09-07T06:22:47.8798960Z [2674/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2025-09-07T06:22:47.9228251Z [2675/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2025-09-07T06:22:48.0077044Z [2676/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2025-09-07T06:22:48.3328619Z [2677/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2025-09-07T06:22:48.4441677Z [2678/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2025-09-07T06:22:48.5145877Z [2679/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2025-09-07T06:22:48.6861402Z [2680/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2025-09-07T06:22:48.8057344Z [2681/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2025-09-07T06:22:48.8612273Z [2682/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2025-09-07T06:22:48.9161869Z [2683/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2025-09-07T06:22:49.0089797Z [2684/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2025-09-07T06:22:49.0898568Z [2685/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2025-09-07T06:22:49.3098395Z [2686/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2025-09-07T06:22:49.4855776Z [2687/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2025-09-07T06:22:49.8136152Z [2688/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2025-09-07T06:22:49.8230887Z [2689/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2025-09-07T06:22:49.8399677Z [2690/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2025-09-07T06:22:49.8908903Z [2691/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2025-09-07T06:22:50.0007192Z [2692/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2025-09-07T06:22:50.2468929Z [2693/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2025-09-07T06:22:50.4633733Z [2694/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2025-09-07T06:22:50.4913844Z [2695/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2025-09-07T06:22:50.7385915Z [2696/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2025-09-07T06:22:50.7756610Z [2697/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2025-09-07T06:22:50.8017840Z [2698/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2025-09-07T06:22:50.8394133Z [2699/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2025-09-07T06:22:50.9144801Z [2700/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2025-09-07T06:22:50.9802000Z [2701/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2025-09-07T06:22:51.2225849Z [2702/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2025-09-07T06:22:51.4286265Z [2703/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2025-09-07T06:22:51.7561543Z [2704/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2025-09-07T06:22:51.7708356Z [2705/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2025-09-07T06:22:51.8173660Z [2706/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2025-09-07T06:22:51.8268882Z [2707/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2025-09-07T06:22:51.8827193Z [2708/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2025-09-07T06:22:51.9757101Z [2709/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2025-09-07T06:22:52.1947745Z [2710/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2025-09-07T06:22:52.2771544Z [2711/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2025-09-07T06:22:52.7402073Z [2712/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2025-09-07T06:22:52.7494321Z [2713/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2025-09-07T06:22:52.7808505Z [2714/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2025-09-07T06:22:52.7849952Z [2715/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2025-09-07T06:22:52.8032209Z [2716/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2025-09-07T06:22:52.9783148Z [2717/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2025-09-07T06:22:53.1576934Z [2718/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2025-09-07T06:22:53.2168768Z [2719/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2025-09-07T06:22:53.6653767Z [2720/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2025-09-07T06:22:53.7005452Z [2721/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2025-09-07T06:22:53.7046921Z [2722/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2025-09-07T06:22:53.7287747Z [2723/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2025-09-07T06:22:53.7445114Z [2724/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2025-09-07T06:22:53.7886726Z [2725/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2025-09-07T06:22:54.1841235Z [2726/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2025-09-07T06:22:54.5145735Z [2727/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2025-09-07T06:22:54.5939914Z [2728/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2025-09-07T06:22:54.6674140Z [2729/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2025-09-07T06:22:54.7082386Z [2730/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2025-09-07T06:22:54.7310868Z [2731/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2025-09-07T06:22:54.7533730Z [2732/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2025-09-07T06:22:54.7813298Z [2733/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2025-09-07T06:22:55.1375084Z [2734/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2025-09-07T06:22:55.4416491Z [2735/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2025-09-07T06:22:55.4593036Z [2736/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2025-09-07T06:22:55.5956235Z [2737/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2025-09-07T06:22:55.6261082Z [2738/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2025-09-07T06:22:55.6908263Z [2739/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2025-09-07T06:22:55.7065438Z [2740/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2025-09-07T06:22:55.7632423Z [2741/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2025-09-07T06:22:56.1054381Z [2742/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2025-09-07T06:22:56.4002582Z [2743/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2025-09-07T06:22:56.5305523Z [2744/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2025-09-07T06:22:56.5648908Z [2745/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2025-09-07T06:22:56.5797058Z [2746/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2025-09-07T06:22:56.6075772Z [2747/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2025-09-07T06:22:56.6528515Z [2748/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2025-09-07T06:22:56.6899339Z [2749/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2025-09-07T06:22:57.0227888Z [2750/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2025-09-07T06:22:57.3191786Z [2751/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2025-09-07T06:22:57.4595658Z [2752/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2025-09-07T06:22:57.4824584Z [2753/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2025-09-07T06:22:57.5637597Z [2754/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2025-09-07T06:22:57.6371153Z [2755/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2025-09-07T06:22:57.7453887Z [2756/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2025-09-07T06:22:57.7823539Z [2757/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2025-09-07T06:22:57.9939089Z [2758/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2025-09-07T06:22:58.3047215Z [2759/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2025-09-07T06:22:58.3816873Z [2760/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2025-09-07T06:22:58.4193381Z [2761/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2025-09-07T06:22:58.4634501Z [2762/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2025-09-07T06:22:58.5944929Z [2763/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2025-09-07T06:22:58.6219681Z [2764/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2025-09-07T06:22:58.9659883Z [2765/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2025-09-07T06:22:59.0070827Z [2766/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2025-09-07T06:22:59.2799867Z [2767/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2025-09-07T06:22:59.3808160Z [2768/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2025-09-07T06:22:59.4157736Z [2769/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2025-09-07T06:22:59.6252447Z [2770/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2025-09-07T06:23:00.0241487Z [2771/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2025-09-07T06:23:00.2488496Z [2772/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2025-09-07T06:23:00.2844154Z [2773/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2025-09-07T06:23:00.5635634Z [2774/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2025-09-07T06:23:00.5977555Z [2775/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2025-09-07T06:23:00.9522584Z [2776/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2025-09-07T06:23:00.9682057Z [2777/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2025-09-07T06:23:01.2447165Z [2778/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2025-09-07T06:23:01.2598419Z [2779/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2025-09-07T06:23:01.5912740Z [2780/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2025-09-07T06:23:01.7331353Z [2781/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2025-09-07T06:23:01.9000265Z [2782/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2025-09-07T06:23:02.1036262Z [2783/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2025-09-07T06:23:02.1952997Z [2784/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2025-09-07T06:23:02.2411239Z [2785/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2025-09-07T06:23:02.2623355Z [2786/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2025-09-07T06:23:02.5489219Z [2787/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2025-09-07T06:23:02.5808552Z [2788/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2025-09-07T06:23:02.7265708Z [2789/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2025-09-07T06:23:02.8996361Z [2790/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2025-09-07T06:23:03.0908643Z [2791/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2025-09-07T06:23:03.2142197Z [2792/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2025-09-07T06:23:03.2282842Z [2793/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2025-09-07T06:23:03.2762467Z [2794/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2025-09-07T06:23:03.4693427Z [2795/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2025-09-07T06:23:03.4959205Z [2796/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2025-09-07T06:23:03.7111715Z [2797/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2025-09-07T06:23:03.8404756Z [2798/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2025-09-07T06:23:03.8651509Z [2799/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2025-09-07T06:23:04.1981494Z [2800/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2025-09-07T06:23:04.3027624Z [2801/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2025-09-07T06:23:04.4569330Z [2802/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2025-09-07T06:23:04.6461341Z [2803/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2025-09-07T06:23:04.7352898Z [2804/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2025-09-07T06:23:04.7984928Z [2805/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2025-09-07T06:23:05.2133772Z [2806/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2025-09-07T06:23:05.2656254Z [2807/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2025-09-07T06:23:05.3631817Z [2808/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2025-09-07T06:23:05.6425077Z [2809/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2025-09-07T06:23:05.7372486Z [2810/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2025-09-07T06:23:05.7712310Z [2811/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2025-09-07T06:23:06.1909611Z [2812/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2025-09-07T06:23:06.2742109Z [2813/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2025-09-07T06:23:06.4377268Z [2814/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2025-09-07T06:23:06.5636514Z [2815/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2025-09-07T06:23:06.7108817Z [2816/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2025-09-07T06:23:06.8034834Z [2817/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2025-09-07T06:23:06.9466773Z [2818/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2025-09-07T06:23:07.2437196Z [2819/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2025-09-07T06:23:07.2752768Z [2820/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2025-09-07T06:23:07.3006368Z [2821/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2025-09-07T06:23:07.4449734Z [2822/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2025-09-07T06:23:09.9967093Z [2823/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2025-09-07T06:23:10.1788161Z [2824/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2025-09-07T06:23:10.2553533Z [2825/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2025-09-07T06:23:10.3630277Z [2826/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2025-09-07T06:23:10.6366696Z [2827/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2025-09-07T06:23:10.6570337Z [2828/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2025-09-07T06:23:10.6882866Z [2829/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2025-09-07T06:23:10.8289819Z [2830/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2025-09-07T06:23:10.8901711Z [2831/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2025-09-07T06:23:10.9513874Z [2832/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2025-09-07T06:23:11.1153443Z [2833/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2025-09-07T06:23:11.1837130Z [2834/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ACLUtils.cpp.obj 2025-09-07T06:23:12.1434909Z [2835/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2025-09-07T06:23:13.1422524Z [2836/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2025-09-07T06:23:13.8098221Z [2837/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2025-09-07T06:23:14.0694991Z [2838/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2025-09-07T06:23:14.0828562Z [2839/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2025-09-07T06:23:14.1959105Z [2840/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2025-09-07T06:23:14.2836778Z [2841/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2025-09-07T06:23:14.3598027Z [2842/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2025-09-07T06:23:14.3749229Z [2843/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2025-09-07T06:23:14.4417945Z [2844/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2025-09-07T06:23:14.8244209Z [2845/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2025-09-07T06:23:14.8929183Z [2846/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2025-09-07T06:23:14.9976369Z [2847/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2025-09-07T06:23:15.0384759Z [2848/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2025-09-07T06:23:15.2892213Z [2849/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2025-09-07T06:23:15.3528690Z [2850/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2025-09-07T06:23:15.4049721Z [2851/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2025-09-07T06:23:15.4096911Z [2852/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2025-09-07T06:23:15.4289157Z [2853/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2025-09-07T06:23:15.8830575Z [2854/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2025-09-07T06:23:15.9378234Z [2855/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2025-09-07T06:23:16.0092747Z [2856/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2025-09-07T06:23:16.1213929Z [2857/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2025-09-07T06:23:16.3147623Z [2858/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2025-09-07T06:23:16.3542798Z [2859/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2025-09-07T06:23:16.3995776Z [2860/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2025-09-07T06:23:16.6560316Z [2861/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2025-09-07T06:23:16.8339270Z [2862/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2025-09-07T06:23:17.0496629Z [2863/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2025-09-07T06:23:17.3109630Z [2864/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2025-09-07T06:23:17.5263785Z [2865/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2025-09-07T06:23:17.5467019Z [2866/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2025-09-07T06:23:17.8248981Z [2867/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2025-09-07T06:23:18.0504541Z [2868/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2025-09-07T06:23:18.2956622Z [2869/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2025-09-07T06:23:18.4928900Z [2870/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2025-09-07T06:23:18.5050227Z [2871/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2025-09-07T06:23:18.7423800Z [2872/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2025-09-07T06:23:19.0403658Z [2873/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2025-09-07T06:23:19.0846028Z [2874/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2025-09-07T06:23:19.5075581Z [2875/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2025-09-07T06:23:19.7055464Z [2876/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2025-09-07T06:23:19.7156680Z [2877/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2025-09-07T06:23:20.0412352Z [2878/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2025-09-07T06:23:20.1367593Z [2879/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2025-09-07T06:23:20.2439033Z [2880/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2025-09-07T06:23:20.2697481Z [2881/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2025-09-07T06:23:20.5619658Z [2882/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2025-09-07T06:23:20.7050594Z [2883/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2025-09-07T06:23:20.9941821Z [2884/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2025-09-07T06:23:21.0590105Z [2885/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\MklAllocationHelper.cpp.obj 2025-09-07T06:23:21.1754897Z [2886/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2025-09-07T06:23:21.2208442Z [2887/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2025-09-07T06:23:21.4655286Z [2888/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2025-09-07T06:23:21.6046131Z [2889/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2025-09-07T06:23:22.0465337Z [2890/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2025-09-07T06:23:22.1935344Z [2891/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2025-09-07T06:23:22.2672879Z [2892/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2025-09-07T06:23:22.5898422Z [2893/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2025-09-07T06:23:22.6169747Z [2894/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2025-09-07T06:23:22.7921559Z [2895/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2025-09-07T06:23:23.1799805Z [2896/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2025-09-07T06:23:23.1997759Z [2897/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2025-09-07T06:23:23.4251559Z [2898/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2025-09-07T06:23:23.4668653Z [2899/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2025-09-07T06:23:23.9541106Z [2900/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2025-09-07T06:23:24.0319066Z [2901/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2025-09-07T06:23:24.2509100Z [2902/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2025-09-07T06:23:24.4485823Z [2903/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2025-09-07T06:23:24.5108638Z [2904/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2025-09-07T06:23:24.5537812Z [2905/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2025-09-07T06:23:24.8344745Z [2906/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2025-09-07T06:23:25.2517360Z [2907/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2025-09-07T06:23:25.6686171Z [2908/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2025-09-07T06:23:25.7118616Z [2909/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2025-09-07T06:23:25.8557122Z [2910/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2025-09-07T06:23:26.2796864Z [2911/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2025-09-07T06:23:26.7210834Z [2912/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2025-09-07T06:23:26.7681206Z [2913/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2025-09-07T06:23:26.9515042Z [2914/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2025-09-07T06:23:27.2452344Z [2915/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2025-09-07T06:23:27.5597506Z [2916/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2025-09-07T06:23:27.6779939Z [2917/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2025-09-07T06:23:27.7595692Z [2918/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2025-09-07T06:23:27.8543419Z [2919/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2025-09-07T06:23:27.9125017Z [2920/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2025-09-07T06:23:28.1410646Z [2921/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2025-09-07T06:23:28.1573738Z [2922/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2025-09-07T06:23:28.2769391Z [2923/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2025-09-07T06:23:28.3711868Z [2924/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2025-09-07T06:23:28.3901672Z [2925/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2025-09-07T06:23:28.4396072Z [2926/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2025-09-07T06:23:28.5241065Z [2927/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2025-09-07T06:23:28.6342269Z [2928/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2025-09-07T06:23:28.8071525Z [2929/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2025-09-07T06:23:28.9444926Z [2930/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2025-09-07T06:23:29.1143301Z [2931/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2025-09-07T06:23:29.2849623Z [2932/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2025-09-07T06:23:29.8625144Z [2933/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2025-09-07T06:23:29.9697771Z [2934/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2025-09-07T06:23:30.1907109Z [2935/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2025-09-07T06:23:30.2453991Z [2936/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2025-09-07T06:23:30.2568894Z [2937/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2025-09-07T06:23:30.3946142Z [2938/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2025-09-07T06:23:30.5611704Z [2939/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2025-09-07T06:23:30.7292482Z [2940/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2025-09-07T06:23:31.2846134Z [2941/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor_0.cpp.obj 2025-09-07T06:23:31.7939967Z [2942/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd_0.cpp.obj 2025-09-07T06:23:31.8922704Z [2943/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional_0.cpp.obj 2025-09-07T06:23:32.0041858Z [2944/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd_0.cpp.obj 2025-09-07T06:23:32.0216391Z [2945/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_0.cpp.obj 2025-09-07T06:23:32.0683008Z [2946/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_1.cpp.obj 2025-09-07T06:23:32.1273443Z [2947/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_2.cpp.obj 2025-09-07T06:23:32.3846025Z [2948/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_3.cpp.obj 2025-09-07T06:23:32.7036549Z [2949/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2025-09-07T06:23:33.1663795Z [2950/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU_0.cpp.obj 2025-09-07T06:23:33.2642823Z [2951/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU_0.cpp.obj 2025-09-07T06:23:33.3280383Z [2952/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2025-09-07T06:23:33.3873741Z [2953/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2025-09-07T06:23:33.4578293Z [2954/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorHPU_0.cpp.obj 2025-09-07T06:23:33.5424558Z [2955/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2025-09-07T06:23:33.6321107Z [2956/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta_0.cpp.obj 2025-09-07T06:23:33.6881088Z [2957/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta_0.cpp.obj 2025-09-07T06:23:34.1965799Z [2958/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorXPU_0.cpp.obj 2025-09-07T06:23:34.3250864Z [2959/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2025-09-07T06:23:34.4730455Z [2960/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta_0.cpp.obj 2025-09-07T06:23:34.4783476Z [2961/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU_0.cpp.obj 2025-09-07T06:23:34.6023228Z [2962/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU_0.cpp.obj 2025-09-07T06:23:34.6428427Z [2963/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU_0.cpp.obj 2025-09-07T06:23:34.6618363Z [2964/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrXPU_0.cpp.obj 2025-09-07T06:23:34.7052772Z [2965/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta_0.cpp.obj 2025-09-07T06:23:34.9420379Z [2966/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2025-09-07T06:23:34.9728827Z [2967/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2025-09-07T06:23:35.2222010Z [2968/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta_0.cpp.obj 2025-09-07T06:23:35.3183789Z [2969/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseXPU_0.cpp.obj 2025-09-07T06:23:35.3562224Z [2970/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2025-09-07T06:23:35.4391853Z [2971/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2025-09-07T06:23:35.4621351Z [2972/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor_0.cpp.obj 2025-09-07T06:23:35.4788296Z [2973/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2025-09-07T06:23:35.6701570Z [2974/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2025-09-07T06:23:35.9429454Z [2975/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:36.0147190Z [2976/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:36.0418706Z [2977/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:36.3276418Z [2978/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:36.5001873Z [2979/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:36.8746431Z [2980/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:36.9404995Z [2981/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:37.0207811Z [2982/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:37.3286283Z [2983/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:37.4368018Z [2984/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:37.4799713Z [2985/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:37.5191829Z [2986/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:37.8885605Z [2987/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:38.0463908Z [2988/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:38.1648479Z [2989/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2025-09-07T06:23:38.3330654Z [2990/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:38.4264811Z [2991/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2025-09-07T06:23:38.4302485Z [2992/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:38.6929314Z [2993/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:38.7272879Z [2994/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:38.8593893Z [2995/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2025-09-07T06:23:38.9639151Z [2996/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:38.9743393Z [2997/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:39.0283607Z [2998/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:39.0694919Z [2999/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:39.3770162Z [3000/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:39.5289360Z [3001/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:39.6814234Z [3002/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:39.6928311Z [3003/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:39.7252022Z [3004/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:39.7999253Z [3005/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:39.9509954Z [3006/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:40.0708330Z [3007/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:40.0742887Z [3008/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:40.2330575Z [3009/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:40.3033052Z [3010/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:40.3119279Z [3011/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:40.6008053Z [3012/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:40.6629304Z [3013/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:40.8751967Z [3014/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:40.9003551Z [3015/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:40.9299979Z [3016/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:40.9609021Z [3017/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:41.1722166Z [3018/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:41.2258982Z [3019/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:41.2505367Z [3020/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:41.4926870Z [3021/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:41.6243899Z [3022/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:41.7322851Z [3023/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:41.7511089Z [3024/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:41.7714815Z [3025/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:41.7752506Z [3026/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:41.8010010Z [3027/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:42.2636059Z [3028/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:42.3645644Z [3029/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:42.4920729Z [3030/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:42.4922994Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(49): warning C4180: qualifier applied to function type has no meaning; ignored 2025-09-07T06:23:42.4924636Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(49): note: the template instantiation context (the oldest one first) is 2025-09-07T06:23:42.4926563Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-09-07T06:23:42.4929670Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(190): note: while compiling class template member function 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' 2025-09-07T06:23:42.4931397Z with 2025-09-07T06:23:42.4931641Z [ 2025-09-07T06:23:42.4932117Z scalar_t=at::native::`anonymous-namespace'::pdist_forward_kernel_impl::scalar_t 2025-09-07T06:23:42.4932664Z ] 2025-09-07T06:23:42.4934515Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see the first reference to 'at::native::`anonymous-namespace'::Dist::apply_pdist' in 'at::native::`anonymous-namespace'::pdist_forward_kernel_impl::::()::::operator ()' 2025-09-07T06:23:42.4938280Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-09-07T06:23:42.4941129Z with 2025-09-07T06:23:42.4941346Z [ 2025-09-07T06:23:42.4941791Z scalar_t=at::native::`anonymous-namespace'::pdist_forward_kernel_impl::scalar_t 2025-09-07T06:23:42.4942430Z ] 2025-09-07T06:23:42.4944456Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(175): note: see reference to function template instantiation 'scalar_t at::vec::map2_reduce_all::run_parallel_pdist::::()::,data_t(const data_t &,const data_t &),0>(const MapOp &,ReduceOp (__cdecl &),const scalar_t *,const scalar_t *,int64_t)' being compiled 2025-09-07T06:23:42.4946918Z with 2025-09-07T06:23:42.4947165Z [ 2025-09-07T06:23:42.4947619Z scalar_t=at::native::`anonymous-namespace'::pdist_forward_kernel_impl::scalar_t, 2025-09-07T06:23:42.4948164Z data_t=at::vec::DEFAULT::Vectorized, 2025-09-07T06:23:42.4949298Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-09-07T06:23:42.4950652Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-09-07T06:23:42.4951334Z ] 2025-09-07T06:23:42.4952488Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(299): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::DEFAULT::Vectorized &)' being compiled 2025-09-07T06:23:42.4954044Z with 2025-09-07T06:23:42.4954319Z [ 2025-09-07T06:23:42.4954543Z scalar_t=float, 2025-09-07T06:23:42.4955220Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2025-09-07T06:23:42.5216334Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-09-07T06:23:42.5216929Z ] 2025-09-07T06:23:42.5217839Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(177): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-09-07T06:23:42.5218695Z with 2025-09-07T06:23:42.5218913Z [ 2025-09-07T06:23:42.5219503Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-09-07T06:23:42.5220102Z ] 2025-09-07T06:23:42.5220658Z [3031/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:42.5364332Z [3032/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:42.5850964Z [3033/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:42.6806446Z [3034/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:42.7427136Z [3035/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:42.8278367Z [3036/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:43.1785321Z [3037/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:43.2015222Z [3038/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2025-09-07T06:23:43.2213916Z [3039/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:43.2215138Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(522): warning C4333: '>>': right shift by too large amount, data loss 2025-09-07T06:23:43.2216272Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(1194): warning C4333: '>>': right shift by too large amount, data loss 2025-09-07T06:23:43.2217708Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(1194): note: the template instantiation context (the oldest one first) is 2025-09-07T06:23:43.3430729Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(522): note: see reference to function template instantiation 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::operator >>(const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &)' being compiled 2025-09-07T06:23:43.3437627Z [3040/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:43.3749511Z [3041/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:43.4426591Z [3042/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:43.4965819Z [3043/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:43.5318148Z [3044/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-09-07T06:23:43.6663014Z [3045/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2025-09-07T06:23:43.6826244Z [3046/7055] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-3.0.2\miniz.c.obj 2025-09-07T06:23:43.7540882Z C:\actions-runner\_work\pytorch\pytorch\third_party\miniz-3.0.2\miniz.c(3137): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-09-07T06:23:43.7541994Z C:\actions-runner\_work\pytorch\pytorch\third_party\miniz-3.0.2\miniz.c(3137): note: 'WIN32_LEAN_AND_MEAN' previously declared on the command line 2025-09-07T06:23:43.7542980Z [3047/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2025-09-07T06:23:43.7666673Z [3048/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2025-09-07T06:23:43.8339906Z [3049/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2025-09-07T06:23:43.8632630Z [3050/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2025-09-07T06:23:43.9153765Z [3051/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2025-09-07T06:23:43.9717130Z [3052/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2025-09-07T06:23:43.9736585Z [3053/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2025-09-07T06:23:43.9907477Z [3054/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2025-09-07T06:23:44.1523175Z [3055/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2025-09-07T06:23:44.2124767Z [3056/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2025-09-07T06:23:44.3466619Z [3057/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2025-09-07T06:23:44.3719703Z [3058/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\perfkernels\embedding_lookup_idx.cc.obj 2025-09-07T06:23:44.8877991Z [3059/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2025-09-07T06:23:44.9390711Z [3060/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2025-09-07T06:23:46.2337927Z [3061/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2025-09-07T06:23:46.2524641Z [3062/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2025-09-07T06:23:47.5134097Z [3063/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2025-09-07T06:23:47.5270080Z [3064/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2025-09-07T06:23:47.6531627Z [3065/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2025-09-07T06:23:47.7496119Z [3066/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2025-09-07T06:23:47.8445017Z [3067/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2025-09-07T06:23:48.0615360Z [3068/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2025-09-07T06:23:48.1862019Z [3069/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2025-09-07T06:23:48.2120826Z [3070/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2025-09-07T06:23:48.7425230Z [3071/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2025-09-07T06:23:48.7580401Z [3072/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_aten.cpp.obj 2025-09-07T06:23:48.8073933Z [3073/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2025-09-07T06:23:48.8550873Z [3074/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2025-09-07T06:23:48.9441217Z [3075/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2025-09-07T06:23:49.1894785Z [3076/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2025-09-07T06:23:49.2666065Z [3077/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2025-09-07T06:23:49.7224483Z [3078/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2025-09-07T06:23:49.7333260Z [3079/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2025-09-07T06:23:49.7562264Z [3080/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2025-09-07T06:23:49.8615295Z [3081/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2025-09-07T06:23:49.9559111Z [3082/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2025-09-07T06:23:50.2639427Z [3083/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2025-09-07T06:23:50.5343854Z [3084/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2025-09-07T06:23:51.1926490Z [3085/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2025-09-07T06:23:51.9588236Z [3086/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2025-09-07T06:23:52.1002114Z [3087/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2025-09-07T06:23:52.6746553Z [3088/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2025-09-07T06:23:52.8706036Z [3089/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2025-09-07T06:23:53.1293846Z [3090/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2025-09-07T06:23:53.1679302Z [3091/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2025-09-07T06:23:53.2233302Z [3092/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2025-09-07T06:23:53.3420329Z [3093/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2025-09-07T06:23:53.4679108Z [3094/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2025-09-07T06:23:53.4756209Z [3095/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2025-09-07T06:23:53.7053098Z [3096/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2025-09-07T06:23:53.8414783Z [3097/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2025-09-07T06:23:54.0212966Z [3098/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2025-09-07T06:23:54.0795870Z [3099/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2025-09-07T06:23:54.2946629Z [3100/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2025-09-07T06:23:54.4763651Z [3101/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\dynamo\compiled_autograd.cpp.obj 2025-09-07T06:23:54.5889542Z [3102/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2025-09-07T06:23:54.7710673Z [3103/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2025-09-07T06:23:54.9465035Z [3104/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2025-09-07T06:23:55.0340860Z [3105/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2025-09-07T06:23:55.2520195Z [3106/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2025-09-07T06:23:55.5303491Z [3107/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2025-09-07T06:23:55.5348313Z [3108/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2025-09-07T06:23:56.2084374Z [3109/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2025-09-07T06:23:56.2883742Z [3110/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2025-09-07T06:23:56.5664120Z [3111/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2025-09-07T06:23:56.5845804Z [3112/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2025-09-07T06:23:56.8304754Z [3113/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2025-09-07T06:23:57.2181384Z [3114/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2025-09-07T06:23:57.2312574Z [3115/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2025-09-07T06:23:57.5847502Z [3116/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2025-09-07T06:23:58.2700729Z [3117/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2025-09-07T06:23:58.4231803Z [3118/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_cpu.cpp.obj 2025-09-07T06:23:58.6028298Z [3119/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2025-09-07T06:23:59.4789732Z [3120/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2025-09-07T06:23:59.6299393Z [3121/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2025-09-07T06:23:59.8431694Z [3122/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2025-09-07T06:24:00.2184540Z [3123/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2025-09-07T06:24:00.5547848Z [3124/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2025-09-07T06:24:00.5753971Z [3125/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2025-09-07T06:24:00.7618133Z [3126/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2025-09-07T06:24:00.8948304Z [3127/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2025-09-07T06:24:00.9296279Z [3128/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2025-09-07T06:24:00.9837817Z [3129/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2025-09-07T06:24:01.0842077Z [3130/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2025-09-07T06:24:01.1877444Z [3131/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2025-09-07T06:24:01.1952465Z [3132/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2025-09-07T06:24:01.7056533Z [3133/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2025-09-07T06:24:01.9251669Z [3134/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2025-09-07T06:24:01.9879038Z [3135/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2025-09-07T06:24:01.9963836Z [3136/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2025-09-07T06:24:02.0357766Z [3137/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2025-09-07T06:24:02.1907442Z [3138/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2025-09-07T06:24:02.2172291Z [3139/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2025-09-07T06:24:02.2586728Z [3140/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2025-09-07T06:24:02.7379540Z [3141/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2025-09-07T06:24:03.0030075Z [3142/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2025-09-07T06:24:03.0464864Z [3143/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2025-09-07T06:24:03.0762946Z [3144/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2025-09-07T06:24:03.1375273Z [3145/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2025-09-07T06:24:03.2296373Z [3146/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2025-09-07T06:24:03.3007634Z [3147/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2025-09-07T06:24:03.7518705Z [3148/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2025-09-07T06:24:04.0352701Z [3149/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2025-09-07T06:24:04.0451925Z [3150/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2025-09-07T06:24:04.0985700Z [3151/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2025-09-07T06:24:04.1097295Z [3152/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2025-09-07T06:24:04.2977952Z [3153/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2025-09-07T06:24:04.7789433Z [3154/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2025-09-07T06:24:05.0754029Z [3155/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2025-09-07T06:24:05.0876408Z [3156/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2025-09-07T06:24:05.1110672Z [3157/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2025-09-07T06:24:05.3172911Z [3158/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2025-09-07T06:24:05.5826040Z [3159/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2025-09-07T06:24:05.9238300Z [3160/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2025-09-07T06:24:06.0082705Z [3161/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2025-09-07T06:24:06.0249803Z [3162/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2025-09-07T06:24:06.2146473Z [3163/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2025-09-07T06:24:06.6423449Z [3164/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2025-09-07T06:24:06.8761261Z [3165/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2025-09-07T06:24:06.9727652Z [3166/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2025-09-07T06:24:06.9845210Z [3167/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2025-09-07T06:24:07.1393113Z [3168/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2025-09-07T06:24:07.2593790Z [3169/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2025-09-07T06:24:07.3445976Z [3170/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2025-09-07T06:24:07.5390138Z [3171/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2025-09-07T06:24:07.6820293Z [3172/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2025-09-07T06:24:07.7098661Z [3173/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2025-09-07T06:24:07.9234064Z [3174/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2025-09-07T06:24:07.9489458Z [3175/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2025-09-07T06:24:08.2132172Z [3176/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2025-09-07T06:24:08.2540252Z [3177/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2025-09-07T06:24:08.6979107Z [3178/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2025-09-07T06:24:08.7338399Z [3179/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2025-09-07T06:24:08.9722918Z [3180/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2025-09-07T06:24:09.2838433Z [3181/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2025-09-07T06:24:09.7315556Z [3182/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2025-09-07T06:24:09.7464746Z [3183/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2025-09-07T06:24:09.9848153Z [3184/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2025-09-07T06:24:10.2894741Z [3185/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2025-09-07T06:24:10.7480495Z [3186/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2025-09-07T06:24:10.8132090Z [3187/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2025-09-07T06:24:10.9882829Z [3188/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2025-09-07T06:24:11.0994519Z [3189/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2025-09-07T06:24:11.1530871Z [3190/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2025-09-07T06:24:11.3256489Z [3191/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2025-09-07T06:24:11.4414162Z [3192/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2025-09-07T06:24:11.7182483Z [3193/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2025-09-07T06:24:11.8336585Z [3194/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2025-09-07T06:24:11.8771036Z [3195/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2025-09-07T06:24:12.0225940Z [3196/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2025-09-07T06:24:12.1478258Z [3197/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2025-09-07T06:24:12.1844303Z [3198/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2025-09-07T06:24:12.4368605Z [3199/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2025-09-07T06:24:12.4701942Z [3200/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2025-09-07T06:24:12.9237895Z [3201/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2025-09-07T06:24:12.9473533Z [3202/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2025-09-07T06:24:13.1229559Z [3203/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2025-09-07T06:24:13.1976420Z [3204/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2025-09-07T06:24:13.2645801Z [3205/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2025-09-07T06:24:13.5404863Z [3206/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2025-09-07T06:24:13.9474479Z [3207/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2025-09-07T06:24:13.9789778Z [3208/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2025-09-07T06:24:14.1851125Z [3209/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2025-09-07T06:24:14.5781939Z [3210/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2025-09-07T06:24:14.9496168Z [3211/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2025-09-07T06:24:14.9799522Z [3212/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2025-09-07T06:24:15.2410241Z [3213/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2025-09-07T06:24:15.4096828Z [3214/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2025-09-07T06:24:15.6550080Z [3215/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2025-09-07T06:24:15.9520330Z [3216/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2025-09-07T06:24:16.2800698Z [3217/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2025-09-07T06:24:16.3928438Z [3218/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2025-09-07T06:24:16.4875285Z [3219/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2025-09-07T06:24:16.6925579Z [3220/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2025-09-07T06:24:16.9636370Z [3221/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2025-09-07T06:24:16.9895911Z [3222/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2025-09-07T06:24:17.3059812Z [3223/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2025-09-07T06:24:17.4543576Z [3224/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2025-09-07T06:24:17.9658262Z [3225/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2025-09-07T06:24:17.9822572Z [3226/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2025-09-07T06:24:18.3621583Z [3227/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2025-09-07T06:24:18.4944180Z [3228/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2025-09-07T06:24:18.5377602Z [3229/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2025-09-07T06:24:19.0180905Z [3230/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2025-09-07T06:24:19.0627871Z [3231/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2025-09-07T06:24:19.2134890Z [3232/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2025-09-07T06:24:19.3899883Z [3233/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2025-09-07T06:24:19.5328590Z [3234/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2025-09-07T06:24:19.6090471Z [3235/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2025-09-07T06:24:19.8617597Z [3236/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2025-09-07T06:24:20.1352949Z [3237/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2025-09-07T06:24:20.1546371Z [3238/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2025-09-07T06:24:20.3229472Z [3239/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2025-09-07T06:24:20.4831740Z [3240/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2025-09-07T06:24:20.5108499Z [3241/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2025-09-07T06:24:20.6254365Z [3242/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2025-09-07T06:24:21.1231604Z [3243/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2025-09-07T06:24:21.2450011Z [3244/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2025-09-07T06:24:21.3451921Z [3245/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2025-09-07T06:24:21.4849866Z [3246/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2025-09-07T06:24:21.5211596Z [3247/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2025-09-07T06:24:21.6447334Z [3248/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2025-09-07T06:24:22.1521829Z [3249/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2025-09-07T06:24:22.2646300Z [3250/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2025-09-07T06:24:22.4211283Z [3251/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2025-09-07T06:24:22.5406432Z [3252/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2025-09-07T06:24:22.7489879Z [3253/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2025-09-07T06:24:22.7724546Z [3254/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2025-09-07T06:24:23.1890512Z [3255/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2025-09-07T06:24:23.2645637Z [3256/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2025-09-07T06:24:23.4472462Z [3257/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2025-09-07T06:24:23.7630715Z [3258/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2025-09-07T06:24:23.8092185Z [3259/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2025-09-07T06:24:24.2286201Z [3260/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2025-09-07T06:24:24.3174125Z [3261/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2025-09-07T06:24:24.4080817Z [3262/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2025-09-07T06:24:24.7630420Z [3263/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2025-09-07T06:24:24.7798091Z [3264/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2025-09-07T06:24:24.8378786Z [3265/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2025-09-07T06:24:24.8561400Z [3266/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2025-09-07T06:24:25.1104446Z [3267/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2025-09-07T06:24:25.8844590Z [3268/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2025-09-07T06:24:25.9054506Z [3269/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2025-09-07T06:24:25.9784628Z [3270/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2025-09-07T06:24:26.0764560Z [3271/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2025-09-07T06:24:26.1249127Z [3272/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2025-09-07T06:24:26.1801990Z [3273/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2025-09-07T06:24:26.1959583Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(485): warning C4805: '&=': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2025-09-07T06:24:26.1962988Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(485): warning C4805: '&': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2025-09-07T06:24:26.1964266Z [3274/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2025-09-07T06:24:26.3860985Z [3275/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2025-09-07T06:24:26.7145790Z [3276/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2025-09-07T06:24:27.1396378Z [3277/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2025-09-07T06:24:27.3744280Z [3278/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2025-09-07T06:24:27.9291811Z [3279/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2025-09-07T06:24:27.9522533Z [3280/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2025-09-07T06:24:29.5427374Z [3281/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2025-09-07T06:24:29.5865713Z [3282/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2025-09-07T06:24:29.6838117Z [3283/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2025-09-07T06:24:29.7037251Z [3284/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2025-09-07T06:24:30.0704069Z [3285/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2025-09-07T06:24:30.2129483Z [3286/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2025-09-07T06:24:30.5794266Z [3287/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2025-09-07T06:24:30.6161258Z [3288/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2025-09-07T06:24:30.9563529Z [3289/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2025-09-07T06:24:31.1058283Z [3290/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2025-09-07T06:24:31.6023202Z [3291/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2025-09-07T06:24:31.6215648Z [3292/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2025-09-07T06:24:31.6780432Z [3293/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2025-09-07T06:24:31.6988032Z [3294/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2025-09-07T06:24:32.6922754Z [3295/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2025-09-07T06:24:32.7173654Z [3296/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2025-09-07T06:24:32.8236045Z [3297/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2025-09-07T06:24:33.2945708Z [3298/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2025-09-07T06:24:33.7074248Z [3299/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2025-09-07T06:24:33.9030187Z [3300/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2025-09-07T06:24:34.0835244Z [3301/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2025-09-07T06:24:34.5832226Z [3302/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2025-09-07T06:24:34.7448044Z [3303/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2025-09-07T06:24:34.9639505Z [3304/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2025-09-07T06:24:34.9920351Z [3305/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2025-09-07T06:24:35.1855275Z [3306/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2025-09-07T06:24:35.2259957Z [3307/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2025-09-07T06:24:35.3946839Z [3308/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2025-09-07T06:24:35.6799259Z [3309/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2025-09-07T06:24:36.0709196Z [3310/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2025-09-07T06:24:36.3123160Z [3311/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2025-09-07T06:24:36.3509871Z [3312/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2025-09-07T06:24:37.0183997Z [3313/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2025-09-07T06:24:38.2572850Z [3314/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2025-09-07T06:24:38.4516330Z [3315/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler_helper.cpp.obj 2025-09-07T06:24:38.9486165Z [3316/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2025-09-07T06:24:39.2470591Z [3317/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2025-09-07T06:24:39.6202986Z [3318/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2025-09-07T06:24:39.7918394Z [3319/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2025-09-07T06:24:39.8163585Z [3320/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2025-09-07T06:24:40.0371764Z [3321/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2025-09-07T06:24:40.4405634Z [3322/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2025-09-07T06:24:40.5050542Z [3323/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2025-09-07T06:24:41.4004244Z [3324/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2025-09-07T06:24:41.9017223Z [3325/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2025-09-07T06:24:41.9795858Z [3326/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2025-09-07T06:24:42.7421018Z [3327/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2025-09-07T06:24:42.8173547Z [3328/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2025-09-07T06:24:43.0037359Z [3329/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2025-09-07T06:24:43.4725228Z [3330/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2025-09-07T06:24:43.6090016Z [3331/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2025-09-07T06:24:43.6785530Z [3332/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2025-09-07T06:24:43.7471572Z [3333/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2025-09-07T06:24:44.8265731Z [3334/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2025-09-07T06:24:45.3649476Z [3335/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2025-09-07T06:24:45.4575350Z [3336/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2025-09-07T06:24:46.2936578Z [3337/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2025-09-07T06:24:46.3592582Z [3338/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2025-09-07T06:24:46.3594485Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-09-07T06:24:46.3595369Z with 2025-09-07T06:24:46.3595563Z [ 2025-09-07T06:24:46.3595726Z T=int 2025-09-07T06:24:46.3595911Z ] 2025-09-07T06:24:46.3596510Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): note: the template instantiation context (the oldest one first) is 2025-09-07T06:24:46.3971827Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\ir_simplifier.cpp(318): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2025-09-07T06:24:46.3973919Z with 2025-09-07T06:24:46.3974236Z [ 2025-09-07T06:24:46.3974545Z T=int 2025-09-07T06:24:46.3974884Z ] 2025-09-07T06:24:46.3975793Z [3339/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2025-09-07T06:24:47.1663656Z [3340/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2025-09-07T06:24:47.3527668Z [3341/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2025-09-07T06:24:48.3506779Z [3342/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2025-09-07T06:24:48.9324431Z [3343/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2025-09-07T06:24:48.9325905Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-09-07T06:24:48.9326861Z with 2025-09-07T06:24:48.9327080Z [ 2025-09-07T06:24:48.9327327Z T=int 2025-09-07T06:24:48.9327503Z ] 2025-09-07T06:24:48.9328879Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): note: the template instantiation context (the oldest one first) is 2025-09-07T06:24:49.1851407Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp(627): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2025-09-07T06:24:49.1853834Z with 2025-09-07T06:24:49.1854145Z [ 2025-09-07T06:24:49.1854448Z T=int 2025-09-07T06:24:49.1854789Z ] 2025-09-07T06:24:49.1855772Z [3344/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2025-09-07T06:24:49.9927247Z [3345/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2025-09-07T06:24:50.0815617Z [3346/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2025-09-07T06:24:50.1048538Z [3347/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2025-09-07T06:24:50.7384318Z [3348/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2025-09-07T06:24:50.8923168Z [3349/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2025-09-07T06:24:50.9278110Z [3350/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2025-09-07T06:24:51.0510534Z [3351/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2025-09-07T06:24:51.1726952Z [3352/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2025-09-07T06:24:51.8409275Z [3353/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2025-09-07T06:24:51.8991277Z [3354/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2025-09-07T06:24:51.9477883Z [3355/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2025-09-07T06:24:52.0908239Z [3356/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2025-09-07T06:24:52.1588839Z [3357/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2025-09-07T06:24:52.2449396Z [3358/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2025-09-07T06:24:52.6159840Z [3359/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2025-09-07T06:24:52.8308502Z [3360/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2025-09-07T06:24:52.8865269Z [3361/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2025-09-07T06:24:52.9851373Z [3362/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2025-09-07T06:24:53.0301269Z [3363/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2025-09-07T06:24:53.1400455Z [3364/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2025-09-07T06:24:53.2663239Z [3365/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2025-09-07T06:24:53.4701158Z [3366/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2025-09-07T06:24:53.4703284Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-09-07T06:24:53.4704812Z with 2025-09-07T06:24:53.4705120Z [ 2025-09-07T06:24:53.4705397Z T=int 2025-09-07T06:24:53.4705709Z ] 2025-09-07T06:24:53.4706770Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): note: the template instantiation context (the oldest one first) is 2025-09-07T06:24:53.6180651Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\registerizer.cpp(92): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2025-09-07T06:24:53.6182607Z with 2025-09-07T06:24:53.6183886Z [ 2025-09-07T06:24:53.6184248Z T=int 2025-09-07T06:24:53.6184551Z ] 2025-09-07T06:24:53.6185246Z [3367/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2025-09-07T06:24:53.6365672Z [3368/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2025-09-07T06:24:53.8787391Z [3369/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2025-09-07T06:24:53.9621087Z [3370/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2025-09-07T06:24:54.0000569Z [3371/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2025-09-07T06:24:54.0736215Z [3372/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2025-09-07T06:24:54.0858376Z [3373/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2025-09-07T06:24:54.1686501Z [3374/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2025-09-07T06:24:54.5148977Z [3375/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2025-09-07T06:24:54.5501612Z [3376/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2025-09-07T06:24:54.6682449Z [3377/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2025-09-07T06:24:54.8780449Z [3378/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2025-09-07T06:24:54.9179221Z [3379/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2025-09-07T06:24:54.9757777Z [3380/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2025-09-07T06:24:55.0277345Z [3381/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2025-09-07T06:24:55.1140650Z [3382/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2025-09-07T06:24:55.1686462Z [3383/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2025-09-07T06:24:55.5566622Z [3384/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2025-09-07T06:24:55.9489268Z [3385/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2025-09-07T06:24:55.9671568Z [3386/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2025-09-07T06:24:55.9704850Z [3387/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\mtia\profiler\MTIAMemoryProfiler.cpp.obj 2025-09-07T06:24:55.9847698Z [3388/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2025-09-07T06:24:56.0812162Z [3389/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2025-09-07T06:24:56.2034343Z [3390/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2025-09-07T06:24:56.2806907Z [3391/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2025-09-07T06:24:56.4584007Z [3392/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2025-09-07T06:24:56.7831326Z [3393/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2025-09-07T06:24:56.8522265Z [3394/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2025-09-07T06:24:56.9168593Z [3395/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2025-09-07T06:24:56.9934355Z [3396/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2025-09-07T06:24:57.0105079Z [3397/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2025-09-07T06:24:57.0750839Z [3398/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2025-09-07T06:24:57.0818405Z [3399/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2025-09-07T06:24:57.1760790Z [3400/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2025-09-07T06:24:57.2270081Z [3401/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2025-09-07T06:24:57.3402426Z [3402/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2025-09-07T06:24:57.9272810Z [3403/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2025-09-07T06:24:57.9653041Z [3404/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2025-09-07T06:24:58.0193019Z [3405/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2025-09-07T06:24:58.0551285Z [3406/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2025-09-07T06:24:58.3501846Z [3407/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2025-09-07T06:24:58.9417200Z [3408/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2025-09-07T06:24:59.0389786Z [3409/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2025-09-07T06:24:59.0605280Z [3410/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2025-09-07T06:25:00.2164426Z [3411/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\Graph.cpp.obj 2025-09-07T06:25:00.3312868Z [3412/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\ModelRunner.cpp.obj 2025-09-07T06:25:00.5383601Z [3413/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2025-09-07T06:25:00.8212721Z [3414/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2025-09-07T06:25:00.8686379Z [3415/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2025-09-07T06:25:00.9248881Z [3416/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\GraphSignature.cpp.obj 2025-09-07T06:25:01.3306732Z [3417/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\GraphPasses.cpp.obj 2025-09-07T06:25:01.4362445Z [3418/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\TensorMeta.cpp.obj 2025-09-07T06:25:01.7099930Z [3419/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2025-09-07T06:25:01.7209560Z [3420/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\Serialization.cpp.obj 2025-09-07T06:25:01.7932931Z [3421/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\Placement.cpp.obj 2025-09-07T06:25:01.9384607Z [3422/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\GraphUtils.cpp.obj 2025-09-07T06:25:02.0462995Z [3423/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2025-09-07T06:25:02.1282167Z [3424/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\DelegateExecutor.cpp.obj 2025-09-07T06:25:02.5462225Z [3425/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\ExecutionPlanner.cpp.obj 2025-09-07T06:25:02.5720242Z [3426/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2025-09-07T06:25:02.6222381Z [3427/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\PlacementUtils.cpp.obj 2025-09-07T06:25:02.7846186Z [3428/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\ExecutionFrame.cpp.obj 2025-09-07T06:25:02.8294517Z [3429/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\Executor.cpp.obj 2025-09-07T06:25:02.8588040Z [3430/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\GraphExecutorBase.cpp.obj 2025-09-07T06:25:03.0273291Z [3431/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\ConstantFolder.cpp.obj 2025-09-07T06:25:03.1682571Z [3432/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\common\FileUtil.cpp.obj 2025-09-07T06:25:03.2012463Z [3433/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\OpKernel.cpp.obj 2025-09-07T06:25:03.5387852Z [3434/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\FunctionSchema.cpp.obj 2025-09-07T06:25:03.5830427Z [3435/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\GreedyBySize.cpp.obj 2025-09-07T06:25:03.6117029Z [3436/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\SerialGraphExecutor.cpp.obj 2025-09-07T06:25:03.7661975Z [3437/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\Bump.cpp.obj 2025-09-07T06:25:03.8203438Z [3438/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\Weights.cpp.obj 2025-09-07T06:25:03.9507444Z [3439/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\detail\ITree.cpp.obj 2025-09-07T06:25:04.0447658Z [3440/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\C10Kernel.cpp.obj 2025-09-07T06:25:04.1883195Z [3441/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\AutoFunctionalizeKernel.cpp.obj 2025-09-07T06:25:04.3059707Z [3442/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\HigherOrderKernel.cpp.obj 2025-09-07T06:25:04.3359070Z [3443/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\DisjointStorageGroups.cpp.obj 2025-09-07T06:25:04.6835658Z [3444/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\ParallelGraphExecutor.cpp.obj 2025-09-07T06:25:04.7292412Z [3445/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\CallTorchBindKernel.cpp.obj 2025-09-07T06:25:05.0993317Z [3446/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\AliasAnalyzer.cpp.obj 2025-09-07T06:25:05.2814949Z [3447/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\LayoutPlanner.cpp.obj 2025-09-07T06:25:05.3937251Z [3448/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\LayoutManager.cpp.obj 2025-09-07T06:25:06.3462245Z [3449/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\passes\SubgraphRewriter.cpp.obj 2025-09-07T06:25:06.4292734Z [3450/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\passes\pass_manager\GraphPasses.cpp.obj 2025-09-07T06:25:07.4317499Z [3451/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\passes\pass_manager\PassManager.cpp.obj 2025-09-07T06:25:07.5566217Z [3452/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\KernelFactory.cpp.obj 2025-09-07T06:25:07.7606636Z [3453/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\PrimKernelRegistry.cpp.obj 2025-09-07T06:25:07.9268430Z [3454/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\triton\CpuTritonKernelManager.cpp.obj 2025-09-07T06:25:08.3565784Z [3455/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\NativeKernels.cpp.obj 2025-09-07T06:25:08.6007852Z [3456/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2025-09-07T06:25:08.6555269Z [3457/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\TritonKernel.cpp.obj 2025-09-07T06:25:08.6717455Z [3458/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\KernelRegistry.cpp.obj 2025-09-07T06:25:08.7298860Z [3459/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\GeneratedStaticDispatchKernels.cpp.obj 2025-09-07T06:25:08.8049366Z [3460/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2025-09-07T06:25:08.9630462Z [3461/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\GeneratedNativeStaticDispatchKernels.cpp.obj 2025-09-07T06:25:08.9824302Z [3462/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2025-09-07T06:25:09.7171973Z [3463/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2025-09-07T06:25:09.7271763Z [3464/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2025-09-07T06:25:09.7322379Z [3465/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2025-09-07T06:25:10.0086054Z [3466/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2025-09-07T06:25:10.3002089Z [3467/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\KernelHandlerRegistry.cpp.obj 2025-09-07T06:25:10.4375958Z [3468/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2025-09-07T06:25:10.7702188Z [3469/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2025-09-07T06:25:11.3531262Z [3470/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2025-09-07T06:25:11.4021476Z [3471/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2025-09-07T06:25:11.4254097Z [3472/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2025-09-07T06:25:12.1784044Z [3473/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2025-09-07T06:25:12.4371411Z [3474/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2025-09-07T06:25:12.9553826Z [3475/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2025-09-07T06:25:13.4544761Z [3476/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2025-09-07T06:25:13.5025268Z [3477/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2025-09-07T06:25:13.7803980Z [3478/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2025-09-07T06:25:13.8546706Z [3479/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2025-09-07T06:25:14.0378153Z [3480/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2025-09-07T06:25:14.2276082Z [3481/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2025-09-07T06:25:14.7534030Z [3482/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2025-09-07T06:25:14.8050499Z [3483/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2025-09-07T06:25:14.8430987Z [3484/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2025-09-07T06:25:14.9561227Z [3485/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2025-09-07T06:25:15.0730281Z [3486/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2025-09-07T06:25:15.1642950Z [3487/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2025-09-07T06:25:15.3833272Z [3488/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2025-09-07T06:25:15.5138164Z [3489/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2025-09-07T06:25:15.6945026Z [3490/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2025-09-07T06:25:16.0503953Z [3491/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2025-09-07T06:25:16.1121895Z [3492/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2025-09-07T06:25:16.6204632Z [3493/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2025-09-07T06:25:16.8961461Z [3494/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2025-09-07T06:25:18.4869172Z [3495/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2025-09-07T06:25:18.5378263Z [3496/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2025-09-07T06:25:18.8196344Z [3497/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2025-09-07T06:25:19.3157842Z [3498/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2025-09-07T06:25:19.4544306Z [3499/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2025-09-07T06:25:19.7863158Z [3500/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2025-09-07T06:25:19.8580434Z [3501/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2025-09-07T06:25:19.9308351Z [3502/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2025-09-07T06:25:20.0923897Z [3503/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FlightRecorder.cpp.obj 2025-09-07T06:25:20.4074181Z [3504/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2025-09-07T06:25:20.7561987Z [3505/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2025-09-07T06:25:20.8949256Z [3506/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2025-09-07T06:25:21.8061800Z [3507/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Types.cpp.obj 2025-09-07T06:25:21.9836503Z [3508/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2025-09-07T06:25:22.2896664Z [3509/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2025-09-07T06:25:23.2091746Z [3510/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2025-09-07T06:25:23.3528688Z [3511/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2025-09-07T06:25:23.6884247Z [3512/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2025-09-07T06:25:23.7544988Z [3513/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2025-09-07T06:25:23.9046146Z [3514/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2025-09-07T06:25:24.1018186Z [3515/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\cuda\StreamBlock.cpp.obj 2025-09-07T06:25:24.2217788Z [3516/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2025-09-07T06:25:24.2505438Z [3517/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2025-09-07T06:25:24.3718032Z [3518/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2025-09-07T06:25:24.5326554Z [3519/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2025-09-07T06:25:24.7157451Z [3520/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2025-09-07T06:25:25.5446743Z [3521/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2025-09-07T06:25:25.6366782Z [3522/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2025-09-07T06:25:25.7214306Z [3523/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2025-09-07T06:25:26.0835518Z [3524/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2025-09-07T06:25:26.2683908Z [3525/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2025-09-07T06:25:26.5897634Z [3526/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2025-09-07T06:25:27.7924049Z [3527/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2025-09-07T06:25:28.0308344Z [3528/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2025-09-07T06:25:28.1276895Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\distributed\c10d\logger.cpp(294): warning C4805: '!=': unsafe mix of type '__int64' and type 'bool' in operation 2025-09-07T06:25:28.1278016Z [3529/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2025-09-07T06:25:28.2754906Z [3530/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2025-09-07T06:25:28.5920702Z [3531/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2025-09-07T06:25:29.2558989Z [3532/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\symm_mem\DMAConnectivity.cpp.obj 2025-09-07T06:25:29.3679021Z [3533/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\symm_mem\SymmetricMemory.cpp.obj 2025-09-07T06:25:29.4805476Z [3534/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2025-09-07T06:25:29.7954270Z [3535/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2025-09-07T06:25:29.8945432Z [3536/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2025-09-07T06:25:30.1614894Z [3537/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2025-09-07T06:25:31.3427531Z [3538/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2025-09-07T06:25:31.6618971Z [3539/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2025-09-07T06:25:31.7985773Z [3540/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2025-09-07T06:25:32.8951944Z [3541/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2025-09-07T06:25:33.0914490Z [3542/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2025-09-07T06:25:33.4826797Z [3543/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2025-09-07T06:25:33.6001318Z [3544/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2025-09-07T06:25:33.7340271Z [3545/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2025-09-07T06:25:34.9511217Z [3546/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2025-09-07T06:25:35.2388339Z [3547/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2025-09-07T06:25:35.4085720Z [3548/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2025-09-07T06:25:36.5171077Z [3549/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2025-09-07T06:25:36.6794262Z [3550/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2025-09-07T06:25:36.9905469Z [3551/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2025-09-07T06:25:37.2966392Z [3552/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2025-09-07T06:25:37.4441492Z [3553/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2025-09-07T06:25:38.6168637Z [3554/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2025-09-07T06:25:38.9330897Z [3555/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2025-09-07T06:25:39.0259360Z [3556/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2025-09-07T06:25:40.1039813Z [3557/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2025-09-07T06:25:40.2703074Z [3558/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2025-09-07T06:25:40.5464830Z [3559/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2025-09-07T06:25:41.0282043Z [3560/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2025-09-07T06:25:41.1068996Z [3561/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2025-09-07T06:25:42.2145693Z [3562/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2025-09-07T06:25:42.4674610Z [3563/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2025-09-07T06:25:42.6395275Z [3564/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2025-09-07T06:25:43.5615926Z [3565/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2025-09-07T06:25:43.6805085Z [3566/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2025-09-07T06:25:43.9662612Z [3567/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2025-09-07T06:25:44.5140144Z [3568/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2025-09-07T06:25:44.6039028Z [3569/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2025-09-07T06:25:45.7141118Z [3570/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2025-09-07T06:25:45.9002473Z [3571/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2025-09-07T06:25:46.0708925Z [3572/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2025-09-07T06:25:47.0367558Z [3573/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2025-09-07T06:25:47.1314782Z [3574/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2025-09-07T06:25:47.5037211Z [3575/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2025-09-07T06:25:48.0591985Z [3576/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2025-09-07T06:25:48.2427367Z [3577/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2025-09-07T06:25:49.3591915Z [3578/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2025-09-07T06:25:49.5242228Z [3579/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2025-09-07T06:25:49.6102975Z [3580/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2025-09-07T06:25:50.1473382Z [3581/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2025-09-07T06:25:50.3493092Z [3582/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2025-09-07T06:25:50.5128866Z [3583/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2025-09-07T06:25:50.5640013Z [3584/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2025-09-07T06:25:50.7730517Z [3585/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2025-09-07T06:25:51.0450227Z [3586/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2025-09-07T06:25:51.1454865Z [3587/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2025-09-07T06:25:51.1568763Z [3588/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2025-09-07T06:25:51.1570001Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.1571369Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.6096308Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.6097766Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.6099004Z [3589/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2025-09-07T06:25:51.6218175Z [3590/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2025-09-07T06:25:51.6220106Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.6221658Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.8237780Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.8239108Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.8240276Z [3591/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2025-09-07T06:25:51.8241356Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.8242595Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.8657539Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.8658865Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.8659994Z [3592/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2025-09-07T06:25:51.8661131Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.8662369Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.9127494Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.9129816Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.9131419Z [3593/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2025-09-07T06:25:51.9883733Z [3594/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2025-09-07T06:25:51.9885345Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:51.9886820Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.4338103Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.4339457Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.4340691Z [3595/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:52.4341807Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.4343339Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.5791039Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.5792514Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.5793649Z [3596/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2025-09-07T06:25:52.5794769Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.5825328Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.5827747Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.5830403Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.5832345Z [3597/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:52.5834525Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.5836921Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.8611803Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.8614314Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.8616356Z [3598/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:52.8618248Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.8620529Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.9428570Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.9430185Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.9431438Z [3599/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:52.9432626Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:52.9433974Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.0097203Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.0098757Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.0099961Z [3600/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:53.0101084Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.0103127Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.0213367Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.0214995Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.0216160Z [3601/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:53.0217446Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.0218764Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.4294900Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.4296680Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.4299098Z [3602/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:53.4301077Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.4303692Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.5885276Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.5887857Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.5890125Z [3603/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:53.5892166Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.5894537Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.5952845Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.5955601Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.5957638Z [3604/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2025-09-07T06:25:53.5959639Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.5961766Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.7970395Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.7972836Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.7975029Z [3605/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2025-09-07T06:25:53.8715275Z [3606/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:53.8717346Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:53.8719636Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.0544449Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.0545828Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.0547029Z [3607/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:54.0548110Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.0549366Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.0580829Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.0582300Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.0583535Z [3608/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:54.0585050Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.0586455Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.0819817Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.0821620Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.0822700Z [3609/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2025-09-07T06:25:54.2557903Z [3610/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:54.2559509Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.2562239Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.3918299Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.3920816Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.3922932Z [3611/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2025-09-07T06:25:54.3925151Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.3927339Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.4545259Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.4546879Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.4548044Z [3612/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:54.4549366Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.4550785Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.5399582Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.5401959Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.5403885Z [3613/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:54.5406361Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.5408616Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.6200014Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.6201440Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.6203606Z [3614/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:54.6205097Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.6206706Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.8473137Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.8475625Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.8477820Z [3615/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:54.8479631Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.8482252Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.9707098Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.9708899Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.9710256Z [3616/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:54.9711351Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:54.9712730Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.0851430Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.0852792Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.0853958Z [3617/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:55.0855112Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.0856616Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.0961796Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.0963283Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.0964577Z [3618/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:55.0966180Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.0967784Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.1856266Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.1857668Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.1858810Z [3619/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:55.1859984Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.1861369Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.1971393Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.1973919Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.1976136Z [3620/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:55.1978123Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.1980523Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.3944759Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.3947309Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.3949358Z [3621/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:55.3951314Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.3953690Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.5684215Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.5686737Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.5688501Z [3622/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:55.5689671Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.5691266Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.5729949Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.5731759Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.5733685Z [3623/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:55.5735835Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.5864520Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.5867024Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.5869806Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.5872084Z [3624/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:55.5874250Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.5876676Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.6355358Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.6357919Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.6360055Z [3625/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:55.6362287Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:55.6364709Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.0474938Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.0477204Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.0478339Z [3626/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:56.0479556Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.0480797Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.0992827Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.0994196Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.0995542Z [3627/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:56.0996643Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.0998185Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.2001917Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.2003858Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.2005001Z [3628/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:56.2006045Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.2007394Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.2255106Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.2256727Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.2259229Z [3629/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:56.2261422Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.2263799Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.2622335Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.2623854Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.2626207Z [3630/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:56.2628715Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.2631076Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.4253627Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.4256504Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.4258483Z [3631/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2025-09-07T06:25:56.4260449Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.4262842Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.4738329Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.4739928Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.4741660Z [3632/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:56.4742960Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.4744388Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.5899219Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.5900647Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.5902661Z [3633/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:56.5904491Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.5906584Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.7087574Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.7090506Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.7092850Z [3634/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:56.7094770Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.7097297Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.8699462Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.8701995Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.8704463Z [3635/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:56.8706544Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:56.8709207Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.0125884Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.0127382Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.0128576Z [3636/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:57.0592234Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.0593431Z [3637/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:57.0955335Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.0957401Z [3638/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:57.0959373Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.0961684Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.1477243Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.1479642Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.1481666Z [3639/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:57.1483628Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.1485939Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.2594706Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.2597386Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.2599494Z [3640/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:57.2601418Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.2603764Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.3153644Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.3155055Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.3156450Z [3641/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:57.3157700Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.3159037Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.6417009Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.6418561Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.6419834Z [3642/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:57.6421150Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.6422787Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9009999Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9011957Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9013677Z [3643/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:57.9015402Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9017208Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9312288Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9314467Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9316279Z [3644/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:57.9550450Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9551619Z [3645/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:57.9552665Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9554185Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9655219Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9657654Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9659476Z [3646/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:57.9661286Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9663478Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9665537Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9667748Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9669295Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(49): warning C4180: qualifier applied to function type has no meaning; ignored 2025-09-07T06:25:57.9670442Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(49): note: the template instantiation context (the oldest one first) is 2025-09-07T06:25:57.9673847Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-09-07T06:25:57.9678742Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(190): note: while compiling class template member function 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' 2025-09-07T06:25:57.9681153Z with 2025-09-07T06:25:57.9681458Z [ 2025-09-07T06:25:57.9682248Z scalar_t=at::native::`anonymous-namespace'::pdist_forward_kernel_impl::scalar_t 2025-09-07T06:25:57.9682816Z ] 2025-09-07T06:25:57.9684769Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see the first reference to 'at::native::`anonymous-namespace'::Dist::apply_pdist' in 'at::native::`anonymous-namespace'::pdist_forward_kernel_impl::::()::::operator ()' 2025-09-07T06:25:57.9712155Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-09-07T06:25:57.9715950Z with 2025-09-07T06:25:57.9716222Z [ 2025-09-07T06:25:57.9716819Z scalar_t=at::native::`anonymous-namespace'::pdist_forward_kernel_impl::scalar_t 2025-09-07T06:25:57.9717524Z ] 2025-09-07T06:25:57.9720950Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(175): note: see reference to function template instantiation 'scalar_t at::vec::map2_reduce_all::run_parallel_pdist::::()::,data_t(const data_t &,const data_t &),0>(const MapOp &,ReduceOp (__cdecl &),const scalar_t *,const scalar_t *,int64_t)' being compiled 2025-09-07T06:25:57.9724582Z with 2025-09-07T06:25:57.9724903Z [ 2025-09-07T06:25:57.9725544Z scalar_t=at::native::`anonymous-namespace'::pdist_forward_kernel_impl::scalar_t, 2025-09-07T06:25:57.9726413Z data_t=at::vec::AVX2::Vectorized, 2025-09-07T06:25:57.9727842Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-09-07T06:25:57.9729730Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-09-07T06:25:57.9730834Z ] 2025-09-07T06:25:57.9732516Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(299): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX2::Vectorized &)' being compiled 2025-09-07T06:25:57.9734527Z with 2025-09-07T06:25:57.9735046Z [ 2025-09-07T06:25:57.9735265Z scalar_t=float, 2025-09-07T06:25:57.9735823Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2025-09-07T06:25:57.9736749Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-09-07T06:25:57.9737490Z ] 2025-09-07T06:25:57.9738665Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(177): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-09-07T06:25:57.9740777Z with 2025-09-07T06:25:57.9741102Z [ 2025-09-07T06:25:57.9758726Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-09-07T06:25:57.9759409Z ] 2025-09-07T06:25:57.9760183Z [3647/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2025-09-07T06:25:57.9761567Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:57.9762986Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.0164061Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.0165685Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.0168353Z [3648/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:58.2754574Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.2756227Z [3649/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:58.2757590Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.2759750Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.3734927Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.3736917Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.3739272Z [3650/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:58.6021601Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.6022838Z [3651/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:58.6023924Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.6025247Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.6112290Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.6113745Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.6115186Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(522): warning C4333: '>>': right shift by too large amount, data loss 2025-09-07T06:25:58.6116441Z [3652/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:58.6117630Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.6118911Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.8370924Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.8372368Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.8373642Z [3653/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:58.8375107Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.8376604Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9042272Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9043592Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9044946Z [3654/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:58.9046013Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9047386Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9391559Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9393031Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9394248Z [3655/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2025-09-07T06:25:58.9395533Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9396876Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9496498Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9498017Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9499134Z [3656/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2025-09-07T06:25:58.9661890Z [3657/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2025-09-07T06:25:58.9664095Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9666461Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9966428Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9969084Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9971240Z [3658/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2025-09-07T06:25:58.9972814Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:58.9974684Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:59.2299099Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:59.2301035Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:25:59.2303540Z [3659/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2025-09-07T06:25:59.4360599Z [3660/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2025-09-07T06:25:59.4793602Z [3661/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2025-09-07T06:25:59.7059562Z [3662/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2025-09-07T06:25:59.8072634Z [3663/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2025-09-07T06:25:59.9367415Z [3664/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2025-09-07T06:25:59.9724624Z [3665/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:00.0111176Z [3666/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:00.0317032Z [3667/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2025-09-07T06:26:00.0592186Z [3668/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:00.2976009Z [3669/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:00.5511813Z [3670/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2025-09-07T06:26:00.6008647Z [3671/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:00.6629468Z [3672/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:00.8381784Z [3673/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:00.9803503Z [3674/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:01.1024348Z [3675/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:01.1735020Z [3676/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2025-09-07T06:26:01.1907897Z [3677/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:01.2927947Z [3678/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:01.3085312Z [3679/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:01.5720433Z [3680/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:01.7376644Z [3681/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:01.7550600Z [3682/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:01.7665390Z [3683/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:01.9938149Z [3684/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:02.1241008Z [3685/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:02.1903342Z [3686/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:02.3169789Z [3687/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:02.3332162Z [3688/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:02.3436103Z [3689/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:02.3460028Z [3690/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:02.3649361Z [3691/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:02.8913463Z [3692/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:02.9541557Z [3693/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:03.0015862Z [3694/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:03.1659392Z [3695/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:03.1913209Z [3696/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2025-09-07T06:26:03.2107863Z [3697/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:03.2260980Z [3698/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:03.3442704Z [3699/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:03.5568112Z [3700/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:03.6139678Z [3701/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:03.7510538Z [3702/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:03.8836302Z [3703/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:04.0672825Z [3704/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:04.0803840Z [3705/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:04.0907365Z [3706/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:04.1105988Z [3707/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:04.3843170Z [3708/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:04.6225287Z [3709/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:04.6227733Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(49): warning C4180: qualifier applied to function type has no meaning; ignored 2025-09-07T06:26:04.6231670Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(49): note: the template instantiation context (the oldest one first) is 2025-09-07T06:26:04.6234828Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-09-07T06:26:04.6240731Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(190): note: while compiling class template member function 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' 2025-09-07T06:26:04.6244801Z with 2025-09-07T06:26:04.6245124Z [ 2025-09-07T06:26:04.6245781Z scalar_t=at::native::`anonymous-namespace'::pdist_forward_kernel_impl::scalar_t 2025-09-07T06:26:04.6246567Z ] 2025-09-07T06:26:04.6249839Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see the first reference to 'at::native::`anonymous-namespace'::Dist::apply_pdist' in 'at::native::`anonymous-namespace'::pdist_forward_kernel_impl::::()::::operator ()' 2025-09-07T06:26:04.6253618Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-09-07T06:26:04.6256158Z with 2025-09-07T06:26:04.6256364Z [ 2025-09-07T06:26:04.6256709Z scalar_t=at::native::`anonymous-namespace'::pdist_forward_kernel_impl::scalar_t 2025-09-07T06:26:04.6257131Z ] 2025-09-07T06:26:04.6258999Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(175): note: see reference to function template instantiation 'scalar_t at::vec::map2_reduce_all::run_parallel_pdist::::()::,data_t(const data_t &,const data_t &),0>(const MapOp &,ReduceOp (__cdecl &),const scalar_t *,const scalar_t *,int64_t)' being compiled 2025-09-07T06:26:04.6261157Z with 2025-09-07T06:26:04.6261414Z [ 2025-09-07T06:26:04.6261762Z scalar_t=at::native::`anonymous-namespace'::pdist_forward_kernel_impl::scalar_t, 2025-09-07T06:26:04.6262362Z data_t=at::vec::AVX512::Vectorized, 2025-09-07T06:26:04.6263126Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-09-07T06:26:04.6264251Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-09-07T06:26:04.6264890Z ] 2025-09-07T06:26:04.6266120Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(299): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX512::Vectorized &)' being compiled 2025-09-07T06:26:04.6267368Z with 2025-09-07T06:26:04.6267568Z [ 2025-09-07T06:26:04.6267746Z scalar_t=float, 2025-09-07T06:26:04.6268334Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2025-09-07T06:26:04.6619438Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-09-07T06:26:04.6620072Z ] 2025-09-07T06:26:04.6621008Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(177): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-09-07T06:26:04.6622166Z with 2025-09-07T06:26:04.6622415Z [ 2025-09-07T06:26:04.6623629Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-09-07T06:26:04.6625010Z ] 2025-09-07T06:26:04.6626246Z [3710/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:04.7200491Z [3711/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2025-09-07T06:26:04.8897020Z [3712/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:04.8925397Z [3713/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:04.9210093Z [3714/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:05.0564330Z [3715/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:05.0888598Z [3716/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:05.1543899Z [3717/7055] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2025-09-07T06:26:05.3498001Z [3718/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:05.3617722Z [3719/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:05.4690391Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(522): warning C4333: '>>': right shift by too large amount, data loss 2025-09-07T06:26:05.4692353Z [3720/7055] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2025-09-07T06:26:05.5751662Z [3721/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:05.7172068Z [3722/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2025-09-07T06:26:05.7747017Z [3723/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:05.8116369Z [3724/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2025-09-07T06:26:05.9029966Z [3725/7055] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2025-09-07T06:26:06.2046657Z [3726/7055] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2025-09-07T06:26:06.2552886Z [3727/7055] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2025-09-07T06:26:06.3462323Z [3728/7055] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2025-09-07T06:26:06.4380160Z [3729/7055] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2025-09-07T06:26:07.8468877Z [3730/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2025-09-07T06:26:07.9879077Z [3731/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2025-09-07T06:26:09.4373597Z [3732/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2025-09-07T06:26:09.4860848Z [3733/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2025-09-07T06:26:09.5116592Z [3734/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2025-09-07T06:26:09.5317956Z [3735/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2025-09-07T06:26:09.5864842Z [3736/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2025-09-07T06:26:09.9508191Z [3737/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2025-09-07T06:26:10.0184189Z [3738/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2025-09-07T06:26:10.7140860Z [3739/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2025-09-07T06:26:10.7363855Z [3740/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2025-09-07T06:26:10.7525732Z [3741/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2025-09-07T06:26:10.7629230Z [3742/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2025-09-07T06:26:10.7844758Z [3743/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2025-09-07T06:26:10.9735003Z [3744/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2025-09-07T06:26:11.0446207Z [3745/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2025-09-07T06:26:11.2999294Z [3746/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2025-09-07T06:26:11.6940691Z [3747/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2025-09-07T06:26:11.7223856Z [3748/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DeviceAccelerator.cpp.obj 2025-09-07T06:26:11.8111457Z [3749/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2025-09-07T06:26:11.8795040Z [3750/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2025-09-07T06:26:12.6649914Z [3751/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2025-09-07T06:26:12.6968862Z [3752/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2025-09-07T06:26:12.7715892Z [3753/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2025-09-07T06:26:13.6302331Z [3754/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreterHooks.cpp.obj 2025-09-07T06:26:13.7166650Z [3755/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2025-09-07T06:26:14.7377729Z [3756/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2025-09-07T06:26:14.7607733Z [3757/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2025-09-07T06:26:14.8954178Z [3758/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2025-09-07T06:26:15.0909276Z [3759/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2025-09-07T06:26:15.7827695Z [3760/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2025-09-07T06:26:16.5068095Z [3761/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2025-09-07T06:26:17.9046340Z [3762/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2025-09-07T06:26:18.7346293Z [3763/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2025-09-07T06:26:18.8040974Z [3764/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2025-09-07T06:26:18.8276107Z [3765/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2025-09-07T06:26:18.9030167Z [3766/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2025-09-07T06:26:19.4933087Z [3767/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2025-09-07T06:26:19.9047317Z [3768/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2025-09-07T06:26:19.9255022Z [3769/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2025-09-07T06:26:20.3361418Z [3770/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2025-09-07T06:26:20.6392197Z [3771/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2025-09-07T06:26:21.6413733Z [3772/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2025-09-07T06:26:22.5818273Z [3773/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2025-09-07T06:26:22.6872684Z [3774/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2025-09-07T06:26:23.6323025Z [3775/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2025-09-07T06:26:24.0930835Z [3776/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2025-09-07T06:26:24.1228659Z [3777/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2025-09-07T06:26:24.3580225Z [3778/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2025-09-07T06:26:25.1316430Z [3779/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2025-09-07T06:26:25.2286373Z [3780/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2025-09-07T06:26:25.7235046Z [3781/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2025-09-07T06:26:25.9857136Z [3782/7055] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2025-09-07T06:26:25.9876972Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(41): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-09-07T06:26:25.9878707Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-09-07T06:26:25.9880307Z [3783/7055] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2025-09-07T06:26:26.2670101Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(41): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-09-07T06:26:26.2671877Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-09-07T06:26:26.2673544Z [3784/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2025-09-07T06:26:26.3160309Z [3785/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2025-09-07T06:26:26.5375631Z [3786/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2025-09-07T06:26:26.6204327Z [3787/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame_cpp.cpp.obj 2025-09-07T06:26:26.9184097Z [3788/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2025-09-07T06:26:26.9364026Z [3789/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2025-09-07T06:26:27.2317320Z [3790/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2025-09-07T06:26:27.2887012Z [3791/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2025-09-07T06:26:27.7064024Z [3792/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2025-09-07T06:26:27.7385862Z [3793/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2025-09-07T06:26:28.1568840Z [3794/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\upgrader.cpp.obj 2025-09-07T06:26:28.1971844Z [3795/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\example_upgraders.cpp.obj 2025-09-07T06:26:28.3944993Z [3796/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\pybind.cpp.obj 2025-09-07T06:26:29.1936821Z [3797/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2025-09-07T06:26:29.2200798Z [3798/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2025-09-07T06:26:30.1345995Z [3799/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2025-09-07T06:26:30.2037584Z [3800/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\static_cuda_launcher.cpp.obj 2025-09-07T06:26:30.4029845Z [3801/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2025-09-07T06:26:30.5238478Z [3802/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2025-09-07T06:26:30.7165291Z [3803/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2025-09-07T06:26:30.8581403Z [3804/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2025-09-07T06:26:31.7089617Z [3805/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2025-09-07T06:26:31.8725956Z [3806/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2025-09-07T06:26:31.9452088Z [3807/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2025-09-07T06:26:32.7341144Z [3808/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2025-09-07T06:26:33.1481751Z [3809/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2025-09-07T06:26:33.7020365Z [3810/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2025-09-07T06:26:34.1925782Z [3811/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2025-09-07T06:26:34.3061154Z [3812/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2025-09-07T06:26:34.5033949Z [3813/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2025-09-07T06:26:34.5869871Z [3814/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2025-09-07T06:26:34.7097311Z [3815/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2025-09-07T06:26:35.1715379Z [3816/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2025-09-07T06:26:35.3599944Z [3817/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2025-09-07T06:26:35.5006607Z [3818/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2025-09-07T06:26:35.5346369Z [3819/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2025-09-07T06:26:35.5918181Z [3820/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2025-09-07T06:26:35.6860818Z [3821/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2025-09-07T06:26:35.9529015Z [3822/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2025-09-07T06:26:36.1600712Z [3823/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2025-09-07T06:26:36.4663963Z [3824/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2025-09-07T06:26:36.5756545Z [3825/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2025-09-07T06:26:36.9936524Z [3826/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2025-09-07T06:26:37.1520887Z [3827/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2025-09-07T06:26:37.4350984Z [3828/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2025-09-07T06:26:37.5624315Z [3829/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2025-09-07T06:26:37.7609223Z [3830/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2025-09-07T06:26:38.0952986Z [3831/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2025-09-07T06:26:38.2932759Z [3832/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2025-09-07T06:26:39.6677109Z [3833/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2025-09-07T06:26:40.0819157Z [3834/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2025-09-07T06:26:41.3196824Z [3835/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2025-09-07T06:26:41.5283621Z [3836/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2025-09-07T06:26:41.6004529Z [3837/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2025-09-07T06:26:41.9992701Z [3838/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2025-09-07T06:26:42.0491909Z [3839/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2025-09-07T06:26:42.2684125Z [3840/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2025-09-07T06:26:43.0520816Z [3841/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2025-09-07T06:26:43.4727317Z [3842/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2025-09-07T06:26:44.0286568Z [3843/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2025-09-07T06:26:44.6084510Z [3844/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2025-09-07T06:26:44.9928059Z [3845/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2025-09-07T06:26:45.3539713Z [3846/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2025-09-07T06:26:45.5952286Z [3847/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2025-09-07T06:26:45.5955053Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(629): warning C4996: 'pybind11::handle::operator ==': Use obj1.is(obj2) instead 2025-09-07T06:26:45.5957534Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(629): note: the template instantiation context (the oldest one first) is 2025-09-07T06:26:45.5961361Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\concrete_module_type.cpp(118): note: see reference to function template instantiation 'bool std::operator ==>(const std::vector> &,const std::vector> &)' being compiled 2025-09-07T06:26:45.5965872Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(2232): note: see reference to function template instantiation 'bool std::equal(const _InIt1,const _InIt1,const _InIt2)' being compiled 2025-09-07T06:26:45.5980161Z with 2025-09-07T06:26:45.5980462Z [ 2025-09-07T06:26:45.5980768Z _Ty=pybind11::object, 2025-09-07T06:26:45.5981845Z _InIt1=const pybind11::object *, 2025-09-07T06:26:45.5982432Z _InIt2=const pybind11::object * 2025-09-07T06:26:45.5982972Z ] 2025-09-07T06:26:45.5986056Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(5428): note: see reference to function template instantiation 'bool std::equal<_InIt1,_InIt2,std::equal_to>(const _InIt1,const _InIt1,const _InIt2,_Pr)' being compiled 2025-09-07T06:26:45.5990058Z with 2025-09-07T06:26:45.5990420Z [ 2025-09-07T06:26:45.5990796Z _InIt1=const pybind11::object *, 2025-09-07T06:26:46.0521224Z _InIt2=const pybind11::object *, 2025-09-07T06:26:46.0521628Z _Pr=std::equal_to 2025-09-07T06:26:46.0521930Z ] 2025-09-07T06:26:46.0523091Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(5411): note: see reference to function template instantiation 'bool std::equal_to::operator ()(_Ty1,_Ty2) noexcept(false) const' being compiled 2025-09-07T06:26:46.0524292Z with 2025-09-07T06:26:46.0524473Z [ 2025-09-07T06:26:46.0524742Z _Ty=pybind11::object, 2025-09-07T06:26:46.0525220Z _Ty1=const pybind11::object &, 2025-09-07T06:26:46.0525580Z _Ty2=const pybind11::object & 2025-09-07T06:26:46.0525830Z ] 2025-09-07T06:26:46.0526326Z [3848/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2025-09-07T06:26:46.1732584Z [3849/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2025-09-07T06:26:46.5102353Z [3850/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2025-09-07T06:26:47.0857477Z [3851/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2025-09-07T06:26:48.7537047Z [3852/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2025-09-07T06:26:49.0462288Z [3853/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2025-09-07T06:26:49.3094110Z [3854/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2025-09-07T06:26:49.7353438Z [3855/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2025-09-07T06:26:49.8750102Z [3856/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2025-09-07T06:26:50.0069557Z [3857/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2025-09-07T06:26:50.1032804Z [3858/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2025-09-07T06:26:50.2008332Z [3859/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2025-09-07T06:26:50.5363640Z [3860/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2025-09-07T06:26:50.8378772Z [3861/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2025-09-07T06:26:50.9943259Z [3862/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2025-09-07T06:26:51.1512769Z [3863/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2025-09-07T06:26:51.2941018Z [3864/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2025-09-07T06:26:51.8241703Z [3865/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2025-09-07T06:26:52.1019186Z [3866/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2025-09-07T06:26:52.2688120Z [3867/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2025-09-07T06:26:52.7818078Z [3868/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2025-09-07T06:26:53.1123176Z [3869/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2025-09-07T06:26:53.2518149Z [3870/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2025-09-07T06:26:53.6861951Z [3871/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2025-09-07T06:26:53.8575640Z [3872/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2025-09-07T06:26:54.3001609Z [3873/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2025-09-07T06:26:54.6396671Z [3874/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2025-09-07T06:26:54.7818981Z [3875/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2025-09-07T06:26:54.8187698Z [3876/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2025-09-07T06:26:55.2987351Z [3877/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2025-09-07T06:26:55.6055453Z [3878/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2025-09-07T06:26:55.9529952Z [3879/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2025-09-07T06:26:56.4468667Z [3880/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2025-09-07T06:26:56.5073455Z [3881/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2025-09-07T06:26:56.8792296Z [3882/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2025-09-07T06:26:56.9903662Z [3883/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2025-09-07T06:26:57.0195275Z [3884/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:57.1276342Z [3885/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:57.1574945Z [3886/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:57.2603697Z [3887/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:57.2933630Z [3888/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:57.3871329Z [3889/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:57.4276831Z [3890/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:57.5372311Z [3891/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:57.5556302Z [3892/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:57.6677924Z [3893/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:57.7059557Z [3894/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:57.7971990Z [3895/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:57.8429427Z [3896/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:57.9289501Z [3897/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:57.9735150Z [3898/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:58.0558522Z [3899/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:58.1034996Z [3900/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:58.1889386Z [3901/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:58.2393974Z [3902/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:58.3253048Z [3903/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:58.3662558Z [3904/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:58.4573184Z [3905/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:58.5011330Z [3906/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:58.5862335Z [3907/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:58.6347401Z [3908/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:58.7301823Z [3909/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2025-09-07T06:26:58.7364523Z [3910/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2025-09-07T06:26:58.7898511Z [3911/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2025-09-07T06:26:58.8168492Z [3912/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\nativert\python\Bindings.cpp.obj 2025-09-07T06:26:58.8777999Z [3913/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:58.8868611Z [3914/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:58.9408907Z [3915/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:58.9590676Z [3916/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:59.0202738Z [3917/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:59.0321332Z [3918/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:59.0823893Z [3919/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:59.1021823Z [3920/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:59.1728475Z [3921/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2025-09-07T06:26:59.1744725Z [3922/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:59.1797146Z [3923/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:59.2315920Z [3924/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:59.2487235Z [3925/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:59.3138967Z [3926/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:59.3187423Z [3927/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:59.3247436Z [3928/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:59.3689554Z [3929/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:59.3818412Z [3930/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:59.4639929Z [3931/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:59.4700832Z [3932/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:59.4758368Z [3933/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:59.5148575Z [3934/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:59.5288809Z [3935/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:59.6070121Z [3936/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:59.6190089Z [3937/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:59.6306575Z [3938/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:59.6568700Z [3939/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:59.6679744Z [3940/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:59.7531795Z [3941/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:59.7589271Z [3942/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:59.7864014Z [3943/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:59.8029723Z [3944/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:59.8133771Z [3945/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:59.8946161Z [3946/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:26:59.8998151Z [3947/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2025-09-07T06:26:59.9315329Z [3948/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:26:59.9449005Z [3949/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:26:59.9509114Z [3950/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2025-09-07T06:27:00.0395095Z [3951/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:27:00.0703956Z [3952/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:27:00.0884604Z [3953/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:27:00.0941933Z [3954/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2025-09-07T06:27:00.1009501Z [3955/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:27:00.1788020Z [3956/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:27:00.2191088Z [3957/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:27:00.2347741Z [3958/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2025-09-07T06:27:00.2440731Z [3959/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:27:00.2457282Z [3960/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:27:00.3278665Z [3961/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2025-09-07T06:27:00.3599551Z [3962/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:27:00.3721438Z [3963/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:27:00.3842431Z [3964/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:27:00.4021504Z [3965/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2025-09-07T06:27:00.4645437Z [3966/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-09-07T06:27:00.5049802Z [3967/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-09-07T06:27:00.5112649Z [3968/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-09-07T06:27:00.5168400Z [3969/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2025-09-07T06:27:00.5252269Z [3970/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u1.c.obj 2025-09-07T06:27:00.5757770Z [3971/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u2.c.obj 2025-09-07T06:27:00.6060985Z [3972/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2025-09-07T06:27:00.6332729Z [3973/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2025-09-07T06:27:00.6385071Z [3974/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2025-09-07T06:27:00.6399305Z [3975/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2025-09-07T06:27:00.6539793Z [3976/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2025-09-07T06:27:00.6973463Z [3977/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2025-09-07T06:27:00.7136910Z [3978/7055] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2025-09-07T06:27:00.7294792Z [3979/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2025-09-07T06:27:00.7605712Z [3980/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2025-09-07T06:27:00.7620126Z [3981/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2025-09-07T06:27:00.7675534Z [3982/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2025-09-07T06:27:00.7806087Z [3983/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-09-07T06:27:00.8139488Z [3984/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-09-07T06:27:00.8191799Z [3985/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2025-09-07T06:27:00.8303437Z [3986/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2025-09-07T06:27:00.8374421Z [3987/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2025-09-07T06:27:00.8472247Z [3988/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2025-09-07T06:27:00.8557605Z [3989/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2025-09-07T06:27:00.8627636Z [3990/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2025-09-07T06:27:00.8828125Z [3991/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2025-09-07T06:27:00.8842321Z [3992/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2025-09-07T06:27:00.9401077Z [3993/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u2.c.obj 2025-09-07T06:27:00.9474404Z [3994/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u4.c.obj 2025-09-07T06:27:00.9648432Z [3995/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u4.c.obj 2025-09-07T06:27:00.9754454Z [3996/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-gio-scalar.c.obj 2025-09-07T06:27:00.9878588Z [3997/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u4.c.obj 2025-09-07T06:27:00.9935089Z [3998/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u4.c.obj 2025-09-07T06:27:00.9986512Z [3999/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u4.c.obj 2025-09-07T06:27:01.0456345Z [4000/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2025-09-07T06:27:01.0511795Z [4001/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2025-09-07T06:27:01.0716175Z [4002/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2025-09-07T06:27:01.0822551Z [4003/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2025-09-07T06:27:01.0930895Z [4004/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2025-09-07T06:27:01.1005980Z [4005/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2025-09-07T06:27:01.1091132Z [4006/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2025-09-07T06:27:01.1603112Z [4007/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-scalar-int-u4.c.obj 2025-09-07T06:27:01.1659259Z [4008/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-scalar-int-u4.c.obj 2025-09-07T06:27:01.1855595Z [4009/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2025-09-07T06:27:01.1941863Z [4010/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x32-gemm-goi-scalar-int-u4.c.obj 2025-09-07T06:27:01.2055738Z [4011/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2025-09-07T06:27:01.2075675Z [4012/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2025-09-07T06:27:01.2141502Z [4013/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2025-09-07T06:27:01.2617237Z [4014/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2025-09-07T06:27:01.2681554Z [4015/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2025-09-07T06:27:01.2949457Z [4016/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2025-09-07T06:27:01.3007107Z [4017/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2025-09-07T06:27:01.3127893Z [4018/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2025-09-07T06:27:01.3190460Z [4019/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2025-09-07T06:27:01.3203594Z [4020/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2025-09-07T06:27:01.3732828Z [4021/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2025-09-07T06:27:01.3745632Z [4022/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2025-09-07T06:27:01.4062982Z [4023/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2025-09-07T06:27:01.4406036Z [4024/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2025-09-07T06:27:01.4418537Z [4025/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2025-09-07T06:27:01.4471646Z [4026/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2025-09-07T06:27:01.4604369Z [4027/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2025-09-07T06:27:01.4763348Z [4028/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2025-09-07T06:27:01.4851118Z [4029/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2025-09-07T06:27:01.5130122Z [4030/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2025-09-07T06:27:01.5517850Z [4031/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2025-09-07T06:27:01.5573009Z [4032/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-int-u4.c.obj 2025-09-07T06:27:01.5587524Z [4033/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x3-gemm-goi-scalar-float-u4.c.obj 2025-09-07T06:27:01.5805021Z [4034/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x3-gemm-goi-scalar-int-u4.c.obj 2025-09-07T06:27:01.5970098Z [4035/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-gio-scalar.c.obj 2025-09-07T06:27:01.6025943Z [4036/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-int-u4.c.obj 2025-09-07T06:27:01.6182803Z [4037/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-scalar.c.obj 2025-09-07T06:27:01.6674033Z [4038/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-scalar-int-u4.c.obj 2025-09-07T06:27:01.6728586Z [4039/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-scalar.c.obj 2025-09-07T06:27:01.6741460Z [4040/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-scalar-float-u4.c.obj 2025-09-07T06:27:01.6871930Z [4041/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2025-09-07T06:27:01.6956449Z [4042/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-scalar-float-u4.c.obj 2025-09-07T06:27:01.7126763Z [4043/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-scalar-int-u4.c.obj 2025-09-07T06:27:01.7178343Z [4044/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-scalar.c.obj 2025-09-07T06:27:01.7418731Z [4045/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2025-09-07T06:27:01.7483842Z [4046/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2025-09-07T06:27:01.7759804Z [4047/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2025-09-07T06:27:01.7914278Z [4048/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2025-09-07T06:27:01.8068203Z [4049/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2025-09-07T06:27:01.8182412Z [4050/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2025-09-07T06:27:01.8195071Z [4051/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2025-09-07T06:27:01.8419808Z [4052/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2025-09-07T06:27:01.8720648Z [4053/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2025-09-07T06:27:01.8784504Z [4054/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2025-09-07T06:27:01.8932034Z [4055/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2025-09-07T06:27:01.9108596Z [4056/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2025-09-07T06:27:01.9173256Z [4057/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2025-09-07T06:27:01.9224551Z [4058/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2025-09-07T06:27:01.9428961Z [4059/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2025-09-07T06:27:01.9786140Z [4060/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2025-09-07T06:27:01.9847078Z [4061/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2025-09-07T06:27:02.0052294Z [4062/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2025-09-07T06:27:02.0198137Z [4063/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2025-09-07T06:27:02.0258562Z [4064/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2025-09-07T06:27:02.0314117Z [4065/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2025-09-07T06:27:02.0526526Z [4066/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2025-09-07T06:27:02.0892123Z [4067/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2025-09-07T06:27:02.1002408Z [4068/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2025-09-07T06:27:02.1100733Z [4069/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2025-09-07T06:27:02.1320275Z [4070/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2025-09-07T06:27:02.1375244Z [4071/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2025-09-07T06:27:02.1387886Z [4072/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2025-09-07T06:27:02.1504525Z [4073/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2025-09-07T06:27:02.1953680Z [4074/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2025-09-07T06:27:02.2044899Z [4075/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2025-09-07T06:27:02.2349399Z [4076/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2025-09-07T06:27:02.2399507Z [4077/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2025-09-07T06:27:02.2494701Z [4078/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2025-09-07T06:27:02.2549516Z [4079/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2025-09-07T06:27:02.2757267Z [4080/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.3284881Z [4081/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2025-09-07T06:27:02.3386591Z [4082/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.3636302Z [4083/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.3692806Z [4084/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2025-09-07T06:27:02.3755252Z [4085/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.3814127Z [4086/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.3991049Z [4087/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2025-09-07T06:27:02.4665814Z [4088/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2025-09-07T06:27:02.4701629Z [4089/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.4955165Z [4090/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.5014208Z [4091/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.5030215Z [4092/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2025-09-07T06:27:02.5168439Z [4093/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.5183914Z [4094/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2025-09-07T06:27:02.5936929Z [4095/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2025-09-07T06:27:02.6002659Z [4096/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.6373297Z [4097/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.6387932Z [4098/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2025-09-07T06:27:02.6399744Z [4099/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2025-09-07T06:27:02.6558750Z [4100/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2025-09-07T06:27:02.6572264Z [4101/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.7245682Z [4102/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.7260395Z [4103/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.7715501Z [4104/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2025-09-07T06:27:02.7775308Z [4105/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.7890202Z [4106/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2025-09-07T06:27:02.7944073Z [4107/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.7958955Z [4108/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2025-09-07T06:27:02.8493761Z [4109/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc2.c.obj 2025-09-07T06:27:02.8509751Z [4110/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc3.c.obj 2025-09-07T06:27:02.9081534Z [4111/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc4.c.obj 2025-09-07T06:27:02.9139863Z [4112/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.obj 2025-09-07T06:27:02.9206958Z [4113/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.obj 2025-09-07T06:27:02.9322526Z [4114/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.obj 2025-09-07T06:27:02.9391437Z [4115/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.obj 2025-09-07T06:27:02.9764774Z [4116/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.obj 2025-09-07T06:27:02.9858579Z [4117/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.obj 2025-09-07T06:27:03.0428587Z [4118/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc2.c.obj 2025-09-07T06:27:03.0441519Z [4119/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc4.c.obj 2025-09-07T06:27:03.0511594Z [4120/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.obj 2025-09-07T06:27:03.0621200Z [4121/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4-acc2.c.obj 2025-09-07T06:27:03.0693626Z [4122/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.obj 2025-09-07T06:27:03.1075021Z [4123/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.obj 2025-09-07T06:27:03.1240096Z [4124/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.obj 2025-09-07T06:27:03.1680352Z [4125/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc3.c.obj 2025-09-07T06:27:03.1739619Z [4126/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc2.c.obj 2025-09-07T06:27:03.1820159Z [4127/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc4.c.obj 2025-09-07T06:27:03.1918703Z [4128/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc5.c.obj 2025-09-07T06:27:03.1977729Z [4129/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.obj 2025-09-07T06:27:03.2379082Z [4130/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc2.c.obj 2025-09-07T06:27:03.2483063Z [4131/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc3.c.obj 2025-09-07T06:27:03.2989797Z [4132/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.obj 2025-09-07T06:27:03.3060712Z [4133/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-3x4-acc2.c.obj 2025-09-07T06:27:03.3113245Z [4134/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.obj 2025-09-07T06:27:03.3173530Z [4135/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-4x4-acc2.c.obj 2025-09-07T06:27:03.3268842Z [4136/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.obj 2025-09-07T06:27:03.3810860Z [4137/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc2.c.obj 2025-09-07T06:27:03.3867948Z [4138/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc3.c.obj 2025-09-07T06:27:03.4478132Z [4139/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.obj 2025-09-07T06:27:03.4523557Z [4140/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc4.c.obj 2025-09-07T06:27:03.4582082Z [4141/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc5.c.obj 2025-09-07T06:27:03.4639520Z [4142/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc2.c.obj 2025-09-07T06:27:03.4710448Z [4143/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc3.c.obj 2025-09-07T06:27:03.5301867Z [4144/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4-acc2.c.obj 2025-09-07T06:27:03.5315628Z [4145/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.obj 2025-09-07T06:27:03.5977677Z [4146/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2025-09-07T06:27:03.6030162Z [4147/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2025-09-07T06:27:03.6045619Z [4148/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2025-09-07T06:27:03.6149886Z [4149/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2025-09-07T06:27:03.6202161Z [4150/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2025-09-07T06:27:03.6689422Z [4151/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2025-09-07T06:27:03.6765507Z [4152/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2025-09-07T06:27:03.7437109Z [4153/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2025-09-07T06:27:03.7451075Z [4154/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2025-09-07T06:27:03.7499238Z [4155/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2025-09-07T06:27:03.7625311Z [4156/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2025-09-07T06:27:03.7638564Z [4157/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2025-09-07T06:27:03.8254150Z [4158/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2025-09-07T06:27:03.8311989Z [4159/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2025-09-07T06:27:03.8873944Z [4160/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2025-09-07T06:27:03.8887399Z [4161/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2025-09-07T06:27:03.8941018Z [4162/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2025-09-07T06:27:03.9174822Z [4163/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2025-09-07T06:27:03.9420968Z [4164/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2025-09-07T06:27:03.9707093Z [4165/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2025-09-07T06:27:03.9722655Z [4166/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2025-09-07T06:27:04.0270697Z [4167/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2025-09-07T06:27:04.0283977Z [4168/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2025-09-07T06:27:04.0371220Z [4169/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2025-09-07T06:27:04.0521110Z [4170/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2025-09-07T06:27:04.0834812Z [4171/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2025-09-07T06:27:04.1141006Z [4172/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2025-09-07T06:27:04.1170019Z [4173/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2025-09-07T06:27:04.1432400Z [4174/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2025-09-07T06:27:04.1490429Z [4175/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2025-09-07T06:27:04.1800892Z [4176/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2025-09-07T06:27:04.1814304Z [4177/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2025-09-07T06:27:04.2225367Z [4178/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2025-09-07T06:27:04.2412949Z [4179/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2025-09-07T06:27:04.2475437Z [4180/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2025-09-07T06:27:04.2743679Z [4181/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2025-09-07T06:27:04.2759050Z [4182/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2025-09-07T06:27:04.3039088Z [4183/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2025-09-07T06:27:05.5537910Z [4184/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2025-09-07T06:27:05.5630278Z [4185/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2025-09-07T06:27:05.5687452Z [4186/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2025-09-07T06:27:05.5734960Z [4187/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2025-09-07T06:27:05.5798801Z [4188/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2025-09-07T06:27:05.5892546Z [4189/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2025-09-07T06:27:05.5948854Z [4190/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2025-09-07T06:27:05.6785046Z [4191/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c32.c.obj 2025-09-07T06:27:05.6831048Z [4192/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2025-09-07T06:27:05.6882317Z [4193/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c64.c.obj 2025-09-07T06:27:05.6978261Z [4194/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2025-09-07T06:27:05.7186731Z [4195/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2025-09-07T06:27:05.7242963Z [4196/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2025-09-07T06:27:05.7254493Z [4197/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2025-09-07T06:27:05.7800220Z [4198/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2025-09-07T06:27:05.7942638Z [4199/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2025-09-07T06:27:05.7956774Z [4200/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2025-09-07T06:27:05.8306318Z [4201/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2025-09-07T06:27:05.8322720Z [4202/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2025-09-07T06:27:05.8376828Z [4203/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2025-09-07T06:27:05.8430803Z [4204/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2025-09-07T06:27:05.8854951Z [4205/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2025-09-07T06:27:05.9013822Z [4206/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2025-09-07T06:27:05.9087390Z [4207/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2025-09-07T06:27:05.9448043Z [4208/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2025-09-07T06:27:05.9500458Z [4209/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2025-09-07T06:27:05.9515501Z [4210/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2025-09-07T06:27:05.9588013Z [4211/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2025-09-07T06:27:05.9963059Z [4212/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2025-09-07T06:27:06.0268099Z [4213/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2025-09-07T06:27:06.0284339Z [4214/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-sse-u4.c.obj 2025-09-07T06:27:06.0748034Z [4215/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-sse-u4.c.obj 2025-09-07T06:27:06.0762427Z [4216/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-sse-u4.c.obj 2025-09-07T06:27:06.0824378Z [4217/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2025-09-07T06:27:06.0884098Z [4218/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-sse-u4.c.obj 2025-09-07T06:27:06.1100797Z [4219/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2025-09-07T06:27:06.1414001Z [4220/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2025-09-07T06:27:06.1471369Z [4221/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2025-09-07T06:27:06.1981743Z [4222/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-sse-u4.c.obj 2025-09-07T06:27:06.1999135Z [4223/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-sse-u4.c.obj 2025-09-07T06:27:06.2061019Z [4224/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u4.c.obj 2025-09-07T06:27:06.2112446Z [4225/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u4.c.obj 2025-09-07T06:27:06.2307738Z [4226/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2025-09-07T06:27:06.2675610Z [4227/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-sse-u4.c.obj 2025-09-07T06:27:06.2692090Z [4228/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2025-09-07T06:27:06.3243981Z [4229/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2025-09-07T06:27:06.3264351Z [4230/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2025-09-07T06:27:06.3278675Z [4231/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-sse-u4.c.obj 2025-09-07T06:27:06.3619977Z [4232/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2025-09-07T06:27:06.3685479Z [4233/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2025-09-07T06:27:06.3822267Z [4234/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2025-09-07T06:27:06.3882356Z [4235/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2025-09-07T06:27:06.4345589Z [4236/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2025-09-07T06:27:06.4527324Z [4237/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2025-09-07T06:27:06.4585146Z [4238/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2025-09-07T06:27:06.4831189Z [4239/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2025-09-07T06:27:06.5002778Z [4240/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2025-09-07T06:27:06.5124741Z [4241/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u8.c.obj 2025-09-07T06:27:06.5216185Z [4242/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u4.c.obj 2025-09-07T06:27:06.5498504Z [4243/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2025-09-07T06:27:06.5600456Z [4244/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2025-09-07T06:27:06.5689891Z [4245/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2025-09-07T06:27:06.6039567Z [4246/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2025-09-07T06:27:06.6187102Z [4247/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2025-09-07T06:27:06.6297094Z [4248/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2025-09-07T06:27:06.6408094Z [4249/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2025-09-07T06:27:06.6605875Z [4250/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2025-09-07T06:27:06.6717934Z [4251/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2025-09-07T06:27:06.6857813Z [4252/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2025-09-07T06:27:06.7176407Z [4253/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2025-09-07T06:27:06.7372450Z [4254/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2025-09-07T06:27:06.7521225Z [4255/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2025-09-07T06:27:06.7577762Z [4256/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2025-09-07T06:27:06.7759994Z [4257/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2025-09-07T06:27:06.7828059Z [4258/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2025-09-07T06:27:06.7971556Z [4259/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2025-09-07T06:27:06.8247290Z [4260/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2025-09-07T06:27:06.8481774Z [4261/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2025-09-07T06:27:06.8652071Z [4262/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2025-09-07T06:27:06.8700122Z [4263/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2025-09-07T06:27:06.8924181Z [4264/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2025-09-07T06:27:06.8983397Z [4265/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2025-09-07T06:27:06.9042044Z [4266/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2025-09-07T06:27:06.9304319Z [4267/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2025-09-07T06:27:06.9830041Z [4268/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u4.c.obj 2025-09-07T06:27:06.9897480Z [4269/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u4.c.obj 2025-09-07T06:27:06.9911070Z [4270/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u4.c.obj 2025-09-07T06:27:07.0138756Z [4271/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2025-09-07T06:27:07.0286990Z [4272/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2025-09-07T06:27:07.0304305Z [4273/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2025-09-07T06:27:07.0484260Z [4274/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2025-09-07T06:27:07.1089835Z [4275/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2025-09-07T06:27:07.1152424Z [4276/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2025-09-07T06:27:07.1167096Z [4277/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2025-09-07T06:27:07.1412265Z [4278/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2025-09-07T06:27:07.1595579Z [4279/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2025-09-07T06:27:07.1609574Z [4280/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2025-09-07T06:27:07.1760574Z [4281/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2025-09-07T06:27:07.2383643Z [4282/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.obj 2025-09-07T06:27:07.2397147Z [4283/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2025-09-07T06:27:07.2410220Z [4284/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2025-09-07T06:27:07.2840796Z [4285/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.obj 2025-09-07T06:27:07.2896150Z [4286/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2025-09-07T06:27:07.2976465Z [4287/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.obj 2025-09-07T06:27:07.2991998Z [4288/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2025-09-07T06:27:07.3558611Z [4289/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2025-09-07T06:27:07.3618422Z [4290/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2025-09-07T06:27:07.3676554Z [4291/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-nr.c.obj 2025-09-07T06:27:07.4324800Z [4292/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:27:07.4416501Z [4293/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:27:07.4471992Z [4294/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:27:07.4588655Z [4295/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:27:07.4942408Z [4296/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:27:07.5072484Z [4297/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:27:07.5086588Z [4298/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:27:07.5808540Z [4299/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:27:07.5928827Z [4300/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:27:07.6048992Z [4301/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:27:07.6299460Z [4302/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:27:07.6440688Z [4303/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:27:07.6492565Z [4304/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:27:07.6562550Z [4305/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:27:07.7145311Z [4306/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:27:07.7324709Z [4307/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:27:07.7477535Z [4308/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:27:07.7738840Z [4309/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:27:07.7845755Z [4310/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:27:07.7937237Z [4311/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:27:07.8230490Z [4312/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:27:07.8362530Z [4313/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld64.c.obj 2025-09-07T06:27:07.8634396Z [4314/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:27:07.8735394Z [4315/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld128.c.obj 2025-09-07T06:27:07.8939579Z [4316/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:07.9076635Z [4317/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:07.9321226Z [4318/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:07.9541206Z [4319/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:07.9916444Z [4320/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:07.9933664Z [4321/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.0245185Z [4322/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.0315464Z [4323/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.0330639Z [4324/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.0615352Z [4325/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.0857069Z [4326/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.1209346Z [4327/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.1222163Z [4328/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.1489532Z [4329/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.1620981Z [4330/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.1635435Z [4331/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.1940045Z [4332/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.2131874Z [4333/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.2388043Z [4334/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2025-09-07T06:27:08.2401170Z [4335/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2025-09-07T06:27:08.2638014Z [4336/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2025-09-07T06:27:08.2928907Z [4337/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.3086536Z [4338/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.3186936Z [4339/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.3378501Z [4340/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.3681235Z [4341/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.3919560Z [4342/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.3933878Z [4343/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.4144582Z [4344/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.4368353Z [4345/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.4454894Z [4346/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.4707945Z [4347/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.5302494Z [4348/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.5452946Z [4349/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.5517325Z [4350/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.5531764Z [4351/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.5606670Z [4352/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.5675933Z [4353/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-09-07T06:27:08.5929855Z [4354/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:08.6938945Z [4355/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:08.7007002Z [4356/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:08.7059905Z [4357/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:08.7110492Z [4358/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:08.7161603Z [4359/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:08.7246216Z [4360/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:08.7261994Z [4361/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:08.8501037Z [4362/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:08.8548465Z [4363/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:08.8598343Z [4364/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:08.8650033Z [4365/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:08.8706811Z [4366/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:08.8719899Z [4367/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:08.8835717Z [4368/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:08.9997717Z [4369/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.0078110Z [4370/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.0090472Z [4371/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.0146369Z [4372/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.0199751Z [4373/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.0211253Z [4374/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.0266614Z [4375/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.1275435Z [4376/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.1331105Z [4377/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.1438763Z [4378/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.1496076Z [4379/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.1556397Z [4380/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.1569393Z [4381/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.1584504Z [4382/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.2559432Z [4383/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.2610489Z [4384/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.2756519Z [4385/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.2807509Z [4386/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.2856837Z [4387/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.2907539Z [4388/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.2965325Z [4389/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.4147817Z [4390/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-09-07T06:27:09.4216549Z [4391/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.4363508Z [4392/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.4453970Z [4393/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.4505484Z [4394/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.4519528Z [4395/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2025-09-07T06:27:09.4573439Z [4396/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.5321945Z [4397/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2025-09-07T06:27:09.5645895Z [4398/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-09-07T06:27:09.5669803Z [4399/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2025-09-07T06:27:09.5731999Z [4400/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2025-09-07T06:27:09.5745076Z [4401/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2025-09-07T06:27:09.5797260Z [4402/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2025-09-07T06:27:09.5893041Z [4403/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-09-07T06:27:09.6513775Z [4404/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-09-07T06:27:09.6981593Z [4405/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:09.6994561Z [4406/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:09.7057934Z [4407/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:09.7113669Z [4408/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:09.7131161Z [4409/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:09.7506849Z [4410/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:09.7753176Z [4411/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:09.8196593Z [4412/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2025-09-07T06:27:09.8209741Z [4413/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2025-09-07T06:27:09.8271507Z [4414/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2025-09-07T06:27:09.8324913Z [4415/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-09-07T06:27:09.8570505Z [4416/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.9000915Z [4417/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.9190215Z [4418/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.9623458Z [4419/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.9684087Z [4420/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.9697182Z [4421/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:09.9758542Z [4422/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:09.9942450Z [4423/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.0376768Z [4424/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.0562026Z [4425/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.1133768Z [4426/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.1531648Z [4427/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.1544064Z [4428/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.1554962Z [4429/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.1566654Z [4430/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.1836685Z [4431/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.2138868Z [4432/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.2830747Z [4433/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.2896203Z [4434/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.2950253Z [4435/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.2971525Z [4436/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.3034281Z [4437/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.3144546Z [4438/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.3380150Z [4439/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.4117778Z [4440/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.4172364Z [4441/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.4281579Z [4442/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.4312793Z [4443/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.4390297Z [4444/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.4409297Z [4445/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.4639301Z [4446/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.5359697Z [4447/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.5526087Z [4448/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.5589305Z [4449/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.5691303Z [4450/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.5693693Z [4451/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.5741473Z [4452/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.5904597Z [4453/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.6626059Z [4454/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-09-07T06:27:10.6912312Z [4455/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u16.c.obj 2025-09-07T06:27:10.6924409Z [4456/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc2.c.obj 2025-09-07T06:27:10.6935376Z [4457/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc4.c.obj 2025-09-07T06:27:10.6946747Z [4458/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-09-07T06:27:10.7006953Z [4459/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-09-07T06:27:10.7098472Z [4460/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-09-07T06:27:10.7770109Z [4461/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2025-09-07T06:27:10.8010121Z [4462/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2025-09-07T06:27:10.8186743Z [4463/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2025-09-07T06:27:10.8236590Z [4464/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2025-09-07T06:27:10.8256776Z [4465/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-09-07T06:27:10.8274584Z [4466/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-09-07T06:27:10.8331395Z [4467/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2025-09-07T06:27:10.8743396Z [4468/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2025-09-07T06:27:10.9078476Z [4469/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2025-09-07T06:27:10.9187247Z [4470/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2025-09-07T06:27:10.9293435Z [4471/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2025-09-07T06:27:10.9338339Z [4472/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2025-09-07T06:27:10.9420653Z [4473/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.obj 2025-09-07T06:27:10.9490966Z [4474/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4-prfm.c.obj 2025-09-07T06:27:10.9836079Z [4475/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8-prfm.c.obj 2025-09-07T06:27:11.0273696Z [4476/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2025-09-07T06:27:11.0289382Z [4477/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.obj 2025-09-07T06:27:11.0489999Z [4478/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2025-09-07T06:27:11.0538624Z [4479/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2025-09-07T06:27:11.0554754Z [4480/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.obj 2025-09-07T06:27:11.0708711Z [4481/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4-prfm.c.obj 2025-09-07T06:27:11.1034390Z [4482/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2025-09-07T06:27:11.1486334Z [4483/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8-prfm.c.obj 2025-09-07T06:27:11.1584488Z [4484/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2025-09-07T06:27:11.1665434Z [4485/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.obj 2025-09-07T06:27:11.1685727Z [4486/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.obj 2025-09-07T06:27:11.1747532Z [4487/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2025-09-07T06:27:11.1857617Z [4488/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2025-09-07T06:27:11.2072135Z [4489/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2025-09-07T06:27:11.2549033Z [4490/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2025-09-07T06:27:11.2673104Z [4491/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2025-09-07T06:27:11.2763979Z [4492/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2025-09-07T06:27:11.2818028Z [4493/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2025-09-07T06:27:11.2871909Z [4494/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2025-09-07T06:27:11.2940945Z [4495/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2025-09-07T06:27:11.3112900Z [4496/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2025-09-07T06:27:11.3637898Z [4497/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2025-09-07T06:27:11.3739565Z [4498/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2025-09-07T06:27:11.3860922Z [4499/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2025-09-07T06:27:11.4091909Z [4500/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc2.c.obj 2025-09-07T06:27:11.4174229Z [4501/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc3.c.obj 2025-09-07T06:27:11.4269098Z [4502/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc4.c.obj 2025-09-07T06:27:11.4396272Z [4503/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.obj 2025-09-07T06:27:11.4942190Z [4504/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.obj 2025-09-07T06:27:11.5030643Z [4505/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.obj 2025-09-07T06:27:11.5137018Z [4506/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.obj 2025-09-07T06:27:11.5465964Z [4507/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.obj 2025-09-07T06:27:11.5548302Z [4508/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.obj 2025-09-07T06:27:11.5612391Z [4509/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd-prfm.c.obj 2025-09-07T06:27:11.5719518Z [4510/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-ssse3-madd-prfm.c.obj 2025-09-07T06:27:11.6351047Z [4511/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-ssse3-madd.c.obj 2025-09-07T06:27:11.6421655Z [4512/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-ssse3-madd-prfm.c.obj 2025-09-07T06:27:11.6527830Z [4513/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-ssse3-madd.c.obj 2025-09-07T06:27:11.6721378Z [4514/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2025-09-07T06:27:11.6806862Z [4515/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc2.c.obj 2025-09-07T06:27:11.6870744Z [4516/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc4.c.obj 2025-09-07T06:27:11.6926725Z [4517/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd-prfm.c.obj 2025-09-07T06:27:11.7535218Z [4518/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2025-09-07T06:27:11.7628611Z [4519/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2025-09-07T06:27:11.7641115Z [4520/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2025-09-07T06:27:11.7683153Z [4521/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c16.c.obj 2025-09-07T06:27:11.7938829Z [4522/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c32.c.obj 2025-09-07T06:27:11.8109515Z [4523/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2025-09-07T06:27:11.8237959Z [4524/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2025-09-07T06:27:11.8403699Z [4525/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2025-09-07T06:27:11.8735897Z [4526/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2025-09-07T06:27:11.8805034Z [4527/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2025-09-07T06:27:11.8854508Z [4528/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2025-09-07T06:27:11.9098278Z [4529/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2025-09-07T06:27:11.9217947Z [4530/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2025-09-07T06:27:11.9632770Z [4531/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2025-09-07T06:27:11.9887879Z [4532/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2025-09-07T06:27:11.9942241Z [4533/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2025-09-07T06:27:12.0016786Z [4534/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2025-09-07T06:27:12.0069455Z [4535/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2025-09-07T06:27:12.0681315Z [4536/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x8-minmax-sse41-dup.c.obj 2025-09-07T06:27:12.0740051Z [4537/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x8-minmax-sse41-dup.c.obj 2025-09-07T06:27:12.1101292Z [4538/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x8-minmax-sse41-dup.c.obj 2025-09-07T06:27:12.1383403Z [4539/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-load1.c.obj 2025-09-07T06:27:12.1432721Z [4540/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse41-dup.c.obj 2025-09-07T06:27:12.1492700Z [4541/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse41-load1.c.obj 2025-09-07T06:27:12.1505876Z [4542/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2025-09-07T06:27:12.2062960Z [4543/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2025-09-07T06:27:12.2310877Z [4544/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2025-09-07T06:27:12.2409988Z [4545/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-load1.c.obj 2025-09-07T06:27:12.2920750Z [4546/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2025-09-07T06:27:12.2934059Z [4547/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse41-load1.c.obj 2025-09-07T06:27:12.3039131Z [4548/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse41-dup.c.obj 2025-09-07T06:27:12.3051945Z [4549/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2025-09-07T06:27:12.3431046Z [4550/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2025-09-07T06:27:12.4024985Z [4551/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse41-dup.c.obj 2025-09-07T06:27:12.4040053Z [4552/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse41-load1.c.obj 2025-09-07T06:27:12.4309795Z [4553/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2025-09-07T06:27:12.4321951Z [4554/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2025-09-07T06:27:12.4527349Z [4555/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2025-09-07T06:27:12.4633805Z [4556/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2025-09-07T06:27:12.4756122Z [4557/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u4.c.obj 2025-09-07T06:27:12.5497275Z [4558/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u4.c.obj 2025-09-07T06:27:12.5517478Z [4559/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u4.c.obj 2025-09-07T06:27:12.5587448Z [4560/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u8.c.obj 2025-09-07T06:27:12.5602489Z [4561/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u8.c.obj 2025-09-07T06:27:12.5670131Z [4562/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u8.c.obj 2025-09-07T06:27:12.6109086Z [4563/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2025-09-07T06:27:12.6383985Z [4564/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2025-09-07T06:27:12.7339374Z [4565/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2025-09-07T06:27:12.7354814Z [4566/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2025-09-07T06:27:12.7412389Z [4567/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2025-09-07T06:27:12.7425219Z [4568/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2025-09-07T06:27:12.7435769Z [4569/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2025-09-07T06:27:12.7507277Z [4570/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2025-09-07T06:27:12.7640440Z [4571/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2025-09-07T06:27:12.8561967Z [4572/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2025-09-07T06:27:12.8576566Z [4573/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2025-09-07T06:27:12.8688864Z [4574/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2025-09-07T06:27:12.8702404Z [4575/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.obj 2025-09-07T06:27:12.8761908Z [4576/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2025-09-07T06:27:12.8774618Z [4577/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.obj 2025-09-07T06:27:12.9128180Z [4578/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.obj 2025-09-07T06:27:12.9801598Z [4579/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2025-09-07T06:27:12.9931098Z [4580/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2025-09-07T06:27:12.9944756Z [4581/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2025-09-07T06:27:13.0094404Z [4582/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2025-09-07T06:27:13.0173931Z [4583/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:27:13.0273346Z [4584/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:27:13.0828027Z [4585/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.1625444Z [4586/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.1682770Z [4587/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:27:13.1696587Z [4588/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:27:13.1749562Z [4589/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.1764496Z [4590/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-madd-prfm.c.obj 2025-09-07T06:27:13.1778062Z [4591/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:27:13.2242926Z [4592/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-madd.c.obj 2025-09-07T06:27:13.3093273Z [4593/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:27:13.3105015Z [4594/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.3201057Z [4595/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-madd-prfm.c.obj 2025-09-07T06:27:13.3254612Z [4596/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-madd.c.obj 2025-09-07T06:27:13.3268773Z [4597/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.3321776Z [4598/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:27:13.3644024Z [4599/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-madd-prfm.c.obj 2025-09-07T06:27:13.4577827Z [4600/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-madd.c.obj 2025-09-07T06:27:13.4592105Z [4601/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:27:13.4739591Z [4602/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.4752997Z [4603/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.4807050Z [4604/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-madd-prfm.c.obj 2025-09-07T06:27:13.5049609Z [4605/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-madd.c.obj 2025-09-07T06:27:13.5256239Z [4606/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:27:13.6009143Z [4607/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:27:13.6058097Z [4608/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.6154037Z [4609/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.6207022Z [4610/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.6220679Z [4611/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.6375160Z [4612/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:27:13.6606287Z [4613/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.7294051Z [4614/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.7493852Z [4615/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:13.7549501Z [4616/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:13.7627525Z [4617/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld64.c.obj 2025-09-07T06:27:13.7639663Z [4618/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld128.c.obj 2025-09-07T06:27:13.7728753Z [4619/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:13.8547910Z [4620/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:13.8645616Z [4621/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:13.8826102Z [4622/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:13.8872525Z [4623/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:13.8924565Z [4624/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:13.9043779Z [4625/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:13.9060447Z [4626/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:13.9859118Z [4627/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:13.9967516Z [4628/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.0163453Z [4629/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.0333619Z [4630/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.0350096Z [4631/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.0459867Z [4632/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.0668872Z [4633/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.1176449Z [4634/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.1193255Z [4635/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.1450105Z [4636/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.1648998Z [4637/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.1708569Z [4638/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.1767790Z [4639/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.2058810Z [4640/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.2439554Z [4641/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.2457646Z [4642/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.2741906Z [4643/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.2889014Z [4644/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2025-09-07T06:27:14.2952211Z [4645/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2025-09-07T06:27:14.3045558Z [4646/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.3203165Z [4647/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2025-09-07T06:27:14.3699340Z [4648/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.3758046Z [4649/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.4005484Z [4650/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.4247834Z [4651/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.4262528Z [4652/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.4384890Z [4653/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.4560485Z [4654/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.5010956Z [4655/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.5071251Z [4656/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.5306063Z [4657/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.5522660Z [4658/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.5572006Z [4659/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.5671242Z [4660/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.5953261Z [4661/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.6286293Z [4662/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.6405389Z [4663/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.6635026Z [4664/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.6822363Z [4665/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.6901914Z [4666/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.7008512Z [4667/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.7250813Z [4668/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.7530530Z [4669/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.7781643Z [4670/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.8029110Z [4671/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.8160033Z [4672/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.8276954Z [4673/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:14.8337614Z [4674/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-09-07T06:27:14.8595776Z [4675/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:14.9030469Z [4676/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:14.9289660Z [4677/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:14.9518698Z [4678/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:14.9649047Z [4679/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:14.9662058Z [4680/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:14.9804032Z [4681/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.0096299Z [4682/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.0495855Z [4683/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.0742711Z [4684/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.1038374Z [4685/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.1121801Z [4686/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.1171966Z [4687/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.1283646Z [4688/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.1566924Z [4689/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.2004862Z [4690/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.2308138Z [4691/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.2518013Z [4692/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.2647162Z [4693/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.2717450Z [4694/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.2771428Z [4695/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.3080338Z [4696/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.3517074Z [4697/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.3761037Z [4698/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.3775854Z [4699/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.4003227Z [4700/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.4063115Z [4701/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.4138621Z [4702/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.4386116Z [4703/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.4839813Z [4704/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.5148882Z [4705/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.5163361Z [4706/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.5424555Z [4707/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.5444618Z [4708/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.5778144Z [4709/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.5791005Z [4710/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.6229776Z [4711/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.6451334Z [4712/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.6544444Z [4713/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.6793426Z [4714/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:15.6842425Z [4715/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:15.7002944Z [4716/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c16.c.obj 2025-09-07T06:27:15.7060042Z [4717/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c32.c.obj 2025-09-07T06:27:15.7610652Z [4718/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-09-07T06:27:15.7776806Z [4719/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2025-09-07T06:27:15.7793229Z [4720/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2025-09-07T06:27:15.8061870Z [4721/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-09-07T06:27:15.8123324Z [4722/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-09-07T06:27:15.8206713Z [4723/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2025-09-07T06:27:15.8224207Z [4724/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2025-09-07T06:27:15.8831180Z [4725/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-09-07T06:27:15.9013073Z [4726/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2025-09-07T06:27:15.9028380Z [4727/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2025-09-07T06:27:15.9316810Z [4728/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-09-07T06:27:15.9402682Z [4729/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-09-07T06:27:15.9505487Z [4730/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2025-09-07T06:27:15.9523675Z [4731/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2025-09-07T06:27:16.0018516Z [4732/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2025-09-07T06:27:16.0216564Z [4733/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2025-09-07T06:27:16.0278428Z [4734/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2025-09-07T06:27:16.0572933Z [4735/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2025-09-07T06:27:16.0678882Z [4736/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-09-07T06:27:16.0730264Z [4737/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-09-07T06:27:16.0785575Z [4738/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:16.1369944Z [4739/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:16.1587301Z [4740/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:16.1601480Z [4741/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:16.1916380Z [4742/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:16.2019447Z [4743/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:16.2072065Z [4744/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:16.2171276Z [4745/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:16.2604688Z [4746/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:16.2919349Z [4747/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:16.2981314Z [4748/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:16.3201896Z [4749/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:16.3328808Z [4750/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:16.3384345Z [4751/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:16.3438631Z [4752/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:16.3935148Z [4753/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:16.4227562Z [4754/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-09-07T06:27:16.4285298Z [4755/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-09-07T06:27:16.4399735Z [4756/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2025-09-07T06:27:16.4461081Z [4757/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2025-09-07T06:27:16.4595204Z [4758/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2025-09-07T06:27:16.4911082Z [4759/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:16.5526467Z [4760/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.5689591Z [4761/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.5741806Z [4762/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:16.5891835Z [4763/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.5946389Z [4764/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:16.5961482Z [4765/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.6379046Z [4766/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:16.6951576Z [4767/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.7177925Z [4768/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.7191662Z [4769/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:16.7392784Z [4770/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:16.7448440Z [4771/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.7460651Z [4772/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:16.7891478Z [4773/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.8435130Z [4774/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.8598275Z [4775/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:16.8704986Z [4776/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.8789188Z [4777/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:16.8877182Z [4778/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:16.8932912Z [4779/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.9200931Z [4780/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.9854384Z [4781/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:16.9957730Z [4782/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:16.9972415Z [4783/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:17.0100184Z [4784/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:17.0159460Z [4785/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:17.0336916Z [4786/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:17.0464834Z [4787/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:17.1131934Z [4788/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:17.1301248Z [4789/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:17.1355371Z [4790/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:17.1414838Z [4791/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:17.1567454Z [4792/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:17.1652251Z [4793/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:17.1723741Z [4794/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:17.2423392Z [4795/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:17.2623208Z [4796/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-09-07T06:27:17.2673516Z [4797/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:17.2725261Z [4798/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-09-07T06:27:17.2803811Z [4799/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-09-07T06:27:17.2901788Z [4800/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-09-07T06:27:17.2989702Z [4801/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-09-07T06:27:17.3593107Z [4802/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-09-07T06:27:17.3878349Z [4803/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2025-09-07T06:27:17.3938013Z [4804/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-09-07T06:27:17.3950639Z [4805/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-09-07T06:27:17.4002612Z [4806/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2025-09-07T06:27:17.4136869Z [4807/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2025-09-07T06:27:17.4197056Z [4808/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2025-09-07T06:27:17.4783665Z [4809/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-09-07T06:27:17.5036456Z [4810/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-09-07T06:27:17.5265406Z [4811/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2025-09-07T06:27:17.5339513Z [4812/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2025-09-07T06:27:17.5395909Z [4813/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2025-09-07T06:27:17.5408217Z [4814/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-gio-sse41-u2.c.obj 2025-09-07T06:27:17.5545363Z [4815/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2025-09-07T06:27:17.5865866Z [4816/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2025-09-07T06:27:17.6145037Z [4817/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2025-09-07T06:27:17.6366082Z [4818/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2025-09-07T06:27:17.6573653Z [4819/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2025-09-07T06:27:17.6585937Z [4820/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2025-09-07T06:27:17.6659665Z [4821/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2025-09-07T06:27:17.6942181Z [4822/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2025-09-07T06:27:17.7174650Z [4823/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2025-09-07T06:27:17.7471601Z [4824/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2025-09-07T06:27:17.7615591Z [4825/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2025-09-07T06:27:17.7801648Z [4826/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2025-09-07T06:27:17.7860968Z [4827/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2025-09-07T06:27:17.7991726Z [4828/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2025-09-07T06:27:17.8198429Z [4829/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2025-09-07T06:27:17.8529613Z [4830/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2025-09-07T06:27:17.8742934Z [4831/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2025-09-07T06:27:17.8984378Z [4832/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2025-09-07T06:27:17.9078011Z [4833/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2025-09-07T06:27:17.9156816Z [4834/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2025-09-07T06:27:17.9319284Z [4835/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2025-09-07T06:27:17.9524574Z [4836/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2025-09-07T06:27:17.9804565Z [4837/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2025-09-07T06:27:18.0044912Z [4838/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2025-09-07T06:27:18.0364696Z [4839/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2025-09-07T06:27:18.0483061Z [4840/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2025-09-07T06:27:18.0708847Z [4841/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2025-09-07T06:27:18.0931128Z [4842/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2025-09-07T06:27:18.1021218Z [4843/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2025-09-07T06:27:18.1076533Z [4844/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2025-09-07T06:27:18.1383472Z [4845/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2025-09-07T06:27:18.1560506Z [4846/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2025-09-07T06:27:18.2035192Z [4847/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.2160432Z [4848/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.2376818Z [4849/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.2472220Z [4850/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.2537695Z [4851/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.2889089Z [4852/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.2945872Z [4853/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.3521106Z [4854/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.3599296Z [4855/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.3814668Z [4856/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.3929308Z [4857/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.3980697Z [4858/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.4269827Z [4859/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.4448930Z [4860/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.5001308Z [4861/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.5054543Z [4862/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.5253728Z [4863/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.5308266Z [4864/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.5411035Z [4865/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.5704175Z [4866/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.5864567Z [4867/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.6264371Z [4868/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.6326797Z [4869/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.6538051Z [4870/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.6649484Z [4871/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.6756654Z [4872/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.6896914Z [4873/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2025-09-07T06:27:18.7285301Z [4874/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.7774912Z [4875/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.7832438Z [4876/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.8089741Z [4877/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.8115915Z [4878/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.8193723Z [4879/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.8338293Z [4880/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.8790524Z [4881/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.9243239Z [4882/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.9297304Z [4883/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.9501605Z [4884/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2025-09-07T06:27:18.9599188Z [4885/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:18.9758150Z [4886/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2025-09-07T06:27:18.9878225Z [4887/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2025-09-07T06:27:18.9938216Z [4888/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.obj 2025-09-07T06:27:19.0374741Z [4889/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2025-09-07T06:27:19.0388349Z [4890/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2025-09-07T06:27:19.0631291Z [4891/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2025-09-07T06:27:19.0747946Z [4892/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c16.c.obj 2025-09-07T06:27:19.0883869Z [4893/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c64.c.obj 2025-09-07T06:27:19.1023096Z [4894/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2025-09-07T06:27:19.1107131Z [4895/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2025-09-07T06:27:19.1489634Z [4896/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2025-09-07T06:27:19.1539438Z [4897/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2025-09-07T06:27:19.1739426Z [4898/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2025-09-07T06:27:19.1842606Z [4899/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2025-09-07T06:27:19.2012042Z [4900/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2025-09-07T06:27:19.2124873Z [4901/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2025-09-07T06:27:19.2253556Z [4902/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2025-09-07T06:27:19.2651601Z [4903/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2025-09-07T06:27:19.2672331Z [4904/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2025-09-07T06:27:19.2883505Z [4905/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2025-09-07T06:27:19.2963919Z [4906/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2025-09-07T06:27:19.3125708Z [4907/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2025-09-07T06:27:19.3303051Z [4908/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2025-09-07T06:27:19.3356365Z [4909/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2025-09-07T06:27:19.3705096Z [4910/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2025-09-07T06:27:19.3876525Z [4911/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx-u8.c.obj 2025-09-07T06:27:19.4092297Z [4912/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx-u8.c.obj 2025-09-07T06:27:19.4357156Z [4913/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx-u8.c.obj 2025-09-07T06:27:19.4422732Z [4914/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx-u8.c.obj 2025-09-07T06:27:19.4539614Z [4915/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2025-09-07T06:27:19.4554526Z [4916/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2025-09-07T06:27:19.5170113Z [4917/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2025-09-07T06:27:19.5240395Z [4918/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2025-09-07T06:27:19.5606554Z [4919/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx-u8.c.obj 2025-09-07T06:27:19.5668378Z [4920/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx-u8.c.obj 2025-09-07T06:27:19.5733748Z [4921/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u8.c.obj 2025-09-07T06:27:19.5799811Z [4922/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx-u8.c.obj 2025-09-07T06:27:19.6007259Z [4923/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u8.c.obj 2025-09-07T06:27:19.6487848Z [4924/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u8.c.obj 2025-09-07T06:27:19.6711903Z [4925/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u8.c.obj 2025-09-07T06:27:19.6850909Z [4926/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2025-09-07T06:27:19.6941053Z [4927/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx-u8.c.obj 2025-09-07T06:27:19.7004330Z [4928/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2025-09-07T06:27:19.7065595Z [4929/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx-u8.c.obj 2025-09-07T06:27:19.7296099Z [4930/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2025-09-07T06:27:19.7678558Z [4931/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u8.c.obj 2025-09-07T06:27:19.7923052Z [4932/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u16.c.obj 2025-09-07T06:27:19.8129432Z [4933/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u24.c.obj 2025-09-07T06:27:19.8223763Z [4934/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2025-09-07T06:27:19.8282424Z [4935/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2025-09-07T06:27:19.8401012Z [4936/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2025-09-07T06:27:19.8534219Z [4937/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2025-09-07T06:27:19.8953903Z [4938/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2025-09-07T06:27:19.9159875Z [4939/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2025-09-07T06:27:19.9354096Z [4940/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2025-09-07T06:27:19.9450061Z [4941/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2025-09-07T06:27:19.9602607Z [4942/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2025-09-07T06:27:19.9684924Z [4943/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2025-09-07T06:27:19.9782675Z [4944/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2025-09-07T06:27:20.0124595Z [4945/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2025-09-07T06:27:20.0411796Z [4946/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2025-09-07T06:27:20.0622539Z [4947/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2025-09-07T06:27:20.0737869Z [4948/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2025-09-07T06:27:20.0872077Z [4949/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2025-09-07T06:27:20.0958120Z [4950/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2025-09-07T06:27:20.1077402Z [4951/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2025-09-07T06:27:20.1358936Z [4952/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2025-09-07T06:27:20.1665219Z [4953/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2025-09-07T06:27:20.1918719Z [4954/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2025-09-07T06:27:20.1998748Z [4955/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2025-09-07T06:27:20.2135488Z [4956/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2025-09-07T06:27:20.2210974Z [4957/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2025-09-07T06:27:20.2300882Z [4958/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2025-09-07T06:27:20.2602186Z [4959/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u8.c.obj 2025-09-07T06:27:20.2895440Z [4960/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u32.c.obj 2025-09-07T06:27:20.3139162Z [4961/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2025-09-07T06:27:20.3203783Z [4962/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2025-09-07T06:27:20.3349998Z [4963/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2025-09-07T06:27:20.3451076Z [4964/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-nr.c.obj 2025-09-07T06:27:20.3682041Z [4965/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.4292668Z [4966/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.4639715Z [4967/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.4687483Z [4968/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.4790834Z [4969/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.4848344Z [4970/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.4916060Z [4971/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.5021472Z [4972/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.5768228Z [4973/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.6079337Z [4974/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.6228462Z [4975/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.6274842Z [4976/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.6332474Z [4977/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.6414243Z [4978/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.6439616Z [4979/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.7294167Z [4980/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.7517841Z [4981/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.7695967Z [4982/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.7747773Z [4983/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.7796239Z [4984/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.7854570Z [4985/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.7961570Z [4986/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.8579425Z [4987/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.8771122Z [4988/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.9055646Z [4989/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.9221401Z [4990/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.9234122Z [4991/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.9247664Z [4992/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:20.9303343Z [4993/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld64.c.obj 2025-09-07T06:27:20.9912506Z [4994/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld128.c.obj 2025-09-07T06:27:21.0059888Z [4995/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.0455125Z [4996/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.0516673Z [4997/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.0577481Z [4998/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.0592607Z [4999/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.0646656Z [5000/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.1195639Z [5001/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-09-07T06:27:21.1355819Z [5002/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-09-07T06:27:21.1801779Z [5003/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-09-07T06:27:21.1817139Z [5004/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.1921174Z [5005/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.1976025Z [5006/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-09-07T06:27:21.2305777Z [5007/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-09-07T06:27:21.2497605Z [5008/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.2644955Z [5009/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-09-07T06:27:21.3016234Z [5010/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2025-09-07T06:27:21.3038509Z [5011/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2025-09-07T06:27:21.3145697Z [5012/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2025-09-07T06:27:21.3548573Z [5013/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.3681299Z [5014/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.3753312Z [5015/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.3968584Z [5016/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.4343201Z [5017/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.4485707Z [5018/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.4598339Z [5019/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.4825369Z [5020/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-09-07T06:27:21.4985775Z [5021/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.5043936Z [5022/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-09-07T06:27:21.5175233Z [5023/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-09-07T06:27:21.5802555Z [5024/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.5820377Z [5025/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-09-07T06:27:21.5910735Z [5026/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-09-07T06:27:21.6112927Z [5027/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.6239245Z [5028/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-09-07T06:27:21.6409629Z [5029/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:21.6585722Z [5030/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:21.7232062Z [5031/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:21.7249402Z [5032/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:21.7317279Z [5033/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:21.7534319Z [5034/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:21.7606161Z [5035/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:21.7782877Z [5036/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:21.8111045Z [5037/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:21.8719659Z [5038/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:21.8780133Z [5039/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:21.8837034Z [5040/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:21.9099832Z [5041/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:21.9155514Z [5042/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:21.9285152Z [5043/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:21.9471541Z [5044/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.0208878Z [5045/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:22.0294639Z [5046/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.0344394Z [5047/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:22.0592522Z [5048/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.0605375Z [5049/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:22.0654980Z [5050/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.0792031Z [5051/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:22.1552073Z [5052/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:22.1606122Z [5053/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.1690220Z [5054/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.1856727Z [5055/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.1929654Z [5056/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.2065050Z [5057/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:22.2220400Z [5058/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:22.2911049Z [5059/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.2981636Z [5060/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.3055087Z [5061/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:22.3231136Z [5062/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:22.3242811Z [5063/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.3335754Z [5064/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.3519043Z [5065/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:22.4195558Z [5066/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.4295725Z [5067/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:22.4350101Z [5068/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:22.4548948Z [5069/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-09-07T06:27:22.4600407Z [5070/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:22.4615569Z [5071/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-09-07T06:27:22.4842023Z [5072/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2025-09-07T06:27:22.5497134Z [5073/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2025-09-07T06:27:22.5515379Z [5074/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-09-07T06:27:22.5585042Z [5075/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2025-09-07T06:27:22.5798249Z [5076/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-09-07T06:27:22.5864032Z [5077/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-09-07T06:27:22.5881667Z [5078/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2025-09-07T06:27:22.6116294Z [5079/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2025-09-07T06:27:22.6792664Z [5080/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-09-07T06:27:22.6807611Z [5081/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2025-09-07T06:27:22.6864666Z [5082/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2025-09-07T06:27:22.7026057Z [5083/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2025-09-07T06:27:22.7088181Z [5084/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2025-09-07T06:27:22.7103192Z [5085/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2025-09-07T06:27:22.7306334Z [5086/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2025-09-07T06:27:22.8035894Z [5087/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2025-09-07T06:27:22.8106431Z [5088/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-09-07T06:27:22.8124860Z [5089/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-09-07T06:27:22.8265276Z [5090/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:22.8379746Z [5091/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:22.8440424Z [5092/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:22.8622029Z [5093/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:22.9361197Z [5094/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:22.9454523Z [5095/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:22.9467190Z [5096/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-09-07T06:27:22.9586601Z [5097/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:22.9899540Z [5098/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:22.9969464Z [5099/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-09-07T06:27:23.0017331Z [5100/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:23.0558792Z [5101/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2025-09-07T06:27:23.0572832Z [5102/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2025-09-07T06:27:23.0648903Z [5103/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-09-07T06:27:23.0702717Z [5104/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2025-09-07T06:27:23.1387082Z [5105/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.1450146Z [5106/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.1551781Z [5107/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.2016853Z [5108/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.2067628Z [5109/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.2181777Z [5110/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.2367918Z [5111/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.2722207Z [5112/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.2869251Z [5113/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.2882307Z [5114/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.3458338Z [5115/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.3508930Z [5116/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.3667244Z [5117/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.3847312Z [5118/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.4192306Z [5119/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.4376423Z [5120/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.4389540Z [5121/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.4916032Z [5122/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.4989741Z [5123/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.5094072Z [5124/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.5155021Z [5125/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.5503691Z [5126/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.5692483Z [5127/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.5747782Z [5128/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.6203926Z [5129/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.6261508Z [5130/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.6353758Z [5131/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.6471553Z [5132/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.6910897Z [5133/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.6968900Z [5134/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.7147807Z [5135/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.7526362Z [5136/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.7584678Z [5137/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.7597726Z [5138/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.7797263Z [5139/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.8306406Z [5140/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.8362041Z [5141/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.8486108Z [5142/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.8778039Z [5143/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-09-07T06:27:23.8890435Z [5144/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-09-07T06:27:23.8906090Z [5145/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-09-07T06:27:23.9045670Z [5146/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-09-07T06:27:23.9503075Z [5147/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-09-07T06:27:23.9567256Z [5148/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-09-07T06:27:23.9734391Z [5149/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-09-07T06:27:23.9982266Z [5150/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-09-07T06:27:24.0086533Z [5151/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2025-09-07T06:27:24.0103187Z [5152/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2025-09-07T06:27:24.0222145Z [5153/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2025-09-07T06:27:24.0729712Z [5154/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2025-09-07T06:27:24.0796591Z [5155/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-09-07T06:27:24.0885177Z [5156/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2025-09-07T06:27:24.1006527Z [5157/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2025-09-07T06:27:24.1054485Z [5158/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2025-09-07T06:27:24.1069014Z [5159/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-09-07T06:27:24.1310933Z [5160/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1-prfm.c.obj 2025-09-07T06:27:24.1867935Z [5161/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1.c.obj 2025-09-07T06:27:24.1935735Z [5162/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8-prfm.c.obj 2025-09-07T06:27:24.2124579Z [5163/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8.c.obj 2025-09-07T06:27:24.2175806Z [5164/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2025-09-07T06:27:24.2188490Z [5165/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4-prfm.c.obj 2025-09-07T06:27:24.2240108Z [5166/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.obj 2025-09-07T06:27:24.2421799Z [5167/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2025-09-07T06:27:24.3049351Z [5168/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1.c.obj 2025-09-07T06:27:24.3110607Z [5169/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1-prfm.c.obj 2025-09-07T06:27:24.3296762Z [5170/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8-prfm.c.obj 2025-09-07T06:27:24.3309287Z [5171/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4-prfm.c.obj 2025-09-07T06:27:24.3320646Z [5172/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.obj 2025-09-07T06:27:24.3376683Z [5173/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1-prfm.c.obj 2025-09-07T06:27:24.3563079Z [5174/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1.c.obj 2025-09-07T06:27:24.4210896Z [5175/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8-prfm.c.obj 2025-09-07T06:27:24.4261757Z [5176/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8.c.obj 2025-09-07T06:27:24.4381365Z [5177/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2025-09-07T06:27:24.4436148Z [5178/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2025-09-07T06:27:24.4447800Z [5179/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2025-09-07T06:27:24.4672672Z [5180/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2025-09-07T06:27:24.4685786Z [5181/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2025-09-07T06:27:24.5290807Z [5182/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2025-09-07T06:27:24.5340203Z [5183/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2025-09-07T06:27:24.5439738Z [5184/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2025-09-07T06:27:24.5490559Z [5185/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2025-09-07T06:27:24.5609972Z [5186/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2025-09-07T06:27:24.5780838Z [5187/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c64.c.obj 2025-09-07T06:27:24.5835369Z [5188/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c16.c.obj 2025-09-07T06:27:24.6483069Z [5189/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2025-09-07T06:27:24.6496919Z [5190/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c128.c.obj 2025-09-07T06:27:24.6581564Z [5191/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2025-09-07T06:27:24.6643039Z [5192/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2025-09-07T06:27:24.6776074Z [5193/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2025-09-07T06:27:24.6976291Z [5194/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u8.c.obj 2025-09-07T06:27:24.7033090Z [5195/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-f16c-u8.c.obj 2025-09-07T06:27:24.7742389Z [5196/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u16.c.obj 2025-09-07T06:27:24.7800646Z [5197/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u16.c.obj 2025-09-07T06:27:24.7855264Z [5198/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2025-09-07T06:27:24.7921619Z [5199/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2025-09-07T06:27:24.8014857Z [5200/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2025-09-07T06:27:24.8253859Z [5201/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2025-09-07T06:27:24.8338926Z [5202/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-f16c-u8.c.obj 2025-09-07T06:27:24.9035449Z [5203/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u8.c.obj 2025-09-07T06:27:24.9049263Z [5204/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u8.c.obj 2025-09-07T06:27:24.9154035Z [5205/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u16.c.obj 2025-09-07T06:27:24.9167531Z [5206/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u8.c.obj 2025-09-07T06:27:24.9281835Z [5207/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u8.c.obj 2025-09-07T06:27:24.9516832Z [5208/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u8.c.obj 2025-09-07T06:27:24.9590958Z [5209/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2025-09-07T06:27:25.0256052Z [5210/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2025-09-07T06:27:25.0327813Z [5211/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-f16c-u8.c.obj 2025-09-07T06:27:25.0386593Z [5212/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u8.c.obj 2025-09-07T06:27:25.0455507Z [5213/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2025-09-07T06:27:25.0515827Z [5214/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2025-09-07T06:27:25.0819604Z [5215/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2025-09-07T06:27:25.0837108Z [5216/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2025-09-07T06:27:25.1459772Z [5217/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2025-09-07T06:27:25.1599030Z [5218/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2025-09-07T06:27:25.1657008Z [5219/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2025-09-07T06:27:25.1720024Z [5220/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u8.c.obj 2025-09-07T06:27:25.1733815Z [5221/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u16.c.obj 2025-09-07T06:27:25.2174783Z [5222/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2025-09-07T06:27:25.2384625Z [5223/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2025-09-07T06:27:25.2779299Z [5224/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2025-09-07T06:27:25.2836031Z [5225/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2025-09-07T06:27:25.2851150Z [5226/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2025-09-07T06:27:25.3006464Z [5227/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.obj 2025-09-07T06:27:25.3066022Z [5228/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.obj 2025-09-07T06:27:25.3374601Z [5229/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.obj 2025-09-07T06:27:25.3545246Z [5230/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.obj 2025-09-07T06:27:25.4059879Z [5231/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2025-09-07T06:27:25.4073529Z [5232/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2025-09-07T06:27:25.4127524Z [5233/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2025-09-07T06:27:25.4293221Z [5234/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2025-09-07T06:27:25.4361126Z [5235/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2025-09-07T06:27:25.4618663Z [5236/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2025-09-07T06:27:25.4813472Z [5237/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2025-09-07T06:27:25.5308010Z [5238/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2025-09-07T06:27:25.5322838Z [5239/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2025-09-07T06:27:25.5457932Z [5240/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2025-09-07T06:27:25.5514326Z [5241/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.5733269Z [5242/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.5976621Z [5243/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2025-09-07T06:27:25.6200180Z [5244/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.6612325Z [5245/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2025-09-07T06:27:25.6629556Z [5246/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.6739230Z [5247/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.6854887Z [5248/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.7062143Z [5249/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2025-09-07T06:27:25.7307459Z [5250/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.7421999Z [5251/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:25.7910521Z [5252/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:25.7961322Z [5253/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.8028385Z [5254/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.8121971Z [5255/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:25.8459878Z [5256/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.8583199Z [5257/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:25.8655600Z [5258/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.9261820Z [5259/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:25.9319707Z [5260/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.9375581Z [5261/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:25.9475840Z [5262/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.9743997Z [5263/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:25.9883917Z [5264/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:25.9942771Z [5265/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:26.0593127Z [5266/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.0718563Z [5267/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.0736490Z [5268/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:26.0792987Z [5269/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2025-09-07T06:27:26.1044331Z [5270/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.1239611Z [5271/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.1334537Z [5272/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2025-09-07T06:27:26.1873564Z [5273/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2025-09-07T06:27:26.2020341Z [5274/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.2074982Z [5275/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2025-09-07T06:27:26.2129303Z [5276/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.2322443Z [5277/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2025-09-07T06:27:26.2381417Z [5278/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2025-09-07T06:27:26.2452036Z [5279/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2025-09-07T06:27:26.3106982Z [5280/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.obj 2025-09-07T06:27:26.3300288Z [5281/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.obj 2025-09-07T06:27:26.3356546Z [5282/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.obj 2025-09-07T06:27:26.3418626Z [5283/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.obj 2025-09-07T06:27:26.3564328Z [5284/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2025-09-07T06:27:26.3672416Z [5285/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2025-09-07T06:27:26.3740290Z [5286/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2025-09-07T06:27:26.4721108Z [5287/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2025-09-07T06:27:26.4941948Z [5288/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2025-09-07T06:27:26.4989219Z [5289/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.5118786Z [5290/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.5187024Z [5291/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2025-09-07T06:27:26.5337719Z [5292/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2025-09-07T06:27:26.5402423Z [5293/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2025-09-07T06:27:26.5982096Z [5294/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.6159547Z [5295/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2025-09-07T06:27:26.6257821Z [5296/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.6412894Z [5297/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.6459778Z [5298/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.6630343Z [5299/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:26.6677567Z [5300/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.7238175Z [5301/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:26.7393842Z [5302/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.7504264Z [5303/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:26.7738695Z [5304/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.7822038Z [5305/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:26.7944795Z [5306/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.8067186Z [5307/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2025-09-07T06:27:26.8467908Z [5308/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.8712487Z [5309/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2025-09-07T06:27:26.8772219Z [5310/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.9064457Z [5311/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.9267010Z [5312/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2025-09-07T06:27:26.9331838Z [5313/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-09-07T06:27:26.9447015Z [5314/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:26.9875844Z [5315/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.0102664Z [5316/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.0182212Z [5317/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.0507211Z [5318/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.0722618Z [5319/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.0809947Z [5320/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.0900704Z [5321/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.1307205Z [5322/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.1531157Z [5323/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.1583901Z [5324/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.1950128Z [5325/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.2162616Z [5326/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.2213120Z [5327/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.2342834Z [5328/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.2818721Z [5329/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.2982931Z [5330/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.3055406Z [5331/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.3428621Z [5332/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.3603922Z [5333/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.3677914Z [5334/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.3806629Z [5335/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.4384125Z [5336/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.4440198Z [5337/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.4567416Z [5338/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.4854646Z [5339/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.5023379Z [5340/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.5112684Z [5341/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.5194613Z [5342/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.5709042Z [5343/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.5817794Z [5344/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.5884242Z [5345/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.6127215Z [5346/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.6225476Z [5347/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.6398399Z [5348/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.6454136Z [5349/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.7025263Z [5350/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.7196380Z [5351/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.7262348Z [5352/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2025-09-07T06:27:27.7521484Z [5353/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.7604717Z [5354/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.7683845Z [5355/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.7866710Z [5356/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.8446241Z [5357/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.8579085Z [5358/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.8756305Z [5359/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.9197238Z [5360/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.9267780Z [5361/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.9366709Z [5362/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.9577714Z [5363/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:27.9921907Z [5364/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:28.0112721Z [5365/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:28.0300922Z [5366/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:28.0529295Z [5367/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.obj 2025-09-07T06:27:28.0735070Z [5368/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u8.c.obj 2025-09-07T06:27:28.0957613Z [5369/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u32.c.obj 2025-09-07T06:27:28.1106590Z [5370/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u64.c.obj 2025-09-07T06:27:28.1289093Z [5371/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2025-09-07T06:27:28.1479980Z [5372/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-nr.c.obj 2025-09-07T06:27:28.1657656Z [5373/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2025-09-07T06:27:28.1843657Z [5374/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2025-09-07T06:27:28.2012753Z [5375/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u8.c.obj 2025-09-07T06:27:28.2198704Z [5376/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u32.c.obj 2025-09-07T06:27:28.2398719Z [5377/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-nr.c.obj 2025-09-07T06:27:28.2642486Z [5378/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.2882464Z [5379/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.3167961Z [5380/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.3342874Z [5381/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.3530892Z [5382/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.3721641Z [5383/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.3889556Z [5384/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.4096009Z [5385/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.4290825Z [5386/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.4497782Z [5387/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.4691223Z [5388/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.4939209Z [5389/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.5144781Z [5390/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:28.5360458Z [5391/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.5943098Z [5392/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.6130988Z [5393/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.6328663Z [5394/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.6507114Z [5395/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.6697013Z [5396/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.6880260Z [5397/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.7055058Z [5398/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.7285004Z [5399/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.7520489Z [5400/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.7785101Z [5401/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.7973246Z [5402/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.8061620Z [5403/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.8317728Z [5404/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.8536565Z [5405/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.8550914Z [5406/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.8789295Z [5407/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.9070866Z [5408/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.9316766Z [5409/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:30.9514924Z [5410/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c.obj 2025-09-07T06:27:30.9526597Z [5411/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16-acc2.c.obj 2025-09-07T06:27:30.9741383Z [5412/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2025-09-07T06:27:30.9946212Z [5413/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2025-09-07T06:27:30.9960492Z [5414/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2025-09-07T06:27:31.0110904Z [5415/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2025-09-07T06:27:31.0385459Z [5416/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2025-09-07T06:27:31.0669303Z [5417/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2025-09-07T06:27:31.0856757Z [5418/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2025-09-07T06:27:31.1012964Z [5419/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2025-09-07T06:27:31.1104932Z [5420/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2025-09-07T06:27:31.1118941Z [5421/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2025-09-07T06:27:31.1327043Z [5422/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2025-09-07T06:27:31.1443319Z [5423/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2025-09-07T06:27:31.1685187Z [5424/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2025-09-07T06:27:31.1995016Z [5425/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2025-09-07T06:27:31.2234820Z [5426/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2025-09-07T06:27:31.2285666Z [5427/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2025-09-07T06:27:31.2491108Z [5428/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2025-09-07T06:27:31.2547419Z [5429/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2025-09-07T06:27:31.2565817Z [5430/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2025-09-07T06:27:31.2881889Z [5431/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2025-09-07T06:27:31.3112413Z [5432/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2025-09-07T06:27:31.3481330Z [5433/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2025-09-07T06:27:31.3541976Z [5434/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2025-09-07T06:27:31.3772224Z [5435/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2025-09-07T06:27:31.3786746Z [5436/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2025-09-07T06:27:31.3842832Z [5437/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2025-09-07T06:27:31.4160985Z [5438/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2025-09-07T06:27:31.4274995Z [5439/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2025-09-07T06:27:31.4684681Z [5440/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.obj 2025-09-07T06:27:31.4786979Z [5441/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.obj 2025-09-07T06:27:31.5072646Z [5442/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.obj 2025-09-07T06:27:31.5363827Z [5443/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2025-09-07T06:27:31.5444453Z [5444/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.obj 2025-09-07T06:27:31.5502444Z [5445/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2025-09-07T06:27:31.5846739Z [5446/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2025-09-07T06:27:31.5861157Z [5447/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2025-09-07T06:27:31.6196141Z [5448/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.6568275Z [5449/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.6866916Z [5450/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.6931413Z [5451/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.7098331Z [5452/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.7241628Z [5453/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.7300369Z [5454/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.7606182Z [5455/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.7996227Z [5456/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.8353032Z [5457/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.8404546Z [5458/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.8519658Z [5459/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.8737910Z [5460/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.8753681Z [5461/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.9058306Z [5462/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.9389640Z [5463/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.9770265Z [5464/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:31.9989611Z [5465/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:32.0142796Z [5466/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:32.0463839Z [5467/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:32.0483702Z [5468/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:32.0575386Z [5469/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:32.0861662Z [5470/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:32.1143435Z [5471/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2025-09-07T06:27:32.1344231Z [5472/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2025-09-07T06:27:32.1566425Z [5473/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.obj 2025-09-07T06:27:32.1580686Z [5474/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2025-09-07T06:27:32.1715248Z [5475/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2025-09-07T06:27:32.1731750Z [5476/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2025-09-07T06:27:32.2001216Z [5477/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc2.c.obj 2025-09-07T06:27:32.2056300Z [5478/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2025-09-07T06:27:32.2276071Z [5479/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc4.c.obj 2025-09-07T06:27:32.2519786Z [5480/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32.c.obj 2025-09-07T06:27:32.2598325Z [5481/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2025-09-07T06:27:32.2649271Z [5482/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2025-09-07T06:27:32.2806381Z [5483/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2025-09-07T06:27:32.2876395Z [5484/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2025-09-07T06:27:32.2960964Z [5485/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2025-09-07T06:27:32.3114637Z [5486/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2025-09-07T06:27:32.3454139Z [5487/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2025-09-07T06:27:32.3530138Z [5488/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2025-09-07T06:27:32.3583533Z [5489/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2025-09-07T06:27:32.3750730Z [5490/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2025-09-07T06:27:32.3807569Z [5491/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2025-09-07T06:27:32.3860944Z [5492/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2025-09-07T06:27:32.4085935Z [5493/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc2.c.obj 2025-09-07T06:27:32.4389172Z [5494/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc4.c.obj 2025-09-07T06:27:32.4437257Z [5495/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32.c.obj 2025-09-07T06:27:32.4517211Z [5496/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2025-09-07T06:27:32.4626431Z [5497/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2025-09-07T06:27:32.4696793Z [5498/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2025-09-07T06:27:32.5029422Z [5499/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2025-09-07T06:27:32.5082141Z [5500/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2025-09-07T06:27:32.5351795Z [5501/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2025-09-07T06:27:32.5448019Z [5502/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2025-09-07T06:27:32.5571722Z [5503/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2025-09-07T06:27:32.5627389Z [5504/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2025-09-07T06:27:32.5640579Z [5505/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2025-09-07T06:27:32.5981779Z [5506/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2025-09-07T06:27:32.6412283Z [5507/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2025-09-07T06:27:32.6533207Z [5508/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u8.c.obj 2025-09-07T06:27:32.6587296Z [5509/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u16-acc2.c.obj 2025-09-07T06:27:32.6688327Z [5510/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc2.c.obj 2025-09-07T06:27:32.6743957Z [5511/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u8.c.obj 2025-09-07T06:27:32.6756709Z [5512/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc4.c.obj 2025-09-07T06:27:32.7080245Z [5513/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u16-acc2.c.obj 2025-09-07T06:27:32.7921124Z [5514/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u24.c.obj 2025-09-07T06:27:32.7935469Z [5515/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u16.c.obj 2025-09-07T06:27:32.7989494Z [5516/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u8.c.obj 2025-09-07T06:27:32.8004278Z [5517/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u16.c.obj 2025-09-07T06:27:32.8139655Z [5518/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc4.c.obj 2025-09-07T06:27:32.8196674Z [5519/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u8.c.obj 2025-09-07T06:27:32.8210895Z [5520/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u24.c.obj 2025-09-07T06:27:32.9160047Z [5521/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u8.c.obj 2025-09-07T06:27:32.9241372Z [5522/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u16.c.obj 2025-09-07T06:27:32.9296685Z [5523/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u24.c.obj 2025-09-07T06:27:32.9353550Z [5524/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u32.c.obj 2025-09-07T06:27:32.9412068Z [5525/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2025-09-07T06:27:32.9426721Z [5526/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u32.c.obj 2025-09-07T06:27:32.9873456Z [5527/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2025-09-07T06:27:33.0252267Z [5528/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2025-09-07T06:27:33.0310842Z [5529/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2025-09-07T06:27:33.0441984Z [5530/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2025-09-07T06:27:33.0455351Z [5531/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2025-09-07T06:27:33.0576425Z [5532/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2025-09-07T06:27:33.0631217Z [5533/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2025-09-07T06:27:33.1023056Z [5534/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2025-09-07T06:27:33.1333595Z [5535/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2025-09-07T06:27:33.1529297Z [5536/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2025-09-07T06:27:33.1544533Z [5537/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2025-09-07T06:27:33.1759921Z [5538/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2025-09-07T06:27:33.2103340Z [5539/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2025-09-07T06:27:33.2218075Z [5540/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2025-09-07T06:27:33.2536863Z [5541/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2025-09-07T06:27:33.2684991Z [5542/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2025-09-07T06:27:33.2820099Z [5543/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2025-09-07T06:27:33.2877261Z [5544/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2025-09-07T06:27:33.2932817Z [5545/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2025-09-07T06:27:33.3319060Z [5546/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2025-09-07T06:27:33.3401252Z [5547/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2025-09-07T06:27:33.4056674Z [5548/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2025-09-07T06:27:33.4325744Z [5549/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x8c8-minmax-avx2.c.obj 2025-09-07T06:27:33.4413867Z [5550/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:33.4469387Z [5551/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2.c.obj 2025-09-07T06:27:33.4866900Z [5552/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:33.5179119Z [5553/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:27:33.5345508Z [5554/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-4x8c8-minmax-avx2.c.obj 2025-09-07T06:27:33.5681976Z [5555/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2.c.obj 2025-09-07T06:27:33.5922546Z [5556/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2.c.obj 2025-09-07T06:27:33.5982971Z [5557/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:27:33.6132887Z [5558/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:33.6186774Z [5559/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:33.6817734Z [5560/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2.c.obj 2025-09-07T06:27:33.7116828Z [5561/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:33.7272779Z [5562/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:27:33.7325258Z [5563/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:27:33.7490926Z [5564/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:33.7609218Z [5565/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2.c.obj 2025-09-07T06:27:33.7777412Z [5566/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2.c.obj 2025-09-07T06:27:33.8211609Z [5567/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:27:33.8552436Z [5568/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:33.8717099Z [5569/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2.c.obj 2025-09-07T06:27:33.8778383Z [5570/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:27:33.8983241Z [5571/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:33.9144386Z [5572/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2.c.obj 2025-09-07T06:27:33.9514617Z [5573/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-2x8c8-minmax-avx2.c.obj 2025-09-07T06:27:33.9638908Z [5574/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-4x8c8-minmax-avx2.c.obj 2025-09-07T06:27:33.9843799Z [5575/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-2x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.0082871Z [5576/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-4x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.0175843Z [5577/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.0507509Z [5578/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.0629267Z [5579/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:34.0944434Z [5580/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.1057139Z [5581/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:27:34.1252819Z [5582/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:34.1499956Z [5583/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.1582902Z [5584/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:27:34.1945360Z [5585/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:34.2070577Z [5586/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.2394185Z [5587/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:34.2570318Z [5588/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.2758592Z [5589/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:27:34.2984056Z [5590/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:34.3044701Z [5591/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.3398728Z [5592/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:27:34.3567965Z [5593/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:34.3960973Z [5594/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.4074957Z [5595/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:27:34.4337260Z [5596/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:34.4486779Z [5597/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2-madd-prfm.c.obj 2025-09-07T06:27:34.4503534Z [5598/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.4830197Z [5599/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2-madd.c.obj 2025-09-07T06:27:34.5154676Z [5600/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.5422547Z [5601/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.5593001Z [5602/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.5673212Z [5603/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.5796414Z [5604/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:34.5923616Z [5605/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x8c8-minmax-avx2.c.obj 2025-09-07T06:27:34.6215322Z [5606/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:34.6509702Z [5607/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:34.7064836Z [5608/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:34.7082441Z [5609/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:34.7315559Z [5610/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:34.7332601Z [5611/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:34.7393810Z [5612/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:34.7533705Z [5613/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:34.8024078Z [5614/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:34.8341175Z [5615/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:34.8402763Z [5616/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:34.8580927Z [5617/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:34.8636808Z [5618/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:34.8680329Z [5619/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:34.8882733Z [5620/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:34.9308611Z [5621/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:34.9718523Z [5622/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:34.9734237Z [5623/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:34.9909464Z [5624/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:34.9961315Z [5625/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:35.0014781Z [5626/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:35.0103918Z [5627/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:35.0604038Z [5628/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.1052322Z [5629/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:35.1066323Z [5630/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:35.1221114Z [5631/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:35.1288700Z [5632/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:35.1414971Z [5633/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:35.1522493Z [5634/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.1830637Z [5635/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:35.2330653Z [5636/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:35.2345199Z [5637/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:35.2492399Z [5638/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:35.2646914Z [5639/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.2738703Z [5640/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.2798555Z [5641/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:35.3094780Z [5642/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:35.3632696Z [5643/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:35.3688488Z [5644/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:35.3826462Z [5645/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:35.3930968Z [5646/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2025-09-07T06:27:35.3989645Z [5647/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:35.4048319Z [5648/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.4205603Z [5649/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2025-09-07T06:27:35.4799527Z [5650/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2025-09-07T06:27:35.4894423Z [5651/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2025-09-07T06:27:35.4947242Z [5652/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2025-09-07T06:27:35.5074926Z [5653/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2025-09-07T06:27:35.5207210Z [5654/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx2-madd.c.obj 2025-09-07T06:27:35.5287181Z [5655/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.5509665Z [5656/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.6128801Z [5657/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:35.6181195Z [5658/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:35.6299701Z [5659/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:35.6364174Z [5660/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.6619439Z [5661/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:35.6950285Z [5662/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:35.7006031Z [5663/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:35.7366731Z [5664/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.7568386Z [5665/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.8234846Z [5666/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:35.8295761Z [5667/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:35.8361135Z [5668/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:35.8374382Z [5669/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.8388250Z [5670/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:35.8646251Z [5671/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:35.8835966Z [5672/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:35.9511326Z [5673/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.9621444Z [5674/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:35.9674436Z [5675/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:35.9730356Z [5676/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:35.9743849Z [5677/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:35.9921429Z [5678/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.0142576Z [5679/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:36.0819126Z [5680/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:36.0977609Z [5681/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:36.1038951Z [5682/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.1094342Z [5683/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:36.1110186Z [5684/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:36.1278817Z [5685/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:36.1375452Z [5686/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:36.2057482Z [5687/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:36.2539441Z [5688/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.2601835Z [5689/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:36.2616425Z [5690/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.2629862Z [5691/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:36.2641567Z [5692/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:36.2697733Z [5693/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:36.3354507Z [5694/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-09-07T06:27:36.3927477Z [5695/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-09-07T06:27:36.3939963Z [5696/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-09-07T06:27:36.3990328Z [5697/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.4055000Z [5698/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:27:36.4069348Z [5699/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:27:36.4143568Z [5700/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:27:36.4666961Z [5701/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:27:36.5093120Z [5702/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2025-09-07T06:27:36.5104945Z [5703/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c32.c.obj 2025-09-07T06:27:36.5156061Z [5704/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc2.c.obj 2025-09-07T06:27:36.5227244Z [5705/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc4.c.obj 2025-09-07T06:27:36.5329895Z [5706/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-09-07T06:27:36.5343995Z [5707/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2025-09-07T06:27:36.5847542Z [5708/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2025-09-07T06:27:36.6315444Z [5709/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-09-07T06:27:36.6385810Z [5710/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2025-09-07T06:27:36.6433752Z [5711/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2025-09-07T06:27:36.6447649Z [5712/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2025-09-07T06:27:36.6507792Z [5713/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2025-09-07T06:27:36.6571387Z [5714/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2025-09-07T06:27:36.7062290Z [5715/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2025-09-07T06:27:36.7624036Z [5716/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.7682433Z [5717/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.7760307Z [5718/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.7815176Z [5719/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.7828613Z [5720/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.7883072Z [5721/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.8351357Z [5722/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.8915961Z [5723/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.8992095Z [5724/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.9083917Z [5725/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.9135802Z [5726/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.9188941Z [5727/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.9250686Z [5728/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-09-07T06:27:36.9525844Z [5729/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2025-09-07T06:27:37.0194136Z [5730/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2025-09-07T06:27:37.0391783Z [5731/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2025-09-07T06:27:37.0479510Z [5732/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:27:37.0542830Z [5733/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:27:37.0562492Z [5734/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:27:37.0576797Z [5735/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2025-09-07T06:27:37.0630600Z [5736/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u32.c.obj 2025-09-07T06:27:37.1347415Z [5737/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc2.c.obj 2025-09-07T06:27:37.1523657Z [5738/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc4.c.obj 2025-09-07T06:27:37.1680230Z [5739/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-09-07T06:27:37.1770806Z [5740/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2025-09-07T06:27:37.1830650Z [5741/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2025-09-07T06:27:37.1852174Z [5742/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-09-07T06:27:37.1922489Z [5743/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2025-09-07T06:27:37.2482194Z [5744/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2025-09-07T06:27:37.2561494Z [5745/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2025-09-07T06:27:37.2712210Z [5746/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2025-09-07T06:27:37.2905523Z [5747/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2025-09-07T06:27:37.2962810Z [5748/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2.c.obj 2025-09-07T06:27:37.2976287Z [5749/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2-prfm.c.obj 2025-09-07T06:27:37.3075024Z [5750/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2-prfm.c.obj 2025-09-07T06:27:37.3615705Z [5751/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2.c.obj 2025-09-07T06:27:37.3676516Z [5752/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2025-09-07T06:27:37.3997096Z [5753/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16-prfm.c.obj 2025-09-07T06:27:37.4107566Z [5754/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2025-09-07T06:27:37.4119616Z [5755/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2025-09-07T06:27:37.4176410Z [5756/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2025-09-07T06:27:37.4226256Z [5757/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u8.c.obj 2025-09-07T06:27:37.4739250Z [5758/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc4.c.obj 2025-09-07T06:27:37.4753628Z [5759/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u16-acc2.c.obj 2025-09-07T06:27:37.5477198Z [5760/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:37.5571852Z [5761/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:37.5659368Z [5762/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:37.5675200Z [5763/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:37.5689503Z [5764/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:37.6222651Z [5765/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:37.6241052Z [5766/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:27:37.7028338Z [5767/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:37.7098574Z [5768/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:27:37.7111325Z [5769/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:37.7162397Z [5770/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:37.7297420Z [5771/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:37.7666946Z [5772/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:37.7817178Z [5773/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:37.8512266Z [5774/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:27:37.8582469Z [5775/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:37.8597886Z [5776/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:27:37.8740027Z [5777/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:37.8796912Z [5778/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:27:37.9106136Z [5779/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:37.9199514Z [5780/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:27:37.9970842Z [5781/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:38.0047393Z [5782/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.0116296Z [5783/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.0162006Z [5784/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.0331554Z [5785/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.0645806Z [5786/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.0767454Z [5787/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:38.1453574Z [5788/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.1469274Z [5789/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.1538221Z [5790/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.1781069Z [5791/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:38.1857435Z [5792/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:27:38.2088911Z [5793/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.2177287Z [5794/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.2818890Z [5795/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:27:38.2951024Z [5796/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:38.3065773Z [5797/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.3191082Z [5798/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:38.3288763Z [5799/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.3554708Z [5800/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:27:38.3643191Z [5801/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:38.4316205Z [5802/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:27:38.4480974Z [5803/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:38.4599854Z [5804/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:27:38.4708177Z [5805/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:38.4774491Z [5806/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-09-07T06:27:38.5086733Z [5807/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.5236339Z [5808/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256skx-madd.c.obj 2025-09-07T06:27:38.5804477Z [5809/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.5865640Z [5810/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.6056138Z [5811/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256skx.c.obj 2025-09-07T06:27:38.6071880Z [5812/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx256skx.c.obj 2025-09-07T06:27:38.6252794Z [5813/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx256skx.c.obj 2025-09-07T06:27:38.6309228Z [5814/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx256skx.c.obj 2025-09-07T06:27:38.6518673Z [5815/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx256skx.c.obj 2025-09-07T06:27:38.6913479Z [5816/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2025-09-07T06:27:38.6972365Z [5817/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc2.c.obj 2025-09-07T06:27:38.7182075Z [5818/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc4.c.obj 2025-09-07T06:27:38.7489511Z [5819/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx-prfm.c.obj 2025-09-07T06:27:38.7546526Z [5820/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-09-07T06:27:38.7601231Z [5821/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-09-07T06:27:38.7683396Z [5822/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx.c.obj 2025-09-07T06:27:38.8144571Z [5823/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx.c.obj 2025-09-07T06:27:38.8202456Z [5824/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx-prfm.c.obj 2025-09-07T06:27:38.8686968Z [5825/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:38.8853149Z [5826/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:38.9009445Z [5827/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:38.9112205Z [5828/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:38.9206647Z [5829/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:38.9675349Z [5830/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:38.9691927Z [5831/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.0017550Z [5832/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.0244594Z [5833/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.0353428Z [5834/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.0876435Z [5835/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.0945463Z [5836/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.1163572Z [5837/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.1261258Z [5838/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.1408338Z [5839/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.1793198Z [5840/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.1919562Z [5841/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.2282851Z [5842/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.2338729Z [5843/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.2533519Z [5844/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.2719120Z [5845/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.2840711Z [5846/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.3236853Z [5847/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.3465916Z [5848/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.3742379Z [5849/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.3823945Z [5850/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.4006226Z [5851/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.4153564Z [5852/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.4311858Z [5853/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.4635199Z [5854/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.4885321Z [5855/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.5269165Z [5856/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.5282457Z [5857/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.5524807Z [5858/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.5579854Z [5859/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.5722324Z [5860/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-9x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.6084111Z [5861/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.6271704Z [5862/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-10x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.6746165Z [5863/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-12x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.6824828Z [5864/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.6986120Z [5865/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.7045647Z [5866/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-14x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.7133292Z [5867/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.7459447Z [5868/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.7720131Z [5869/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.8243121Z [5870/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.8314729Z [5871/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.8443607Z [5872/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.8546299Z [5873/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.8627780Z [5874/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.8882092Z [5875/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.9228430Z [5876/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.9786980Z [5877/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:39.9800719Z [5878/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:39.9965169Z [5879/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.0036870Z [5880/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.0085605Z [5881/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.0263641Z [5882/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.0634569Z [5883/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.1215807Z [5884/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.1269714Z [5885/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.1416231Z [5886/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.1501242Z [5887/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.1557335Z [5888/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.1734956Z [5889/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.2035757Z [5890/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.2642539Z [5891/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.2695068Z [5892/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.2951348Z [5893/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.3038782Z [5894/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.3232673Z [5895/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.3245659Z [5896/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.3553833Z [5897/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.4088607Z [5898/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.4341547Z [5899/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.4357114Z [5900/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.4674186Z [5901/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.4747820Z [5902/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.4879651Z [5903/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.4935382Z [5904/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.5456584Z [5905/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.5770253Z [5906/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.5886813Z [5907/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.6035916Z [5908/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.6195136Z [5909/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.6306837Z [5910/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.6391098Z [5911/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.6769327Z [5912/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.7127475Z [5913/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-09-07T06:27:40.7221044Z [5914/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.7328668Z [5915/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2025-09-07T06:27:40.7421271Z [5916/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x8c8-minmax-avx256vnni.c.obj 2025-09-07T06:27:40.7478295Z [5917/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-09-07T06:27:40.7838745Z [5918/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.8139103Z [5919/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:40.8495318Z [5920/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.8745983Z [5921/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.8853446Z [5922/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.8905194Z [5923/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:40.8986876Z [5924/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:40.9272617Z [5925/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:40.9592443Z [5926/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:40.9821134Z [5927/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:41.0094063Z [5928/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.0346856Z [5929/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:41.0439001Z [5930/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.0454408Z [5931/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:41.0738027Z [5932/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.1024512Z [5933/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:41.1130351Z [5934/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.1424635Z [5935/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:41.1776534Z [5936/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.1839662Z [5937/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:41.1894464Z [5938/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.2078934Z [5939/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:41.2388404Z [5940/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.2515836Z [5941/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:41.2794009Z [5942/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.3132860Z [5943/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:41.3331052Z [5944/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:41.3347479Z [5945/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.3574230Z [5946/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.3774984Z [5947/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:41.3942870Z [5948/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.4235046Z [5949/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.4330332Z [5950/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2025-09-07T06:27:41.4552279Z [5951/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-09-07T06:27:41.4670111Z [5952/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2025-09-07T06:27:41.4683370Z [5953/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2025-09-07T06:27:41.4889340Z [5954/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64-acc2.c.obj 2025-09-07T06:27:41.4996174Z [5955/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc2.c.obj 2025-09-07T06:27:41.5371019Z [5956/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc4.c.obj 2025-09-07T06:27:41.5859130Z [5957/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:41.5877434Z [5958/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:41.6070651Z [5959/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:41.6181483Z [5960/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:41.6305684Z [5961/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:41.6617723Z [5962/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:41.6662915Z [5963/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:41.7599078Z [5964/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:41.8027215Z [5965/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:41.8083448Z [5966/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:41.8099474Z [5967/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:41.8166435Z [5968/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:41.8181195Z [5969/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:41.8232982Z [5970/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:41.9020168Z [5971/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:41.9566895Z [5972/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:41.9620139Z [5973/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:41.9634430Z [5974/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:41.9645841Z [5975/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:41.9694877Z [5976/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:41.9708335Z [5977/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:42.0366470Z [5978/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:42.0936431Z [5979/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:42.0984622Z [5980/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:42.1053159Z [5981/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:42.1112286Z [5982/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:42.1125124Z [5983/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:42.1139062Z [5984/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:42.1791767Z [5985/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:42.2381076Z [5986/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:42.2401496Z [5987/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2025-09-07T06:27:42.2451277Z [5988/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2025-09-07T06:27:42.2467184Z [5989/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2025-09-07T06:27:42.2533696Z [5990/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-09-07T06:27:42.2545659Z [5991/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnnigfni.c.obj 2025-09-07T06:27:42.3080842Z [5992/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2025-09-07T06:27:42.3629944Z [5993/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2025-09-07T06:27:42.3676202Z [5994/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2025-09-07T06:27:42.3691794Z [5995/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2025-09-07T06:27:42.3744579Z [5996/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2025-09-07T06:27:42.3810822Z [5997/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2025-09-07T06:27:42.3892302Z [5998/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2025-09-07T06:27:42.4289221Z [5999/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2025-09-07T06:27:42.4838265Z [6000/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2025-09-07T06:27:42.5012679Z [6001/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2025-09-07T06:27:42.5066510Z [6002/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2025-09-07T06:27:42.5080098Z [6003/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2025-09-07T06:27:42.5166366Z [6004/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.5620635Z [6005/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.5954808Z [6006/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.6242048Z [6007/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.6474471Z [6008/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.6568572Z [6009/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.6617284Z [6010/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.6632846Z [6011/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.7100239Z [6012/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.7339806Z [6013/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.7564319Z [6014/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.7820052Z [6015/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.7998966Z [6016/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.8052574Z [6017/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.8099133Z [6018/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.8561783Z [6019/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.8679309Z [6020/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.8984788Z [6021/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.9254668Z [6022/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.9401737Z [6023/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.9458754Z [6024/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:42.9512136Z [6025/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.0028888Z [6026/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.0043145Z [6027/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.0364672Z [6028/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.0653992Z [6029/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.0849549Z [6030/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.0944590Z [6031/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.0958283Z [6032/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.1431525Z [6033/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.1480227Z [6034/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.1787909Z [6035/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.2123849Z [6036/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.2273825Z [6037/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.2341182Z [6038/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.2416190Z [6039/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.2833227Z [6040/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.2847125Z [6041/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.3119574Z [6042/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.3505353Z [6043/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x64-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.3715211Z [6044/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.3840419Z [6045/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.3896434Z [6046/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.4289356Z [6047/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.4365473Z [6048/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.4541388Z [6049/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.4863134Z [6050/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.5028087Z [6051/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.5171905Z [6052/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.5187871Z [6053/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.5700366Z [6054/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.5760352Z [6055/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.5811867Z [6056/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.6104642Z [6057/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.6157182Z [6058/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc2.c.obj 2025-09-07T06:27:43.6267833Z [6059/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.6400278Z [6060/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x32-minmax-avx512f-broadcast.c.obj 2025-09-07T06:27:43.6560201Z [6061/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc4.c.obj 2025-09-07T06:27:43.6617028Z [6062/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-09-07T06:27:43.6699814Z [6063/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2025-09-07T06:27:43.7024174Z [6064/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2025-09-07T06:27:43.7138476Z [6065/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2025-09-07T06:27:43.7158382Z [6066/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2025-09-07T06:27:43.7271210Z [6067/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2025-09-07T06:27:43.7429886Z [6068/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2025-09-07T06:27:43.7513657Z [6069/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2025-09-07T06:27:43.7636186Z [6070/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2025-09-07T06:27:43.7926590Z [6071/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2025-09-07T06:27:43.7997686Z [6072/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2025-09-07T06:27:43.8141740Z [6073/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2025-09-07T06:27:43.8227536Z [6074/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2025-09-07T06:27:43.8333200Z [6075/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc2.c.obj 2025-09-07T06:27:43.8345293Z [6076/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc4.c.obj 2025-09-07T06:27:43.8784531Z [6077/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2025-09-07T06:27:43.8798159Z [6078/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64.c.obj 2025-09-07T06:27:43.8872991Z [6079/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2025-09-07T06:27:43.9111277Z [6080/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2025-09-07T06:27:43.9210788Z [6081/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2025-09-07T06:27:43.9222869Z [6082/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2025-09-07T06:27:43.9279258Z [6083/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2025-09-07T06:27:43.9704066Z [6084/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2025-09-07T06:27:43.9716777Z [6085/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2025-09-07T06:27:43.9766943Z [6086/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2025-09-07T06:27:43.9979013Z [6087/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2025-09-07T06:27:44.0081448Z [6088/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2025-09-07T06:27:44.0136979Z [6089/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2025-09-07T06:27:44.0352411Z [6090/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u16.c.obj 2025-09-07T06:27:44.0853542Z [6091/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc2.c.obj 2025-09-07T06:27:44.0867566Z [6092/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc4.c.obj 2025-09-07T06:27:44.0878192Z [6093/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u32-acc2.c.obj 2025-09-07T06:27:44.1167099Z [6094/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u32-acc2.c.obj 2025-09-07T06:27:44.1219747Z [6095/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u16.c.obj 2025-09-07T06:27:44.1267667Z [6096/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc4.c.obj 2025-09-07T06:27:44.1438430Z [6097/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c16.c.obj 2025-09-07T06:27:44.1965000Z [6098/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c32.c.obj 2025-09-07T06:27:44.1978712Z [6099/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c128.c.obj 2025-09-07T06:27:44.2066766Z [6100/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2025-09-07T06:27:44.2348802Z [6101/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2025-09-07T06:27:44.2543814Z [6102/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2025-09-07T06:27:44.2612154Z [6103/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2025-09-07T06:27:44.2625859Z [6104/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2025-09-07T06:27:44.3002965Z [6105/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2025-09-07T06:27:44.3074645Z [6106/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2025-09-07T06:27:44.3200527Z [6107/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2025-09-07T06:27:44.3404736Z [6108/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2025-09-07T06:27:44.3641403Z [6109/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2025-09-07T06:27:44.3702909Z [6110/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2025-09-07T06:27:44.3717259Z [6111/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2025-09-07T06:27:44.4104276Z [6112/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2025-09-07T06:27:44.4252121Z [6113/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2025-09-07T06:27:44.4353184Z [6114/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2025-09-07T06:27:44.4727962Z [6115/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2025-09-07T06:27:44.4809044Z [6116/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u16.c.obj 2025-09-07T06:27:44.4858632Z [6117/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2025-09-07T06:27:44.5306592Z [6118/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u16.c.obj 2025-09-07T06:27:44.5401124Z [6119/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u16.c.obj 2025-09-07T06:27:44.5419549Z [6120/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u16.c.obj 2025-09-07T06:27:44.5481700Z [6121/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2025-09-07T06:27:44.5913495Z [6122/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2025-09-07T06:27:44.5994087Z [6123/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2025-09-07T06:27:44.6112356Z [6124/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2025-09-07T06:27:44.6464775Z [6125/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u16.c.obj 2025-09-07T06:27:44.6605067Z [6126/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u16.c.obj 2025-09-07T06:27:44.6663969Z [6127/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u16.c.obj 2025-09-07T06:27:44.6732729Z [6128/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u16.c.obj 2025-09-07T06:27:44.7168967Z [6129/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u16.c.obj 2025-09-07T06:27:44.7273818Z [6130/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u16.c.obj 2025-09-07T06:27:44.7287987Z [6131/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u16.c.obj 2025-09-07T06:27:44.7647776Z [6132/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2025-09-07T06:27:44.7834332Z [6133/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u16.c.obj 2025-09-07T06:27:44.7848217Z [6134/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2025-09-07T06:27:44.7913994Z [6135/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u16.c.obj 2025-09-07T06:27:44.8305172Z [6136/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2025-09-07T06:27:44.8479007Z [6137/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u64.c.obj 2025-09-07T06:27:44.8531290Z [6138/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u16.c.obj 2025-09-07T06:27:44.8838566Z [6139/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u128.c.obj 2025-09-07T06:27:44.9025270Z [6140/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.obj 2025-09-07T06:27:44.9101309Z [6141/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.obj 2025-09-07T06:27:44.9427245Z [6142/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.obj 2025-09-07T06:27:44.9493154Z [6143/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.obj 2025-09-07T06:27:44.9690588Z [6144/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2025-09-07T06:27:44.9775784Z [6145/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2025-09-07T06:27:45.0048322Z [6146/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2025-09-07T06:27:45.0350811Z [6147/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-div.c.obj 2025-09-07T06:27:45.0369278Z [6148/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2025-09-07T06:27:45.0646151Z [6149/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-nr.c.obj 2025-09-07T06:27:45.0727708Z [6150/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2025-09-07T06:27:45.0872540Z [6151/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2025-09-07T06:27:45.1048556Z [6152/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2025-09-07T06:27:45.1288059Z [6153/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2025-09-07T06:27:45.1426482Z [6154/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2025-09-07T06:27:45.1849819Z [6155/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2025-09-07T06:27:45.1927111Z [6156/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2025-09-07T06:27:45.1938947Z [6157/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2025-09-07T06:27:45.2061087Z [6158/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2025-09-07T06:27:45.2132884Z [6159/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2025-09-07T06:27:45.2277509Z [6160/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2025-09-07T06:27:45.2629298Z [6161/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2025-09-07T06:27:45.2642436Z [6162/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-09-07T06:27:45.2996117Z [6163/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2025-09-07T06:27:45.3008609Z [6164/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2025-09-07T06:27:45.3058567Z [6165/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2025-09-07T06:27:45.3071605Z [6166/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2025-09-07T06:27:45.3358337Z [6167/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u16.c.obj 2025-09-07T06:27:45.3874971Z [6168/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u48.c.obj 2025-09-07T06:27:45.3936636Z [6169/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u32.c.obj 2025-09-07T06:27:45.4239977Z [6170/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u64.c.obj 2025-09-07T06:27:45.4475027Z [6171/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u16.c.obj 2025-09-07T06:27:45.4533623Z [6172/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u64.c.obj 2025-09-07T06:27:45.4591227Z [6173/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u32.c.obj 2025-09-07T06:27:45.4606850Z [6174/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u48.c.obj 2025-09-07T06:27:45.5180771Z [6175/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.obj 2025-09-07T06:27:45.5235191Z [6176/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.obj 2025-09-07T06:27:45.5339051Z [6177/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.obj 2025-09-07T06:27:45.5664714Z [6178/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.obj 2025-09-07T06:27:45.5729739Z [6179/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.obj 2025-09-07T06:27:45.6189434Z [6180/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.obj 2025-09-07T06:27:45.6579865Z [6181/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.obj 2025-09-07T06:27:45.6638737Z [6182/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.obj 2025-09-07T06:27:45.6701173Z [6183/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u16.c.obj 2025-09-07T06:27:45.6764617Z [6184/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u32.c.obj 2025-09-07T06:27:45.7336416Z [6185/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u48.c.obj 2025-09-07T06:27:45.7355092Z [6186/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u16.c.obj 2025-09-07T06:27:45.7892190Z [6187/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u48.c.obj 2025-09-07T06:27:45.7912927Z [6188/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u64.c.obj 2025-09-07T06:27:45.7970622Z [6189/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u32.c.obj 2025-09-07T06:27:45.7983676Z [6190/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u32.c.obj 2025-09-07T06:27:45.8519235Z [6191/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-div.c.obj 2025-09-07T06:27:45.9226860Z [6192/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u1-prfm.c.obj 2025-09-07T06:27:45.9665348Z [6193/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u48.c.obj 2025-09-07T06:27:46.1852435Z [6194/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u1.c.obj 2025-09-07T06:27:46.2135888Z [6195/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2025-09-07T06:27:46.2148183Z [6196/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.obj 2025-09-07T06:27:46.2159650Z [6197/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u8.c.obj 2025-09-07T06:27:46.2171671Z [6198/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u8-prfm.c.obj 2025-09-07T06:27:46.2281047Z [6199/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u1.c.obj 2025-09-07T06:27:46.2404130Z [6200/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u1-prfm.c.obj 2025-09-07T06:27:46.2949585Z [6201/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u8-prfm.c.obj 2025-09-07T06:27:46.3306382Z [6202/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c32.c.obj 2025-09-07T06:27:46.3318283Z [6203/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c16.c.obj 2025-09-07T06:27:46.3369792Z [6204/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2025-09-07T06:27:46.3381093Z [6205/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c128.c.obj 2025-09-07T06:27:46.3429327Z [6206/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4.c.obj 2025-09-07T06:27:46.3486404Z [6207/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u16.c.obj 2025-09-07T06:27:46.4099325Z [6208/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u32-acc2.c.obj 2025-09-07T06:27:46.4383805Z [6209/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u48-acc3.c.obj 2025-09-07T06:27:46.4435338Z [6210/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc2.c.obj 2025-09-07T06:27:46.4481953Z [6211/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u128-acc4.c.obj 2025-09-07T06:27:46.4538170Z [6212/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u32-acc2.c.obj 2025-09-07T06:27:46.4554385Z [6213/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2025-09-07T06:27:46.4663755Z [6214/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u48-acc3.c.obj 2025-09-07T06:27:46.5273385Z [6215/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc2.c.obj 2025-09-07T06:27:46.5439272Z [6216/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2025-09-07T06:27:46.5523217Z [6217/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u32-acc2.c.obj 2025-09-07T06:27:46.5620599Z [6218/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u48-acc3.c.obj 2025-09-07T06:27:46.5674810Z [6219/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc2.c.obj 2025-09-07T06:27:46.5688278Z [6220/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc4.c.obj 2025-09-07T06:27:46.5791369Z [6221/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2025-09-07T06:27:46.6356062Z [6222/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u32-acc2.c.obj 2025-09-07T06:27:46.6468765Z [6223/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u48-acc3.c.obj 2025-09-07T06:27:46.6639251Z [6224/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc2.c.obj 2025-09-07T06:27:46.6908607Z [6225/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u64.c.obj 2025-09-07T06:27:46.6921458Z [6226/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u16.c.obj 2025-09-07T06:27:46.6975318Z [6227/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u32.c.obj 2025-09-07T06:27:46.6987304Z [6228/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2025-09-07T06:27:46.7756979Z [6229/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:46.7816487Z [6230/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:46.8033823Z [6231/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:46.8225988Z [6232/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:46.8290077Z [6233/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:46.8346604Z [6234/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:46.8418435Z [6235/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:46.9256912Z [6236/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:46.9339075Z [6237/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:46.9387779Z [6238/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:46.9474550Z [6239/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:46.9760168Z [6240/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:47.0485365Z [6241/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:47.0541243Z [6242/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:47.0607463Z [6243/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:47.0822604Z [6244/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:47.0907505Z [6245/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:47.0988806Z [6246/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:47.1450781Z [6247/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:47.1694850Z [6248/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2025-09-07T06:27:47.1749199Z [6249/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2025-09-07T06:27:47.1823294Z [6250/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.obj 2025-09-07T06:27:47.1943026Z [6251/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2025-09-07T06:27:47.2168319Z [6252/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2025-09-07T06:27:47.2222086Z [6253/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2025-09-07T06:27:47.2483812Z [6254/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2025-09-07T06:27:47.3250409Z [6255/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-prfm.c.obj 2025-09-07T06:27:47.3263143Z [6256/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:47.3311102Z [6257/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:47.3322296Z [6258/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:47.4588552Z [6259/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx.c.obj 2025-09-07T06:27:47.4640223Z [6260/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:47.4652141Z [6261/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:47.4711259Z [6262/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:47.4723407Z [6263/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:47.4999585Z [6264/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:47.5120034Z [6265/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:47.5985653Z [6266/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-prfm.c.obj 2025-09-07T06:27:47.6064327Z [6267/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:47.6118512Z [6268/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:47.6131662Z [6269/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx.c.obj 2025-09-07T06:27:47.6189459Z [6270/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:47.6438049Z [6271/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:47.6495590Z [6272/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-prfm.c.obj 2025-09-07T06:27:47.7435527Z [6273/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:47.7541002Z [6274/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:47.7554203Z [6275/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx.c.obj 2025-09-07T06:27:47.7605862Z [6276/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:47.7659852Z [6277/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-prfm.c.obj 2025-09-07T06:27:47.7866468Z [6278/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx.c.obj 2025-09-07T06:27:47.7918354Z [6279/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:47.8846932Z [6280/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:47.8957435Z [6281/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:47.9013739Z [6282/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:47.9027651Z [6283/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:47.9119622Z [6284/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:47.9248354Z [6285/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:47.9415164Z [6286/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:48.0175651Z [6287/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:48.0371090Z [6288/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:48.0388627Z [6289/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:48.0497763Z [6290/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:48.0625542Z [6291/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:48.0831641Z [6292/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:48.0884711Z [6293/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-09-07T06:27:48.1554313Z [6294/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512skx-madd.c.obj 2025-09-07T06:27:48.1730580Z [6295/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx.c.obj 2025-09-07T06:27:48.1839380Z [6296/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx-prfm.c.obj 2025-09-07T06:27:48.1963087Z [6297/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx.c.obj 2025-09-07T06:27:48.2047917Z [6298/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx-prfm.c.obj 2025-09-07T06:27:48.2197164Z [6299/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx.c.obj 2025-09-07T06:27:48.2298282Z [6300/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx.c.obj 2025-09-07T06:27:48.2864856Z [6301/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx.c.obj 2025-09-07T06:27:48.3086773Z [6302/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx-prfm.c.obj 2025-09-07T06:27:48.3235683Z [6303/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx.c.obj 2025-09-07T06:27:48.3289605Z [6304/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx-prfm.c.obj 2025-09-07T06:27:48.3451318Z [6305/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx.c.obj 2025-09-07T06:27:48.3498887Z [6306/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx.c.obj 2025-09-07T06:27:48.3573489Z [6307/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.4109722Z [6308/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.4327264Z [6309/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.4614284Z [6310/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.4673210Z [6311/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.4728959Z [6312/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.4742764Z [6313/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.4993313Z [6314/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.5239445Z [6315/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2025-09-07T06:27:48.5568304Z [6316/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2025-09-07T06:27:48.5817879Z [6317/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2025-09-07T06:27:48.6037428Z [6318/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.6050680Z [6319/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.6105340Z [6320/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.6248376Z [6321/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.6478749Z [6322/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.6871093Z [6323/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.7157191Z [6324/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.7339741Z [6325/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:48.7418003Z [6326/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:48.7568261Z [6327/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:27:48.7583933Z [6328/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:48.7944200Z [6329/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:48.8241552Z [6330/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:27:48.8542371Z [6331/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:48.8696613Z [6332/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:27:48.8745739Z [6333/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:48.8830809Z [6334/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:48.8909674Z [6335/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:48.9144195Z [6336/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:27:48.9462677Z [6337/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:48.9679963Z [6338/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c128.c.obj 2025-09-07T06:27:48.9804084Z [6339/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2025-09-07T06:27:48.9940242Z [6340/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc4.c.obj 2025-09-07T06:27:49.0036235Z [6341/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc2.c.obj 2025-09-07T06:27:49.0139302Z [6342/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-09-07T06:27:49.0330987Z [6343/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-09-07T06:27:49.0670627Z [6344/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:49.0896057Z [6345/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:49.1075848Z [6346/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:49.1282810Z [6347/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:49.1343223Z [6348/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:49.1470685Z [6349/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:49.1642688Z [6350/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:49.1923335Z [6351/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-09-07T06:27:49.2051789Z [6352/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2025-09-07T06:27:49.2223968Z [6353/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2025-09-07T06:27:49.2444387Z [6354/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2025-09-07T06:27:49.2785037Z [6355/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:49.2960899Z [6356/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:27:49.3137182Z [6357/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:49.3599867Z [6358/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:49.3614444Z [6359/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:27:49.3666764Z [6360/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:49.3712576Z [6361/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:49.3978502Z [6362/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:27:49.4593498Z [6363/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:49.4609525Z [6364/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:49.4853675Z [6365/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-09-07T06:27:49.4906160Z [6366/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-09-07T06:27:49.4961147Z [6367/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-09-07T06:27:49.4979345Z [6368/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-09-07T06:27:49.5028727Z [6369/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2025-09-07T06:27:49.5501835Z [6370/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2025-09-07T06:27:49.5517289Z [6371/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2025-09-07T06:27:49.5895727Z [6372/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2025-09-07T06:27:49.5909009Z [6373/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2025-09-07T06:27:49.5924076Z [6374/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2025-09-07T06:27:49.6258391Z [6375/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:49.6453271Z [6376/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:49.6919189Z [6377/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:49.6978855Z [6378/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:49.7273943Z [6379/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:49.7326232Z [6380/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:49.7469055Z [6381/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:49.7659978Z [6382/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:49.7835366Z [6383/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:49.8402936Z [6384/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:49.8420221Z [6385/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:49.8774132Z [6386/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:49.8816682Z [6387/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:49.8938192Z [6388/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:49.8992172Z [6389/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:49.9277182Z [6390/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:49.9918740Z [6391/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:49.9972258Z [6392/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.0118306Z [6393/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.0266430Z [6394/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.0343558Z [6395/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.0461277Z [6396/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.0596127Z [6397/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.1392141Z [6398/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.1446755Z [6399/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.1560252Z [6400/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.1706123Z [6401/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.1756572Z [6402/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.1987225Z [6403/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.2040975Z [6404/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.2929792Z [6405/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.2942602Z [6406/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.2995234Z [6407/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.3083031Z [6408/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.3264716Z [6409/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.3342848Z [6410/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.3570328Z [6411/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.4382246Z [6412/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.4453583Z [6413/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.4458419Z [6414/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.4654031Z [6415/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.4707892Z [6416/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.4828095Z [6417/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.5006465Z [6418/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.5800518Z [6419/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.5851249Z [6420/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.5909562Z [6421/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.6029947Z [6422/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.6147481Z [6423/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.6408418Z [6424/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.6462257Z [6425/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.7166004Z [6426/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.7247312Z [6427/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.7290317Z [6428/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.7470781Z [6429/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.7535733Z [6430/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.7864182Z [6431/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.7920536Z [6432/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.8622262Z [6433/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.8710120Z [6434/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.8916750Z [6435/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.8930260Z [6436/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:50.8987005Z [6437/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.9190492Z [6438/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:50.9267694Z [6439/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.0103776Z [6440/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.0244113Z [6441/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.0406068Z [6442/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.0482633Z [6443/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.0530152Z [6444/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.0632253Z [6445/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.0740595Z [6446/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.1594685Z [6447/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.1730130Z [6448/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.2081626Z [6449/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.2254454Z [6450/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.2402809Z [6451/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.2415241Z [6452/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.2467591Z [6453/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.3124126Z [6454/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.3267210Z [6455/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.3432490Z [6456/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.3745634Z [6457/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.3898837Z [6458/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.3951089Z [6459/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.4001579Z [6460/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.4511216Z [6461/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.4604579Z [6462/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.5021461Z [6463/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.5524333Z [6464/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.5538224Z [6465/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.5592491Z [6466/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.5794087Z [6467/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.5958896Z [6468/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.6014876Z [6469/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.6369694Z [6470/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.6922035Z [6471/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.6979612Z [6472/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.7047852Z [6473/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.7229522Z [6474/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.7321918Z [6475/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.7378263Z [6476/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.7722450Z [6477/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.8286558Z [6478/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.8347320Z [6479/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.8451682Z [6480/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.8660529Z [6481/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.8839358Z [6482/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.8911443Z [6483/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.9142320Z [6484/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:51.9784309Z [6485/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:51.9872292Z [6486/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:51.9884548Z [6487/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.0215694Z [6488/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.0229372Z [6489/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.0326669Z [6490/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.0491881Z [6491/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.1229873Z [6492/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.1296659Z [6493/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.1373639Z [6494/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.1749561Z [6495/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.1762587Z [6496/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.1826860Z [6497/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.1990361Z [6498/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.2673794Z [6499/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.2734457Z [6500/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.2787895Z [6501/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.3187944Z [6502/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.3268317Z [6503/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.3321965Z [6504/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.3417413Z [6505/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.4046519Z [6506/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.4115197Z [6507/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.4161193Z [6508/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.4585839Z [6509/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.4759460Z [6510/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.4811524Z [6511/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.4880065Z [6512/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.5465813Z [6513/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.5538723Z [6514/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.5586921Z [6515/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.6089398Z [6516/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni.c.obj 2025-09-07T06:27:52.6154464Z [6517/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:52.6228180Z [6518/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.6278568Z [6519/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:52.6920529Z [6520/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.6977338Z [6521/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:52.7033286Z [6522/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.7587541Z [6523/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:52.7601599Z [6524/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:52.7653280Z [6525/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.7669288Z [6526/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.8313543Z [6527/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:52.8364289Z [6528/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.8480134Z [6529/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:52.9114976Z [6530/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.9118758Z [6531/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.9171179Z [6532/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:52.9310779Z [6533/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:52.9690034Z [6534/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:52.9844517Z [6535/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:52.9858419Z [6536/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:53.0431105Z [6537/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:53.0445984Z [6538/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:53.0630565Z [6539/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:53.0718224Z [6540/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:53.1075949Z [6541/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:53.1178416Z [6542/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:53.1342715Z [6543/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:53.1843247Z [6544/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:53.1856237Z [6545/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:53.2005193Z [6546/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2025-09-07T06:27:53.2321308Z [6547/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2025-09-07T06:27:53.2389937Z [6548/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2025-09-07T06:27:53.2405318Z [6549/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc2.c.obj 2025-09-07T06:27:53.2504001Z [6550/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-09-07T06:27:53.2945164Z [6551/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc4.c.obj 2025-09-07T06:27:53.3186670Z [6552/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.3452783Z [6553/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.3734366Z [6554/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.3873149Z [6555/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.3889179Z [6556/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.4111592Z [6557/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.4292925Z [6558/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.4633749Z [6559/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.4814882Z [6560/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.5141966Z [6561/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.5206681Z [6562/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.5396381Z [6563/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.5585625Z [6564/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.5747226Z [6565/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.6035636Z [6566/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.6220683Z [6567/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.6588787Z [6568/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.6689625Z [6569/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.6870732Z [6570/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.6959045Z [6571/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.7190414Z [6572/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.7449694Z [6573/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.7580133Z [6574/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.7966929Z [6575/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.8024446Z [6576/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.8314967Z [6577/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.8443626Z [6578/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.8621405Z [6579/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.8802499Z [6580/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.8957276Z [6581/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.9487311Z [6582/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:53.9536138Z [6583/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.9747620Z [6584/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:53.9806445Z [6585/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:54.0032530Z [6586/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:54.0205793Z [6587/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:54.0300642Z [6588/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:54.1022108Z [6589/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:54.1077453Z [6590/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:54.1464094Z [6591/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:54.1511914Z [6592/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:54.1619162Z [6593/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:54.1631680Z [6594/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:54.1643664Z [6595/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-09-07T06:27:54.2337268Z [6596/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:54.2388393Z [6597/7055] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni.c.obj 2025-09-07T06:27:54.2597151Z [6598/7055] Linking CXX static library lib\gtest_main.lib 2025-09-07T06:27:54.3545264Z [6599/7055] Linking CXX static library lib\gmock.lib 2025-09-07T06:27:54.4501974Z [6600/7055] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2025-09-07T06:27:54.5822704Z [6601/7055] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2025-09-07T06:27:54.5881675Z [6602/7055] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2025-09-07T06:27:54.6094446Z [6603/7055] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2025-09-07T06:27:54.6516428Z [6604/7055] Linking CXX static library lib\benchmark.lib 2025-09-07T06:27:54.7609841Z [6605/7055] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2025-09-07T06:27:54.7681031Z [6606/7055] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2025-09-07T06:27:54.9320984Z [6607/7055] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2025-09-07T06:27:54.9727773Z [6608/7055] Building CXX object c10\test\CMakeFiles\c10_AllocatorConfig_test.dir\core\AllocatorConfig_test.cpp.obj 2025-09-07T06:27:54.9876817Z [6609/7055] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2025-09-07T06:27:55.0000236Z [6610/7055] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2025-09-07T06:27:55.0913587Z [6611/7055] Building C object third_party\ittapi\CMakeFiles\jitprofiling.dir\src\ittnotify\jitprofiling.c.obj 2025-09-07T06:27:55.1575926Z [6612/7055] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2025-09-07T06:27:55.2289482Z [6613/7055] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2025-09-07T06:27:55.2376599Z [6614/7055] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2025-09-07T06:27:55.3548530Z [6615/7055] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2025-09-07T06:27:55.3732277Z [6616/7055] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2025-09-07T06:27:55.4085606Z [6617/7055] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2025-09-07T06:27:55.4631274Z [6618/7055] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2025-09-07T06:27:55.5608125Z [6619/7055] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2025-09-07T06:27:55.6107505Z [6620/7055] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2025-09-07T06:27:55.6265197Z [6621/7055] Building CXX object c10\test\CMakeFiles\c10_ArrayRef_test.dir\util\ArrayRef_test.cpp.obj 2025-09-07T06:27:55.6416069Z [6622/7055] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2025-09-07T06:27:55.7070246Z [6623/7055] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2025-09-07T06:27:55.8027012Z [6624/7055] Building CXX object c10\test\CMakeFiles\c10_Enumerate_test.dir\util\Enumerate_test.cpp.obj 2025-09-07T06:27:55.8641122Z [6625/7055] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2025-09-07T06:27:55.9290253Z [6626/7055] Building CXX object c10\test\CMakeFiles\c10_IntrusiveList_test.dir\util\IntrusiveList_test.cpp.obj 2025-09-07T06:27:55.9476121Z [6627/7055] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2025-09-07T06:27:55.9888013Z [6628/7055] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2025-09-07T06:27:56.0255516Z [6629/7055] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2025-09-07T06:27:56.0696035Z [6630/7055] Building CXX object c10\test\CMakeFiles\c10_Semaphore_test.dir\util\Semaphore_test.cpp.obj 2025-09-07T06:27:56.1553028Z [6631/7055] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2025-09-07T06:27:56.2107293Z [6632/7055] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2025-09-07T06:27:56.3025261Z [6633/7055] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2025-09-07T06:27:56.3199781Z [6634/7055] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2025-09-07T06:27:56.3500594Z [6635/7055] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2025-09-07T06:27:56.3904658Z [6636/7055] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2025-09-07T06:27:56.4994217Z [6637/7055] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2025-09-07T06:27:56.5459347Z [6638/7055] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2025-09-07T06:27:56.6121759Z [6639/7055] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2025-09-07T06:27:56.6765719Z [6640/7055] Building CXX object c10\test\CMakeFiles\c10_error_test.dir\util\error_test.cpp.obj 2025-09-07T06:27:56.7155958Z [6641/7055] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2025-09-07T06:27:56.7221881Z [6642/7055] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2025-09-07T06:27:56.7435741Z [6643/7055] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2025-09-07T06:27:56.8818956Z [6644/7055] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2025-09-07T06:27:56.9770085Z [6645/7055] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2025-09-07T06:27:56.9826603Z [6646/7055] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2025-09-07T06:27:57.0480226Z [6647/7055] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2025-09-07T06:27:57.0879270Z [6648/7055] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2025-09-07T06:27:57.1551613Z [6649/7055] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2025-09-07T06:27:57.1803178Z [6650/7055] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2025-09-07T06:27:57.1804227Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with [[nodiscard]] attribute 2025-09-07T06:27:57.1805555Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): note: the template instantiation context (the oldest one first) is 2025-09-07T06:27:57.1807607Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: see reference to class template instantiation 'testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>' being compiled 2025-09-07T06:27:57.1811555Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(694): note: while compiling class template member function 'bool testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register(const char *,testing::internal::CodeLocation,const char *,const char *,int,const std::vector> &)' 2025-09-07T06:27:57.1816349Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: see the first reference to 'testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register' in 'void __cdecl `anonymous namespace'::`dynamic initializer for 'gtest_OptionalTest_Empty_registered_''(void)' 2025-09-07T06:27:57.1819946Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(711): note: see reference to class template instantiation 'testing::internal::SuiteApiResolver,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register::TestClass>' being compiled 2025-09-07T06:27:57.1822764Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(491): note: see reference to class template instantiation '`anonymous-namespace'::OptionalTest_Empty_Test' being compiled 2025-09-07T06:27:57.1823963Z with 2025-09-07T06:27:57.1824158Z [ 2025-09-07T06:27:57.1825318Z T=testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register::Type 2025-09-07T06:27:57.1826395Z ] 2025-09-07T06:27:57.1827254Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: while compiling class template member function 'void `anonymous-namespace'::OptionalTest_Empty_Test::TestBody(void)' 2025-09-07T06:27:57.1828284Z with 2025-09-07T06:27:57.1828470Z [ 2025-09-07T06:27:57.2438488Z T=testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register::Type 2025-09-07T06:27:57.2440229Z ] 2025-09-07T06:27:57.2440950Z [6651/7055] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2025-09-07T06:27:57.3608568Z [6652/7055] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2025-09-07T06:27:57.3817651Z [6653/7055] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2025-09-07T06:27:57.4259880Z [6654/7055] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2025-09-07T06:27:57.4340145Z [6655/7055] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2025-09-07T06:27:57.4722505Z [6656/7055] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2025-09-07T06:27:57.4820165Z [6657/7055] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2025-09-07T06:27:57.5916397Z [6658/7055] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2025-09-07T06:27:57.6216930Z [6659/7055] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2025-09-07T06:27:57.8696419Z [6660/7055] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2025-09-07T06:27:58.0337718Z [6661/7055] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-09-07T06:27:58.0694968Z [6662/7055] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-09-07T06:27:58.0696134Z C:\actions-runner\_work\pytorch\pytorch\torch/headeronly/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:27:58.0697503Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:27:58.0915579Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:27:58.0918144Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-09-07T06:27:58.0920287Z [6663/7055] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-09-07T06:28:08.4985560Z [6664/7055] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2025-09-07T06:28:08.5217518Z [6665/7055] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2025-09-07T06:28:08.5757281Z [6666/7055] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2025-09-07T06:28:08.6425316Z [6667/7055] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2025-09-07T06:28:08.6748688Z [6668/7055] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2025-09-07T06:28:08.6932470Z [6669/7055] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2025-09-07T06:28:08.7280011Z [6670/7055] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2025-09-07T06:28:25.6833805Z [6671/7055] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2025-09-07T06:28:25.7041956Z [6672/7055] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2025-09-07T06:28:25.7287029Z [6673/7055] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2025-09-07T06:28:25.7554732Z [6674/7055] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2025-09-07T06:28:25.7772058Z [6675/7055] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2025-09-07T06:28:25.7990202Z [6676/7055] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2025-09-07T06:28:26.1051406Z [6677/7055] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2025-09-07T06:28:48.3861108Z [6678/7055] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2025-09-07T06:28:48.4576904Z [6679/7055] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2025-09-07T06:28:48.4784974Z [6680/7055] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2025-09-07T06:28:48.4916238Z [6681/7055] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2025-09-07T06:28:48.5093789Z [6682/7055] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2025-09-07T06:28:48.5229872Z [6683/7055] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2025-09-07T06:28:48.5417516Z [6684/7055] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2025-09-07T06:28:49.4238793Z [6685/7055] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2025-09-07T06:28:57.8187289Z [6686/7055] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2025-09-07T06:28:57.8811267Z [6687/7055] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2025-09-07T06:28:57.9198215Z [6688/7055] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2025-09-07T06:28:57.9480599Z [6689/7055] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2025-09-07T06:28:57.9750724Z [6690/7055] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2025-09-07T06:28:58.0002460Z [6691/7055] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2025-09-07T06:28:58.0151709Z [6692/7055] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2025-09-07T06:28:58.8380991Z [6693/7055] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2025-09-07T06:28:59.8747568Z [6694/7055] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2025-09-07T06:29:00.8191170Z [6695/7055] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2025-09-07T06:29:00.8554541Z [6696/7055] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2025-09-07T06:29:00.9525976Z [6697/7055] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2025-09-07T06:29:01.0262109Z [6698/7055] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2025-09-07T06:29:01.6637338Z [6699/7055] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2025-09-07T06:29:02.0935608Z [6700/7055] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2025-09-07T06:29:02.7997751Z [6701/7055] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2025-09-07T06:29:03.6935007Z [6702/7055] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2025-09-07T06:29:03.7945559Z [6703/7055] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2025-09-07T06:29:03.8321519Z [6704/7055] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2025-09-07T06:29:03.9045931Z [6705/7055] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2025-09-07T06:29:03.9552705Z [6706/7055] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2025-09-07T06:29:04.1229727Z [6707/7055] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2025-09-07T06:29:04.5057458Z [6708/7055] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2025-09-07T06:29:04.8220465Z [6709/7055] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2025-09-07T06:29:04.8372072Z [6710/7055] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2025-09-07T06:29:04.8791128Z [6711/7055] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2025-09-07T06:29:04.8905844Z [6712/7055] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2025-09-07T06:29:05.0744597Z [6713/7055] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2025-09-07T06:29:05.2362725Z [6714/7055] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2025-09-07T06:29:05.2873554Z [6715/7055] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2025-09-07T06:29:05.3801330Z [6716/7055] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2025-09-07T06:29:05.3839098Z [6717/7055] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2025-09-07T06:29:05.4199415Z [6718/7055] Building CXX object caffe2\CMakeFiles\make_boxed_from_unboxed_functor_test.dir\__\aten\src\ATen\core\boxing\impl\make_boxed_from_unboxed_functor_test.cpp.obj 2025-09-07T06:29:05.4752966Z [6719/7055] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2025-09-07T06:29:05.5136470Z [6720/7055] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2025-09-07T06:29:05.8082456Z [6721/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2025-09-07T06:29:05.8812381Z [6722/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\source_range_test.cpp.obj 2025-09-07T06:29:06.0023224Z [6723/7055] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2025-09-07T06:29:06.4396957Z [6724/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2025-09-07T06:29:06.6760961Z [6725/7055] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2025-09-07T06:29:07.4175498Z [6726/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2025-09-07T06:29:07.5803454Z [6727/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2025-09-07T06:29:07.8387048Z [6728/7055] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2025-09-07T06:29:08.1472680Z [6729/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2025-09-07T06:29:08.2320730Z [6730/7055] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2025-09-07T06:29:08.3654963Z [6731/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2025-09-07T06:29:09.0394718Z [6732/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2025-09-07T06:29:09.1364505Z [6733/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2025-09-07T06:29:09.3393412Z [6734/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2025-09-07T06:29:09.4305131Z [6735/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2025-09-07T06:29:10.0744238Z [6736/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2025-09-07T06:29:10.3096335Z [6737/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2025-09-07T06:29:10.3967730Z [6738/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2025-09-07T06:29:11.0091977Z [6739/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2025-09-07T06:29:11.2133373Z [6740/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2025-09-07T06:29:11.2289199Z [6741/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2025-09-07T06:29:11.5825917Z [6742/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2025-09-07T06:29:11.9505640Z [6743/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2025-09-07T06:29:13.3016662Z [6744/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2025-09-07T06:29:13.5621780Z [6745/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2025-09-07T06:29:13.6211649Z [6746/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2025-09-07T06:29:14.2722866Z [6747/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2025-09-07T06:29:14.6138841Z [6748/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2025-09-07T06:29:14.6647996Z [6749/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2025-09-07T06:29:14.9679380Z [6750/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2025-09-07T06:29:15.2226953Z [6751/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2025-09-07T06:29:15.2976599Z [6752/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2025-09-07T06:29:15.3484105Z [6753/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lexer.cpp.obj 2025-09-07T06:29:15.5625889Z [6754/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2025-09-07T06:29:15.6224499Z [6755/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2025-09-07T06:29:16.5102603Z [6756/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2025-09-07T06:29:16.9789426Z [6757/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2025-09-07T06:29:17.0642541Z [6758/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2025-09-07T06:29:17.4755305Z [6759/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2025-09-07T06:29:17.8515442Z [6760/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2025-09-07T06:29:18.0216680Z [6761/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2025-09-07T06:29:18.6624220Z [6762/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2025-09-07T06:29:18.7423900Z [6763/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2025-09-07T06:29:18.7734548Z [6764/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2025-09-07T06:29:19.2269178Z [6765/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2025-09-07T06:29:19.6534632Z [6766/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2025-09-07T06:29:19.7241870Z [6767/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2025-09-07T06:29:20.1313593Z [6768/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2025-09-07T06:29:20.2265985Z [6769/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2025-09-07T06:29:20.4626889Z [6770/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2025-09-07T06:29:20.6385605Z [6771/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_te.cpp.obj 2025-09-07T06:29:20.6546913Z [6772/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2025-09-07T06:29:20.9047525Z [6773/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2025-09-07T06:29:21.0647462Z [6774/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2025-09-07T06:29:21.3100316Z [6775/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2025-09-07T06:29:21.3193312Z [6776/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2025-09-07T06:29:21.3797639Z [6777/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2025-09-07T06:29:21.5884715Z [6778/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2025-09-07T06:29:21.6756871Z [6779/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\common\main.cpp.obj 2025-09-07T06:29:22.8512744Z [6780/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_execution_planner.cpp.obj 2025-09-07T06:29:22.9261788Z [6781/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_execution_frame.cpp.obj 2025-09-07T06:29:22.9984468Z [6782/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_alias_analyzer.cpp.obj 2025-09-07T06:29:23.2416927Z [6783/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2025-09-07T06:29:23.3168648Z [6784/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_file_util.cpp.obj 2025-09-07T06:29:23.6440745Z [6785/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2025-09-07T06:29:23.7726467Z [6786/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_function_schema.cpp.obj 2025-09-07T06:29:23.7904916Z [6787/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_graph_signature.cpp.obj 2025-09-07T06:29:23.9726017Z [6788/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_graph.cpp.obj 2025-09-07T06:29:24.1568714Z [6789/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_layout_planner_algorithm.cpp.obj 2025-09-07T06:29:24.1658456Z [6790/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_mpmc_queue.cpp.obj 2025-09-07T06:29:24.3386911Z [6791/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_itree.cpp.obj 2025-09-07T06:29:24.5083904Z [6792/7055] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2025-09-07T06:29:24.5422061Z [6793/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_placement.cpp.obj 2025-09-07T06:29:24.9475274Z [6794/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_op_kernel.cpp.obj 2025-09-07T06:29:25.0991812Z [6795/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_pass_manager.cpp.obj 2025-09-07T06:29:25.2668249Z [6796/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_c10_kernel.cpp.obj 2025-09-07T06:29:25.2780942Z [6797/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_serialization.cpp.obj 2025-09-07T06:29:25.5089665Z [6798/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_static_dispatch_kernel_registration.cpp.obj 2025-09-07T06:29:25.5469691Z [6799/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_tensor_meta.cpp.obj 2025-09-07T06:29:26.0440969Z [6800/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_triton_kernel_manager_registration.cpp.obj 2025-09-07T06:29:26.0655406Z [6801/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\TensorMeta.cpp.obj 2025-09-07T06:29:26.4111286Z [6802/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\ModelRunner.cpp.obj 2025-09-07T06:29:26.5534843Z [6803/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\Graph.cpp.obj 2025-09-07T06:29:26.6160468Z [6804/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\GraphSignature.cpp.obj 2025-09-07T06:29:26.7798860Z [6805/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_layout_planner.cpp.obj 2025-09-07T06:29:26.9895901Z [6806/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\GraphPasses.cpp.obj 2025-09-07T06:29:27.2046560Z [6807/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\PlacementUtils.cpp.obj 2025-09-07T06:29:27.2875783Z [6808/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\GraphUtils.cpp.obj 2025-09-07T06:29:27.5054640Z [6809/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\Serialization.cpp.obj 2025-09-07T06:29:27.6060706Z [6810/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\common\FileUtil.cpp.obj 2025-09-07T06:29:27.6101240Z [6811/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\OpKernel.cpp.obj 2025-09-07T06:29:27.8886640Z [6812/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_static_kernel_ops.cpp.obj 2025-09-07T06:29:28.0686808Z [6813/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\FunctionSchema.cpp.obj 2025-09-07T06:29:28.4168149Z [6814/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\ExecutionPlanner.cpp.obj 2025-09-07T06:29:28.4404847Z [6815/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\GreedyBySize.cpp.obj 2025-09-07T06:29:28.5350882Z [6816/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\ExecutionFrame.cpp.obj 2025-09-07T06:29:28.5477732Z [6817/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\detail\ITree.cpp.obj 2025-09-07T06:29:28.5787667Z [6818/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\Bump.cpp.obj 2025-09-07T06:29:28.6001210Z [6819/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_weights.cpp.obj 2025-09-07T06:29:28.8103218Z [6820/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\DisjointStorageGroups.cpp.obj 2025-09-07T06:29:28.8495913Z [6821/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\kernels\C10Kernel.cpp.obj 2025-09-07T06:29:29.1938921Z [6822/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\Weights.cpp.obj 2025-09-07T06:29:29.4298810Z [6823/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\LayoutPlanner.cpp.obj 2025-09-07T06:29:29.4735070Z [6824/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\LayoutManager.cpp.obj 2025-09-07T06:29:29.4841543Z [6825/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\AliasAnalyzer.cpp.obj 2025-09-07T06:29:29.5369687Z [6826/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\Executor.cpp.obj 2025-09-07T06:29:29.7723562Z [6827/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\ConstantFolder.cpp.obj 2025-09-07T06:29:30.1219500Z [6828/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\GraphExecutorBase.cpp.obj 2025-09-07T06:29:30.3363138Z [6829/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\SerialGraphExecutor.cpp.obj 2025-09-07T06:29:30.3810799Z [6830/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\ParallelGraphExecutor.cpp.obj 2025-09-07T06:29:30.4770454Z [6831/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\kernels\CallTorchBindKernel.cpp.obj 2025-09-07T06:29:30.4890775Z [6832/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\kernels\AutoFunctionalizeKernel.cpp.obj 2025-09-07T06:29:30.7117956Z [6833/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\kernels\HigherOrderKernel.cpp.obj 2025-09-07T06:29:31.0074015Z [6834/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\passes\SubgraphRewriter.cpp.obj 2025-09-07T06:29:31.0594439Z [6835/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\triton\CpuTritonKernelManager.cpp.obj 2025-09-07T06:29:31.2348404Z [6836/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\passes\pass_manager\GraphPasses.cpp.obj 2025-09-07T06:29:31.2588611Z [6837/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\passes\pass_manager\PassManager.cpp.obj 2025-09-07T06:29:31.8782509Z [6838/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\kernels\KernelFactory.cpp.obj 2025-09-07T06:29:31.9169534Z [6839/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\DelegateExecutor.cpp.obj 2025-09-07T06:29:32.1253541Z [6840/7055] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2025-09-07T06:29:32.2695377Z [6841/7055] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2025-09-07T06:29:32.5697827Z [6842/7055] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2025-09-07T06:29:32.6235941Z [6843/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\kernels\TritonKernel.cpp.obj 2025-09-07T06:29:32.7260646Z [6844/7055] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2025-09-07T06:29:33.4538432Z [6845/7055] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\kernels\KernelHandlerRegistry.cpp.obj 2025-09-07T06:29:33.7146268Z [6846/7055] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2025-09-07T06:29:35.7676477Z [6847/7055] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2025-09-07T06:29:35.8669309Z [6848/7055] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2025-09-07T06:29:35.8955138Z [6849/7055] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2025-09-07T06:29:35.9704314Z [6850/7055] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2025-09-07T06:29:36.2132102Z [6851/7055] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2025-09-07T06:29:36.5295929Z [6852/7055] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2025-09-07T06:29:36.8289399Z [6853/7055] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2025-09-07T06:29:36.9029083Z [6854/7055] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2025-09-07T06:29:39.0132028Z [6855/7055] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2025-09-07T06:29:39.0553082Z [6856/7055] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2025-09-07T06:29:39.0915079Z [6857/7055] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2025-09-07T06:29:39.1522035Z [6858/7055] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2025-09-07T06:29:39.2629877Z [6859/7055] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2025-09-07T06:29:40.0448309Z [6860/7055] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2025-09-07T06:29:40.2826900Z [6861/7055] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2025-09-07T06:29:42.1769450Z [6862/7055] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2025-09-07T06:29:42.2605707Z [6863/7055] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2025-09-07T06:29:42.2903426Z [6864/7055] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2025-09-07T06:29:42.4133383Z [6865/7055] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2025-09-07T06:29:42.4929864Z [6866/7055] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2025-09-07T06:29:43.2361714Z [6867/7055] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2025-09-07T06:29:43.4769019Z [6868/7055] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2025-09-07T06:29:45.2840233Z [6869/7055] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2025-09-07T06:29:45.4819440Z [6870/7055] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2025-09-07T06:29:45.5682309Z [6871/7055] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2025-09-07T06:29:45.5928951Z [6872/7055] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2025-09-07T06:29:45.6702297Z [6873/7055] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2025-09-07T06:29:46.4328498Z [6874/7055] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2025-09-07T06:29:46.7044140Z [6875/7055] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2025-09-07T06:29:48.4844438Z [6876/7055] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2025-09-07T06:29:48.5951044Z [6877/7055] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2025-09-07T06:29:48.6271472Z [6878/7055] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2025-09-07T06:29:48.7389013Z [6879/7055] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2025-09-07T06:29:48.8870272Z [6880/7055] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2025-09-07T06:29:49.6045398Z [6881/7055] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2025-09-07T06:29:49.9354977Z [6882/7055] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2025-09-07T06:29:51.6722128Z [6883/7055] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2025-09-07T06:29:51.7594586Z [6884/7055] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2025-09-07T06:29:51.8530830Z [6885/7055] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2025-09-07T06:29:51.8694652Z [6886/7055] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2025-09-07T06:29:51.9463552Z [6887/7055] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2025-09-07T06:29:52.1244653Z [6888/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2025-09-07T06:29:52.7772493Z [6889/7055] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2025-09-07T06:29:52.8875896Z [6890/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2025-09-07T06:29:53.0275546Z [6891/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2025-09-07T06:29:53.0593778Z [6892/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2025-09-07T06:29:53.1203368Z [6893/7055] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2025-09-07T06:29:53.3198296Z [6894/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2025-09-07T06:29:53.5007319Z [6895/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2025-09-07T06:29:53.5183019Z [6896/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2025-09-07T06:29:53.9281192Z [6897/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2025-09-07T06:29:53.9703425Z [6898/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2025-09-07T06:29:54.6927033Z [6899/7055] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2025-09-07T06:29:55.1202772Z [6900/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2025-09-07T06:29:55.3248552Z [6901/7055] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2025-09-07T06:29:56.4444626Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(41): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-09-07T06:29:56.4445578Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-09-07T06:29:56.4446489Z [6902/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_graph_executor.cpp.obj 2025-09-07T06:29:56.6359787Z [6903/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2025-09-07T06:29:56.7116238Z [6904/7055] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2025-09-07T06:29:56.7273179Z [6905/7055] Linking C static library lib\cpuinfo_internals.lib 2025-09-07T06:29:56.7282628Z [6906/7055] Linking CXX static library lib\libprotobuf-lite.lib 2025-09-07T06:29:56.8466459Z [6907/7055] Linking CXX static library lib\benchmark_main.lib 2025-09-07T06:29:56.8832655Z [6908/7055] Linking C static library lib\libjitprofiling.lib 2025-09-07T06:29:56.9812636Z [6909/7055] Linking CXX static library lib\gmock_main.lib 2025-09-07T06:29:57.0225223Z [6910/7055] Linking CXX static library lib\fmt.lib 2025-09-07T06:29:57.1979482Z [6911/7055] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2025-09-07T06:29:57.3625604Z [6912/7055] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2025-09-07T06:29:57.3823772Z [6913/7055] Linking CXX executable bin\c10_AllocatorConfig_test.exe 2025-09-07T06:29:57.4207266Z [6914/7055] Linking CXX executable bin\c10_DeviceGuard_test.exe 2025-09-07T06:29:57.5799543Z [6915/7055] Linking CXX executable bin\c10_Device_test.exe 2025-09-07T06:29:57.6268637Z [6916/7055] Linking CXX executable bin\c10_Scalar_test.exe 2025-09-07T06:29:57.6515325Z [6917/7055] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2025-09-07T06:29:57.7836449Z [6918/7055] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2025-09-07T06:29:57.7923024Z [6919/7055] Linking CXX executable bin\c10_StreamGuard_test.exe 2025-09-07T06:29:57.8785869Z [6920/7055] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2025-09-07T06:29:57.8996647Z [6921/7055] Linking CXX executable bin\c10_SymInt_test.exe 2025-09-07T06:29:58.0424314Z [6922/7055] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2025-09-07T06:29:58.0925514Z [6923/7055] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2025-09-07T06:29:58.1186541Z [6924/7055] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2025-09-07T06:29:58.1441266Z [6925/7055] Linking CXX executable bin\c10_ArrayRef_test.exe 2025-09-07T06:29:58.3243038Z [6926/7055] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2025-09-07T06:29:58.3309794Z [6927/7055] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2025-09-07T06:29:58.3594746Z [6928/7055] Linking CXX executable bin\c10_Bitset_test.exe 2025-09-07T06:29:58.3754706Z [6929/7055] Linking CXX executable bin\c10_cow_test.exe 2025-09-07T06:29:58.5360729Z [6930/7055] Linking CXX executable bin\c10_Half_test.exe 2025-09-07T06:29:58.5511381Z [6931/7055] Linking CXX executable bin\c10_Enumerate_test.exe 2025-09-07T06:29:58.5545321Z [6932/7055] Linking CXX executable bin\c10_IntrusiveList_test.exe 2025-09-07T06:29:58.7094299Z [6933/7055] Linking CXX executable bin\c10_Metaprogramming_test.exe 2025-09-07T06:29:58.7204865Z [6934/7055] Linking CXX executable bin\c10_LeftRight_test.exe 2025-09-07T06:29:58.7419217Z [6935/7055] Linking CXX executable bin\c10_NetworkFlow_test.exe 2025-09-07T06:29:58.7598124Z [6936/7055] Linking CXX executable bin\c10_Semaphore_test.exe 2025-09-07T06:29:58.8091373Z [6937/7055] Linking CXX executable bin\c10_Synchronized_test.exe 2025-09-07T06:29:58.8828276Z [6938/7055] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2025-09-07T06:29:58.9711322Z [6939/7055] Linking CXX executable bin\c10_TypeTraits_test.exe 2025-09-07T06:29:58.9877771Z [6940/7055] Linking CXX executable bin\c10_TypeList_test.exe 2025-09-07T06:29:59.0046651Z [6941/7055] Linking CXX executable bin\c10_TypeIndex_test.exe 2025-09-07T06:29:59.0756294Z [6942/7055] Linking CXX executable bin\c10_ThreadLocal_test.exe 2025-09-07T06:29:59.1586904Z [6943/7055] Linking CXX executable bin\c10_accumulate_test.exe 2025-09-07T06:29:59.1969393Z [6944/7055] Linking CXX executable bin\c10_bit_cast_test.exe 2025-09-07T06:29:59.4170960Z [6945/7055] Linking CXX executable bin\c10_complex_math_test.exe 2025-09-07T06:29:59.4182500Z [6946/7055] Linking CXX executable bin\c10_bfloat16_test.exe 2025-09-07T06:29:59.4208487Z [6947/7055] Linking CXX executable bin\c10_complex_test.exe 2025-09-07T06:29:59.4223500Z [6948/7055] Linking CXX executable bin\c10_error_test.exe 2025-09-07T06:29:59.4816059Z [6949/7055] Linking CXX executable bin\c10_exception_test.exe 2025-09-07T06:29:59.7219631Z [6950/7055] Linking CXX executable bin\c10_generic_math_test.exe 2025-09-07T06:29:59.7231136Z [6951/7055] Linking CXX executable bin\c10_flags_test.exe 2025-09-07T06:29:59.7241346Z [6952/7055] Linking CXX executable bin\c10_irange_test.exe 2025-09-07T06:29:59.8733015Z [6953/7055] Linking CXX executable bin\c10_lazy_test.exe 2025-09-07T06:30:00.0917119Z [6954/7055] Linking CXX executable bin\c10_logging_test.exe 2025-09-07T06:30:00.3077919Z [6955/7055] Linking CXX executable bin\c10_registry_test.exe 2025-09-07T06:30:00.4321286Z [6956/7055] Linking CXX executable bin\c10_ssize_test.exe 2025-09-07T06:30:00.5735780Z [6957/7055] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2025-09-07T06:30:00.5909865Z [6958/7055] Linking CXX executable bin\c10_string_view_test.exe 2025-09-07T06:30:00.7825289Z [6959/7055] Linking CXX executable bin\c10_string_util_test.exe 2025-09-07T06:30:00.8011973Z [6960/7055] Linking CXX executable bin\c10_tempfile_test.exe 2025-09-07T06:30:01.0777167Z [6961/7055] Linking C shared library bin\torch_global_deps.dll 2025-09-07T06:30:01.0989541Z [6962/7055] Linking CXX executable bin\c10_typeid_test.exe 2025-09-07T06:30:01.1286388Z [6963/7055] Linking CXX executable bin\c10_optional_test.exe 2025-09-07T06:30:01.2536364Z [6964/7055] Linking C executable sleef\bin\mkrename_gnuabi.exe 2025-09-07T06:30:01.2731780Z [6965/7055] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2025-09-07T06:30:01.3781484Z [6966/7055] Linking C executable sleef\bin\addSuffix.exe 2025-09-07T06:30:01.4206671Z [6967/7055] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2025-09-07T06:30:01.7399732Z [6968/7055] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2025-09-07T06:30:02.1748629Z [6969/7055] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2025-09-07T06:30:02.1936737Z [6970/7055] Linking CXX executable bin\c10_small_vector_test.exe 2025-09-07T06:30:05.5399033Z [6971/7055] Linking C static library lib\microkernels-all.lib 2025-09-07T06:35:53.2642916Z [6972/7055] Linking CXX shared library bin\torch_cpu.dll 2025-09-07T06:35:54.0524301Z [6973/7055] Linking CXX shared library bin\torch.dll 2025-09-07T06:35:54.3373960Z [6974/7055] Linking CXX shared library bin\shm.dll 2025-09-07T06:35:54.5917283Z [6975/7055] Linking CXX executable bin\BackoffTest.exe 2025-09-07T06:35:54.5929424Z [6976/7055] Linking CXX executable bin\TCPStoreTest.exe 2025-09-07T06:35:54.6015311Z [6977/7055] Linking CXX executable bin\FileStoreTest.exe 2025-09-07T06:35:54.6031443Z [6978/7055] Linking CXX executable bin\ProcessGroupGlooTest.exe 2025-09-07T06:35:54.8632491Z [6979/7055] Linking CXX shared library bin\jitbackend_test.dll 2025-09-07T06:35:55.1607452Z [6980/7055] Linking CXX executable bin\Dimname_test.exe 2025-09-07T06:35:55.2024600Z [6981/7055] Linking CXX shared library bin\backend_with_compiler.dll 2025-09-07T06:35:55.4632551Z [6982/7055] Linking CXX executable bin\Dict_test.exe 2025-09-07T06:35:55.6279058Z [6983/7055] Linking CXX executable bin\MaybeOwned_test.exe 2025-09-07T06:35:55.6610153Z [6984/7055] Linking CXX executable bin\NamedTensor_test.exe 2025-09-07T06:35:55.7899773Z [6985/7055] Linking CXX executable bin\apply_utils_test.exe 2025-09-07T06:35:56.1594481Z [6986/7055] Linking CXX executable bin\atest.exe 2025-09-07T06:35:56.1815957Z [6987/7055] Linking CXX executable bin\broadcast_test.exe 2025-09-07T06:35:56.3255210Z [6988/7055] Linking CXX executable bin\cpu_allocator_test.exe 2025-09-07T06:35:56.3533137Z [6989/7055] Linking CXX executable bin\basic.exe 2025-09-07T06:35:56.6765466Z [6990/7055] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2025-09-07T06:35:56.6881942Z [6991/7055] Linking CXX executable bin\cpu_generator_test.exe 2025-09-07T06:35:56.7619408Z [6992/7055] Linking CXX executable bin\dlconvertor_test.exe 2025-09-07T06:35:57.1547364Z [6993/7055] Linking CXX executable bin\half_test.exe 2025-09-07T06:35:57.2151674Z [6994/7055] Linking CXX executable bin\extension_backend_test.exe 2025-09-07T06:35:57.4876991Z [6995/7055] Linking CXX executable bin\ivalue_test.exe 2025-09-07T06:35:57.6021226Z [6996/7055] Linking CXX executable bin\lazy_tensor_test.exe 2025-09-07T06:35:57.7101961Z [6997/7055] Linking CXX executable bin\math_kernel_test.exe 2025-09-07T06:35:57.9620990Z [6998/7055] Linking CXX executable bin\memory_format_test.exe 2025-09-07T06:35:58.0279213Z [6999/7055] Linking CXX executable bin\memory_overlapping_test.exe 2025-09-07T06:35:58.2059119Z [7000/7055] Linking CXX executable bin\mobile_memory_cleanup.exe 2025-09-07T06:35:58.3278080Z [7001/7055] Linking CXX executable bin\operator_name_test.exe 2025-09-07T06:35:58.4617331Z [7002/7055] Linking CXX executable bin\native_test.exe 2025-09-07T06:35:58.4696087Z [7003/7055] Linking CXX executable bin\cpu_rng_test.exe 2025-09-07T06:35:58.7675460Z [7004/7055] Linking CXX executable bin\packedtensoraccessor_test.exe 2025-09-07T06:35:58.7724080Z [7005/7055] Linking CXX executable bin\operators_test.exe 2025-09-07T06:35:58.9580242Z [7006/7055] Linking CXX executable bin\quantized_test.exe 2025-09-07T06:35:59.1554059Z [7007/7055] Linking CXX executable bin\pow_test.exe 2025-09-07T06:35:59.3106208Z [7008/7055] Linking CXX executable bin\reportMemoryUsage_test.exe 2025-09-07T06:35:59.3360965Z [7009/7055] Linking CXX executable bin\reduce_ops_test.exe 2025-09-07T06:35:59.3913041Z [7010/7055] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2025-09-07T06:35:59.5455461Z [7011/7055] Linking CXX executable bin\scalar_tensor_test.exe 2025-09-07T06:35:59.9073342Z [7012/7055] Linking CXX executable bin\scalar_test.exe 2025-09-07T06:35:59.9452475Z [7013/7055] Linking CXX executable bin\StorageUtils_test.exe 2025-09-07T06:35:59.9505801Z [7014/7055] Linking CXX executable bin\stride_properties_test.exe 2025-09-07T06:36:00.0878612Z [7015/7055] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2025-09-07T06:36:00.0964146Z [7016/7055] Linking CXX executable bin\test_parallel.exe 2025-09-07T06:36:00.3500079Z [7017/7055] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2025-09-07T06:36:00.4300225Z [7018/7055] Linking CXX executable bin\type_ptr_test.exe 2025-09-07T06:36:00.4980287Z [7019/7055] Linking CXX executable bin\thread_init_test.exe 2025-09-07T06:36:00.5810371Z [7020/7055] Linking CXX executable bin\tensor_iterator_test.exe 2025-09-07T06:36:00.5959130Z [7021/7055] Linking CXX executable bin\verify_api_visibility.exe 2025-09-07T06:36:00.6245746Z [7022/7055] Linking CXX executable bin\type_test.exe 2025-09-07T06:36:00.6246489Z [7023/7055] Linking CXX executable bin\undefined_tensor_test.exe 2025-09-07T06:36:01.0119158Z [7024/7055] Linking CXX executable bin\weakref_test.exe 2025-09-07T06:36:01.1091647Z [7025/7055] Linking CXX executable bin\wrapdim_test.exe 2025-09-07T06:36:01.1218907Z [7026/7055] Linking CXX executable bin\xla_tensor_test.exe 2025-09-07T06:36:01.1400711Z [7027/7055] Linking CXX executable bin\legacy_vmap_test.exe 2025-09-07T06:36:01.2168137Z [7028/7055] Linking CXX executable bin\IListRef_test.exe 2025-09-07T06:36:01.4472316Z [7029/7055] Linking CXX executable bin\KernelFunction_test.exe 2025-09-07T06:36:01.5895803Z [7030/7055] Linking CXX executable bin\List_test.exe 2025-09-07T06:36:01.8913099Z [7031/7055] Linking CXX executable bin\CppSignature_test.exe 2025-09-07T06:36:01.9050341Z [7032/7055] Linking CXX executable bin\kernel_stackbased_test.exe 2025-09-07T06:36:02.1926888Z [7033/7055] Linking CXX executable bin\op_allowlist_test.exe 2025-09-07T06:36:02.3477311Z [7034/7055] Linking CXX executable bin\backend_fallback_test.exe 2025-09-07T06:36:02.6294948Z [7035/7055] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2025-09-07T06:36:02.6807519Z [7036/7055] Linking CXX executable bin\kernel_function_test.exe 2025-09-07T06:36:03.1003814Z [7037/7055] Linking CXX executable bin\kernel_function_legacy_test.exe 2025-09-07T06:36:03.3352980Z [7038/7055] Linking CXX executable bin\inline_container_test.exe 2025-09-07T06:36:03.6054216Z [7039/7055] Linking CXX executable bin\kernel_lambda_test.exe 2025-09-07T06:36:04.0730957Z [7040/7055] Linking CXX shared library bin\aoti_custom_ops.dll 2025-09-07T06:36:04.1951515Z [7041/7055] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2025-09-07T06:36:04.5104667Z [7042/7055] Linking CXX executable bin\parallel_benchmark.exe 2025-09-07T06:36:05.5131136Z [7043/7055] Linking CXX shared library bin\torchbind_test.dll 2025-09-07T06:36:08.0670708Z [7044/7055] Linking CXX executable bin\test_lazy.exe 2025-09-07T06:36:11.0572663Z [7045/7055] Linking CXX executable bin\op_registration_test.exe 2025-09-07T06:36:14.3929108Z [7046/7055] Linking CXX executable bin\test_nativert.exe 2025-09-07T06:36:15.2578150Z [7047/7055] Linking CXX executable bin\test_jit.exe 2025-09-07T06:36:16.5408315Z [7048/7055] Linking CXX executable bin\test_api.exe 2025-09-07T06:36:28.1710553Z [7049/7055] Linking CXX shared library bin\torch_python.dll 2025-09-07T06:36:28.4936869Z [7050/7055] Linking CXX shared module functorch\functorch.pyd 2025-09-07T06:36:28.5197249Z [7051/7055] Linking CXX shared library bin\nnapi_backend.dll 2025-09-07T06:36:28.5204447Z [7051/7055] Install the project... 2025-09-07T06:36:28.5412181Z -- Install configuration: "Release" 2025-09-07T06:37:24.3500437Z Could not find an up-to-date installation of `packaging`. License expressions might not be validated. To enforce validation, please install `packaging>=24.2`. 2025-09-07T06:37:24.3768882Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-09-07T06:37:24.3769890Z !! 2025-09-07T06:37:24.3770007Z 2025-09-07T06:37:24.3770132Z ******************************************************************************** 2025-09-07T06:37:24.3784641Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-09-07T06:37:24.3785368Z 2025-09-07T06:37:24.3785592Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-09-07T06:37:24.3786072Z or your builds will no longer be supported. 2025-09-07T06:37:24.3786325Z 2025-09-07T06:37:24.3848281Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-07T06:37:24.3848961Z ******************************************************************************** 2025-09-07T06:37:24.3849215Z 2025-09-07T06:37:24.3849294Z !! 2025-09-07T06:37:24.3858420Z corresp(dist, value, root_dir) 2025-09-07T06:37:24.6912488Z running bdist_wheel 2025-09-07T06:37:26.0985667Z running build 2025-09-07T06:37:26.0985994Z running build_py 2025-09-07T06:37:26.1075203Z creating build\lib.win-amd64-cpython-39\functorch 2025-09-07T06:37:26.1088399Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2025-09-07T06:37:26.1119230Z creating build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1123014Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1176682Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1201290Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1245615Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1306874Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1332874Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1344367Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1355414Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1406108Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1438034Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1448916Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1468404Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1468948Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1487312Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1507110Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.1519242Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3723759Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3724345Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3724848Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3725378Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3725878Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3726364Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3726880Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3727669Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3728203Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3728728Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3729254Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3729753Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3730263Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3730838Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3731355Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3731839Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3736195Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3736757Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3737280Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3737765Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3738255Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3738757Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3739240Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3739813Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3740363Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3740836Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3741331Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:26.3741745Z creating build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3742221Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3742762Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3743269Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3743796Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3744365Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3745004Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3745625Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3746198Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3746790Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3747332Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3747839Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3748501Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3749105Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3749624Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3750166Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2025-09-07T06:37:26.3750668Z creating build\lib.win-amd64-cpython-39\functorch\compile 2025-09-07T06:37:26.3751194Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2025-09-07T06:37:26.3751730Z creating build\lib.win-amd64-cpython-39\functorch\dim 2025-09-07T06:37:26.3752228Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-09-07T06:37:26.3753078Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-09-07T06:37:26.3753694Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-09-07T06:37:26.3754296Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-09-07T06:37:26.3754890Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-09-07T06:37:26.3755398Z creating build\lib.win-amd64-cpython-39\functorch\einops 2025-09-07T06:37:26.3755951Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-09-07T06:37:26.3756661Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-09-07T06:37:26.3757306Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-09-07T06:37:26.3757877Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2025-09-07T06:37:26.3758541Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-09-07T06:37:26.3759272Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-09-07T06:37:26.3760005Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-09-07T06:37:26.3760580Z creating build\lib.win-amd64-cpython-39\functorch\_src 2025-09-07T06:37:26.3761069Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2025-09-07T06:37:26.3761630Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-09-07T06:37:26.3762264Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-09-07T06:37:26.3762933Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-09-07T06:37:26.3765408Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-09-07T06:37:26.3771889Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-09-07T06:37:26.3787364Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-09-07T06:37:26.3793984Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-09-07T06:37:26.3796830Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-09-07T06:37:26.3804016Z creating build\lib.win-amd64-cpython-39\torch\accelerator 2025-09-07T06:37:26.3807339Z copying torch\accelerator\memory.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-09-07T06:37:26.3819783Z copying torch\accelerator\_utils.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-09-07T06:37:26.3830755Z copying torch\accelerator\__init__.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-09-07T06:37:26.3843980Z creating build\lib.win-amd64-cpython-39\torch\amp 2025-09-07T06:37:26.3846820Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-09-07T06:37:26.3866050Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-09-07T06:37:26.3884977Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-09-07T06:37:26.3891328Z creating build\lib.win-amd64-cpython-39\torch\ao 2025-09-07T06:37:26.3894194Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2025-09-07T06:37:26.3902320Z creating build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.3905351Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.3917732Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.3929738Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.3954810Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.3998346Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.4043399Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.4055451Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.4080018Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.4112341Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.4124327Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.4148728Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.4154373Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-09-07T06:37:26.4173958Z creating build\lib.win-amd64-cpython-39\torch\backends 2025-09-07T06:37:26.4176741Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2025-09-07T06:37:26.4190503Z creating build\lib.win-amd64-cpython-39\torch\compiler 2025-09-07T06:37:26.4193354Z copying torch\compiler\config.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-09-07T06:37:26.4207276Z copying torch\compiler\_cache.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-09-07T06:37:26.4219989Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-09-07T06:37:26.4254380Z creating build\lib.win-amd64-cpython-39\torch\contrib 2025-09-07T06:37:26.4254950Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-09-07T06:37:26.4257495Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-09-07T06:37:26.4263463Z creating build\lib.win-amd64-cpython-39\torch\cpu 2025-09-07T06:37:26.4266247Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2025-09-07T06:37:26.4283228Z creating build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4286198Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4292477Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4304310Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4323923Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4335945Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4360925Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4384153Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4396104Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4406654Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4418427Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4423922Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4436248Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4455687Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4467130Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4486282Z copying torch\cuda\_pin_memory_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4497627Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4516531Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4529996Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-09-07T06:37:26.4577538Z creating build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.4582420Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.4594255Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.4621971Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.4629343Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.4641872Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.4674352Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.4774153Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.4822999Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.4828718Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.4841494Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.4853944Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.5612010Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.5631947Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.5645366Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.5657852Z copying torch\distributed\_C_stubs.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.5669738Z copying torch\distributed\_dist2.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.5681902Z copying torch\distributed\_distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.5693402Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.5719722Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.5731938Z copying torch\distributed\_serialization.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.5744429Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.5772381Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-09-07T06:37:26.5792435Z creating build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5795619Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5807916Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5819605Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5831387Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5855898Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5867322Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5878846Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5896981Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5909358Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5921827Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5934613Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5946730Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5958406Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5970905Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5981887Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.5994070Z copying torch\distributions\generalized_pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6005786Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6017870Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6029916Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6041800Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6054828Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6067220Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6121843Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6143146Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6155161Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6167045Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6180427Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6194060Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6205856Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6217814Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6230194Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6242414Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6266735Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6279090Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6290560Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6301965Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6313444Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6355557Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6368178Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6380182Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6392163Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6404158Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6430348Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6442569Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6455575Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6479564Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6491683Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6504300Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-09-07T06:37:26.6520536Z creating build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6523643Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6529397Z copying torch\export\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6541612Z copying torch\export\decomp_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6553940Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6599183Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6642811Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6664688Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6701265Z copying torch\export\_draft_export.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6720564Z copying torch\export\_leakage_detection_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6733034Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6745175Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6756190Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6767164Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6786161Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6830317Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6842411Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6860810Z copying torch\export\_wrapper_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6866527Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2025-09-07T06:37:26.6891362Z creating build\lib.win-amd64-cpython-39\torch\fft 2025-09-07T06:37:26.6894183Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2025-09-07T06:37:26.6926180Z creating build\lib.win-amd64-cpython-39\torch\func 2025-09-07T06:37:26.6929975Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2025-09-07T06:37:26.6935666Z creating build\lib.win-amd64-cpython-39\torch\futures 2025-09-07T06:37:26.6938401Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2025-09-07T06:37:26.6953871Z creating build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.6956823Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.6969261Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.6974612Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7017465Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7046576Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7071038Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7089792Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7113938Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7133115Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7152258Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7171478Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7191614Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7204307Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7217219Z copying torch\fx\_graph_pickler.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7236308Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7248324Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7259643Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7291677Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7302346Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-09-07T06:37:26.7318514Z creating build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7321528Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7340038Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7366242Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7379234Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7401850Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7414218Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7426484Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7437656Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7449070Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7460399Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7473154Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7486283Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7498407Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7503895Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7515349Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7527117Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7539739Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7545482Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7558025Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7570143Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7595532Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7634024Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7646093Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7684433Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7696450Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7730006Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:26.7744327Z creating build\lib.win-amd64-cpython-39\torch\linalg 2025-09-07T06:37:26.7747271Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2025-09-07T06:37:26.7807166Z creating build\lib.win-amd64-cpython-39\torch\masked 2025-09-07T06:37:26.7822238Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-09-07T06:37:26.7854112Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-09-07T06:37:26.7892265Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-09-07T06:37:26.7905029Z creating build\lib.win-amd64-cpython-39\torch\monitor 2025-09-07T06:37:26.7907774Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2025-09-07T06:37:26.7920519Z creating build\lib.win-amd64-cpython-39\torch\mps 2025-09-07T06:37:26.7923316Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-09-07T06:37:26.7935712Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-09-07T06:37:26.7959405Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-09-07T06:37:26.7971799Z creating build\lib.win-amd64-cpython-39\torch\mtia 2025-09-07T06:37:26.7974811Z copying torch\mtia\memory.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-09-07T06:37:26.7992355Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-09-07T06:37:26.8003830Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-09-07T06:37:26.8017356Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-09-07T06:37:26.8059905Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-09-07T06:37:26.8070844Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-09-07T06:37:26.8082073Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-09-07T06:37:26.8100930Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-09-07T06:37:26.8112028Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-09-07T06:37:26.8136437Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-09-07T06:37:26.8148350Z creating build\lib.win-amd64-cpython-39\torch\nested 2025-09-07T06:37:26.8150999Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2025-09-07T06:37:26.8176881Z creating build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:26.8179875Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:26.8191678Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:26.8203631Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:26.8309571Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:26.8321653Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:26.8351707Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:26.8364173Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:26.8375616Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:26.8388981Z creating build\lib.win-amd64-cpython-39\torch\numa 2025-09-07T06:37:26.8391625Z copying torch\numa\binding.py -> build\lib.win-amd64-cpython-39\torch\numa 2025-09-07T06:37:26.8410312Z copying torch\numa\__init__.py -> build\lib.win-amd64-cpython-39\torch\numa 2025-09-07T06:37:26.8419553Z creating build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8422924Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8433925Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8445703Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8451738Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8468988Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8474828Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8480605Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8486414Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8492426Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8498985Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8504906Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8510982Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8516812Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8523210Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8529091Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8534950Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8540813Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8546750Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8552446Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8558152Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8575554Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8587459Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-09-07T06:37:26.8610027Z creating build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8613128Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8631773Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8650357Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8675595Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8695322Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8706960Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8725534Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8754568Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8800893Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8820129Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8852314Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8869978Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8889283Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8907321Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8940560Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8951512Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8970815Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.8989612Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.9001902Z copying torch\optim\_muon.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.9013935Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-09-07T06:37:26.9029678Z creating build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9032920Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9045789Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9058568Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9081770Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9094567Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9143980Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9149808Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9162817Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9181209Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9192714Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9204558Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9216993Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9228719Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9241291Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9253191Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2025-09-07T06:37:26.9260796Z creating build\lib.win-amd64-cpython-39\torch\profiler 2025-09-07T06:37:26.9263737Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-09-07T06:37:26.9275458Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-09-07T06:37:26.9301745Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-09-07T06:37:26.9307372Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-09-07T06:37:26.9339529Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-09-07T06:37:26.9376068Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-09-07T06:37:26.9387967Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-09-07T06:37:26.9403430Z creating build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9406984Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9418807Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9424237Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9446924Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9458727Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9471465Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9483156Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9494710Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9506166Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9517812Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9523238Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9528643Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9540384Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9551930Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9564689Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9577259Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-09-07T06:37:26.9591261Z creating build\lib.win-amd64-cpython-39\torch\signal 2025-09-07T06:37:26.9594032Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2025-09-07T06:37:26.9601511Z creating build\lib.win-amd64-cpython-39\torch\sparse 2025-09-07T06:37:26.9604452Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-09-07T06:37:26.9624612Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-09-07T06:37:26.9637663Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-09-07T06:37:26.9661343Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-09-07T06:37:26.9707382Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-09-07T06:37:26.9924637Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-09-07T06:37:26.9944994Z creating build\lib.win-amd64-cpython-39\torch\special 2025-09-07T06:37:26.9947883Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2025-09-07T06:37:26.9974965Z creating build\lib.win-amd64-cpython-39\torch\testing 2025-09-07T06:37:26.9977906Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-09-07T06:37:27.0016228Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-09-07T06:37:27.0028147Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-09-07T06:37:27.0039834Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-09-07T06:37:27.0053619Z creating build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0056744Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0082447Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0101179Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0420038Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0450287Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0456075Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0523130Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0534722Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0547034Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0558899Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0584942Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0597656Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0610347Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0622701Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0628702Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0642022Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0653350Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0665797Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0679212Z copying torch\utils\_appending_byte_serializer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0726190Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0738419Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0762027Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0775453Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0787490Z copying torch\utils\_cpp_embed_headers.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0799300Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0810850Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0835503Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0847258Z copying torch\utils\_dtype_abbrs.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0858616Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0870191Z copying torch\utils\_filelock.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0881841Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0904183Z copying torch\utils\_functools.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0915836Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0927456Z copying torch\utils\_helion.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0933002Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0945031Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0951139Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0963864Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.0990053Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.1030724Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.1042757Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.1048383Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.1071369Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.1084940Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.1090765Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.1103791Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:27.1117729Z creating build\lib.win-amd64-cpython-39\torch\xpu 2025-09-07T06:37:27.1120880Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-09-07T06:37:27.1133300Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-09-07T06:37:27.1145990Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-09-07T06:37:27.1157954Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-09-07T06:37:27.1169882Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-09-07T06:37:27.1181786Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-09-07T06:37:27.1212852Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2025-09-07T06:37:27.1215692Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2025-09-07T06:37:27.1228602Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2025-09-07T06:37:27.1231614Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-09-07T06:37:27.1243445Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-09-07T06:37:27.1261787Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-09-07T06:37:27.1268359Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2025-09-07T06:37:27.1271315Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-09-07T06:37:27.1357136Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-09-07T06:37:27.1369476Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-09-07T06:37:27.1392301Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-09-07T06:37:27.1411708Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2025-09-07T06:37:27.1414722Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-09-07T06:37:27.1426648Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-09-07T06:37:27.1439750Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1457360Z copying torch\_dynamo\aot_compile.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1469525Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1481444Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1546783Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1558484Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1569325Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1587991Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1599746Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1636045Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1648954Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1668887Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1706538Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1718421Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1730818Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1755808Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1781828Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1799761Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1812468Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1863376Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1882225Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1894282Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1916926Z copying torch\_dynamo\functional_export.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1928420Z copying torch\_dynamo\graph_break_hints.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1940465Z copying torch\_dynamo\graph_deduplication.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1959620Z copying torch\_dynamo\graph_region_tracker.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1977718Z copying torch\_dynamo\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.1989294Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2076750Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2088840Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2100616Z copying torch\_dynamo\metrics_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2112125Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2124879Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2206626Z copying torch\_dynamo\package.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2235778Z copying torch\_dynamo\pgo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2260959Z copying torch\_dynamo\precompile_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2273305Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2285371Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2297364Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2316660Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2348188Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2372924Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2460742Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2472936Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2491514Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2515820Z copying torch\_dynamo\test_dont_skip_tracing_functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2527691Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2540120Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2613604Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2626151Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2707428Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2719522Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:27.2733839Z creating build\lib.win-amd64-cpython-39\torch\_export 2025-09-07T06:37:27.2736883Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-09-07T06:37:27.2775128Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-09-07T06:37:27.2787176Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-09-07T06:37:27.2825622Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-09-07T06:37:27.2854082Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-09-07T06:37:27.2865888Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-09-07T06:37:27.2897736Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-09-07T06:37:27.2915541Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-09-07T06:37:27.2927778Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-09-07T06:37:27.2944357Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.2947545Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.2984153Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3004048Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3023675Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3046158Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3057875Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3071030Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3083384Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3097539Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3110269Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3148610Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3161791Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3181052Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3199976Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3256689Z copying torch\_functorch\predispatch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3268318Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3280109Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3285690Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3297648Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3322536Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3344823Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3363913Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-09-07T06:37:27.3374857Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3378283Z copying torch\_higher_order_ops\aoti_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3390095Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3409853Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3446588Z copying torch\_higher_order_ops\base_hop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3459705Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3479713Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3491706Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3503377Z copying torch\_higher_order_ops\flat_apply.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3515978Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3543033Z copying torch\_higher_order_ops\foreach_map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3555734Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3568040Z copying torch\_higher_order_ops\invoke_subgraph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3587358Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3600478Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3612849Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3643439Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3837395Z copying torch\_higher_order_ops\schema.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3849594Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3862435Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3874818Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3920832Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3946758Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3981752Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.3993950Z copying torch\_higher_order_ops\_invoke_quant.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.4005708Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-09-07T06:37:27.4029739Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4032964Z copying torch\_inductor\analyze_preserves_zero_mask.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4045801Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4058077Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4087221Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4106299Z copying torch\_inductor\await_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4117987Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4130473Z copying torch\_inductor\choices.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4150147Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4231018Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4270524Z copying torch\_inductor\comms_debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4282581Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4296345Z copying torch\_inductor\comm_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4309718Z copying torch\_inductor\compiler_bisector.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4328891Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4391496Z copying torch\_inductor\compile_fx_async.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4403539Z copying torch\_inductor\compile_fx_ext.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4423007Z copying torch\_inductor\compile_fx_subproc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4434779Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4472202Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4484474Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4528111Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4556451Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4610571Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4623077Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4635101Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4659751Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4686714Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4707917Z copying torch\_inductor\dtype_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4721275Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4734095Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4745942Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4758156Z copying torch\_inductor\freezing_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4780994Z copying torch\_inductor\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4932007Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4944348Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.4996970Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5002872Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5015446Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5029404Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5177300Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5189428Z copying torch\_inductor\kernel_inputs.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5202798Z copying torch\_inductor\kernel_template_choice.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5294909Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5295596Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5402915Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5426038Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5437691Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5463929Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5497192Z copying torch\_inductor\mock_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5508590Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5535135Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5547562Z copying torch\_inductor\output_code.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5567373Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5612282Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5643316Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5656194Z copying torch\_inductor\remote_gemm_autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5661950Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5798112Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5863491Z copying torch\_inductor\shape_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5875042Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5900368Z copying torch\_inductor\standalone_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5912843Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5925521Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5937647Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5959328Z copying torch\_inductor\tiling_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5978940Z copying torch\_inductor\triton_bundler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.5999584Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.6061874Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.6075201Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.6096267Z copying torch\_inductor\__autotune_main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.6107758Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:27.6123028Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2025-09-07T06:37:27.6126352Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-09-07T06:37:27.6138549Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-09-07T06:37:27.6150242Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-09-07T06:37:27.6155765Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-09-07T06:37:27.6167823Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-09-07T06:37:27.6189555Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-09-07T06:37:27.6201558Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-09-07T06:37:27.6206967Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-09-07T06:37:27.6212697Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-09-07T06:37:27.6225368Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-09-07T06:37:27.6230520Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-09-07T06:37:27.6245010Z creating build\lib.win-amd64-cpython-39\torch\_library 2025-09-07T06:37:27.6248091Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-09-07T06:37:27.6260734Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-09-07T06:37:27.6286699Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-09-07T06:37:27.6298748Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-09-07T06:37:27.6320690Z copying torch\_library\fake_profile.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-09-07T06:37:27.6333256Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-09-07T06:37:27.6347359Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-09-07T06:37:27.6359293Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-09-07T06:37:27.6371275Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-09-07T06:37:27.6389832Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-09-07T06:37:27.6397314Z creating build\lib.win-amd64-cpython-39\torch\_logging 2025-09-07T06:37:27.6400259Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-09-07T06:37:27.6445527Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-09-07T06:37:27.6457802Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-09-07T06:37:27.6493931Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-09-07T06:37:27.6507969Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-09-07T06:37:27.6523263Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6526126Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6537878Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6550901Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6562737Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6574425Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6610416Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6622692Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6634860Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6646877Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6680151Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6686758Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6706248Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6718773Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6731710Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6744181Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6755969Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6767658Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-09-07T06:37:27.6775221Z creating build\lib.win-amd64-cpython-39\torch\_prims 2025-09-07T06:37:27.6778119Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-09-07T06:37:27.6789792Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-09-07T06:37:27.6802103Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-09-07T06:37:27.6813523Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-09-07T06:37:27.6825617Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-09-07T06:37:27.6891043Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2025-09-07T06:37:27.6905148Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-09-07T06:37:27.6923086Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-09-07T06:37:27.6977296Z creating build\lib.win-amd64-cpython-39\torch\_refs 2025-09-07T06:37:27.6980218Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-09-07T06:37:27.6999676Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-09-07T06:37:27.7010830Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-09-07T06:37:27.7110695Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2025-09-07T06:37:27.7113748Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-09-07T06:37:27.7126586Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-09-07T06:37:27.7138890Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-09-07T06:37:27.7156015Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2025-09-07T06:37:27.7159173Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-09-07T06:37:27.7185946Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-09-07T06:37:27.7250789Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-09-07T06:37:27.7272358Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-09-07T06:37:27.7297301Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-09-07T06:37:27.7344375Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-09-07T06:37:27.7358116Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-09-07T06:37:27.7370303Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-09-07T06:37:27.7377327Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2025-09-07T06:37:27.7380237Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2025-09-07T06:37:27.7386209Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2025-09-07T06:37:27.7389328Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2025-09-07T06:37:27.7402509Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2025-09-07T06:37:27.7405630Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-09-07T06:37:27.7425019Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-09-07T06:37:27.7450681Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-09-07T06:37:27.7457119Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-09-07T06:37:27.7460159Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-09-07T06:37:27.7475089Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-09-07T06:37:27.7484248Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7487399Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7508515Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7520700Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7542919Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7581514Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7600939Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7614680Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7628028Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7647786Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7672197Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7684858Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7697959Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7711007Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7723038Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7742033Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7754544Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7767746Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7780502Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-09-07T06:37:27.7793945Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-09-07T06:37:27.7796785Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-09-07T06:37:27.7817749Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-09-07T06:37:27.7820538Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-09-07T06:37:27.7827324Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-09-07T06:37:27.7830229Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-09-07T06:37:27.7837472Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-09-07T06:37:27.7850955Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-09-07T06:37:27.7870440Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-09-07T06:37:27.7877322Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-09-07T06:37:27.7880552Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-09-07T06:37:27.7887578Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-09-07T06:37:27.7890572Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-09-07T06:37:27.7903763Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-09-07T06:37:27.7910174Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-09-07T06:37:27.7913042Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-09-07T06:37:27.7919637Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-09-07T06:37:27.7922529Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-09-07T06:37:27.7929643Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-09-07T06:37:27.7932855Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-09-07T06:37:27.7966678Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-09-07T06:37:27.7978924Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-09-07T06:37:27.7990637Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-09-07T06:37:27.8007767Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-09-07T06:37:27.8010770Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-09-07T06:37:27.8018579Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-09-07T06:37:27.8021721Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-09-07T06:37:27.8033756Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-09-07T06:37:27.8045264Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-09-07T06:37:27.8057578Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-09-07T06:37:27.8070021Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-09-07T06:37:27.8086781Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-09-07T06:37:27.8090047Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-09-07T06:37:27.8101654Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-09-07T06:37:27.8108041Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-09-07T06:37:27.8111063Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-09-07T06:37:27.8118499Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-09-07T06:37:27.8121531Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-09-07T06:37:27.8134185Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-09-07T06:37:27.8147107Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-09-07T06:37:27.8159602Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-09-07T06:37:27.8168263Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-09-07T06:37:27.8170659Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-09-07T06:37:27.8182822Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-09-07T06:37:27.8189659Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-09-07T06:37:27.8476142Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-09-07T06:37:27.8477092Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-09-07T06:37:27.8478034Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-09-07T06:37:27.8478749Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-09-07T06:37:27.8479431Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-09-07T06:37:27.8480115Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-09-07T06:37:27.8480828Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-09-07T06:37:27.8481667Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-09-07T06:37:27.8482503Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-09-07T06:37:27.8483407Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-09-07T06:37:27.8484242Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-09-07T06:37:27.8485146Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-09-07T06:37:27.8487223Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-09-07T06:37:27.8507532Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-09-07T06:37:27.8519979Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-09-07T06:37:27.8533853Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-09-07T06:37:27.8547551Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-09-07T06:37:27.8560862Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-09-07T06:37:27.8575528Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-09-07T06:37:27.8585262Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-09-07T06:37:27.8588710Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-09-07T06:37:27.9366827Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-09-07T06:37:27.9378881Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-09-07T06:37:27.9413883Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-09-07T06:37:27.9421917Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:27.9425327Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:27.9437721Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:27.9450235Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:27.9469274Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:27.9529252Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:27.9530329Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:27.9531087Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-09-07T06:37:27.9531733Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-09-07T06:37:27.9541041Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-09-07T06:37:27.9558494Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-09-07T06:37:27.9565704Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-09-07T06:37:27.9568855Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-09-07T06:37:27.9580629Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-09-07T06:37:27.9588570Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-09-07T06:37:27.9591667Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-09-07T06:37:27.9617834Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-09-07T06:37:27.9646184Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-09-07T06:37:27.9665633Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-09-07T06:37:27.9677352Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-09-07T06:37:27.9717231Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-09-07T06:37:27.9729254Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-09-07T06:37:27.9741548Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-09-07T06:37:27.9760029Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-09-07T06:37:27.9772227Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-09-07T06:37:27.9778690Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-09-07T06:37:27.9781849Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-09-07T06:37:27.9794281Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-09-07T06:37:27.9806262Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-09-07T06:37:27.9829875Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-09-07T06:37:27.9836364Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-09-07T06:37:27.9851104Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-09-07T06:37:27.9863120Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-09-07T06:37:27.9875126Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-09-07T06:37:27.9898570Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-09-07T06:37:27.9910253Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-09-07T06:37:27.9916247Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-09-07T06:37:27.9919379Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-09-07T06:37:27.9925588Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-09-07T06:37:27.9929792Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-09-07T06:37:27.9947889Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-09-07T06:37:27.9953403Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-09-07T06:37:27.9956601Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-09-07T06:37:27.9968247Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-09-07T06:37:27.9976359Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-09-07T06:37:27.9990502Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-09-07T06:37:28.0002911Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-09-07T06:37:28.0016196Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-09-07T06:37:28.0042802Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-09-07T06:37:28.0050882Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:28.0053994Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:28.0068734Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:28.0081744Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:28.0104416Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:28.0115907Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:28.0126965Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:28.0148159Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:28.0161480Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:28.0169830Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-09-07T06:37:28.0174591Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-09-07T06:37:28.0182587Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-09-07T06:37:28.0187519Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-09-07T06:37:28.0200972Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-09-07T06:37:28.0218512Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-09-07T06:37:28.0239498Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0242987Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0261813Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0281934Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0295885Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0319628Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0344403Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0357206Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0368944Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0381545Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0394744Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0414406Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0426381Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-09-07T06:37:28.0448571Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0451772Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0550693Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0572946Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0584420Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0596691Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0621698Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0636207Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0642227Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0656320Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0668940Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0681186Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0733858Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0746300Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0758548Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0769637Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0793366Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0819907Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0849595Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0881307Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-09-07T06:37:28.0925192Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-09-07T06:37:28.0925961Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-09-07T06:37:28.0926785Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-09-07T06:37:28.0927591Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-09-07T06:37:28.0936923Z copying torch\ao\quantization\pt2e\lowering.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-09-07T06:37:28.0960179Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-09-07T06:37:28.0971808Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-09-07T06:37:28.0990302Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-09-07T06:37:28.1014292Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-09-07T06:37:28.1033209Z copying torch\ao\quantization\pt2e\_affine_quantization.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-09-07T06:37:28.1058333Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-09-07T06:37:28.1069970Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-09-07T06:37:28.1112446Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-09-07T06:37:28.1115923Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-09-07T06:37:28.1128683Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-09-07T06:37:28.1140526Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-09-07T06:37:28.1156784Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-09-07T06:37:28.1168457Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-09-07T06:37:28.1212742Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-09-07T06:37:28.1379012Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-09-07T06:37:28.1404660Z copying torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-09-07T06:37:28.1416129Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-09-07T06:37:28.1423744Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-09-07T06:37:28.1426870Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-09-07T06:37:28.1466373Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-09-07T06:37:28.1485444Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-09-07T06:37:28.1509172Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-09-07T06:37:28.1535008Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-09-07T06:37:28.1541325Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-09-07T06:37:28.1544607Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-09-07T06:37:28.1563622Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-09-07T06:37:28.1570888Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-09-07T06:37:28.1574651Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-09-07T06:37:28.1586427Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-09-07T06:37:28.1597879Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-09-07T06:37:28.1604614Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-09-07T06:37:28.1607438Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-09-07T06:37:28.1614473Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-09-07T06:37:28.1617840Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-09-07T06:37:28.1638029Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-09-07T06:37:28.1641110Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-09-07T06:37:28.1653739Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-09-07T06:37:28.1666603Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-09-07T06:37:28.1669525Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-09-07T06:37:28.1682857Z creating build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-09-07T06:37:28.1697476Z copying torch\backends\kleidiai\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-09-07T06:37:28.1703976Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2025-09-07T06:37:28.1706831Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2025-09-07T06:37:28.1719858Z creating build\lib.win-amd64-cpython-39\torch\backends\miopen 2025-09-07T06:37:28.1723023Z copying torch\backends\miopen\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\miopen 2025-09-07T06:37:28.1736320Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-09-07T06:37:28.1739271Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-09-07T06:37:28.1752644Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-09-07T06:37:28.1756301Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-09-07T06:37:28.1768400Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2025-09-07T06:37:28.1771375Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2025-09-07T06:37:28.1784637Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-09-07T06:37:28.1787492Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-09-07T06:37:28.1806574Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-09-07T06:37:28.1809418Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-09-07T06:37:28.1816510Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-09-07T06:37:28.1819422Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-09-07T06:37:28.1832118Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-09-07T06:37:28.1835122Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-09-07T06:37:28.1848522Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-09-07T06:37:28.1851466Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-09-07T06:37:28.1877783Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-09-07T06:37:28.1898809Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-09-07T06:37:28.1901720Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-09-07T06:37:28.1914801Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-09-07T06:37:28.1917764Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-09-07T06:37:28.1930154Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-09-07T06:37:28.1936258Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-09-07T06:37:28.1939219Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-09-07T06:37:28.1951351Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-09-07T06:37:28.1997206Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-09-07T06:37:28.2003417Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-09-07T06:37:28.2006527Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-09-07T06:37:28.2018674Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-09-07T06:37:28.2033183Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-09-07T06:37:28.2040693Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-09-07T06:37:28.2043929Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-09-07T06:37:28.2057956Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-09-07T06:37:28.2064222Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-09-07T06:37:28.2077219Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-09-07T06:37:28.2084442Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-09-07T06:37:28.2087430Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-09-07T06:37:28.2100459Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-09-07T06:37:28.2106868Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-09-07T06:37:28.2109683Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-09-07T06:37:28.2127931Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2131221Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2142975Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2173853Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2200039Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2223504Z copying torch\distributed\checkpoint\hf_storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2235937Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2248236Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2254258Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2266031Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2334102Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2355263Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2378296Z copying torch\distributed\checkpoint\quantized_hf_storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2390675Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2403202Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2422035Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2433850Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2468622Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2481166Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2501009Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2512812Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2532045Z copying torch\distributed\checkpoint\_async_executor.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2543084Z copying torch\distributed\checkpoint\_async_process_executor.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2555513Z copying torch\distributed\checkpoint\_async_thread_executor.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2578968Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2591261Z copying torch\distributed\checkpoint\_consolidate_hf_safetensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2613445Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2627204Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2640297Z copying torch\distributed\checkpoint\_extension.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2655502Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2669670Z copying torch\distributed\checkpoint\_hf_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2684521Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2698603Z copying torch\distributed\checkpoint\_pg_transport.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2729873Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2742844Z copying torch\distributed\checkpoint\_state_dict_stager.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2755331Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2767520Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2780595Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2786332Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-09-07T06:37:28.2800424Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-09-07T06:37:28.2803582Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-09-07T06:37:28.2815390Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-09-07T06:37:28.2831208Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.2834015Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.2854162Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.2906081Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.2925081Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.2943713Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3101062Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3112685Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3124744Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3142909Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3202368Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3214411Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3240762Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3253258Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3300279Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3337194Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3348878Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3375087Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3387016Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3399734Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3412876Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3474205Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-09-07T06:37:28.3488243Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-09-07T06:37:28.3491332Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-09-07T06:37:28.3504276Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-09-07T06:37:28.3511298Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-09-07T06:37:28.3514387Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-09-07T06:37:28.3526907Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-09-07T06:37:28.3537113Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3539343Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3552703Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3566030Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3589055Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3602513Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3615527Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3628676Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3640590Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3652276Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3664850Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3677647Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3690948Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3703932Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3715504Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3752780Z copying torch\distributed\optim\_deprecation_warning.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3758369Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:28.3773067Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-09-07T06:37:28.3776148Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-09-07T06:37:28.3794854Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-09-07T06:37:28.3962947Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-09-07T06:37:28.3996747Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-09-07T06:37:28.4027861Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-09-07T06:37:28.4033974Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-09-07T06:37:28.4068799Z copying torch\distributed\pipelining\_schedule_visualizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-09-07T06:37:28.4081106Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-09-07T06:37:28.4093232Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-09-07T06:37:28.4106082Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-09-07T06:37:28.4113656Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-09-07T06:37:28.4117600Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-09-07T06:37:28.4142919Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-09-07T06:37:28.4161430Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-09-07T06:37:28.4173816Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-09-07T06:37:28.4196658Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-09-07T06:37:28.4209318Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-09-07T06:37:28.4221560Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-09-07T06:37:28.4234107Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-09-07T06:37:28.4246516Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-09-07T06:37:28.4257919Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-09-07T06:37:28.4273201Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4276253Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4281988Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4301121Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4333619Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4356060Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4374466Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4386920Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4405579Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4424071Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4443230Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4463049Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4475235Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4487641Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4506754Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-09-07T06:37:28.4519714Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-09-07T06:37:28.4522912Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-09-07T06:37:28.4535178Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-09-07T06:37:28.4547472Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-09-07T06:37:28.4559438Z copying torch\distributed\_composable\replicate_with_fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-09-07T06:37:28.4705206Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-09-07T06:37:28.4712883Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-09-07T06:37:28.4716503Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-09-07T06:37:28.4729136Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-09-07T06:37:28.4741927Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-09-07T06:37:28.4754545Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-09-07T06:37:28.4766342Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-09-07T06:37:28.4789122Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-09-07T06:37:28.4800226Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-09-07T06:37:28.4806283Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-09-07T06:37:28.4809267Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-09-07T06:37:28.4816173Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-09-07T06:37:28.4819172Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-09-07T06:37:28.4825963Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-09-07T06:37:28.4829272Z copying torch\distributed\_symmetric_memory\_nvshmem_triton.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-09-07T06:37:28.4855118Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-09-07T06:37:28.4888646Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-09-07T06:37:28.4892792Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-09-07T06:37:28.4897675Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-09-07T06:37:28.4903826Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-09-07T06:37:28.4917620Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-09-07T06:37:28.4920698Z copying torch\distributed\_tools\common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-09-07T06:37:28.4932625Z copying torch\distributed\_tools\fake_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-09-07T06:37:28.4944753Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-09-07T06:37:28.4963527Z copying torch\distributed\_tools\ilp_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-09-07T06:37:28.4985936Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-09-07T06:37:28.4998479Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-09-07T06:37:28.5025163Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-09-07T06:37:28.5037776Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-09-07T06:37:28.5058027Z copying torch\distributed\_tools\sac_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-09-07T06:37:28.5086537Z copying torch\distributed\_tools\sac_ilp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-09-07T06:37:28.5099684Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-09-07T06:37:28.5110116Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:28.5113599Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:28.5133488Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:28.5145587Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:28.5167657Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:28.5180602Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:28.5192730Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:28.5248457Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:28.5275772Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:28.5288327Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:28.5303551Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-09-07T06:37:28.5323534Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-09-07T06:37:28.5336969Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-09-07T06:37:28.5350086Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-09-07T06:37:28.5373521Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-09-07T06:37:28.5378083Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-09-07T06:37:28.5381451Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-09-07T06:37:28.5428312Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-09-07T06:37:28.5434026Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-09-07T06:37:28.5437393Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-09-07T06:37:28.5449865Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-09-07T06:37:28.5456508Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-09-07T06:37:28.5459689Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-09-07T06:37:28.5471668Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-09-07T06:37:28.5478090Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-09-07T06:37:28.5481271Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-09-07T06:37:28.5493258Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-09-07T06:37:28.5500729Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:28.5503747Z copying torch\distributed\checkpoint\_experimental\barriers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:28.5516277Z copying torch\distributed\checkpoint\_experimental\builder.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:28.5528537Z copying torch\distributed\checkpoint\_experimental\checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:28.5541008Z copying torch\distributed\checkpoint\_experimental\checkpoint_process.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:28.5557848Z copying torch\distributed\checkpoint\_experimental\checkpoint_reader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:28.5570476Z copying torch\distributed\checkpoint\_experimental\checkpoint_writer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:28.5583104Z copying torch\distributed\checkpoint\_experimental\config.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:28.5594582Z copying torch\distributed\checkpoint\_experimental\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:28.5606164Z copying torch\distributed\checkpoint\_experimental\types.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:28.5618019Z copying torch\distributed\checkpoint\_experimental\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:28.5629301Z copying torch\distributed\checkpoint\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:28.5642026Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-09-07T06:37:28.5644957Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-09-07T06:37:28.5650946Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-09-07T06:37:28.5654066Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-09-07T06:37:28.5666305Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-09-07T06:37:28.5671665Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-09-07T06:37:28.5685114Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-09-07T06:37:28.5688085Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-09-07T06:37:28.5702125Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-09-07T06:37:28.5716070Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-09-07T06:37:28.5729712Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-09-07T06:37:28.5755966Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-09-07T06:37:28.5769405Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-09-07T06:37:28.5782887Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-09-07T06:37:28.5798686Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5802440Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5816821Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5831065Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5873404Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5900085Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5911884Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5924075Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5936706Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5949468Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5960469Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5973810Z copying torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5985777Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-09-07T06:37:28.5998950Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-09-07T06:37:28.6002345Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-09-07T06:37:28.6014836Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-09-07T06:37:28.6028988Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-09-07T06:37:28.6054647Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-09-07T06:37:28.6077426Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-09-07T06:37:28.6091036Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-09-07T06:37:28.6094671Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-09-07T06:37:28.6106764Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-09-07T06:37:28.6118347Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-09-07T06:37:28.6130678Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-09-07T06:37:28.6136311Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-09-07T06:37:28.6158552Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-09-07T06:37:28.6166209Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-09-07T06:37:28.6169775Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-09-07T06:37:28.6195183Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-09-07T06:37:28.6206933Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-09-07T06:37:28.6225761Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-09-07T06:37:28.6238826Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-09-07T06:37:28.6252552Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-09-07T06:37:28.6264505Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-09-07T06:37:28.6269976Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-09-07T06:37:28.6285751Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-09-07T06:37:28.6289102Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-09-07T06:37:28.6302361Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-09-07T06:37:28.6320061Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-09-07T06:37:28.6326971Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-09-07T06:37:28.6330263Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-09-07T06:37:28.6569457Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-09-07T06:37:28.6580643Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-09-07T06:37:28.6588402Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:28.6591527Z copying torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:28.6603795Z copying torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:28.6622777Z copying torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:28.6644527Z copying torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:28.6657443Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:28.6682666Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:28.6706947Z copying torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:28.6734963Z copying torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:28.6753723Z copying torch\distributed\fsdp\_fully_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:28.6761590Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-09-07T06:37:28.6764532Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-09-07T06:37:28.6783055Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-09-07T06:37:28.6788896Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-09-07T06:37:28.6791859Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-09-07T06:37:28.6803835Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-09-07T06:37:28.6809776Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-09-07T06:37:28.6813019Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-09-07T06:37:28.6824899Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-09-07T06:37:28.6830799Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-09-07T06:37:28.6834120Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-09-07T06:37:28.6845522Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-09-07T06:37:28.6852693Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-09-07T06:37:28.6855698Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-09-07T06:37:28.6878516Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-09-07T06:37:28.6891751Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-09-07T06:37:28.6904519Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-09-07T06:37:28.6929064Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-09-07T06:37:28.6932276Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-09-07T06:37:28.6964497Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-09-07T06:37:28.6976569Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-09-07T06:37:28.7000157Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-09-07T06:37:28.7019348Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-09-07T06:37:28.7033108Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-09-07T06:37:28.7036124Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-09-07T06:37:28.7047986Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-09-07T06:37:28.7059974Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-09-07T06:37:28.7072316Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-09-07T06:37:28.7084559Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-09-07T06:37:28.7102926Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-09-07T06:37:28.7264700Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-09-07T06:37:28.7276413Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-09-07T06:37:28.7284853Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7287833Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7300556Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7313362Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7325612Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7347684Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7360001Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7387620Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7417920Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7436466Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7448076Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7473634Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7492134Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-09-07T06:37:28.7499342Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-09-07T06:37:28.7502380Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-09-07T06:37:28.7508180Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-09-07T06:37:28.7514716Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-09-07T06:37:28.7517617Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-09-07T06:37:28.7524184Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-09-07T06:37:28.7527455Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-09-07T06:37:28.7539382Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-09-07T06:37:28.7552985Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:28.7556026Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:28.7586327Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:28.7597768Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:28.7603532Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:28.7615958Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:28.7638261Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:28.7650119Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:28.7662140Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:28.7682610Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-09-07T06:37:28.7685123Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-09-07T06:37:28.7696821Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-09-07T06:37:28.7703727Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-09-07T06:37:28.7707722Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-09-07T06:37:28.7719541Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-09-07T06:37:28.7732528Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-09-07T06:37:28.7745221Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-09-07T06:37:28.7763121Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:28.7766561Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:28.7778744Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:28.7826250Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:28.7832072Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:28.7844073Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:28.7865998Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:28.7873037Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-09-07T06:37:28.7876564Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-09-07T06:37:28.7888843Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-09-07T06:37:28.7907648Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-09-07T06:37:28.7929512Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-09-07T06:37:28.7935660Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2025-09-07T06:37:28.7938779Z copying torch\export\experimental\_utils.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2025-09-07T06:37:28.7950759Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2025-09-07T06:37:28.7971758Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2025-09-07T06:37:28.7974598Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2025-09-07T06:37:28.7988104Z creating build\lib.win-amd64-cpython-39\torch\export\pt2_archive 2025-09-07T06:37:28.8001382Z copying torch\export\pt2_archive\constants.py -> build\lib.win-amd64-cpython-39\torch\export\pt2_archive 2025-09-07T06:37:28.8013681Z copying torch\export\pt2_archive\_package.py -> build\lib.win-amd64-cpython-39\torch\export\pt2_archive 2025-09-07T06:37:28.8038317Z copying torch\export\pt2_archive\_package_weights.py -> build\lib.win-amd64-cpython-39\torch\export\pt2_archive 2025-09-07T06:37:28.8050149Z copying torch\export\pt2_archive\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\pt2_archive 2025-09-07T06:37:28.8070401Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8073338Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8100031Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8112821Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8134961Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8160053Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8172060Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8184699Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8196565Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8215458Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8228044Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8275506Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8295028Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8301738Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8314502Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8326956Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8478341Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8510326Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8522414Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8547932Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8559178Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8571044Z copying torch\fx\experimental\_constant_symnode.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8590920Z copying torch\fx\experimental\_dynamism.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8603290Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-09-07T06:37:28.8612455Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8616549Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8628196Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8640130Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8658920Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8679997Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8691557Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8717421Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8729780Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8742847Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8766905Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8781844Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8805456Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8818096Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8844755Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8863386Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8875480Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8888099Z copying torch\fx\passes\_tensorify_python_scalars.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8907451Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-09-07T06:37:28.8915626Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:28.8918972Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:28.8937982Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:28.8969772Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:28.9004494Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:28.9010303Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:28.9029686Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:28.9042428Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:28.9055713Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:28.9061778Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-09-07T06:37:28.9064880Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-09-07T06:37:28.9076845Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-09-07T06:37:28.9082501Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-09-07T06:37:28.9096017Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-09-07T06:37:28.9155302Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-09-07T06:37:28.9179358Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-09-07T06:37:28.9192901Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-09-07T06:37:28.9204692Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-09-07T06:37:28.9211832Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:28.9216282Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:28.9227860Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:28.9239286Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:28.9250868Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:28.9269430Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:28.9293837Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:28.9301198Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-09-07T06:37:28.9304546Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-09-07T06:37:28.9316493Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-09-07T06:37:28.9323611Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-09-07T06:37:28.9336194Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-09-07T06:37:28.9342395Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-09-07T06:37:28.9345539Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-09-07T06:37:28.9398504Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-09-07T06:37:28.9409009Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-09-07T06:37:28.9421019Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-09-07T06:37:28.9432314Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-09-07T06:37:28.9435334Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-09-07T06:37:28.9447555Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-09-07T06:37:28.9454335Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-09-07T06:37:28.9457268Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-09-07T06:37:28.9469151Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-09-07T06:37:28.9482127Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-09-07T06:37:28.9501843Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-09-07T06:37:28.9522724Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-09-07T06:37:28.9534721Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-09-07T06:37:28.9541824Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-09-07T06:37:28.9545074Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-09-07T06:37:28.9557101Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-09-07T06:37:28.9563384Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-09-07T06:37:28.9566726Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-09-07T06:37:28.9581099Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-09-07T06:37:28.9584452Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-09-07T06:37:28.9597468Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-09-07T06:37:28.9604237Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-09-07T06:37:28.9607324Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-09-07T06:37:28.9619681Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-09-07T06:37:28.9632097Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-09-07T06:37:28.9637534Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-09-07T06:37:28.9649522Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-09-07T06:37:28.9670759Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-09-07T06:37:28.9682258Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-09-07T06:37:28.9701099Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-09-07T06:37:28.9708255Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-09-07T06:37:28.9711339Z copying torch\nested\_internal\nested_int.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-09-07T06:37:28.9722729Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-09-07T06:37:28.9741436Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-09-07T06:37:28.9792626Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-09-07T06:37:28.9827782Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-09-07T06:37:28.9834099Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2025-09-07T06:37:28.9837048Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-09-07T06:37:28.9849642Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-09-07T06:37:28.9888462Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-09-07T06:37:28.9899478Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-09-07T06:37:28.9913170Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2025-09-07T06:37:28.9916161Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-09-07T06:37:28.9921798Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-09-07T06:37:28.9927431Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-09-07T06:37:28.9931509Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-09-07T06:37:28.9948083Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:28.9950993Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:28.9984069Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:28.9996378Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0022504Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0044429Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0070074Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0112288Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0123526Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0135573Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0147575Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0159808Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0184414Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0196114Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0209474Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0270534Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0332709Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0348592Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0378352Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0389920Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0425557Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0467552Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0485004Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0515788Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0527618Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0538864Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0550667Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-09-07T06:37:29.0564832Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-09-07T06:37:29.0567781Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-09-07T06:37:29.0579384Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-09-07T06:37:29.0590946Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-09-07T06:37:29.0646939Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-09-07T06:37:29.0668294Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-09-07T06:37:29.0685345Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-09-07T06:37:29.0698528Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-09-07T06:37:29.0711765Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-09-07T06:37:29.0729631Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2025-09-07T06:37:29.0732836Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2025-09-07T06:37:29.0739461Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-09-07T06:37:29.0742474Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-09-07T06:37:29.0749389Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-09-07T06:37:29.0753535Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-09-07T06:37:29.0759042Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-09-07T06:37:29.0774216Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0777372Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0790783Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0808677Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0819815Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0830418Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0852979Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0872289Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0897064Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0927867Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0947386Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0965145Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0977372Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.0989831Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.1010469Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.1027084Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.1043109Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-09-07T06:37:29.1064367Z creating build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-09-07T06:37:29.1077043Z copying torch\nn\attention\experimental\_paged_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-09-07T06:37:29.1091288Z copying torch\nn\attention\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-09-07T06:37:29.1097955Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-09-07T06:37:29.1101477Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-09-07T06:37:29.1107197Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-09-07T06:37:29.1113278Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-09-07T06:37:29.1116062Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-09-07T06:37:29.1128605Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-09-07T06:37:29.1131505Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-09-07T06:37:29.1144512Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-09-07T06:37:29.1147632Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-09-07T06:37:29.1159847Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-09-07T06:37:29.1165518Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-09-07T06:37:29.1171135Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-09-07T06:37:29.1187765Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-09-07T06:37:29.1190701Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-09-07T06:37:29.1198781Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-09-07T06:37:29.1200940Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-09-07T06:37:29.1207002Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-09-07T06:37:29.1212817Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-09-07T06:37:29.1218084Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-09-07T06:37:29.1224897Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-09-07T06:37:29.1228181Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-09-07T06:37:29.1233768Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-09-07T06:37:29.1240102Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-09-07T06:37:29.1242904Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-09-07T06:37:29.1249985Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-09-07T06:37:29.1253080Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-09-07T06:37:29.1258817Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-09-07T06:37:29.1264255Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-09-07T06:37:29.1269694Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-09-07T06:37:29.1283038Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-09-07T06:37:29.1286069Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-09-07T06:37:29.1291573Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-09-07T06:37:29.1298361Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-09-07T06:37:29.1301286Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-09-07T06:37:29.1312734Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-09-07T06:37:29.1318256Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-09-07T06:37:29.1324907Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-09-07T06:37:29.1327704Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-09-07T06:37:29.1335761Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-09-07T06:37:29.1339148Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-09-07T06:37:29.1344403Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-09-07T06:37:29.1349886Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-09-07T06:37:29.1355560Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-09-07T06:37:29.1361142Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-09-07T06:37:29.1382756Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-09-07T06:37:29.1388346Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-09-07T06:37:29.1394069Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-09-07T06:37:29.1406558Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-09-07T06:37:29.1411912Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-09-07T06:37:29.1418239Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-09-07T06:37:29.1430460Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-09-07T06:37:29.1442886Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-09-07T06:37:29.1449825Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-09-07T06:37:29.1452883Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-09-07T06:37:29.1458490Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-09-07T06:37:29.1463935Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-09-07T06:37:29.1475103Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-09-07T06:37:29.1493520Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-09-07T06:37:29.1496218Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-09-07T06:37:29.1502563Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-09-07T06:37:29.1509183Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-09-07T06:37:29.1520587Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-09-07T06:37:29.1526347Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-09-07T06:37:29.1532173Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-09-07T06:37:29.1546905Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-09-07T06:37:29.1550261Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-09-07T06:37:29.1562204Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-09-07T06:37:29.1574879Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-09-07T06:37:29.1596464Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-09-07T06:37:29.1608681Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-09-07T06:37:29.1627808Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-09-07T06:37:29.1639205Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-09-07T06:37:29.1651257Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-09-07T06:37:29.1668451Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-09-07T06:37:29.1680396Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-09-07T06:37:29.1687833Z creating build\lib.win-amd64-cpython-39\torch\onnx\ops 2025-09-07T06:37:29.1691114Z copying torch\onnx\ops\_dtype_mappings.py -> build\lib.win-amd64-cpython-39\torch\onnx\ops 2025-09-07T06:37:29.1702676Z copying torch\onnx\ops\_impl.py -> build\lib.win-amd64-cpython-39\torch\onnx\ops 2025-09-07T06:37:29.1715003Z copying torch\onnx\ops\_symbolic_impl.py -> build\lib.win-amd64-cpython-39\torch\onnx\ops 2025-09-07T06:37:29.1728262Z copying torch\onnx\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\ops 2025-09-07T06:37:29.1750476Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-09-07T06:37:29.1753768Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-09-07T06:37:29.1765568Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-09-07T06:37:29.1774962Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1794103Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1794949Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1812303Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1823945Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1846206Z copying torch\onnx\_internal\exporter\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1870622Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1898619Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1910850Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1924292Z copying torch\onnx\_internal\exporter\_dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1937213Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1970535Z copying torch\onnx\_internal\exporter\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1976508Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.1988706Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.2001025Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.2013759Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.2033134Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.2045174Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.2057883Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.2076336Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.2088686Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.2101108Z copying torch\onnx\_internal\exporter\_type_casting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.2112583Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.2125209Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-09-07T06:37:29.2131758Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-09-07T06:37:29.2135477Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-09-07T06:37:29.2147693Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-09-07T06:37:29.2159786Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-09-07T06:37:29.2170060Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.2183273Z copying torch\onnx\_internal\torchscript_exporter\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.2195971Z copying torch\onnx\_internal\torchscript_exporter\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.2209797Z copying torch\onnx\_internal\torchscript_exporter\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.2232548Z copying torch\onnx\_internal\torchscript_exporter\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.2297486Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.2324961Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3040347Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3051960Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3078838Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3090825Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3102603Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3114028Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3127076Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3138964Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3150632Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3163269Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3175132Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3188238Z copying torch\onnx\_internal\torchscript_exporter\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3300788Z copying torch\onnx\_internal\torchscript_exporter\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3348611Z copying torch\onnx\_internal\torchscript_exporter\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3366735Z copying torch\onnx\_internal\torchscript_exporter\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3378278Z copying torch\onnx\_internal\torchscript_exporter\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3389366Z copying torch\onnx\_internal\torchscript_exporter\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3406596Z copying torch\onnx\_internal\torchscript_exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:29.3413333Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-09-07T06:37:29.3429750Z copying torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-09-07T06:37:29.3442093Z copying torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-09-07T06:37:29.3454574Z copying torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-09-07T06:37:29.3461029Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:29.3477073Z copying torch\onnx\_internal\exporter\_torchlib\ops\core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:29.3488991Z copying torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:29.3500699Z copying torch\onnx\_internal\exporter\_torchlib\ops\nn.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:29.3512871Z copying torch\onnx\_internal\exporter\_torchlib\ops\symbolic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:29.3525299Z copying torch\onnx\_internal\exporter\_torchlib\ops\symops.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:29.3536689Z copying torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:29.3585337Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-09-07T06:37:29.3588298Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-09-07T06:37:29.3632942Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-09-07T06:37:29.3640670Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-09-07T06:37:29.3642902Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-09-07T06:37:29.3656046Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2025-09-07T06:37:29.3659616Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-09-07T06:37:29.3671335Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-09-07T06:37:29.3676810Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-09-07T06:37:29.3703228Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-09-07T06:37:29.3711479Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3714432Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3720060Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3725731Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3731298Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3737186Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3756217Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3769039Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3774922Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3823840Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3824723Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3825425Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3826140Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-09-07T06:37:29.3835697Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2025-09-07T06:37:29.3837589Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-09-07T06:37:29.3856683Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-09-07T06:37:29.3870622Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.3897894Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.3916715Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.3936260Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.3960323Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.3977832Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4016290Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4054130Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4065604Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4083608Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4115880Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4129024Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4660343Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4673609Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4769069Z copying torch\testing\_internal\common_mps.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4789039Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4867840Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4912943Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.4925392Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5000168Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5019190Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5031542Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5149674Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5168047Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5186554Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5198431Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5210423Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5222269Z copying torch\testing\_internal\fake_config_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5234503Z copying torch\testing\_internal\fake_config_module2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5240450Z copying torch\testing\_internal\fake_config_module3.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5258172Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5270412Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5322787Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5335405Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5361346Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5387770Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5399849Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5412590Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5424945Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5436975Z copying torch\testing\_internal\subclasses.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5460372Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5477686Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5503505Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5514637Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-09-07T06:37:29.5520875Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-09-07T06:37:29.5523790Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-09-07T06:37:29.5536999Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-09-07T06:37:29.5540027Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-09-07T06:37:29.5545732Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-09-07T06:37:29.5551240Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-09-07T06:37:29.5565185Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-09-07T06:37:29.5568592Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-09-07T06:37:29.5580452Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-09-07T06:37:29.5593213Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-09-07T06:37:29.5632177Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-09-07T06:37:29.5971717Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-09-07T06:37:29.5984447Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-09-07T06:37:29.5996709Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-09-07T06:37:29.6015801Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-09-07T06:37:29.6027670Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-09-07T06:37:29.6033959Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-09-07T06:37:29.6037545Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-09-07T06:37:29.6277828Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-09-07T06:37:29.6284263Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-09-07T06:37:29.6287047Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-09-07T06:37:29.6349005Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-09-07T06:37:29.6367508Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-09-07T06:37:29.6379744Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-09-07T06:37:29.6387308Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-09-07T06:37:29.6390429Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-09-07T06:37:29.6409603Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-09-07T06:37:29.6422141Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-09-07T06:37:29.6428098Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-09-07T06:37:29.6466012Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-09-07T06:37:29.6477738Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-09-07T06:37:29.6491669Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-09-07T06:37:29.6494847Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-09-07T06:37:29.6500647Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-09-07T06:37:29.6506109Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-09-07T06:37:29.6511904Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-09-07T06:37:29.6514828Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-09-07T06:37:29.6521740Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:29.6525185Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:29.6584539Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:29.6597263Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:29.6627888Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:29.6640404Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:29.6652348Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:29.6759760Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:29.6771460Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:29.6778202Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-09-07T06:37:29.6781329Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-09-07T06:37:29.6793078Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-09-07T06:37:29.6800398Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-09-07T06:37:29.6804029Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-09-07T06:37:29.6823997Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-09-07T06:37:29.6831504Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-09-07T06:37:29.6834398Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-09-07T06:37:29.6855394Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-09-07T06:37:29.6862343Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-09-07T06:37:29.6865359Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-09-07T06:37:29.6884508Z copying torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-09-07T06:37:29.6897221Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-09-07T06:37:29.6903415Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-09-07T06:37:29.6906864Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-09-07T06:37:29.6918939Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-09-07T06:37:29.6954651Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-09-07T06:37:29.6967673Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-09-07T06:37:29.6974049Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-09-07T06:37:29.6977276Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-09-07T06:37:29.6989839Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-09-07T06:37:29.7007271Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-09-07T06:37:29.7020542Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:29.7023612Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:29.7042774Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:29.7093155Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:29.7130096Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:29.7150380Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:29.7181148Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:29.7212206Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:29.7242240Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:29.7249455Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-09-07T06:37:29.7251900Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-09-07T06:37:29.7258710Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-09-07T06:37:29.7262117Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-09-07T06:37:29.7274689Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-09-07T06:37:29.7277615Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-09-07T06:37:29.7282176Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-09-07T06:37:29.7295993Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2025-09-07T06:37:29.7299015Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-09-07T06:37:29.7304577Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-09-07T06:37:29.7341116Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-09-07T06:37:29.7358837Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-09-07T06:37:29.7385959Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-09-07T06:37:29.7398239Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-09-07T06:37:29.7410178Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-09-07T06:37:29.7428192Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-09-07T06:37:29.7441067Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-09-07T06:37:29.7443855Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-09-07T06:37:29.7455815Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-09-07T06:37:29.7695058Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-09-07T06:37:29.7729808Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-09-07T06:37:29.7754126Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-09-07T06:37:29.7761267Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2025-09-07T06:37:29.7764342Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-09-07T06:37:29.7776463Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-09-07T06:37:29.7782338Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-09-07T06:37:29.7785219Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-09-07T06:37:29.7808888Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-09-07T06:37:29.7818469Z creating build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-09-07T06:37:29.7822013Z copying torch\utils\serialization\config.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-09-07T06:37:29.7828290Z copying torch\utils\serialization\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-09-07T06:37:29.7841482Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-09-07T06:37:29.7844524Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-09-07T06:37:29.7868786Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-09-07T06:37:29.7893069Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-09-07T06:37:29.7904726Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-09-07T06:37:29.7928272Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-09-07T06:37:29.7941245Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-09-07T06:37:29.7952706Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-09-07T06:37:29.7964852Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-09-07T06:37:29.7977145Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-09-07T06:37:29.7984117Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2025-09-07T06:37:29.7987203Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-09-07T06:37:29.8004913Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-09-07T06:37:29.8011830Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-09-07T06:37:29.8015496Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-09-07T06:37:29.8032846Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-09-07T06:37:29.8040050Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-09-07T06:37:29.8043208Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-09-07T06:37:29.8074295Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-09-07T06:37:29.8085861Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-09-07T06:37:29.8104462Z copying torch\utils\_sympy\printers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-09-07T06:37:29.8123020Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-09-07T06:37:29.8146401Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-09-07T06:37:29.8159260Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-09-07T06:37:29.8171720Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-09-07T06:37:29.8188641Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-09-07T06:37:29.8214415Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-09-07T06:37:29.8221196Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-09-07T06:37:29.8224268Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-09-07T06:37:29.8236543Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-09-07T06:37:29.8248369Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-09-07T06:37:29.8260401Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-09-07T06:37:29.8266234Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-09-07T06:37:29.8289326Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-09-07T06:37:29.8296255Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:29.8299462Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:29.8312257Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:29.8324893Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:29.8337418Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:29.8365987Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:29.8378574Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:29.8385069Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-09-07T06:37:29.8388227Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-09-07T06:37:29.8400624Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-09-07T06:37:29.8419730Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-09-07T06:37:29.8432083Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-09-07T06:37:29.8443791Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-09-07T06:37:29.8462485Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-09-07T06:37:29.8484723Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-09-07T06:37:29.8503711Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-09-07T06:37:29.8515885Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-09-07T06:37:29.8522780Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:29.8526022Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:29.8553396Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:29.8560001Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-09-07T06:37:29.8563081Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-09-07T06:37:29.8581633Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-09-07T06:37:29.8593829Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-09-07T06:37:29.8606638Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-09-07T06:37:29.8629370Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-09-07T06:37:29.8648302Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-09-07T06:37:29.8661829Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-09-07T06:37:29.8664939Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-09-07T06:37:29.8677942Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-09-07T06:37:29.8690920Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-09-07T06:37:29.8702676Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-09-07T06:37:29.8715835Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-09-07T06:37:29.8745287Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-09-07T06:37:29.8784603Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-09-07T06:37:29.8787885Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-09-07T06:37:29.8800683Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-09-07T06:37:29.8813805Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-09-07T06:37:29.8836988Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-09-07T06:37:29.8855125Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-09-07T06:37:29.8863502Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.8866583Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.8879354Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.8898981Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.8953475Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.8970216Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.8982331Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.8994698Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.9012331Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.9024362Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.9035992Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.9047730Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.9060265Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-09-07T06:37:29.9074144Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-09-07T06:37:29.9077251Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-09-07T06:37:29.9090423Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-09-07T06:37:29.9102209Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-09-07T06:37:29.9114307Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-09-07T06:37:29.9132493Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-09-07T06:37:29.9154822Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-09-07T06:37:29.9167879Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-09-07T06:37:29.9170746Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-09-07T06:37:29.9183369Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-09-07T06:37:29.9196506Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-09-07T06:37:29.9214996Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-09-07T06:37:29.9222315Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-09-07T06:37:29.9225303Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-09-07T06:37:29.9237692Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-09-07T06:37:29.9249517Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-09-07T06:37:29.9275218Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-09-07T06:37:29.9305071Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-09-07T06:37:29.9317392Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-09-07T06:37:29.9329963Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-09-07T06:37:29.9342301Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-09-07T06:37:29.9348085Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-09-07T06:37:29.9360813Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-09-07T06:37:29.9373588Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-09-07T06:37:29.9380935Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9384010Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9396193Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9408177Z copying torch\_dynamo\polyfills\fx.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9420933Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9448817Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9460670Z copying torch\_dynamo\polyfills\operator.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9477520Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9489404Z copying torch\_dynamo\polyfills\pytree.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9501605Z copying torch\_dynamo\polyfills\struct.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9513081Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9525178Z copying torch\_dynamo\polyfills\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9536802Z copying torch\_dynamo\polyfills\_collections.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9554237Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-09-07T06:37:29.9567827Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-09-07T06:37:29.9571001Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-09-07T06:37:29.9600598Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-09-07T06:37:29.9627545Z copying torch\_dynamo\repro\aoti.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-09-07T06:37:29.9646150Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-09-07T06:37:29.9655363Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:29.9658368Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:29.9680894Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:29.9819134Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:29.9876998Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:29.9889473Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:29.9936642Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:29.9967193Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:29.9988030Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0034526Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0098566Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0116990Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0128988Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0160407Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0199127Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0230680Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0249632Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0262157Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0274204Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0313104Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0366094Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0385722Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0671055Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-09-07T06:37:30.0685154Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2025-09-07T06:37:30.0688287Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-09-07T06:37:30.0700672Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-09-07T06:37:30.0706432Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-09-07T06:37:30.0724407Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-09-07T06:37:30.0733975Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0737703Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0749311Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0761928Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0784484Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0801391Z copying torch\_export\passes\insert_custom_op_guards.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0813952Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0832770Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0845201Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0857296Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0877469Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0895875Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0907489Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0919858Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0931954Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-09-07T06:37:30.0939048Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-09-07T06:37:30.0942104Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-09-07T06:37:30.0954335Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-09-07T06:37:30.0971130Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-09-07T06:37:30.0977652Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2025-09-07T06:37:30.0980911Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-09-07T06:37:30.0992697Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-09-07T06:37:30.1005064Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-09-07T06:37:30.1029319Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-09-07T06:37:30.1221649Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-09-07T06:37:30.1235316Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-09-07T06:37:30.1247472Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1250756Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1256809Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1268268Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1289287Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1302296Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1313742Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1325173Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1330860Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1347592Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1359704Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1371836Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1389007Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1394967Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1400608Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1406581Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1412402Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1418158Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1424123Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1440405Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1446151Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1452992Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1464138Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1469847Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1483394Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1501586Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1507442Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1534485Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1540526Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1546180Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1557747Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1563361Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1568909Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1580231Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1585775Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1591499Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1613081Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1618837Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-09-07T06:37:30.1632383Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-09-07T06:37:30.1635631Z copying torch\_functorch\_activation_checkpointing\ac_logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-09-07T06:37:30.1657851Z copying torch\_functorch\_activation_checkpointing\graph_info_provider.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-09-07T06:37:30.1669317Z copying torch\_functorch\_activation_checkpointing\knapsack.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-09-07T06:37:30.1692249Z copying torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-09-07T06:37:30.1704031Z copying torch\_functorch\_activation_checkpointing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-09-07T06:37:30.1713230Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.1716540Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.1749846Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.1773571Z copying torch\_functorch\_aot_autograd\descriptors.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.1801393Z copying torch\_functorch\_aot_autograd\frontend_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.1813744Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.1832410Z copying torch\_functorch\_aot_autograd\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.1850567Z copying torch\_functorch\_aot_autograd\graph_capture.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.1868586Z copying torch\_functorch\_aot_autograd\graph_capture_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.1901676Z copying torch\_functorch\_aot_autograd\graph_compile.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.1938228Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.1956452Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.1968043Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.2026436Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.2057478Z copying torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.2068788Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.2092655Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.2111420Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-09-07T06:37:30.2118661Z creating build\lib.win-amd64-cpython-39\torch\_inductor\analysis 2025-09-07T06:37:30.2121666Z copying torch\_inductor\analysis\device_info.py -> build\lib.win-amd64-cpython-39\torch\_inductor\analysis 2025-09-07T06:37:30.2133976Z copying torch\_inductor\analysis\profile_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor\analysis 2025-09-07T06:37:30.2153492Z copying torch\_inductor\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\analysis 2025-09-07T06:37:30.2159377Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-09-07T06:37:30.2162486Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-09-07T06:37:30.2176383Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-09-07T06:37:30.2194564Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-09-07T06:37:30.2218068Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-09-07T06:37:30.2241514Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-09-07T06:37:30.2253002Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2256781Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2268472Z copying torch\_inductor\codegen\block_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2279936Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2351593Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2456664Z copying torch\_inductor\codegen\cpp_bmm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2484276Z copying torch\_inductor\codegen\cpp_flex_attention_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2510615Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2558157Z copying torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2582836Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2621391Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2633158Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2657614Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2676514Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2735943Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2767954Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2787476Z copying torch\_inductor\codegen\cpp_wrapper_mps.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2801100Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2812558Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2824719Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2848118Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2881614Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2900449Z copying torch\_inductor\codegen\mps.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2927545Z copying torch\_inductor\codegen\mps_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2939773Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2958785Z copying torch\_inductor\codegen\python_wrapper_mtia.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2970439Z copying torch\_inductor\codegen\segmented_tree.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.2983436Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.3035547Z copying torch\_inductor\codegen\simd_kernel_features.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.3054911Z copying torch\_inductor\codegen\subgraph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.3072733Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.3168571Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.3203199Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.3215484Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.3228858Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.3300582Z copying torch\_inductor\codegen\wrapper_fxir.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.3320290Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-09-07T06:37:30.3326982Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-09-07T06:37:30.3330155Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-09-07T06:37:30.3343759Z copying torch\_inductor\compile_worker\tracked_process_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-09-07T06:37:30.3355904Z copying torch\_inductor\compile_worker\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-09-07T06:37:30.3373155Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-09-07T06:37:30.3389718Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-09-07T06:37:30.3404457Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3407554Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3427082Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3445685Z copying torch\_inductor\fx_passes\bucketing.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3463922Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3492507Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3504609Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3517278Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3529230Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3541191Z copying torch\_inductor\fx_passes\fsdp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3562240Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3587095Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3619294Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3644906Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3672371Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3683832Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3836802Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3848778Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3867647Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3913369Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.3933762Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.4004481Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.4076433Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.4088553Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.4154195Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-09-07T06:37:30.4161002Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-09-07T06:37:30.4164972Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-09-07T06:37:30.4176717Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-09-07T06:37:30.4195751Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-09-07T06:37:30.4220257Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-09-07T06:37:30.4237682Z copying torch\_inductor\kernel\mm_grouped.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-09-07T06:37:30.4265998Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-09-07T06:37:30.4282545Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-09-07T06:37:30.4289667Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-09-07T06:37:30.4292911Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-09-07T06:37:30.4333623Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-09-07T06:37:30.4344479Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-09-07T06:37:30.4353382Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4356726Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4385237Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4403178Z copying torch\_inductor\runtime\cache_dir_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4415267Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4432392Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4450661Z copying torch\_inductor\runtime\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4473448Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4489097Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4500218Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4511202Z copying torch\_inductor\runtime\static_cuda_launcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4526624Z copying torch\_inductor\runtime\triton_compat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4537090Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4554784Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4623142Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-09-07T06:37:30.4630077Z creating build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics 2025-09-07T06:37:30.4633349Z copying torch\_inductor\template_heuristics\aten.py -> build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics 2025-09-07T06:37:30.4644696Z copying torch\_inductor\template_heuristics\base.py -> build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics 2025-09-07T06:37:30.4655832Z copying torch\_inductor\template_heuristics\contiguous_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics 2025-09-07T06:37:30.4826357Z copying torch\_inductor\template_heuristics\decompose_k.py -> build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics 2025-09-07T06:37:30.4847359Z copying torch\_inductor\template_heuristics\gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics 2025-09-07T06:37:30.4853444Z copying torch\_inductor\template_heuristics\registry.py -> build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics 2025-09-07T06:37:30.4865735Z copying torch\_inductor\template_heuristics\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics 2025-09-07T06:37:30.4910831Z copying torch\_inductor\template_heuristics\triton_addmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics 2025-09-07T06:37:30.4927982Z copying torch\_inductor\template_heuristics\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics 2025-09-07T06:37:30.4935698Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:30.4940442Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:30.4951115Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:30.4967803Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:30.4996076Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:30.5015606Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:30.5028561Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:30.5034739Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5037913Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5049931Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5066357Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5107085Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5110168Z copying torch\_inductor\codegen\cuda\cutlass_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5121956Z copying torch\_inductor\codegen\cuda\cutlass_presets.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5133814Z copying torch\_inductor\codegen\cuda\cutlass_python_evt.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5145705Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5163541Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5175904Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5214325Z copying torch\_inductor\codegen\cuda\serialization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5231952Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-09-07T06:37:30.5238228Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cutedsl 2025-09-07T06:37:30.5241324Z copying torch\_inductor\codegen\cutedsl\cutedsl_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cutedsl 2025-09-07T06:37:30.5254594Z copying torch\_inductor\codegen\cutedsl\cutedsl_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cutedsl 2025-09-07T06:37:30.5268154Z copying torch\_inductor\codegen\cutedsl\cutedsl_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cutedsl 2025-09-07T06:37:30.5293711Z copying torch\_inductor\codegen\cutedsl\cutedsl_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cutedsl 2025-09-07T06:37:30.5309214Z copying torch\_inductor\codegen\cutedsl\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cutedsl 2025-09-07T06:37:30.5314853Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mtia 2025-09-07T06:37:30.5317835Z copying torch\_inductor\codegen\mtia\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mtia 2025-09-07T06:37:30.5330207Z copying torch\_inductor\codegen\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mtia 2025-09-07T06:37:30.5338426Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5341723Z copying torch\_inductor\codegen\rocm\ck_conv_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5365660Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5377105Z copying torch\_inductor\codegen\rocm\ck_tile_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5390083Z copying torch\_inductor\codegen\rocm\ck_tile_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5425035Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5452069Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5463518Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5475583Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5487570Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5499304Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5512279Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5523116Z copying torch\_inductor\codegen\rocm\rocm_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5541480Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-09-07T06:37:30.5544840Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-09-07T06:37:30.5548597Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-09-07T06:37:30.5560276Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-09-07T06:37:30.5567018Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-09-07T06:37:30.5570352Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\evt_extensions.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-09-07T06:37:30.5583683Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-09-07T06:37:30.5608276Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-09-07T06:37:30.5624323Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports 2025-09-07T06:37:30.5627510Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports 2025-09-07T06:37:30.5633634Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda 2025-09-07T06:37:30.5636865Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda\cuda.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda 2025-09-07T06:37:30.5642800Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda\cudart.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda 2025-09-07T06:37:30.5649140Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda 2025-09-07T06:37:30.5654985Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\pydot 2025-09-07T06:37:30.5658096Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\pydot\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\pydot 2025-09-07T06:37:30.5665279Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy 2025-09-07T06:37:30.5668413Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy\special.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy 2025-09-07T06:37:30.5679674Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy 2025-09-07T06:37:30.5690930Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5694268Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5706205Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5723000Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5744965Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5756996Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5786622Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5799025Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5812220Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5825258Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5838655Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5863810Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5890908Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5909523Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5940803Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5953458Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5966025Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_20.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.5991217Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_21.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.6003295Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_22.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.6016578Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_23.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.6692970Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_24.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.6706470Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.6719585Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.6732923Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.6746312Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.6759818Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.6779815Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.6792588Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.6805960Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:30.6813043Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex 2025-09-07T06:37:30.6816136Z copying torch\_inductor\kernel\flex\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex 2025-09-07T06:37:30.6829825Z copying torch\_inductor\kernel\flex\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex 2025-09-07T06:37:30.6850982Z copying torch\_inductor\kernel\flex\flex_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex 2025-09-07T06:37:30.6863885Z copying torch\_inductor\kernel\flex\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex 2025-09-07T06:37:30.6877362Z copying torch\_inductor\kernel\flex\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex 2025-09-07T06:37:30.6893759Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-09-07T06:37:30.6896842Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-09-07T06:37:30.6945274Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-09-07T06:37:30.6951907Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-09-07T06:37:30.6955092Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-09-07T06:37:30.6968448Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-09-07T06:37:30.6971382Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-09-07T06:37:30.6978155Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2025-09-07T06:37:30.6993469Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2025-09-07T06:37:30.7006889Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-09-07T06:37:30.7009559Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-09-07T06:37:30.7036417Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-09-07T06:37:30.7039658Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-09-07T06:37:30.7058614Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-09-07T06:37:30.7070120Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-09-07T06:37:30.7083322Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2025-09-07T06:37:30.7086415Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-09-07T06:37:30.7099254Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-09-07T06:37:30.7106390Z creating build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7109274Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7134889Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7158871Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7170667Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7182651Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7214414Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7220201Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7238120Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7270727Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7283159Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7301412Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7312796Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7324882Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-09-07T06:37:30.7331509Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2025-09-07T06:37:30.7334729Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-09-07T06:37:30.7355302Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-09-07T06:37:30.7367923Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-09-07T06:37:30.7380642Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-09-07T06:37:30.7554915Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-09-07T06:37:30.7575062Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-09-07T06:37:30.7594183Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-09-07T06:37:30.7597331Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-09-07T06:37:30.7610639Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-09-07T06:37:30.7616012Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-09-07T06:37:30.7633892Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-09-07T06:37:30.7636854Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-09-07T06:37:30.7649430Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-09-07T06:37:30.7661510Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-09-07T06:37:30.7668023Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-09-07T06:37:30.7671494Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-09-07T06:37:30.7691491Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-09-07T06:37:30.7710904Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-09-07T06:37:30.7740678Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-09-07T06:37:30.7746935Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2025-09-07T06:37:30.7750050Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-09-07T06:37:30.7762952Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-09-07T06:37:30.7775429Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-09-07T06:37:30.7793000Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-09-07T06:37:31.6206226Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:31.6251057Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:31.6776302Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2025-09-07T06:37:31.6780921Z creating build\lib.win-amd64-cpython-39\torch\bin 2025-09-07T06:37:31.6783911Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-09-07T06:37:31.6794108Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-09-07T06:37:31.6831854Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-09-07T06:37:31.6842450Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-09-07T06:37:31.6926631Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-09-07T06:37:31.6999396Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-09-07T06:37:31.7026645Z copying torch\bin\test_nativert.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-09-07T06:37:31.7057700Z creating build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7060600Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7070758Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7081135Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7098055Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7121288Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7138224Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7148620Z copying torch\test\c10_AllocatorConfig_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7159476Z copying torch\test\c10_ArrayRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7176282Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7187502Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7197370Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7213903Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7223809Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7234175Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7250524Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7260315Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7270766Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7286509Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7307639Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7318036Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7335295Z copying torch\test\c10_Enumerate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7345782Z copying torch\test\c10_error_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7355858Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7372182Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7382166Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7391999Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7408311Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7429638Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7440269Z copying torch\test\c10_IntrusiveList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7458216Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7467735Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7485188Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7501060Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7511021Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7521210Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7549398Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7559021Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7568982Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7585945Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7616459Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7626335Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7642967Z copying torch\test\c10_Semaphore_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7652649Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7662396Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7694319Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7703883Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7713254Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7729369Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7738950Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7749364Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7765526Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7794565Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7815285Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7832357Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7842604Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7853190Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7868945Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7879182Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7890140Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7906858Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7917268Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7941061Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7958725Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.7968705Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8013457Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8029870Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8040386Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8051289Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8061934Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8074517Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8089960Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8109872Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8122717Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8137432Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8156453Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8167721Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8177968Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8189598Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8202844Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8215811Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8232213Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8243423Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8254614Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8270675Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8281391Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8292949Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8315157Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8326261Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8336477Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8346690Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8376304Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8387281Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8405157Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8415884Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8426080Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8436509Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8447757Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8458452Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8474200Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8483977Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8495305Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8505341Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8515120Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8524474Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8553610Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8564148Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8574020Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8583973Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8593917Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-09-07T06:37:31.8604385Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:31.8618055Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:31.8630636Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:31.8650974Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:31.8669953Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-09-07T06:37:31.8676413Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:31.8689490Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-09-07T06:37:31.8715597Z creating build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8718792Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8731381Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8744708Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8750967Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8757256Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8787854Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8800754Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8821056Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8834380Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8847077Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8860903Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8879410Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8885656Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8891854Z copying torch\_C\_jit_tree_views.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8912358Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8925176Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8931948Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8951987Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8965137Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8972038Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.8985633Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.9007024Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.9798285Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:31.9816832Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-09-07T06:37:32.0002497Z creating build\lib.win-amd64-cpython-39\torch\_C\_dynamo 2025-09-07T06:37:32.0005463Z copying torch\_C\_dynamo\compiled_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C\_dynamo 2025-09-07T06:37:32.0019652Z copying torch\_C\_dynamo\eval_frame.pyi -> build\lib.win-amd64-cpython-39\torch\_C\_dynamo 2025-09-07T06:37:32.0033264Z copying torch\_C\_dynamo\guards.pyi -> build\lib.win-amd64-cpython-39\torch\_C\_dynamo 2025-09-07T06:37:32.0046698Z copying torch\_C\_dynamo\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C\_dynamo 2025-09-07T06:37:32.0052341Z creating build\lib.win-amd64-cpython-39\torch\_C\_export 2025-09-07T06:37:32.0055670Z copying torch\_C\_export\pt2_archive_constants.pyi -> build\lib.win-amd64-cpython-39\torch\_C\_export 2025-09-07T06:37:32.0068266Z copying torch\_C\_export\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C\_export 2025-09-07T06:37:32.0073803Z creating build\lib.win-amd64-cpython-39\torch\_C_flatbuffer 2025-09-07T06:37:32.0076955Z copying torch\_C_flatbuffer\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C_flatbuffer 2025-09-07T06:37:32.0089512Z creating build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:32.0092374Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:32.0098716Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:32.0104124Z creating build\lib.win-amd64-cpython-39\torch\lib\libshm 2025-09-07T06:37:32.0107164Z copying torch\lib\libshm\alloc_info.h -> build\lib.win-amd64-cpython-39\torch\lib\libshm 2025-09-07T06:37:32.0120155Z copying torch\lib\libshm\err.h -> build\lib.win-amd64-cpython-39\torch\lib\libshm 2025-09-07T06:37:32.0132403Z copying torch\lib\libshm\libshm.h -> build\lib.win-amd64-cpython-39\torch\lib\libshm 2025-09-07T06:37:32.0145826Z copying torch\lib\libshm\socket.h -> build\lib.win-amd64-cpython-39\torch\lib\libshm 2025-09-07T06:37:32.0163464Z creating build\lib.win-amd64-cpython-39\torch\lib\libshm_windows 2025-09-07T06:37:32.0166381Z copying torch\lib\libshm_windows\libshm.h -> build\lib.win-amd64-cpython-39\torch\lib\libshm_windows 2025-09-07T06:37:32.0171932Z creating build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0174985Z copying torch\include\advisor-annotate.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0182275Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0196236Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0202471Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0208684Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0235511Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0241559Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0256449Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0262977Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0269374Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0282000Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0288861Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0295181Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0309069Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0315547Z copying torch\include\ittnotify-zca.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0322083Z copying torch\include\ittnotify.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0331855Z copying torch\include\jitprofiling.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0339111Z copying torch\include\libittnotify.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0345696Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0359960Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0367316Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0375271Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0390651Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:32.0399170Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.0939593Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.0946410Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.0952598Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.0959032Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.0966870Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.0991293Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.0997814Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1010095Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1016882Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1022690Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1029176Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1035744Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1042224Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1056628Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1063437Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1070440Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1077059Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1084447Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1091146Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1118821Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1124997Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1131802Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1144091Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1150550Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1157031Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1163506Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1170534Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1177157Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1184167Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1203477Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1210322Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1223107Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1229914Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1236188Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1242600Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1250218Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1258251Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1270624Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1277091Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1283624Z copying torch\include\ATen\DTensorState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1296349Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1314670Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1321284Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1333522Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1340491Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1347156Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1360052Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1366725Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1374133Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1386784Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1392824Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1411309Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1423747Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1430314Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1436861Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1450333Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1457368Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1463963Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1477926Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1484630Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1491977Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1521561Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1527961Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1534650Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1541034Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1547591Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1554656Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1567764Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1575160Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1584138Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1612725Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1619827Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1626263Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1639695Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1647968Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1654521Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1666713Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1673042Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1679260Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1685664Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1704074Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1710556Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1722829Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1729525Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1736547Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1787453Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1801365Z copying torch\include\ATen\ROCmFABackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1807848Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1819893Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1825768Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1832236Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1843863Z copying torch\include\ATen\SDPBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1849705Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1855729Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1861899Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1868612Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1875248Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1888223Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1894246Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1900586Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1912979Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1930736Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1937604Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1944368Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1951599Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1958234Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1965659Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1973160Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1980808Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1988098Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.1994722Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.2001511Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.2008393Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.2015424Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.2022786Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.2029070Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.2035388Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.2041673Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.2070545Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.2077084Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-09-07T06:37:32.2095779Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2098713Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2111902Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2118383Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2124437Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2154795Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2160818Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2174618Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2180917Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2186939Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2193383Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2199833Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2206743Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2219686Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2271314Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2277988Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2285689Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2291892Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2299550Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2305820Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2312698Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2319222Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2325907Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2462958Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2469378Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2476656Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2484556Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2491529Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2498309Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2505447Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2512071Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2525244Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2531696Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.2537996Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4076359Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4083532Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4104958Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4125820Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4144068Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4155242Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4162673Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4194348Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4201314Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4213714Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4220619Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4226916Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4249400Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4255661Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4262279Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4275428Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4281763Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4288350Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4301317Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4307730Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4314150Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4326182Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4342538Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4349218Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4361893Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4367908Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4374447Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4387931Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4393718Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4399957Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4413780Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4423702Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4430247Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4464274Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4470373Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4476877Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4491002Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4498740Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4513236Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4517249Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4525245Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-09-07T06:37:32.4530913Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-09-07T06:37:32.4532674Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-09-07T06:37:32.4539142Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-09-07T06:37:32.4545324Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-09-07T06:37:32.4552116Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-09-07T06:37:32.4574339Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-09-07T06:37:32.4579730Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-09-07T06:37:32.4582600Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-09-07T06:37:32.4595490Z copying torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-09-07T06:37:32.4602282Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-09-07T06:37:32.4609270Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-09-07T06:37:32.4632304Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-09-07T06:37:32.4637909Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-09-07T06:37:32.4640842Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-09-07T06:37:32.4647070Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-09-07T06:37:32.4654244Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-09-07T06:37:32.4660632Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-09-07T06:37:32.4686530Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-09-07T06:37:32.4693296Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-09-07T06:37:32.4706474Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-09-07T06:37:32.4711933Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-09-07T06:37:32.4714912Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-09-07T06:37:32.4721150Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-09-07T06:37:32.4733914Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-09-07T06:37:32.4740300Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-09-07T06:37:32.4761507Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-09-07T06:37:32.4764424Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-09-07T06:37:32.4771305Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-09-07T06:37:32.4777227Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-09-07T06:37:32.4788984Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-09-07T06:37:32.4793077Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-09-07T06:37:32.4798836Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-09-07T06:37:32.4804884Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-09-07T06:37:32.4818212Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-09-07T06:37:32.4834642Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-09-07T06:37:32.4840904Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-09-07T06:37:32.4848599Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-09-07T06:37:32.4856208Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-09-07T06:37:32.4867274Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-09-07T06:37:32.4887169Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-09-07T06:37:32.4893743Z copying torch\include\ATen\cpu\vec\vec_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-09-07T06:37:32.4905923Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:32.4909737Z copying torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:32.4915699Z copying torch\include\ATen\cpu\vec\sve\vec_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:32.4922464Z copying torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:32.4935040Z copying torch\include\ATen\cpu\vec\sve\vec_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:32.4951583Z copying torch\include\ATen\cpu\vec\sve\vec_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:32.4958553Z copying torch\include\ATen\cpu\vec\sve\vec_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:32.4965414Z copying torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:32.4972821Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:32.4974977Z copying torch\include\ATen\cpu\vec\vec128\vec128.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:32.4981310Z copying torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:32.4989336Z copying torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:32.5011367Z copying torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:32.5013552Z copying torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:32.5020829Z copying torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:32.5026791Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5030293Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5036345Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5042585Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5055894Z copying torch\include\ATen\cpu\vec\vec256\vec256_16bit_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5073056Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5079574Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5086548Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5093564Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5100122Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5106739Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5113938Z copying torch\include\ATen\cpu\vec\vec256\vec256_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5127463Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5135334Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5142072Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:32.5148584Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5151568Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5158108Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5164684Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5189442Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5197661Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5211834Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5219812Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5226493Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5239530Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5246352Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5253229Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5259890Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5267128Z copying torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:32.5273082Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2025-09-07T06:37:32.5275998Z copying torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2025-09-07T06:37:32.5283271Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:32.5286174Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:32.5292879Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:32.5300156Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:32.5306780Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:32.5324141Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:32.5330447Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:32.5337145Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:32.5344339Z copying torch\include\ATen\cpu\vec\vec512\vec512_float8.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:32.5357454Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:32.5364760Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:32.5370996Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:32.5378095Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5381009Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5387302Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5393497Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5406964Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5413675Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5429520Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5435962Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5442409Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5454981Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5461326Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5467695Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5473828Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5480455Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5487500Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5494692Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5501621Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5508598Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5515226Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5522358Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5528496Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5544313Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5550374Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5556322Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5562482Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5568423Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:32.5573819Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-09-07T06:37:32.5576671Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-09-07T06:37:32.5588957Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-09-07T06:37:32.5595154Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-09-07T06:37:32.5601116Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-09-07T06:37:32.5616866Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-09-07T06:37:32.5619721Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-09-07T06:37:32.5626520Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-09-07T06:37:32.5639612Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-09-07T06:37:32.5647170Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-09-07T06:37:32.5662869Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-09-07T06:37:32.5669184Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-09-07T06:37:32.5675782Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-09-07T06:37:32.5681525Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-09-07T06:37:32.5684375Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-09-07T06:37:32.5690784Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-09-07T06:37:32.5697085Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-09-07T06:37:32.5709488Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-09-07T06:37:32.5715361Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-09-07T06:37:32.5737980Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-09-07T06:37:32.5743338Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-09-07T06:37:32.5746406Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-09-07T06:37:32.5753981Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-09-07T06:37:32.5760021Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-09-07T06:37:32.5777214Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-09-07T06:37:32.5783605Z copying torch\include\ATen\detail\HPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-09-07T06:37:32.5790277Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-09-07T06:37:32.5796898Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-09-07T06:37:32.5803413Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-09-07T06:37:32.5811649Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-09-07T06:37:32.5817679Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-09-07T06:37:32.5830757Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-09-07T06:37:32.5837013Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5840379Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5846940Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5859898Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5876378Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5889116Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5896910Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5903596Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5916436Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5923413Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5929969Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5937750Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5944153Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5950149Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-09-07T06:37:32.5962329Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-09-07T06:37:32.5967025Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-09-07T06:37:32.5973471Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-09-07T06:37:32.5980226Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-09-07T06:37:32.5997193Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-09-07T06:37:32.6003093Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\metal 2025-09-07T06:37:32.6005456Z copying torch\include\ATen\metal\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\metal 2025-09-07T06:37:32.6010834Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-09-07T06:37:32.6015293Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-09-07T06:37:32.6021342Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-09-07T06:37:32.6026862Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-09-07T06:37:32.6033117Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-09-07T06:37:32.6049277Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-09-07T06:37:32.6062053Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-09-07T06:37:32.6067174Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-09-07T06:37:32.6070091Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-09-07T06:37:32.6076436Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-09-07T06:37:32.6083036Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-09-07T06:37:32.6089842Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-09-07T06:37:32.6105884Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-09-07T06:37:32.6143733Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-09-07T06:37:32.6150118Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-09-07T06:37:32.6156802Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-09-07T06:37:32.6196973Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-09-07T06:37:32.6203393Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-09-07T06:37:32.6211332Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-09-07T06:37:32.6217162Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6219261Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6225745Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6232253Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6240099Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6251540Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6257623Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6264146Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6277065Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6283329Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6289870Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6298131Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6303842Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6309755Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6317023Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6323410Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6329580Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6342424Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6348622Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6355353Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6368784Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6375357Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6392999Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6399895Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6406789Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6413262Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6420187Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6427044Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6439335Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6442283Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6448673Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6454920Z copying torch\include\ATen\native\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6461746Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6479060Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6485722Z copying torch\include\ATen\native\GroupedMMUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6492156Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6498611Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6505073Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6511379Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6517857Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6524212Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6536923Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6543481Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6549937Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6571855Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6578874Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6585179Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6593643Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6600062Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6606419Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6612675Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6619180Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6625571Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6631706Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6648153Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6654647Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6661026Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6667345Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6673814Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6686421Z copying torch\include\ATen\native\RangeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6693210Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6699184Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6711868Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6718642Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6725156Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6750198Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6756443Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6763251Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6769905Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6776660Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6783116Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6790086Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6796529Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6803290Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6810292Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6847099Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6848009Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6848910Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6850021Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6856793Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6871222Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6876999Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6884460Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6891007Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6898048Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6915523Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6922204Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6928844Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6935377Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6948045Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6954205Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6960594Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6966948Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6973182Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6980506Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6985977Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6992473Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.6999192Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.7005264Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-09-07T06:37:32.7010991Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-09-07T06:37:32.7016359Z copying torch\include\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-09-07T06:37:32.7022813Z copying torch\include\ATen\native\ao_sparse\quantized\cpu\packed_params.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-09-07T06:37:32.7035931Z copying torch\include\ATen\native\ao_sparse\quantized\cpu\qnnpack_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-09-07T06:37:32.7041431Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7044333Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7056718Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7063492Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7070178Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7086308Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7093526Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7099941Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7107254Z copying torch\include\ATen\native\cpu\Elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7114064Z copying torch\include\ATen\native\cpu\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7121021Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7127959Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7134545Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7141064Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7153679Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7160814Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7166436Z copying torch\include\ATen\native\cpu\LogSoftmaxKernelImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7172771Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7179323Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7185656Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7192043Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7240781Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7246738Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7253631Z copying torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7259923Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7266603Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7272813Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7279391Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7285810Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7292376Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7298677Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7315353Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7321701Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7334122Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-09-07T06:37:32.7339611Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7342530Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7348951Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7355187Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7367823Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7383960Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7391052Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7404787Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7410570Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7417850Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7424473Z copying torch\include\ATen\native\cuda\GroupMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7431314Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7438967Z copying torch\include\ATen\native\cuda\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7444891Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7451238Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7463242Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7469712Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7475995Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7482430Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7488736Z copying torch\include\ATen\native\cuda\ScaledGroupMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7495913Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7511918Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7518281Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7539649Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7545951Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7550842Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7557219Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:32.7562745Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-09-07T06:37:32.7565664Z copying torch\include\ATen\native\hip\ck_bgemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-09-07T06:37:32.7573218Z copying torch\include\ATen\native\hip\ck_gemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-09-07T06:37:32.7578307Z copying torch\include\ATen\native\hip\ck_gemm_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-09-07T06:37:32.7584602Z copying torch\include\ATen\native\hip\ck_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-09-07T06:37:32.7597328Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\bgemm_kernels 2025-09-07T06:37:32.7610143Z copying torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_collection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\bgemm_kernels 2025-09-07T06:37:32.7616757Z copying torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\bgemm_kernels 2025-09-07T06:37:32.7622052Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-09-07T06:37:32.7624960Z copying torch\include\ATen\native\kleidiai\kai_kernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-09-07T06:37:32.7637837Z copying torch\include\ATen\native\kleidiai\kai_pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-09-07T06:37:32.7644052Z copying torch\include\ATen\native\kleidiai\kai_ukernel_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-09-07T06:37:32.7649872Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu 2025-09-07T06:37:32.7654269Z copying torch\include\ATen\native\mkldnn\xpu\Conv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu 2025-09-07T06:37:32.7660750Z copying torch\include\ATen\native\mkldnn\xpu\FusionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu 2025-09-07T06:37:32.7667021Z copying torch\include\ATen\native\mkldnn\xpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu 2025-09-07T06:37:32.7673242Z copying torch\include\ATen\native\mkldnn\xpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu 2025-09-07T06:37:32.7678944Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:32.7681888Z copying torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:32.7688560Z copying torch\include\ATen\native\mkldnn\xpu\detail\DnnlExt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:32.7701459Z copying torch\include\ATen\native\mkldnn\xpu\detail\LRUCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:32.7707624Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:32.7713965Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:32.7720217Z copying torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:32.7741372Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-09-07T06:37:32.7744593Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-09-07T06:37:32.7751272Z copying torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-09-07T06:37:32.7757900Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-09-07T06:37:32.7770655Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-09-07T06:37:32.7786865Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-09-07T06:37:32.7793756Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-09-07T06:37:32.7807525Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-09-07T06:37:32.7813139Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\kernels 2025-09-07T06:37:32.7816431Z copying torch\include\ATen\native\mps\kernels\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\kernels 2025-09-07T06:37:32.7824771Z copying torch\include\ATen\native\mps\kernels\Pooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\kernels 2025-09-07T06:37:32.7830548Z copying torch\include\ATen\native\mps\kernels\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\kernels 2025-09-07T06:37:32.7841799Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-09-07T06:37:32.7844065Z copying torch\include\ATen\native\mps\operations\BinaryKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-09-07T06:37:32.7850916Z copying torch\include\ATen\native\mps\operations\FusedAdamAmsgradKernelImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-09-07T06:37:32.7857638Z copying torch\include\ATen\native\mps\operations\FusedAdamKernelImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-09-07T06:37:32.7873609Z copying torch\include\ATen\native\mps\operations\FusedAdamWAmsgradKernelImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-09-07T06:37:32.7880618Z copying torch\include\ATen\native\mps\operations\FusedAdamWKernelImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-09-07T06:37:32.7888115Z copying torch\include\ATen\native\mps\operations\MultiTensorApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-09-07T06:37:32.7893947Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mtia 2025-09-07T06:37:32.7896864Z copying torch\include\ATen\native\mtia\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mtia 2025-09-07T06:37:32.7902537Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-09-07T06:37:32.7905741Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-09-07T06:37:32.7911996Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-09-07T06:37:32.7918589Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-09-07T06:37:32.7940008Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-09-07T06:37:32.7946500Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-09-07T06:37:32.7952537Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-09-07T06:37:32.7955513Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-09-07T06:37:32.7963138Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-09-07T06:37:32.7975254Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-09-07T06:37:32.7991659Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-09-07T06:37:32.8015387Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-09-07T06:37:32.8016359Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-09-07T06:37:32.8018012Z copying torch\include\ATen\native\quantized\library.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-09-07T06:37:32.8024188Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-09-07T06:37:32.8029737Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8033606Z copying torch\include\ATen\native\quantized\cpu\ACLUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8044800Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8051237Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8057984Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8079992Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8086252Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8092347Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8098825Z copying torch\include\ATen\native\quantized\cpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8111348Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8117787Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8124000Z copying torch\include\ATen\native\quantized\cpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8130550Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8144743Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8151089Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8158631Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8164715Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:32.8176358Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cudnn 2025-09-07T06:37:32.8179297Z copying torch\include\ATen\native\quantized\cudnn\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cudnn 2025-09-07T06:37:32.8184909Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-09-07T06:37:32.8188082Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-09-07T06:37:32.8194928Z copying torch\include\ATen\native\transformers\sdp_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-09-07T06:37:32.8201026Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-09-07T06:37:32.8216551Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda 2025-09-07T06:37:32.8219617Z copying torch\include\ATen\native\transformers\cuda\sdp_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda 2025-09-07T06:37:32.8225202Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\flash_attn 2025-09-07T06:37:32.8262108Z copying torch\include\ATen\native\transformers\cuda\flash_attn\flash_api.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\flash_attn 2025-09-07T06:37:32.8269760Z copying torch\include\ATen\native\transformers\cuda\flash_attn\static_switch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\flash_attn 2025-09-07T06:37:32.8281506Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-09-07T06:37:32.8284605Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\debug_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-09-07T06:37:32.8291189Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm_kernel_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-09-07T06:37:32.8298758Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-09-07T06:37:32.8316769Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-09-07T06:37:32.8324966Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\pytorch_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-09-07T06:37:32.8330522Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-09-07T06:37:32.8333957Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_pipelined.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-09-07T06:37:32.8341040Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_rescale_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-09-07T06:37:32.8353480Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_thread_apply_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-09-07T06:37:32.8368838Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:32.8372893Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:32.8379130Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:32.8391383Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_multistage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:32.8398652Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_pipelined.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:32.8416117Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\find_default_mma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:32.8428972Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_accum_lambda_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:32.8436846Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_from_smem.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:32.8442853Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:32.8446243Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\default_warp_iterator_from_smem.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:32.8454686Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\epilogue_predicated_tile_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:32.8466780Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\make_residual_last.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:32.8483595Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_access_iterator_residual_last.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:32.8491454Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_iterator_residual_last.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:32.8506049Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\transpose_warp_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:32.8514324Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\warp_iterator_from_smem.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:32.8519878Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels 2025-09-07T06:37:32.8534252Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels 2025-09-07T06:37:32.8543442Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels 2025-09-07T06:37:32.8559570Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform 2025-09-07T06:37:32.8562711Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform\tile_smem_loader.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform 2025-09-07T06:37:32.8568088Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip 2025-09-07T06:37:32.8571083Z copying torch\include\ATen\native\transformers\hip\aotriton_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip 2025-09-07T06:37:32.8577552Z copying torch\include\ATen\native\transformers\hip\aotriton_versions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip 2025-09-07T06:37:32.8583643Z copying torch\include\ATen\native\transformers\hip\gemm_kernel_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip 2025-09-07T06:37:32.8590235Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\flash_attn 2025-09-07T06:37:32.8602219Z copying torch\include\ATen\native\transformers\hip\flash_attn\flash_api.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\flash_attn 2025-09-07T06:37:32.8608221Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\flash_attn\ck 2025-09-07T06:37:32.8611229Z copying torch\include\ATen\native\transformers\hip\flash_attn\ck\me_ck_api.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\flash_attn\ck 2025-09-07T06:37:32.8616690Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-09-07T06:37:32.8619563Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-09-07T06:37:32.8631986Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-09-07T06:37:32.8638244Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-09-07T06:37:32.8643835Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8647067Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8653193Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8659912Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8665991Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8900171Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8901137Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8902010Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8903862Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8904597Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8905288Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8905963Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8906638Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8907548Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8909474Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8910273Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8911019Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8911764Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8912518Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8913228Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8915103Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8916059Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8916830Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8917579Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8918453Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8919210Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8927427Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8934450Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8941286Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8948175Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8970368Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8977702Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8983526Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.8990327Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9002772Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9009388Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9016424Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9024318Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9045586Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9052455Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9059135Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9065743Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9086771Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9087703Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9130704Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9131705Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9132667Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9133526Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9134345Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9157222Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9170222Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9176927Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9183482Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9190018Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9208868Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9216617Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9223312Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9229615Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9241864Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9248538Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9266774Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9272466Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9286215Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9292774Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9299538Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9306242Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9312951Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9329221Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9335847Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9342443Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9355288Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9362508Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9379862Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9386779Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9400132Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9408553Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9414681Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9421580Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9435463Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9442953Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9449595Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9456502Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9463705Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9471617Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9477834Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9484577Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9497766Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9505251Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9512080Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9528853Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9532696Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9540828Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9546855Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9553575Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9567643Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9574363Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9591039Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9597472Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9604637Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9611457Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9618009Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9624671Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9638408Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9644936Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9651479Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9658345Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9665055Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9671866Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9678325Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9684942Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9691428Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9698113Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9704478Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9711129Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9729523Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9736066Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9742729Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9749360Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9772310Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9779776Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9785800Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9792472Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9799277Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9806046Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9812959Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9820269Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9826347Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9833035Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9839618Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9897580Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9911112Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9923773Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9930448Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9937131Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9950144Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9957437Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9963618Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9970460Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9983652Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9990341Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:32.9998164Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0005657Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0024402Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0030863Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0037458Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0044396Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0051204Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0058454Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0076110Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0082721Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0101395Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0107821Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0115004Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0121931Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0135102Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0141796Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0148457Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0155285Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0168716Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0175323Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0181720Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0188107Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0200682Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0207344Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0214788Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0221364Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0234252Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0240833Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0247462Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0253987Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0266839Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0273561Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0281184Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0287424Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0299928Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0306823Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0314208Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0321830Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0328111Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0335073Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0342039Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0348508Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0361780Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0367586Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0374310Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0381048Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0387949Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0396349Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0413596Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0419529Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0432815Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0439504Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0446346Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0453924Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0460270Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0467055Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0473723Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0480133Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0488557Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0494980Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0501502Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0508091Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0540089Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0540851Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0541623Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0543952Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0558347Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0564681Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0571608Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0578285Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0591478Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0631506Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0638316Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0644588Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0657177Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0663621Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0670848Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0677061Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0689669Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0696406Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0702844Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0709204Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0715638Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0722304Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0728716Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0735342Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0742058Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0748791Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0762210Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0768462Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0781549Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0788084Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0794374Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0800817Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0819706Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0826236Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0832945Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0839556Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0853292Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0859426Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0865868Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0872593Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0879290Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0885974Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0893896Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0899658Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0913131Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0920031Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0927699Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0934054Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0940578Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0947674Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0954588Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0962621Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0975173Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0981790Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0988174Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.0995269Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1009210Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1029347Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1030058Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1031714Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1044233Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1093950Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1100872Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1107712Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1121684Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1128223Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1135295Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1143099Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1156086Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1162702Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1169793Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1176669Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1189302Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1195809Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1202687Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1208973Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1221907Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1228422Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1235383Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1241811Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1254567Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1261145Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1267793Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1274743Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1293857Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1300690Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1308387Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1314550Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1329765Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1336559Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1343053Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1349963Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1363062Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1370318Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1377167Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1383794Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1396843Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1403602Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1410805Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1417372Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1430560Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1437607Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1444351Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1451060Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1464937Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1471338Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1478603Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1485500Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1498932Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1506321Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1513145Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1532859Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1539884Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1546435Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1553331Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1560033Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1573188Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1580052Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1587232Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1593722Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1600183Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1607145Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1614048Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1620253Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1633418Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1640335Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1647086Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1653578Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1667567Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1674552Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1681383Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1688108Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1701909Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1708693Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1715486Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1722202Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1728767Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1735489Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1742116Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1749146Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1762403Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1768954Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1775491Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1781949Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1795578Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1802141Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1808639Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1815619Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1828769Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1835151Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1841781Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1848812Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1862865Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1869380Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1876081Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1883196Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1896899Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1903634Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1910812Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1917695Z copying torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1931221Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1938434Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1945350Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1952111Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1965462Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1973334Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1980485Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.1987528Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2000284Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2007408Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2014140Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2028541Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2036546Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2043928Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2051296Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2058090Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2071081Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2077800Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2084693Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2091414Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2098258Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2105595Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2112220Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2118928Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2132580Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2139713Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2146570Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2165632Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2172604Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2179345Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2186076Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2192781Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2206613Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2213443Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2220111Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2233307Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2246112Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2252779Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2259691Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2266348Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2280086Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2286515Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2293243Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2299867Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2313435Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2319902Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2326678Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2333302Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2340366Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2347232Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2422175Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2428792Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2442956Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2450110Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2457183Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2463990Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2477141Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2483996Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2490882Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2498303Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2512335Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2519275Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2526540Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2533636Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2541883Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2548980Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2555993Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2562563Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2576501Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2584084Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2590850Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2598049Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2610519Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2617676Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2625255Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2632184Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2645614Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2652694Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2659647Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2666281Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2685170Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2692239Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2699044Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2705868Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2719035Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2725957Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2733329Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2740234Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2753437Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2760422Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2767113Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2773882Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2787479Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2794517Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2800778Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2807593Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2829412Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2836135Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2842936Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2849542Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2856422Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2863105Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2869530Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2876503Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2890584Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2929905Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2938184Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2945099Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2958455Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2965761Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2973037Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2979691Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2992621Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.2999851Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3007187Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3014327Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3027311Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3034232Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3042003Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3049010Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3056571Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3063634Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3076206Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3082812Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3095941Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3102324Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3108960Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3115352Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3121770Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3128519Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3135513Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3142189Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3148499Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3155044Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3161657Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3168241Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3181465Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3188396Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3194996Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3201981Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3215258Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3221866Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3228881Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3235434Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3248268Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3255141Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3262481Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3269106Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3276085Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3282794Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3289547Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3296377Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3309699Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3316467Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3323271Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3330307Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3350595Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3357521Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3364414Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3371432Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3378535Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3385705Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3392740Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3399624Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3412438Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3419933Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3427010Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3433807Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3447264Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3454387Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3461457Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3468167Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3501853Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3508891Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3516458Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3523650Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3530499Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3538173Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3545688Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3553050Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3566354Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3573522Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3580188Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3587493Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3594010Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3600880Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3607564Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3614576Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3627329Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3633903Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3640353Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3646965Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3659909Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3666639Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3673358Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3679594Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3693185Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3699644Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3706063Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3712870Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3725918Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3732363Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3739130Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3753349Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3769307Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3775531Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3781905Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3788787Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3801522Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3808157Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3815090Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3821677Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3841291Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3847936Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3854645Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3860815Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3873673Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3880515Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3887121Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3894509Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3907934Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3916418Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3924052Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3931807Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3944791Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3952713Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3959471Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3965954Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3979412Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3985899Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.3993486Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4000600Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4007279Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4015707Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4453171Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4460402Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4467916Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4474839Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4481596Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4488869Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4502259Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4509169Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4516114Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4523179Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4536369Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4543672Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4550847Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4557726Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4570453Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4577290Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4584253Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4590663Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4603166Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4609817Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4616445Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4622841Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4635377Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4645842Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4652466Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4658872Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4665530Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4671776Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4678573Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4685313Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4698231Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4704634Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4710963Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4717317Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4729554Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4736345Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4743295Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4749909Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4763295Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4769884Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4776621Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4783113Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4801759Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4808531Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4815184Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4821871Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4828583Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4835246Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4841888Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4848644Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4861658Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4868355Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4875433Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4882100Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4889054Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4896045Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4903121Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4909956Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4923395Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4930222Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4937204Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4944217Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4950820Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4957402Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4964408Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4971216Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4990821Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.4997773Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5005223Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5013235Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5032821Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5040216Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5047103Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5054117Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5061046Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5067744Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5074532Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5082171Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5089488Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5096583Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5103281Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5110093Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5123403Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5130249Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5136839Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5143375Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5156559Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5163501Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5170092Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5176523Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5188383Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5194829Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5201410Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5207689Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5220662Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5227192Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5233604Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5239992Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5252926Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5259829Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5266249Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5272955Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5285957Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5292810Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5299399Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5306286Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5324926Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5331345Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5338056Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5344583Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5351633Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5358708Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5365534Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5371934Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5391000Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5397654Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5404243Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5410823Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5424741Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5431271Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5437748Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5444177Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5457430Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5464008Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5471273Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5477805Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5491019Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5529863Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5536473Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5543369Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5556958Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5563564Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5570840Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5577523Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5591305Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5597960Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5604333Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5611009Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5624194Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5631117Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5638824Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5646401Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5660945Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5669467Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5678503Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5687546Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5701806Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5709744Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5717029Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5724330Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5737897Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5754277Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5761002Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5768566Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5788549Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5795873Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5803210Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5810617Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5818208Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5826337Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5833284Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5840011Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5858657Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5865431Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5871997Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5878525Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5891053Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5897964Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5905309Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5912173Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5925375Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5932525Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5945657Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5949895Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5957300Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5963937Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5971434Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5978270Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.5999477Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6006413Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6013965Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6020716Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6033660Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6040743Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6047502Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6054190Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6067747Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6074460Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6081107Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6087519Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6100871Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6107529Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6114398Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6121784Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6128358Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6135232Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6142592Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6149929Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6164399Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6172195Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6180225Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6189023Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6210029Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6217196Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6223878Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6231025Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6244788Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6251562Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6258262Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6264540Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6278262Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6284999Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6291540Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6298419Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6311910Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6318781Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6325488Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.6332532Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8908432Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8909826Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8910780Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8911525Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8912225Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8912971Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8914048Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8915043Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8915907Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8916794Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8917553Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8918480Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8919365Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8920121Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8920804Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8921487Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8922419Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8923398Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8924171Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8924895Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8925634Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8926380Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8927072Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8927821Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8928837Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8929831Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8930673Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8931451Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8932448Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8933471Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8934339Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8935291Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8936235Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8936992Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8937708Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8938507Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8939243Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8939968Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8940708Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8941651Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8945086Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8952035Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8958981Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8965885Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8978821Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8985670Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8992641Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.8999348Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9012050Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9019342Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9026336Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9033549Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9040436Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9047475Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9054369Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9061666Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9093345Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9094253Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9095268Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9099406Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9111952Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9118802Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9125523Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9133193Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9145708Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9152272Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9158960Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9165737Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9178767Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9185595Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9213421Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9220424Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9233664Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9240877Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9249381Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9255992Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9275100Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9282359Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9289296Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9296266Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9309850Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9317053Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9324080Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9331011Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9344809Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9351734Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9358629Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9365759Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9378832Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9385932Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9393803Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9400562Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9414428Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9421507Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9428702Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9435818Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9443135Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9450228Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9457819Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9464924Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9484406Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9523988Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9531091Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9539817Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9546800Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9553681Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9560606Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9567524Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9581565Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9588805Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9595710Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9602644Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9609562Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9616719Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9624412Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9631577Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9645248Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9652646Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9660338Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9667460Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9681289Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9688496Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9695505Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9702527Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9709303Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9715819Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9722837Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9729898Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9742875Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9749518Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9756344Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9762900Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9776168Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9782839Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9789386Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9796025Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9802399Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9809511Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9816294Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9823027Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9830096Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9837196Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9844000Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9850639Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9863774Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9870422Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9877188Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9884077Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9898180Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9905185Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9911964Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9918624Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9925502Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9932319Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9939497Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9946561Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9966456Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9973530Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9980568Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:33.9987215Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0000622Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0007276Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0014289Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0020855Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0027184Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0064882Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0071838Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0078949Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0086230Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0093176Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0100334Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0106990Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0113777Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0120544Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0127346Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0133996Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0147334Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0154599Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0161349Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0167912Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0174326Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0180938Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0187400Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0194328Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0207969Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0214718Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0221187Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0227965Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0234411Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0241337Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0247944Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0254256Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0260757Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0267126Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0273549Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0280120Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0298647Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0305292Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0311699Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0318562Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0336446Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0343478Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0350383Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0357296Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0364142Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0371538Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0378857Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0385649Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0392651Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0399623Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0406392Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0413253Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0420647Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0427908Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0434712Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0441957Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0458116Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0464896Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0472215Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0479344Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0486178Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0492967Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0499714Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0506414Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0519502Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0526248Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0533145Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0539731Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0552111Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0559102Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0565622Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0573312Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0580617Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0587241Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0594390Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0601772Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0613831Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0620712Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0627170Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0633631Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0646084Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0652431Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0659519Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0666235Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0672736Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0679710Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0686295Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0692844Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0705510Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0712146Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0732254Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0738795Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0745249Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0752070Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0758588Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0764933Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0777638Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0784289Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0790781Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0797177Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0809735Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0816207Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0822734Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0829337Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0837127Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0843929Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0850602Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0857267Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0870277Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0876676Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0887789Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0892863Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0905676Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0912608Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0918962Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0925440Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0937646Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0944887Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0951606Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0958310Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0970990Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0978047Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0985362Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0992198Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.0999529Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1006104Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1013065Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1019697Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1026365Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1033014Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1039561Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1046025Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1053537Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1060685Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1067920Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1074630Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1081831Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1089061Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1097213Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1103870Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1116582Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1123290Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1130791Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1137708Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1150697Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1157548Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1164254Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1170955Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1184120Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1190876Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1197921Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1204641Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1216947Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1223910Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1231254Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1238412Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1256479Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1263570Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1270315Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1277102Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1288931Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1295962Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1302803Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1309399Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1316257Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1322866Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1330070Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1336941Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1357229Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1364984Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1371321Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1378147Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1385193Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1392483Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1399422Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1406521Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1419595Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1426801Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1433917Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1440755Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1447560Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1454968Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1462219Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1469256Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1476121Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1483038Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1489945Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1496905Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1509516Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1515881Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1522924Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1529680Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1543940Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1551017Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1557723Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1564475Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1578445Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1585377Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1592407Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1599162Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1605744Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1612334Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1619745Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1642526Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1649188Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1655950Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1662867Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1669601Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1676174Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1682602Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1689850Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1696412Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1709991Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1716743Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1723280Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1730148Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1736911Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1743996Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1750429Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1757082Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1769924Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1776355Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1783164Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1789775Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1802482Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1808830Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1815739Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1822096Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1835138Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1841930Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1848651Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1880264Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1893103Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1899625Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1906125Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1913118Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1919770Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1926343Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1933656Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1939969Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1953618Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1960544Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1967267Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1974124Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1987496Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.1994125Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2000898Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2007815Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2020655Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2027499Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2034229Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2040790Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2054188Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2061017Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2067730Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2074779Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2094407Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2101688Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2108967Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2115902Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2123094Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2160940Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2167338Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2174458Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2192248Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2198473Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2205190Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2211790Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2218138Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2224787Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2231453Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2238037Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2256481Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2262868Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2269402Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2275815Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2289562Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2296622Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2303874Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2310828Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2317931Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2325151Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2332503Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2339657Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2352929Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2359718Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2366877Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2373911Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2387693Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2394963Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2401956Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2409504Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2428807Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2436049Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2443551Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2451107Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2464466Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2471516Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2478705Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2485958Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2493473Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2500401Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2507682Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2514987Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2526099Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2533395Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2540698Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2547746Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2561613Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2568649Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2575890Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2583461Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2591361Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2598491Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2606333Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2613430Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2620982Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2627937Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2634938Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2642035Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2655488Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2662207Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2669154Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2676180Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2683474Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2690600Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2697395Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2704133Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2711306Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2718165Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2725334Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2732015Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2739311Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2745943Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2752698Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2759552Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2766747Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2773526Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2780196Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2786744Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2792991Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2799703Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2806208Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2813085Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2826541Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2833464Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2840206Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2847745Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2861060Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2867840Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2874564Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2881570Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2894310Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2901952Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2908865Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2915371Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2922464Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2929270Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2936985Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2943894Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2962629Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2969825Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2976801Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2983493Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2990447Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.2997856Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3004935Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3012067Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3019294Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3025884Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3032955Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3039646Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3052525Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3059404Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3066266Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3073080Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3093217Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3144484Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3151473Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3158206Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3165066Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3172368Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3179205Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3185843Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3192971Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3199684Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3206343Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3213150Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3227015Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3234069Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3240820Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3247622Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3254760Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3261972Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3268629Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3275490Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3282555Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3289399Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3296158Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3302950Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3322439Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3329598Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3336494Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3343437Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3350300Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3357666Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3364341Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3371109Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3384843Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3391683Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3398795Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3405547Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3417938Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3425384Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3432293Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3439251Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3446082Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3453362Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3460491Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3467376Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3480877Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3497061Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3497982Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3504988Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3519374Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3526304Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3533524Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3540299Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3553820Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3560588Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3567365Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3574379Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3581339Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3588376Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3595054Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3601806Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3608360Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3615080Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3621897Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3628222Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3648555Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3655220Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3661736Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3668309Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3681847Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3688772Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3695544Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3703296Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3716335Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3722965Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3729575Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3735948Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3750030Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3756772Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3763095Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3769629Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3783814Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3790383Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3796705Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3803508Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3818609Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3825259Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3831970Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3838843Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3845014Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3852321Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3858891Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3865425Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3872073Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3878812Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3885504Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3892091Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3909837Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3916446Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3923337Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3930092Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3936847Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3944117Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3950378Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3957305Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3963700Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3970396Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3977302Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3983825Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3990586Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.3997500Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4004102Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4010903Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4017359Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4023897Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4030451Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4036686Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4049658Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4056365Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4063004Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4069640Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4098981Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4105625Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4112765Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4119258Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4133040Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4140357Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4147864Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4155100Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4162396Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4169233Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4176310Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4182922Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4195215Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4201888Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4208623Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4216010Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4229012Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4235927Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4243093Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4250142Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4257093Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4296464Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4303705Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4310371Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4317732Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4324454Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4331357Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4338141Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4350993Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4357836Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4364870Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4371680Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4385245Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4392094Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4399127Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4406410Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4413870Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4420729Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4427620Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4434603Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4447668Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4454725Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4462267Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4469285Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4476476Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4483284Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4489947Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4496920Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4514753Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4521151Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4527855Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4534761Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4541434Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4548212Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4555081Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4561663Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4573780Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4580872Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4587777Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4595091Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4602388Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4609529Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4616429Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4623262Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4630318Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4637192Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4643854Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4650441Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4657644Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4664218Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4670780Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4678100Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4691375Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4698071Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4705007Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4711691Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4718592Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4725150Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4731701Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4738732Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4752066Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4759013Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4766286Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4773295Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4792278Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4799163Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4805978Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4812764Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4825074Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4832010Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4838783Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4845667Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4852668Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4859788Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4866533Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4872876Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4879620Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4886287Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4892749Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4899113Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4911111Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4918620Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4925284Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4932080Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4944612Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4951689Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4958605Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4965462Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4973067Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4979633Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4986488Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.4993263Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5000039Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5006997Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5014154Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5020880Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5027950Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5034578Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5041748Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5048666Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5055400Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5062073Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5068875Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5075429Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5082033Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5088699Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5095521Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5102094Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5121191Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5127623Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5134250Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5141070Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5153674Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5160424Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5167215Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5174485Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5181519Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5188139Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5194792Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5201186Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5214655Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5221406Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5228094Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5235079Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5241949Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5248764Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5255736Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5268822Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5280977Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5287292Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5294308Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5300598Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5307055Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5313833Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5320387Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5327086Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5340142Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5346713Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5353259Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5359773Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5372331Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5378891Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5385539Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5391772Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5398372Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5404951Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5411433Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5418176Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5430631Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5437473Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5454239Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5455302Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5463761Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5470762Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5477274Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5483745Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5496720Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5503528Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5510686Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5517290Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5524128Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5530881Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5537743Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5544789Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5557464Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5564147Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5570963Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5577643Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5590529Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5597220Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5604481Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5611183Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5618152Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5626458Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5633674Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5640703Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5647871Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5654976Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5661947Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5668858Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5683471Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5690910Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5698739Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5712663Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5725676Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5732636Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5739526Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5746079Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5752685Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5759402Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5766365Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5772938Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5785900Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5792349Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5799010Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5805260Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5818433Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5825151Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5832321Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5838820Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5845389Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5852286Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5859004Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5865584Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5878407Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5885414Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5892597Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5899468Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5906594Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5913348Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5920657Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5927354Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5949883Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5957209Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5980475Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.5987164Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6001301Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6008419Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6015562Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6022643Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6041845Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6048676Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6055865Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6062702Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6069653Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6076965Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6083850Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6090581Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6104181Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6112055Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6119301Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6126424Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6139867Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6146848Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6153801Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6160538Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6167727Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6174659Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6181675Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6188380Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6195050Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6202032Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6208974Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6215740Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6228825Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6235825Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6243123Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6249896Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6257614Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6264378Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6271159Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6277863Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6291370Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6298215Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6304924Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6311557Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6324396Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6360527Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6367325Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6374461Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6387152Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6394080Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6400696Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6407471Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6414406Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6421210Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6427867Z copying torch\include\ATen\ops\hash_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6434972Z copying torch\include\ATen\ops\hash_tensor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6441668Z copying torch\include\ATen\ops\hash_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6448338Z copying torch\include\ATen\ops\hash_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6455110Z copying torch\include\ATen\ops\hash_tensor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6461775Z copying torch\include\ATen\ops\hash_tensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6474542Z copying torch\include\ATen\ops\hash_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6481270Z copying torch\include\ATen\ops\hash_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6494497Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6501467Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6508109Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6515116Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6549586Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6556280Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6563080Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6569987Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6577352Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6584353Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6597420Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6604683Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6611935Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6620201Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6633132Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6640282Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6646753Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6653570Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6660362Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6667261Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6673972Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6680588Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6694209Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6700743Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6707325Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6713727Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6726195Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6732688Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6739198Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6745636Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6758655Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6765110Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6771678Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6778477Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6785204Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6791504Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6797972Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6804736Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6811414Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6818298Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6825333Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6831689Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6845852Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6852819Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6859399Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6879433Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6886282Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6893479Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6900332Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6906825Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6913529Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6920239Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6927317Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6934315Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6941040Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6948042Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6954940Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6961447Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6974520Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6981180Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6987779Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.6994535Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7001074Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7007600Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7014537Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7021427Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7034674Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7041390Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7048372Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7055288Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7062340Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7069014Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7076401Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7083032Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7095899Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7102767Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7114420Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7118819Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7126401Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7133620Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7140332Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7146952Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7160693Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7167429Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7174435Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7181252Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7196705Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7202266Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7208483Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7222841Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7235579Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7242240Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7249112Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7289781Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7304495Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7310711Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7317765Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7324351Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7337790Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7344815Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7352383Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7359293Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7366136Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7373199Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7380215Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7387019Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7400156Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7408456Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7415573Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7422380Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7435099Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7442754Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7450183Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7457080Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7464195Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7471514Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7478070Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7485877Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7499722Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7506489Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7514249Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7521110Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7535311Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7542676Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7549968Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7557275Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7569667Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7577084Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7584568Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7591587Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7604832Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7611513Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7619411Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7656077Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7668745Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7676415Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7684845Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7692070Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7705685Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7712680Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7719631Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7726605Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7733819Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7740617Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7747296Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7753838Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7767519Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7774985Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7782180Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7789745Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7803053Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7809961Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7816512Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7824458Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7838385Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7846192Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7853158Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7859850Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7871860Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7880627Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7887431Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7894298Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7907272Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7914875Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7921890Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7928798Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7941420Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7948502Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7955698Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7962650Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7975359Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7982015Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7988513Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.7996249Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8008421Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8015514Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8021965Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8028516Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8040611Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8047034Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8053543Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8060183Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8072367Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8079540Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8086483Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8093139Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8105178Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8113395Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8121831Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8128979Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8143810Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8151599Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8158802Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8166294Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8174264Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8182037Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8189881Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8197055Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8210137Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8217555Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8226059Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8232926Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8246088Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8253455Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8259970Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8267384Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8281154Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8288133Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8295197Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8301671Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8314301Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8322334Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8329377Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8335958Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8349337Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8356739Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8363280Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8370061Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8382754Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8389539Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8396959Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8403684Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8417853Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8424474Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8431217Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8438098Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8444607Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8451184Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8458991Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8465847Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8480049Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8487340Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8493858Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8500668Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8507232Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8514759Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8521480Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8528323Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8535594Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8697134Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8704514Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8710739Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8717272Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8724048Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8731328Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8738080Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8744203Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8751002Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8757685Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8764424Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8770833Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8777706Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8784334Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8790792Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8797475Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8804002Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8810720Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8817388Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8823800Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8830763Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8837388Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8844032Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8850636Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8857395Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8864297Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8870774Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8877710Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8884349Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8890705Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8927676Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8934523Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8940938Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8947820Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8964849Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8965778Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8970922Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8977456Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8984298Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8991029Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.8997537Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9004214Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9010737Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9017312Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9024153Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9030517Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9037365Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9044089Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9050970Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9057911Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9064464Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9071087Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9077879Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9084531Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9091133Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9097713Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9104265Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9111164Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9117515Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9124504Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9131111Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9138202Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9144761Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9151536Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9158076Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9164886Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9171275Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9177748Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9184265Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9191108Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9197706Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9204644Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9211064Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9217889Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9224260Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9232020Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9237547Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9243678Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9250177Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9258013Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9264735Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9271654Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9278326Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9284568Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9291122Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9297596Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9304689Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9311738Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9318333Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9324852Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9331367Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9338187Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9345110Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9351944Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9358933Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9365621Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9372510Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9379362Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9386088Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9392822Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9399453Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9406170Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9412979Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9419454Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9426333Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9432867Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9439431Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9446037Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9452787Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9459331Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9465916Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9472383Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9479204Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9485783Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9492425Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9499150Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9505689Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9512732Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9519257Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9525987Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9534244Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9540983Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9548529Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9554730Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9561284Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9568443Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9575163Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9582235Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9589065Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9595873Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9602635Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9609415Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9616367Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9624029Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9630867Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9638062Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9645030Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9652486Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9659555Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9666548Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9673391Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9680230Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9689050Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9695074Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9701106Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9707241Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9714332Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9721567Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9728530Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9735479Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9742252Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9748981Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9755891Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9763355Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9769883Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9776912Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9783669Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9790420Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9797572Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9804403Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9811611Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9818470Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9825555Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9832384Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9839187Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9845838Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9901650Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9908591Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9915411Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9922169Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9941434Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9948192Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9955462Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9962307Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9969595Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9976916Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9983420Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9990196Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:34.9996756Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0003704Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0010492Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0017739Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0024428Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0031214Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0038345Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0044996Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0051735Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0058961Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0066060Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0072818Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0079479Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0085980Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0092862Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0099752Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0106403Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0113468Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0120378Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0127396Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0135476Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0142542Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0149515Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0156532Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0164564Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0170988Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0178704Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0212665Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0213518Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0214313Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0215090Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0218017Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0224552Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0230737Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0237505Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0244259Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0251335Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0259017Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0266398Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0274349Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0280619Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0287597Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0295218Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0301756Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0308451Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0315311Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0322086Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0328847Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0336105Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0343306Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0350338Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0357090Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0363968Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0371069Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0377993Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0386255Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0392306Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0398865Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0405670Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0412438Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0419163Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0425798Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0432913Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0439783Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0446674Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0453778Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0460966Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0467818Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0475335Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0482716Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0489694Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0497078Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0504107Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0510967Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0517874Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0524975Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0531927Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0538974Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0575403Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0582697Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0589624Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0596740Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0604288Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0611467Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0618482Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0625648Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0633340Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0640784Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0648294Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0655976Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0663349Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0670278Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0677695Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0684518Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0691855Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0698713Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0705856Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0713018Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0719713Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0726473Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0733534Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0740336Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0747321Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0754218Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0761561Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0767951Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0775557Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0781652Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0788737Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0795785Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0802716Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0809602Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0816591Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0823279Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0830051Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0836939Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0843891Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0850709Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0857631Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0864264Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0871431Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0878343Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0885471Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0892205Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0899005Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0905777Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0913006Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0919651Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0926977Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0934128Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0940973Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0947734Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0954374Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0961100Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0968139Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.0975317Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1004248Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1011188Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1018576Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1025168Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1032428Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1039526Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1046593Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1053633Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1060370Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1067357Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1075477Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1082651Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1089518Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1096765Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1103552Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1110523Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1117631Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1124391Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1131278Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1138977Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1146320Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1153732Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1161165Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1169133Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1176580Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1183981Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1191179Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1198438Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1205394Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1212941Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1219932Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1227076Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1234019Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1240922Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1274021Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1281211Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1287558Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1294476Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1301238Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1308442Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1315401Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1322469Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1329295Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1336283Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1343438Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1350009Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1356938Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1363897Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1370908Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1377713Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1384447Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1391581Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1398436Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1405317Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1412254Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1419039Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1425843Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1433850Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1440261Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1446915Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1453996Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1460806Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1467725Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1474179Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1481086Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1487518Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1495297Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1502047Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1509109Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1516031Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1522885Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1529667Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1536724Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1543432Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1550324Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1557273Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1563797Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1570605Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1578512Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1584718Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1591539Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1598116Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1604904Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1612814Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1618771Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1625264Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1632683Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1639831Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1646517Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1653999Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1950212Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1951397Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1952200Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1952990Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1953792Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1954554Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1956563Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1957569Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1975548Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1976521Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1977317Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1978156Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1978942Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1979679Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1980563Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1981617Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1982531Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1983297Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1984066Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1985059Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1985918Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1986630Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1987332Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1988193Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1989103Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1990040Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1990836Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1991587Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1992319Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1993956Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1994966Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1995864Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1996654Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1997416Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1998151Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1998996Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.1999907Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2000695Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2001543Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2002284Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2002984Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2003846Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2004773Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2005585Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2006383Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2007204Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2007901Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2008613Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2009636Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2010668Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2015859Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2022687Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2029763Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2036838Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2043687Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2050527Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2069601Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2077048Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2083647Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2090445Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2116620Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2117523Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2118456Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2123567Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2130944Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2138645Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2145923Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2153369Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2161182Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2168091Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2183666Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2191048Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2197714Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2205006Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2211646Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2218782Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2225340Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2231822Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2238318Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2245105Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2252225Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2258830Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2265816Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2272546Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2279256Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2286261Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2293389Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2299787Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2306928Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2313677Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2320633Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2327514Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2334582Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2341657Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2348697Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2355701Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2362692Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2369489Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2376466Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2383350Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2390173Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2396869Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2403811Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2410735Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2417697Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2424466Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2431091Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2465833Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2472659Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2479455Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2486644Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2493674Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2500638Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2507526Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2514605Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2522085Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2528824Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2535745Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2542974Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2549931Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2557108Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2564115Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2571399Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2578550Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2585730Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2592191Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2599470Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2606395Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2613375Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2620082Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2626882Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2634110Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2641407Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2648439Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2655936Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2663107Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2669901Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2676753Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2684206Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2690776Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2699628Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2706134Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2713634Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2720703Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2727058Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2734099Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2741470Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2748207Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2754815Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2761593Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2768578Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2775473Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2782614Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2789642Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2796711Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2803510Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2810432Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2817305Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2824508Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2831593Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2838446Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2846084Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2852970Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2859864Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2866647Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2873619Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2880394Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2887246Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2894184Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2901327Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2908144Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2914861Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2921999Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2928823Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2935822Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2942934Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2950872Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2957631Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2964853Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2971954Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2979008Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2986124Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.2993136Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3000282Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3007277Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3014207Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3021879Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3028967Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3035655Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3042735Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3049649Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3056889Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3063760Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3112081Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3119013Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3125711Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3132994Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3153066Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3153996Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3156844Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3171051Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3177363Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3184140Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3190838Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3197497Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3204273Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3211106Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3217966Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3224735Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3231725Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3238659Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3245207Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3252019Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3258570Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3264972Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3271666Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3278191Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3284572Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3291657Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3298529Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3305274Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3312197Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3319780Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3326907Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3333909Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3340558Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3348294Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3354945Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3361974Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3368973Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3377189Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3383285Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3390221Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3397161Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3404861Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3412196Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3419921Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3427006Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3434700Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3441436Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3448751Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3455844Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3463682Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3470365Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3477460Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3484690Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3492281Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3499180Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3506118Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3512835Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3521021Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3527057Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3534369Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3541264Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3549777Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3555727Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3562867Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3570576Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3578671Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3585278Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3592388Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3599521Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3607309Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3613695Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3620797Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3627611Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3636057Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3649113Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3650409Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3657834Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3664981Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3673368Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3680432Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3687208Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3694573Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3701461Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3708236Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3714762Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3722134Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3728509Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3735354Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3741808Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3748419Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3754755Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3761476Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3768135Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3775045Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3781814Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3788698Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3795396Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3802085Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3808529Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3815014Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3821601Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3828288Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3834714Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3841202Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3847452Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3853859Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3860260Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3867088Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3873470Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3880388Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3887047Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3934106Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3934947Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3935672Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3936583Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3937710Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3938576Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3940842Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3947845Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3954536Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3961297Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3968497Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3974830Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3981590Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3988838Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.3995740Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4002431Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4009167Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4016510Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4023210Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4030275Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4036882Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4043499Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4050342Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4057428Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4064234Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4071905Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4079292Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4086003Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4092818Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4099451Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4106195Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4113060Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4143526Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4150302Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4157209Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4164674Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4171518Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4178910Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4185665Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4192606Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4199695Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4206492Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4213873Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4220929Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4227626Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4234527Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4241679Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4248486Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4255481Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4262334Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4269280Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4276179Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4283102Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4289835Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4296777Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4303268Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4310184Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4317301Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4324088Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4360940Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4367544Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4374987Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4381760Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4388692Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4395394Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4401906Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4408574Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4415341Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4421904Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4428886Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4435991Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4443097Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4450001Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4457062Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4463929Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4470941Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4478685Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4485658Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4492940Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4500005Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4507017Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4514284Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4521517Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4529679Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4536789Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4544138Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4551293Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4558559Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4565923Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4575045Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4582064Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4589262Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4596609Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4603747Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4610667Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4617787Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4625198Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4632328Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4639541Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4647500Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4655418Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4662354Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4669631Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4676618Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4683551Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4692179Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4699156Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4706182Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4713435Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4720225Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4728786Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4735857Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4743496Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4750268Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4757806Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4764643Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4771684Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4779467Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4786258Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4793638Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4800655Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4808011Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4815388Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4822723Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4829515Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4837562Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4845016Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4852617Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4859687Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4866686Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4873548Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4880255Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4888800Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4895015Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4901349Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4908092Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4915204Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4921495Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4928595Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4935891Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4942453Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4949204Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4955815Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4962391Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4968790Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4975385Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4982065Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4988704Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.4995309Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5002104Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5009056Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5015932Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5022833Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5030446Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5037276Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5044021Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5051123Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5058612Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5065884Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5072900Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5079764Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5086272Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5093263Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5100157Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5106977Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5114188Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5121563Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5128325Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5135264Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5141985Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5149611Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5157652Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5165156Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5172603Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5179729Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5186483Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5193104Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5199680Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5206299Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5213012Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5219893Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5225907Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5289422Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5297042Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5303401Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5311030Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5327121Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5334418Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5342118Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5349205Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5356176Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5363414Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5370807Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5377917Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5385145Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5392567Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5399349Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5406082Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5413430Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5421983Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5428932Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5435565Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5442382Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5449098Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5456135Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5463038Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5469807Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5476803Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5483965Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5490511Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5497464Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5504359Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5511327Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5518344Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5525370Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5533119Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5540151Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5546871Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5553692Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5560647Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5567285Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5574343Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5581109Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5587715Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5594436Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5601245Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5635783Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5642922Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5679613Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5680400Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5681255Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5682076Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5682772Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5687878Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5694791Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5701644Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5708565Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5715268Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5722213Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5735327Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5741952Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5748655Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5755564Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5762529Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5769831Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5777187Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5783741Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5790522Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5797491Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5803541Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5810487Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5817407Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5824419Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5831077Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5837847Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5844578Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5851332Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5864363Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5870944Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5877611Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5884197Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5890569Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5897888Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5904626Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5911609Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5918239Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5925213Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5932000Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5938845Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5945618Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5952886Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5960089Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5967153Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5974455Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5981491Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5988629Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.5995781Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6002792Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6009678Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6016835Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6024191Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6031018Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6045874Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6053145Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6060118Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6067544Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6075091Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6082452Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6089799Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6097006Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6104466Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6111835Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6118769Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6125730Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6132813Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6139937Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6147761Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6155038Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6162822Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6169959Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6177297Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6184670Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6191873Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6199361Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6206589Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6213769Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6220472Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6227398Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6234453Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6241401Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6249022Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6255974Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6262980Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6269932Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6278300Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6315999Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6323391Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6330468Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6338000Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6344843Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6351858Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6358948Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6365686Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6372671Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6379401Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6385714Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6392144Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6399054Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6406067Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6413005Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6420200Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6426565Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6433068Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6439734Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6446186Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6453711Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6460517Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6467209Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6474467Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6481525Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6488564Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6495483Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6502837Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6509589Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6516539Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6523628Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6531250Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6538508Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6545860Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6553005Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6560205Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6573053Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6580174Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6587032Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6593889Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6600848Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6608006Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6615010Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6621901Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6629038Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6635889Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6642577Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6655349Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6663113Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6670485Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6677484Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6684358Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6691612Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6699423Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6706100Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6728265Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6735149Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6742093Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6748598Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6755037Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6761558Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6768157Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6774728Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6781119Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6787991Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6795241Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6802007Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6808895Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6815860Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6822873Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6829547Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6836743Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6843622Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6850879Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6857664Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6864332Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6871054Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6877757Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6885097Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6891712Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6904517Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6911164Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6917967Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6924743Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6931810Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6938939Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6945524Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6952894Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6959725Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6966868Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6974114Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6981119Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6988101Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.6995166Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7002321Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7009190Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7016464Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7023522Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7030581Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7037550Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7050598Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7057567Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7064639Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7071743Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7078672Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7086574Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7093045Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7100124Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7107119Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7114680Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7121800Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7129034Z copying torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7136370Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7143142Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7149894Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7156957Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7164317Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7171459Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7178503Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7185511Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7192552Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7199645Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7206913Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7213929Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7220622Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7227326Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7234169Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7241160Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7248086Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7255043Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7261511Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7268323Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7275147Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7281807Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7301673Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7314474Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7321444Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7328161Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7334742Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7341534Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7348426Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7355084Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7361862Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7368499Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7374985Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7381516Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7387837Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7394152Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7400881Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7407601Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7414565Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7421350Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7428121Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7434946Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7441485Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7448023Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7454948Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7461975Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7468466Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7475289Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7481800Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7488621Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7510600Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7517365Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7523872Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7530282Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7538553Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7544723Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7551371Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7558400Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7565218Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7572028Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7578715Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7585523Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7592379Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7598992Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7606014Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7612952Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7619772Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7626448Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7633174Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7640709Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7647932Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7654597Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7661414Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7669393Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7677414Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7684413Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7691571Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7699201Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7706339Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7713015Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7719902Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7726376Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7732859Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7739373Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7746104Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7753082Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7759607Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7767090Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7773821Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7780671Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7787325Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7794683Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7801100Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7807949Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7814706Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7821374Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7827885Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7834819Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7841602Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7848558Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7855374Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7862079Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7869150Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7881759Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7888553Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7895820Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7902847Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7909793Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7917259Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7924206Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7931376Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7939188Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7946111Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7953025Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7959808Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7967964Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7973904Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7980739Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7988202Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.7996160Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8003179Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8010337Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8017426Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8024799Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8031956Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8038682Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8045992Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8053312Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8060290Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8067377Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8074653Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8081699Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8088712Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8096202Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8103306Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8110236Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8117547Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8124416Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8131418Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8138273Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8144935Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8151787Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8158510Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8166445Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8207620Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8214392Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8221124Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8227743Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8234573Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8241921Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8248290Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8254801Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8261644Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8268469Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8275044Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8282370Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8289057Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8296547Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8303183Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8310203Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8316886Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8324057Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8330409Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8337182Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8344134Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8351076Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8357701Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8364403Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8371104Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8378069Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8384579Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8391418Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8398214Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8404825Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8411274Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8418106Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8425189Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8432024Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8438928Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8445778Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8452500Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8459072Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8465821Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8472874Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8479721Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8506262Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8513349Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8521025Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8527974Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8535623Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8542560Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8549921Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8556920Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8563988Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8571074Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8578973Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8585920Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8592897Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8901710Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8902473Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8902857Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8903217Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8903558Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8904066Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8904435Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8904788Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8905137Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8905634Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8905994Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8906351Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8906696Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8907206Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8907593Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8907947Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8908292Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8908811Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8909242Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8909596Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8909945Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8910446Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8910835Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8911399Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8911772Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8912123Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8912471Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8913006Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8913424Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8913821Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8914182Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8914708Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8915139Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8915556Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8915951Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8916351Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8917263Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8924548Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8931595Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8938716Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8945710Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8952451Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8959716Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8966393Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8973597Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8980631Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8988488Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.8995299Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9002551Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9009472Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9016339Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9022725Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9029684Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9036792Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9043375Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9050231Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9057797Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9064382Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9071478Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9078424Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9085846Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9093496Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9100301Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9107755Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9114739Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9122045Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9129046Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9135800Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9142669Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9150184Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9157383Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9163950Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9171023Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9178633Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9186249Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9194795Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9203668Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9212030Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9220598Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9227920Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9234935Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9242145Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9249431Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9256641Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9263521Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9270457Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9277559Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9284562Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9291536Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9298713Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9305652Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9313023Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9320050Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9326712Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9334118Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9340903Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9347936Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9354985Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9361841Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9368646Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9375455Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9382368Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9388915Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9395447Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9402403Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9409420Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9416587Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9423124Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9429808Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9436329Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9443281Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9450096Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9456911Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9463862Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9470769Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9478047Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9484898Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9492745Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9500104Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9507575Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9514389Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9521829Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9529006Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9535658Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9542662Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9549189Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9556659Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9563808Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9570712Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9577441Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9585118Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9592017Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9599396Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9607617Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9614334Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9623086Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9630840Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9638002Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9645342Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9653170Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9660922Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9668285Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9675423Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9685124Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9690985Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9699134Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9706470Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9716474Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9723985Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9733339Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9740001Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9747258Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9754412Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9762338Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9769445Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9776767Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9783544Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9791035Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9799023Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9806495Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9814189Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9821633Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9828972Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9836758Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9844050Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9851911Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9859461Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9867040Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9874135Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9881368Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9888862Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9896274Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9903211Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9910072Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9917696Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9924474Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9931427Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9944812Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9951531Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9958593Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9965526Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9972438Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9979075Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9985753Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9993125Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:35.9999903Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0135223Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0142744Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0149340Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0156219Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0162993Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0169916Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0176985Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0184244Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0191386Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0208398Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0216030Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0223921Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0231594Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0238575Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0246097Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0253343Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0315067Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0321611Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0328471Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0335756Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0342499Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0349665Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0357128Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0363821Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0371100Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0378083Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0384967Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0391910Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0399053Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0406064Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0413358Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0420568Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0427545Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0434708Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0441296Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0448645Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0455735Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0462697Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0470207Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0477045Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0484228Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0491391Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0498821Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0505935Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0512793Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0519965Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0527508Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0534987Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0542489Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0549831Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0557362Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0564661Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0571536Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0579409Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0586321Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0593549Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0600892Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0608119Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0615241Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0622972Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0630727Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0637230Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0644468Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0651548Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0659109Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0666445Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0673376Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0680908Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0688698Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0696751Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0703405Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0710596Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0718036Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0724996Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0731706Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0738820Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0745143Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0752278Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0759608Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0766673Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0773528Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0780995Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0788016Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0794900Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0801858Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0808727Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0815503Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0822535Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0829339Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0836481Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0843102Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0850063Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0891934Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0899187Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0905871Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0913442Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0920381Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0927437Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0934508Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0941848Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0948698Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0955866Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0962904Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0969583Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0976597Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0983258Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0990950Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.0998679Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1005451Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1012414Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1019126Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1026236Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1033165Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1040178Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1047187Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1054616Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1061199Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1068295Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1075321Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1082631Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1089747Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1097131Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1103599Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1110359Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1117144Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1124209Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1130879Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1138065Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1145142Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1152419Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1159604Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1166690Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1173816Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1180515Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1187134Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1195398Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1202442Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1209455Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1216871Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1223931Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1231145Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1237992Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1244486Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1251549Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1258553Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1265379Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1271839Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1278484Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1285403Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1292554Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1299372Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1306151Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1313253Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1319666Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1326640Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1333711Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1340580Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1348171Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1355208Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1362262Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1369135Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1376169Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1383688Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1390753Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1397886Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1405320Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1412484Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1419731Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1426731Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1433695Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1440698Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1447387Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1454617Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1461720Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1468541Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1475165Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1482456Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1489410Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1497365Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1504173Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1511472Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1518963Z copying torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1526002Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1533132Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1540456Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1547528Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1554977Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1562187Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1569054Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1575887Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1583128Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1589955Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1596926Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1603864Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1611101Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1618349Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1625522Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1632541Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1639472Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1646150Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1653089Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1660410Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1667337Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1674246Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1681261Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1688140Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1695249Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1701887Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1708235Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1745331Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1752120Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1759083Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1766041Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1773207Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1780147Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1787131Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1794153Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1800608Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1807735Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1814796Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1821509Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1828330Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1835526Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1842673Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1849600Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1857178Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1864253Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1871056Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1878335Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1885417Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1892559Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1899311Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1906259Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1913267Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1920313Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1941059Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1954422Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1961373Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1968016Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1975305Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1982534Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1989726Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.1996465Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2004456Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2011214Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2018389Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2025279Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2032307Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2040124Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2046879Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2054055Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2061804Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2068809Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2075922Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2082504Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2090230Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2097576Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2105565Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2113104Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2120427Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2128132Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2135002Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2142827Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2150294Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2157147Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2164375Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2171476Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2178726Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2185776Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2193234Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2201377Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2244238Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2252527Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2259531Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2266426Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2273150Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2280052Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2286588Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2293851Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2300537Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2307046Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2314083Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2320809Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2333770Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2340523Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2346952Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2353952Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2360752Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2367800Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2374025Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2381031Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2387746Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2394529Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2401183Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2407657Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2420638Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2427234Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2433840Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2440321Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2448135Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2455553Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2462566Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2469344Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2482607Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2489516Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2496671Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2504084Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2511338Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2518062Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2525121Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2531822Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2544807Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2551391Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2558171Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2564783Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2571918Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2578809Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2585641Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2592201Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2605531Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2612364Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2619308Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2627111Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2633806Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2640847Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2647714Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2654350Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2667936Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2675169Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2681716Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2688288Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2696201Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2704562Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2711962Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2719595Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2735266Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2742880Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2750005Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2757137Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2770450Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2777032Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2783831Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2791026Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2797752Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2804498Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2811178Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2818291Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2830946Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2838039Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2844383Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2851552Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2874821Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2881728Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2888404Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2895046Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2901809Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2908825Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2915529Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2926889Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2934056Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2940691Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2947486Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2954227Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2961139Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2968073Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2974998Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2981904Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2988327Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.2995321Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3002378Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3008561Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3016357Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3023334Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3029998Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3036520Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3049442Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3056723Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3063574Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3070486Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3077867Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3084310Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3091484Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3098836Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3105475Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3112576Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3119838Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3127220Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3134275Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3141847Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3148650Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3155507Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3162733Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3170066Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3178110Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3185219Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3192058Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3199015Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3206560Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3213960Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3221528Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3228969Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3236258Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3243015Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3250317Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3257631Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3264675Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3271816Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3278770Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3285952Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3293100Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3301404Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3308504Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3321434Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3328508Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3342042Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3349460Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3356622Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3363961Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3370734Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3378117Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3385559Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3393159Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3400593Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3408013Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3415275Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3422296Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3429664Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3436770Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3444190Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3451970Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3459325Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3476488Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3483840Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3490860Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3497821Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3510489Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3517351Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3524190Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3531089Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3538755Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3545811Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3552754Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3559810Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3573496Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3581323Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3588336Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3595511Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3603434Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3610863Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3617980Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3625173Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3638000Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3645137Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3652390Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3659198Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3666301Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3673659Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3680421Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3687874Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3695103Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3701949Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3709095Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3716423Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3723805Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3730693Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3738266Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3744951Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3752132Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3759064Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3766105Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3773114Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3780265Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3787007Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3794504Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3802031Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3809039Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3816521Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3823343Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3830448Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3837532Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3844541Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3851809Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3858990Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3866357Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3873171Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3879992Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3887042Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3894003Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3900857Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3908216Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3915353Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3922287Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3929615Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3942766Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3944609Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3952379Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3959624Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3966399Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3973669Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3981029Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3988074Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.3995081Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4002401Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4010163Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4017121Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4023712Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4030384Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4037975Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4044915Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4052270Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4059244Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4066738Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4074275Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4080822Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4093995Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4101568Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4109147Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4116138Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4123469Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4137227Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4144456Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4151781Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4158684Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4165818Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4173325Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4180539Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4187518Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4194790Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4349920Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4357067Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4364543Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4371517Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4378936Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4386240Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4393129Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4401508Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4408330Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4415415Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4422594Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4435627Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4443123Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4450922Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4458257Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4465696Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4472992Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4480309Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4487322Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4494579Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4501926Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4508802Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4516064Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4523182Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4530679Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4545970Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4555181Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4565932Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4575993Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4585098Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4595281Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4605436Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4614630Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4625269Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4635585Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4644689Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4655239Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4665366Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4674633Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4685619Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4696030Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4705726Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4737763Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4748576Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4757751Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4766612Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4774955Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4788379Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4907256Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4914721Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4921964Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4929584Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4937233Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4944879Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4953933Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4961139Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4970159Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4979622Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.4989813Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5006675Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5016881Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5025967Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5035938Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5052091Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5061067Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5072153Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5082267Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5097584Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5107664Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5117711Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5126946Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5177993Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5188123Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5196713Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5207106Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5241546Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5252688Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5262020Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5271307Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5278738Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5288183Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5295821Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5303391Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5310929Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5320045Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5327506Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5335151Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5348184Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5355279Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5362841Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5370269Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5377483Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5384901Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5392314Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5399576Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5406724Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5413783Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5420957Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5428107Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5441441Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5448530Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5455812Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5462626Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5475509Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5482715Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5490082Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5497258Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5504590Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5511579Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5518370Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5525548Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5532364Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5539421Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5546416Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5553653Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5567167Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5574641Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5581921Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5588814Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5595992Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5603281Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5610761Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5618051Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5624953Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5631776Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5638754Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5646121Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5659055Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5665971Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5673300Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5680344Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5687152Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5694271Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5702846Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5708641Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5721655Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5728926Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5737854Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5749323Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5751244Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5758900Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5766510Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5773807Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5780811Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5787858Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5795120Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5802799Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5809573Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5817080Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5824449Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5831623Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5844672Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5851656Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5858877Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5865785Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5872951Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5880022Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5886887Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5894709Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5908452Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5915506Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5922876Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5930397Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5944725Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5951551Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5959103Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5966614Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5982604Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5983701Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5990874Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.5997523Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6012012Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6019225Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6026218Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6034022Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6646472Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6647490Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6648534Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6649411Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6650197Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6650980Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6651768Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6652582Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6653454Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6654380Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6655232Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6655959Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6656653Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6657594Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6658570Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6659375Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6660224Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6660989Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6661858Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6662595Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6663541Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6664516Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6665307Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6666157Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6666982Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6667779Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6668527Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6669372Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6670531Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6671920Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6672987Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6674007Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6674938Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6675866Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6676807Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6677826Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6678700Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6679786Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6681039Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6685744Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6692672Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6700432Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6707635Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6714848Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6722280Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6730191Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6738522Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6745560Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6752848Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6760120Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6768093Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6775689Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6788643Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6796389Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6804471Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6811076Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6824690Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6831766Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6839131Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6845961Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6853206Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6860135Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6867455Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6874416Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6881441Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6888465Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6895757Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6902466Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6909297Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6916206Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6923493Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6939286Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6946303Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6953642Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6960632Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6973175Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6980241Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6987065Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.6994273Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7008098Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7015563Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7083982Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7091552Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7100531Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7107615Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7114618Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7121893Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7128972Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7136451Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7143605Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7150941Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7158416Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7165576Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7172906Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7180541Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7187873Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7195392Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7204147Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7214609Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7224226Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7232264Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7240660Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7248267Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7255447Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7262840Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7270031Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7276991Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7290594Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7297554Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7304799Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7312220Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7319320Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7326839Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7334033Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7341305Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7347977Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7354684Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7361275Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7369033Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7382264Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7394955Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7401859Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7409120Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7423150Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7431115Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7439005Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7447686Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7461206Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7469101Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7476717Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7484910Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7492960Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7500968Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7508892Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7516865Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7524774Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7532780Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7542103Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7550644Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7557957Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7565904Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7573942Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7581939Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7595774Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7603331Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7610980Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7619723Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7627920Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7635756Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7645523Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7653852Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7661913Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7669947Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7677727Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7685834Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7694411Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7702898Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7711092Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7719117Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7732689Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7741272Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7748869Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7757653Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7772284Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7781168Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7789341Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7798091Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7812239Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7819113Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7827330Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7834448Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7841891Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7849147Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7856876Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7864402Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7871793Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7879395Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7887201Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7894471Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7901774Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7910094Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7917766Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7925586Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7933184Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7940970Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7947955Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7955463Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7968245Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7975299Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7983369Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7991091Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.7998376Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8005564Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8012844Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8020087Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8034127Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8041792Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8048948Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8057211Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8064968Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8072211Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8079787Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8087199Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8094539Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8102704Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8110762Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8116972Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8130569Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8139957Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8146101Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8153288Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8160500Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8167793Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8175115Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8182526Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8191391Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8201461Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8211452Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8221779Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8237905Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8246184Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8254680Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8260724Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8267720Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8309198Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8316216Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8323381Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8336363Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8343364Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8350390Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8357593Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8364887Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8372940Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8380159Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8387511Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8394928Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8402200Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8409394Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8416659Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8423288Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8430245Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8437278Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8444179Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8450992Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8457823Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8464435Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8471082Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8477492Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8484314Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8491211Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8498120Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8504858Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8511594Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8518534Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8525409Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8539748Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8547085Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8554392Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8561518Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8568299Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8575517Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8582583Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8589477Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8602652Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8609674Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8617188Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8624150Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8637383Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8644104Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8650958Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8657854Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8664793Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8671619Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8684884Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8689531Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8705459Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8715209Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8724171Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8757366Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8766320Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8776354Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8785699Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8794542Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8801474Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8810027Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8817177Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8824354Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8831267Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8839242Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8846442Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8853435Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8866646Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8873203Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8879810Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8886566Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8893819Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8900552Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8907835Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8914650Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8927395Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8983384Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8990399Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.8996940Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9003838Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9010618Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9018032Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9025314Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9032843Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9039952Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9048647Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9058091Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9071719Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9078189Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9085023Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9091751Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9104881Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9112049Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9119717Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9126493Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9133384Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9140245Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9147114Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9153757Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9160363Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9167147Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9174249Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9181513Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9188764Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9195618Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9202790Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9209350Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9216564Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9224012Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9230678Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9238087Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9245354Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9252978Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9394056Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9401356Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9408158Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9415661Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9422455Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9429274Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9444020Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9451358Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9458257Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9465181Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9472525Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9479388Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9486173Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9493048Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9506527Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9513930Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9520823Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9527477Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9534435Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9540795Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9547357Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9554492Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9561384Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9568554Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9575730Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9582570Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9589347Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9596284Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9602842Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9609301Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9616053Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9623449Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9630489Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9637378Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9644029Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9651086Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9657924Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9664842Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9678468Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9684839Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9691517Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9698330Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9705039Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9711999Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9718748Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9725857Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9733199Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9740086Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9746818Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9753074Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9766126Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9773004Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9779455Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9785863Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9793206Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9799844Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9806626Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9813675Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9820958Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9827505Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9834291Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9841201Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9848523Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9855022Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9861959Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9868409Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9875531Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9883024Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9890093Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9897257Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9904209Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9913949Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9923942Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9932743Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9978527Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9987925Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:36.9996631Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0006735Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0015241Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0025261Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0033579Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0044100Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0053925Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0062279Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0071674Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0079977Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0095923Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0104945Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0114477Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0122964Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0132852Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0141062Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0150787Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0160415Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0176104Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0182724Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0189111Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0204189Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0211510Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0217867Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0225193Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0231887Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0244351Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0251615Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0258901Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0267229Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0273925Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0280823Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0312877Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0319874Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0333688Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0340738Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0347545Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0354283Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0369049Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0377672Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0384493Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0391497Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0404451Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0411382Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0418418Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0425217Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0431651Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0438435Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0445418Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0452087Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0459045Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0466184Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0473025Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0479931Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0493938Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0500493Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0507277Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0514325Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0528415Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0535033Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0542148Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0548823Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0555999Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0562141Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0569212Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0576009Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0582477Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0589459Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0596228Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0603008Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0610618Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0617636Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0624619Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0631273Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0638137Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0644640Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0651875Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0659112Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0665966Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0672998Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0679509Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0686746Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0699182Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0706082Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0713163Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0720128Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0726672Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0733565Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0740036Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0746632Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0759516Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0766398Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0773336Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0780179Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0793324Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0800211Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0807098Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0814290Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0820930Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0827943Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0834424Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0841096Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0847658Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0854704Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0861719Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0868269Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0875090Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0881832Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0888534Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0895248Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0901669Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0908154Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0914645Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0921583Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0934251Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0940952Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0947711Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0954725Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0960908Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0967959Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0976249Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0983189Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.0996294Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1003084Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1009795Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1016623Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1023783Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1029926Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1036649Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1043375Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1049574Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1056696Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1063617Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1070289Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1077410Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1084031Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1091320Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1098305Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1105566Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1111955Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1118927Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1126042Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1134032Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1139969Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1146724Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1153327Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1166032Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1174227Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1180305Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1187315Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1194121Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1200693Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1207212Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1214352Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1220193Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1226598Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1233453Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1240877Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1249258Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1256546Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1263420Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1270442Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1283581Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1290328Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1297303Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1304298Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1317380Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1324173Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1330865Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1337518Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1350668Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1357585Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1364249Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1370487Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1377583Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1384250Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1391761Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1398636Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1405615Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1412376Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1419619Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1587655Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1595403Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1601440Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1608575Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1615759Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1628471Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1636101Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1642562Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1649452Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1656548Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1663347Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1670830Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1677287Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1689673Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1704531Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1711237Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1718152Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1724967Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1731952Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1739949Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1758277Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1759060Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1761923Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1770133Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1776547Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1783545Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1790330Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1797469Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1804254Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1817276Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1824279Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1831011Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1838168Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1850873Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1857761Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1864408Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1870873Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1877646Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1884761Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1891547Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1898553Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1905606Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1912660Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1919377Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1926313Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1940002Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1954120Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1960781Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1967712Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1981735Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1988367Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.1995385Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2002715Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2009234Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2016206Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2023156Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2030561Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2037176Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2044362Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2051285Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2058141Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2065863Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2072610Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2080327Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2087297Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2099666Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2106705Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2113590Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2121101Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2128232Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2135644Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2142479Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2150183Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2163921Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2170915Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2178257Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2185404Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2198596Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2205533Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2212552Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2220397Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2235456Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2246101Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2262312Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2288653Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2300213Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2309385Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2318493Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2325690Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2339328Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2346851Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2354203Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2361081Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2374226Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2380946Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2388090Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2395367Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2402617Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2409827Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2416998Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2423698Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2436920Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2443698Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2450832Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2457931Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2464779Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2471829Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2478682Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2486519Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2493763Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2500764Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2507675Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2514622Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2521635Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2528333Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2535974Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2543013Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2550058Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2556904Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2563780Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2571040Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2583945Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2590803Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2597638Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2604641Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2618737Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2626017Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2633108Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2640115Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2647225Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2654404Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2662185Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2669693Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2682861Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2690073Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2697291Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2704527Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2711604Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2718654Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2725790Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2732863Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2745480Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2773864Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2775017Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2776158Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2777219Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2785177Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2792184Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2799638Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2806734Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2843565Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2850244Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2857487Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2864397Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2871754Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2878671Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2886096Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2892992Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2899952Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2913012Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2920619Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2940458Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2947583Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2954573Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2961577Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2975409Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2982603Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2990003Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.2997304Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3010913Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3018354Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3025398Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3032395Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3039256Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3046192Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3053196Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3059542Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3066752Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3073917Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3080717Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3087754Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3100547Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3107364Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3114316Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3121460Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3134817Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3141784Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3155115Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3162050Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3169217Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3176568Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3183669Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3191949Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3204953Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3211675Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3219529Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3226747Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3233771Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3241407Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3248426Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3255504Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3262449Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3269565Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3276398Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3283296Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3289958Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3296789Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3303517Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3310286Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3317184Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3324331Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3330737Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3337341Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3343465Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3350500Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3357763Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3364635Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3378900Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3386336Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3393991Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3401638Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3408937Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3450008Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3450818Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3451888Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3452824Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3453536Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3458315Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3465347Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3480080Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3487789Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3494801Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3502133Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3509232Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3516419Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3523685Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3530779Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3537901Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3544814Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3551480Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3559096Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3566297Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3573155Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3579972Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3586909Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3593889Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3600722Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3607827Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3614545Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3626888Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3633570Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3640106Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3646813Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3653530Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3660322Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3667195Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3703379Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3710403Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3717297Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3724194Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3731141Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3738237Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3745143Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3752392Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3759469Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3810567Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3819537Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3830678Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3839601Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3848805Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3856202Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3864976Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3872017Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3878983Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3885879Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3894129Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3900958Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3907644Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3916185Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3923089Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3930257Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3939147Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3947457Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3956041Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3963174Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3977755Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3985307Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3992329Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.3998844Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4005679Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4012266Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4018900Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4025323Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4032414Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4048098Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4055208Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4062288Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4069221Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4076557Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4084538Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4091449Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4105814Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4112640Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4119901Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4127133Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4134434Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4141905Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4148907Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4156022Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4163071Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4170046Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4177945Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4185000Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4198159Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4205405Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4212608Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4219532Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4227084Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4233854Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4240967Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4247964Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4255221Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4262760Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4270663Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4277692Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4285158Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4292055Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4298730Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4305392Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4312404Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4319585Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4326347Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4333141Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4346148Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4352918Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4359886Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4366813Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4373663Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4381309Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4387937Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4395130Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4402276Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4409593Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4417377Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4424650Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4438573Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4445595Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4452833Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4460011Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4467059Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4480880Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4489174Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4495541Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4502597Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4509571Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4516605Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4523715Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4530639Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4537673Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4544873Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4552282Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4565817Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4573037Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4580899Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4588460Z copying torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4595631Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4603387Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4610086Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4617503Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4624311Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4631151Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4638335Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4645693Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4652986Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4660194Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4667169Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4674309Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4681412Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4688589Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4695748Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4702935Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4710601Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4728093Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4735317Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4770829Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4778280Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4785225Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4792102Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4799316Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4806292Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4813234Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4820108Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4827569Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4834547Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4841567Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4848323Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4855223Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4862244Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4869362Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4875893Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4882091Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4895587Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4902476Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4909338Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4916226Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4922674Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4929947Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4937292Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4943555Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4956350Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4963354Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4969995Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4976828Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4983973Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4990900Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.4997416Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5003822Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5010568Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5017719Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5024503Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5031027Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5037791Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5044679Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5051355Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5058203Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5064935Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5071764Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5078567Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5085012Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5091805Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5098749Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5105740Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5112441Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5126290Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5139881Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5146999Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5154307Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5161421Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5168553Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5175687Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5182799Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5189776Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5197062Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5203969Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5211045Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5218244Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5225423Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5232429Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5239767Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5248923Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5258873Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5271998Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5282517Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5310704Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5311538Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5317493Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5324632Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5331277Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5338336Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5345948Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5352177Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5358831Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5366115Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5372962Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5379708Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5393764Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5401016Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5407757Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5414641Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5427730Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5434467Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5440801Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5447407Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5454873Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5461615Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5468352Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5475185Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5488999Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5495666Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5502474Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5509602Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5523093Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5530059Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5536947Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5544249Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5557541Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5564687Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5572098Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5579868Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5587199Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5594144Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5601619Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5609309Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5622771Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5630445Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5637832Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5645409Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5653488Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5660892Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5667883Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5675140Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5682400Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5696098Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5703108Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5710595Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5717931Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5724992Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5732337Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5740158Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5747564Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5753826Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5761039Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5798127Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5811567Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5818670Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5825814Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5832972Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5839805Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5846647Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5859944Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5866981Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5873917Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5880691Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5887779Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5894615Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5901874Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5908810Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5915475Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5922286Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5936995Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5943566Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5950802Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5957638Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5965581Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5972419Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5979615Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.5986828Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6034245Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6041185Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6048143Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6055563Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6068572Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6075650Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6082555Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6089328Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6102577Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6109665Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6117456Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6124768Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6137284Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6144304Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6151534Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6158590Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6166289Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6173172Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6180318Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6187843Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6195028Z copying torch\include\ATen\ops\_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6201968Z copying torch\include\ATen\ops\_cudnn_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6209325Z copying torch\include\ATen\ops\_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6216805Z copying torch\include\ATen\ops\_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6223762Z copying torch\include\ATen\ops\_cudnn_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6230872Z copying torch\include\ATen\ops\_cudnn_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6237934Z copying torch\include\ATen\ops\_cudnn_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6244955Z copying torch\include\ATen\ops\_cudnn_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6252013Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6259219Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6266309Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6273036Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6280055Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6286893Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6294131Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6301099Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6316423Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6323199Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6329802Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6337041Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6344698Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6351659Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6359604Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6367198Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6380604Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6388114Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6395391Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6403230Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6410248Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6417350Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6424544Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6431340Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6444290Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6451367Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6458609Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6465631Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6472108Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6480141Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6486693Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6493525Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6500371Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6507208Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6514353Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6521203Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6534224Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6541188Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6548604Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6555408Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6568129Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6574926Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6581735Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6588443Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6595269Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6602217Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6608909Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6615995Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6622691Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6629355Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6636195Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6643686Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6650885Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6657924Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6664875Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6671843Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6678449Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6685160Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6691868Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6698360Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6711360Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6718221Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6725411Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6732236Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6738889Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6745889Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6752846Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6759686Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6773728Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6781216Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6789095Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6796633Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6809845Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6816963Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6824179Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6831104Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6837971Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6845061Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6851853Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6858716Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6872089Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6878879Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6885719Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6892695Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6906119Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6912845Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6919622Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6926589Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6933739Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6940541Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6947560Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6954772Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.6995065Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7001960Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7008828Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7016082Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7023141Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7030382Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7037458Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7044557Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7051788Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7058995Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7066005Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7073940Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7081357Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7088354Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7096345Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7102786Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7109867Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7116919Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7124289Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7131302Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7138611Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7145697Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7153008Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7160149Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7167352Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7174729Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7182144Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7189518Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7196738Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7203865Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7211123Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7218182Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7225754Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7232598Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7239851Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7247553Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7254938Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7262012Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7269132Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7276445Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7283499Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7291013Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7298243Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7305450Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7312588Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7319453Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7326972Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7333798Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7346832Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7353993Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7360872Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7367876Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7381065Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7388327Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7395368Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7403416Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7417466Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7424982Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7432743Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7440007Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7447478Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7465309Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7473034Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7480148Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7487477Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7494925Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7502430Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7510458Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7517739Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7524810Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7532281Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7539942Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7547603Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7555050Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7562459Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7577114Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7590806Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7597649Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7604450Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7611420Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7619259Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7625974Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7632870Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7639680Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7646692Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7653789Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7660909Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7667593Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7674251Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7681416Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7689009Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7695760Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7709541Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7716704Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7723308Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7730228Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7737610Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7744605Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7751545Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7758280Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7765104Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7771905Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7779180Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7786128Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7792978Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7799792Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7806509Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7813313Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7819945Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7826827Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7833608Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7911979Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7920756Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7929407Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7938145Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7946763Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7954281Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7963426Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7970530Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7977743Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7992214Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.7998649Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8005989Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8013326Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8020184Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8027078Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8033883Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8041027Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8048132Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8055129Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8062125Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8069638Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8076251Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8082961Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8089734Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8096704Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8103641Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8110668Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8117431Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8124315Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8131147Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8138266Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8145067Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8152465Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8159434Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8172968Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8180056Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8186724Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8193549Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8200304Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8213842Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8220984Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8227776Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8234736Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8241948Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8255796Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8263081Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8270214Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8315125Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8315507Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8315827Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8316304Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8316762Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8323797Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8330622Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8344074Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8351404Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8358471Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8365351Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8373699Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8387998Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8395280Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8402275Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8410015Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8416856Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8430886Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8438549Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8445706Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8453553Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8460223Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8473226Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8480167Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8487273Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8494330Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8501082Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8514632Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8523348Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8530294Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8537620Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8546003Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8562081Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8568966Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8577379Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8585661Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8591798Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8607272Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8615853Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8622757Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8630025Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8637688Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8650435Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8657712Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8664655Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8671869Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8678687Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8691813Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8699033Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8705914Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8712875Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8719890Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8733608Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8740795Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8748042Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8755111Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8762994Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8777259Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8785273Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8792676Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8799721Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8807088Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8814057Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8821358Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8829206Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8835973Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8842775Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8856425Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8864436Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8871646Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8878942Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8885474Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8892550Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8900348Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8907286Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8914732Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8921170Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8934911Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8964346Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8972321Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8979023Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8985717Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.8992794Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9000029Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9007403Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9014477Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9021217Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9034245Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9041278Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9048602Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9055428Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9062160Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9069498Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9076546Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9083269Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9090208Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9097274Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9110578Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9118166Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9124699Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9131601Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9139489Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9146549Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9153694Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9161153Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9167702Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9175090Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9191235Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9198606Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9205739Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9279418Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9320043Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9420323Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9427683Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9434858Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9444023Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9451330Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9459752Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9467712Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9476417Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9954613Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9961465Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9975418Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9982954Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9989883Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:37.9996900Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0003755Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0011397Z copying torch\include\ATen\ops\_foreach_rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0018267Z copying torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0025472Z copying torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0032484Z copying torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0039432Z copying torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0046627Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0053710Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0060773Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0067696Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0074696Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0087710Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0095421Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0102252Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0109007Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0116223Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0122928Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0129896Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0137644Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0144043Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0150994Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0163535Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0170706Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0177669Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0184858Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0191551Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0198548Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0205657Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0212443Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0219315Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0226012Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0238699Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0245903Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0253060Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0260232Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0267165Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0279585Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0286502Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0294758Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0301719Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0308966Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0315819Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0323287Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0330492Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0337590Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0344926Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0352039Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0359620Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0366566Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0373911Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0381034Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0388034Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0395413Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0402907Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0410201Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0417073Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0431447Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0438084Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0445181Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0452298Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0458997Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0466064Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0472871Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0479958Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0487072Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0494510Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0501372Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0508706Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0515669Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0522795Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0529688Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0543387Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0550135Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0557257Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0563965Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0571120Z copying torch\include\ATen\ops\_fused_adagrad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0578072Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0585084Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0591822Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0598436Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0605421Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0619140Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0626087Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0667273Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0673980Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0681359Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0688290Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0695494Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0707026Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0737336Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0744320Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0751696Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0758678Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0765515Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0772349Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0779417Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0787152Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0794611Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0802231Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0809959Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0817791Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0824952Z copying torch\include\ATen\ops\_fused_rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0832026Z copying torch\include\ATen\ops\_fused_rms_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0839278Z copying torch\include\ATen\ops\_fused_rms_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0846531Z copying torch\include\ATen\ops\_fused_rms_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0853854Z copying torch\include\ATen\ops\_fused_rms_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0860663Z copying torch\include\ATen\ops\_fused_rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0867872Z copying torch\include\ATen\ops\_fused_rms_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0874800Z copying torch\include\ATen\ops\_fused_rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0881504Z copying torch\include\ATen\ops\_fused_rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0888385Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0901714Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0909536Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0916701Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0923962Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0930838Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0944129Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0951404Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0958376Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0965237Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0971957Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0985515Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0992413Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.0999530Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1006211Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1013258Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1020135Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1027136Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1033980Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1040723Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1047276Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1061510Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1069459Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1075874Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1082889Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1089709Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1096393Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1103718Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1110923Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1119054Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1126491Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1133652Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1140680Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1147683Z copying torch\include\ATen\ops\_grouped_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1154856Z copying torch\include\ATen\ops\_grouped_mm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1162144Z copying torch\include\ATen\ops\_grouped_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1169313Z copying torch\include\ATen\ops\_grouped_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1177273Z copying torch\include\ATen\ops\_grouped_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1184135Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1191360Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1198503Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1205535Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1212334Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1219426Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1226928Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1233177Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1245058Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1252024Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1259995Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1267236Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1274534Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1281984Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1289969Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1297607Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1306757Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1315231Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1341745Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1349383Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1356314Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1363198Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1370238Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1377349Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1384369Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1391185Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1398308Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1405072Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1411870Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1418783Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1425727Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1439513Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1440480Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1457912Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1464464Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1470916Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1477715Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1484187Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1490914Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1497523Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1504385Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1511439Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1517975Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1532754Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1539775Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1546253Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1552678Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1559180Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1573469Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1580087Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1586525Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1593297Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1600295Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1606890Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1613644Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1620851Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1627891Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1641874Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1658717Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1665821Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1673025Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1680089Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1686832Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1693627Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1700630Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1707990Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1714467Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1721408Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1728329Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1735842Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1742630Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1749679Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1756577Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1763420Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1771228Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1778412Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1798126Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1807354Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1815155Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1822333Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1829310Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1836792Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1843836Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1857523Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1865017Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1872642Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1879617Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1886528Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1898910Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1905985Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1913353Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1920068Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1927171Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1933944Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1940753Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1948023Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1954449Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1961451Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1968596Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1975743Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1982248Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1989289Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.1996194Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2003108Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2009835Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2016868Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2024170Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2031250Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2038464Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2045898Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2052853Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2060075Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2066920Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2073788Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2081179Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2088373Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2095438Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2102220Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2109116Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2116260Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2123289Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2130017Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2137160Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2144185Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2151162Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2158569Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2165462Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2172721Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2186085Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2193169Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2200203Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2207348Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2214847Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2221730Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2229169Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2236788Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2243784Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2250726Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2257733Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2264665Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2272050Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2278954Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2286295Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2299384Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2309491Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2321408Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2328122Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2335215Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2342377Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2349301Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2355908Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2363117Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2370062Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2381366Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2388492Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2395714Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2402394Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2409409Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2416316Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2422798Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2429663Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2437099Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2444599Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2452632Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2459594Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2466681Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2473732Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2481086Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2493888Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2500816Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2507826Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2514846Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2521535Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2534595Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2541328Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2548526Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2555348Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2562155Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2575402Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2583076Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2590096Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2597047Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2604170Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2611519Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2619138Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2626111Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2633133Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2640782Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2647716Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2654669Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2661761Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2703587Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2710511Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2717354Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2724433Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2731259Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2738600Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2745662Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2753106Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2759969Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2767198Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2774329Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2781187Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2799237Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2806359Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2813518Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2820816Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2828307Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2835295Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2842185Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2856991Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2866910Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2877058Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2897711Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2904781Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2912168Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2919749Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2926564Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2933562Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2940519Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2948955Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2965289Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2973298Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2980794Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2987852Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.2994553Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3001367Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3008141Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3014633Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3021539Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3028450Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3035094Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3054211Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3061038Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3067513Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3074489Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3081700Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3088390Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3095623Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3102633Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3109559Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3116708Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3123887Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3136878Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3144223Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3151500Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3158556Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3165497Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3178159Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3185430Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3192542Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3199482Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3206292Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3213434Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3220447Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3228030Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3234907Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3242460Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3255070Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3262123Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3269042Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3275874Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3283010Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3290127Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3296985Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3304066Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3311080Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3318449Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3325362Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3332602Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3339362Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3346393Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3353358Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3361113Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3368255Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3375528Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3383738Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3390060Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3402345Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3408880Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3416237Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3422935Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3429742Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3436911Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3443461Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3450331Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3457601Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3464705Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3471761Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3478614Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3485700Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3492862Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3499691Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3513283Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3520567Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3527811Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3534799Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3542074Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3559694Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3566886Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3574045Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3581281Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3588193Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3595597Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3603536Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3612277Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3619698Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3626931Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3634335Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3641552Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3648715Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3656155Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3663751Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3676859Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3683938Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3690835Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3697857Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3705491Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3712688Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3719550Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3726595Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3733750Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3740736Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3747733Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3754734Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3761563Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3768474Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3776322Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3789852Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3796801Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3803608Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3810598Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3817288Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3824617Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3831672Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3838553Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3845384Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3852337Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3859322Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3866537Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3872657Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3879426Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3886580Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3900361Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3907790Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3914411Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3920737Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3927347Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3934048Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3940920Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3948398Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3955433Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3962211Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3970321Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3977453Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3984748Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3991912Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.3999141Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4006217Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4013783Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4020763Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4028519Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4036017Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4043179Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4075814Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4082450Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4089638Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4096330Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4103021Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4110063Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4117459Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4124230Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4131022Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4164444Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4171616Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4178480Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4185319Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4192455Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4199362Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4206531Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4213930Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4221194Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4227898Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4241228Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4248253Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4255224Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4262798Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4269699Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4276560Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4283569Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4290441Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4297828Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4305073Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4312197Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4319585Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4327339Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4334961Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4342735Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4350034Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4357000Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4364735Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4371579Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4378764Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4393297Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4401383Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4409216Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4417170Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4424533Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4438678Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4445765Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4452276Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4459596Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4465977Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4473177Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4480595Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4487219Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4494169Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4502037Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4515267Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4522076Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4528887Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4535775Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4542993Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4556665Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4563731Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4570360Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4577272Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4584285Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4590966Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4597396Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4604425Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4612181Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4618979Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4632155Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4638936Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4645946Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4653229Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4661475Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4675795Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4682845Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4690250Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4697516Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4704390Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4711510Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4719057Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4726162Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4733526Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4766146Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4779315Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4786282Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4793593Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4800758Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4807498Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4814727Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4821957Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4829141Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4836443Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4843225Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4856550Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4863611Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4870731Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4878085Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4885333Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4892764Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4900042Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4907207Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4914502Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4921589Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4928886Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4936086Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4943392Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4950843Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4958378Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4972341Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4974878Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4983312Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4990471Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.4997563Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5004883Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5012341Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5019786Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5026976Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5034255Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5041704Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5049302Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5057140Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5064354Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5072598Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5079847Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5087048Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5094556Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5101743Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5110431Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5116695Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5124441Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5133017Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5139762Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5147413Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5155355Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5162922Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5170072Z copying torch\include\ATen\ops\_scaled_grouped_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5177996Z copying torch\include\ATen\ops\_scaled_grouped_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5185152Z copying torch\include\ATen\ops\_scaled_grouped_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5198905Z copying torch\include\ATen\ops\_scaled_grouped_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5206018Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5213773Z copying torch\include\ATen\ops\_scaled_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5220757Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5228101Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5235389Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5242098Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5249345Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5256192Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5263517Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5270446Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5277427Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5284293Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5291346Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5298181Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5304778Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5311665Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5318640Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5325278Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5332055Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5345487Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5352798Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5359481Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5366391Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5373263Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5380118Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5387422Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5394497Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5401566Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5408287Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5415188Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5422098Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5429201Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5435805Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5442746Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5450637Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5458087Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5464715Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5471710Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5478770Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5486495Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5493497Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5500102Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5507303Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5514004Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5521214Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5528124Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5535159Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5542006Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5548945Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5555876Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5563020Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5570267Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5577159Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5583957Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5590868Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5597701Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5604431Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5611170Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5618001Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5624901Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5631467Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5638512Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5645427Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5652241Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5689367Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5696717Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5703696Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5710725Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5717464Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5729694Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5736857Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5744243Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5751442Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5758472Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5766054Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5774107Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5781789Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5789031Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5796662Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5815891Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5822853Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5830117Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5837752Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5845801Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5853545Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5861228Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5869047Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5876522Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5883527Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5890990Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5898215Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5905508Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5913041Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5920106Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5933250Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5940301Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5958039Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5964875Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5971961Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5979286Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5986380Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.5993613Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6000748Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6007719Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6021237Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6028257Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6034999Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6041823Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6048543Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6063374Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6070286Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6077523Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6084484Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6091634Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6098632Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6105824Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6112678Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6119929Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6127068Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6139853Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6146856Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6154179Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6161249Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6168111Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6181430Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6188408Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6195790Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6202692Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6209541Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6216459Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6223504Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6230187Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6237066Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6244167Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6251345Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6258832Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6265909Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6272930Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6279904Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6287366Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6294819Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6301923Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6309252Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6316324Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6323687Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6330993Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6338389Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6346660Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6354145Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6367795Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6375521Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6382988Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6390298Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6397551Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6404809Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6412164Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6419405Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6426848Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6434090Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6447655Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6454853Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6462418Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6469436Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6476533Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6483572Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6490999Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6497915Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6532251Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6539591Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6546951Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6553814Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6560767Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6567536Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6574887Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6581983Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6588967Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6595709Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6602623Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6609873Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6616885Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6624151Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6631547Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6638742Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6646363Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6660540Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6667899Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6674559Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6681382Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6688284Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6695358Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6702368Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6708977Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6716244Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6723052Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6730053Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6737058Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6744227Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6750933Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6757822Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6791009Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6798052Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6805414Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6812446Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6820704Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6827788Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6835409Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6842904Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6850503Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6858184Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6871824Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6878941Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6886253Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6893277Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6900138Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6913365Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6920755Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6927954Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6934983Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6941977Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6949405Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6957094Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6964166Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6972236Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6978990Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6991935Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.6999425Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7006128Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7013572Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7020358Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7028095Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7034935Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7041652Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7048673Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7056121Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7062853Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7069891Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7077075Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7083602Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7090981Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7105738Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7112913Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7120558Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7127492Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7135248Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7142219Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7149280Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7156168Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7163494Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7170512Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7186008Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7192935Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7200307Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7207326Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7214925Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7222365Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7229313Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7236344Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7244260Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7251410Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7258635Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7265444Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7272735Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7279722Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7286411Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7293842Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7301103Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7308221Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7315301Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7322357Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7329808Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7337251Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7345276Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7353332Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7361033Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7368072Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7375713Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7382802Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7389976Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7397368Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7411003Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7418152Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7425513Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7432694Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7452231Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7464943Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7471826Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7479069Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7486137Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7493933Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7507997Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7515316Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7522567Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7529589Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7536621Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7543892Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7550895Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7558254Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7565222Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7572429Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7579410Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7586270Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7593103Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7600059Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7607181Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7614234Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7620897Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7627755Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7634477Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7641281Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7656579Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7663595Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7670625Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7677554Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7685095Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7698580Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7705288Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7712232Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7719327Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7726373Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7738987Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7746586Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7753840Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7760979Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7767849Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7781304Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7788573Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7795933Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7802828Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7809977Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7817169Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7824262Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7831383Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7838667Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7846295Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7854270Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7861389Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7868620Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7875855Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7882985Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7895471Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7902176Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7909185Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7916017Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7922908Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7930026Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7937103Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7943984Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7951029Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7957822Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7965008Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7972050Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7979102Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7985959Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.7993005Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8005907Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8012825Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8019986Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8027000Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8033648Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8040896Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8048142Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8055017Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8061779Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8068648Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8081656Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8088425Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8095405Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8102946Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8110370Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8123608Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8130373Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8137498Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8150625Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8151790Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8158229Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8165133Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8171923Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8179015Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8185870Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8198742Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8206074Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8213314Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8220319Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8227147Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8240060Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8247133Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8254417Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8261308Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8294576Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8307405Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8314773Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8321589Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8328361Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8335660Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8343103Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8350494Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8357823Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8365301Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8372888Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8386495Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8407461Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8414951Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8422163Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8429050Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8444924Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8451703Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8459092Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8466045Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8472938Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8487948Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8495502Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8503520Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8510172Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8516866Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8523761Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8530901Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8537952Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8544974Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8552769Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8565942Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8573135Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8580023Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8586925Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8594351Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8601240Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8608385Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8615690Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8622801Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8630449Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8643772Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8650872Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8658473Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8666325Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8673616Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8687109Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8694865Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8702203Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8709198Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8716429Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8730013Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8738109Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8745354Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8752620Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8759748Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8773352Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8781384Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8788839Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8796079Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8803355Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8821939Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8829610Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8836861Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8844833Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8852660Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8886900Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8894217Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8901191Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8908651Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8915868Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8922800Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8929916Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8937331Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8944987Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8951798Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8958888Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8966126Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8973698Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8980761Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8987799Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.8995872Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9003645Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9010694Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9017966Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9025080Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9038483Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9045833Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9053182Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9060570Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9067843Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9075519Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9082883Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9090542Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9097865Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9105262Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9118343Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9125620Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9133454Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9140988Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9148119Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:38.9155342Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0139510Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0147230Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0154881Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0162148Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0169227Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0176736Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0183887Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0191711Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0199475Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0207249Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0214682Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0222135Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0229773Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0237473Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0244631Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0251952Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0259167Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0266338Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0274137Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0287600Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0294952Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0302249Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0309770Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0317419Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0338210Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0345623Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0353588Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0360963Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0368269Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0375455Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0416374Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0423448Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0431073Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0438149Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0458048Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0464987Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0472275Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0480210Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0496157Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0498264Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0505016Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0512237Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0518447Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0525840Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0533167Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0540116Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0547719Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0554685Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0561364Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0574180Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0580637Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0587421Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0594057Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0601137Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0613953Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0621056Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0628316Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0635362Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0642274Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0649720Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0657125Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0664451Z copying torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0671884Z copying torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0679293Z copying torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0686545Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0694053Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0701266Z copying torch\include\ATen\ops\_weight_int8pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0708716Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0715628Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0728674Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0736177Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0744066Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0751997Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0759563Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0766751Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0774308Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0781935Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0790028Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0797419Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0810689Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0818017Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0830178Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0838025Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0845226Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0852978Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0860108Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0867928Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0875525Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0882271Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0889705Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0897206Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0904052Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0911271Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0918804Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0932291Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0945828Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0952820Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-09-07T06:37:39.0959336Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-09-07T06:37:39.0962651Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-09-07T06:37:39.0969168Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-09-07T06:37:39.0975313Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-09-07T06:37:39.0978465Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-09-07T06:37:39.0984980Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-09-07T06:37:39.0991034Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-09-07T06:37:39.0997395Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-09-07T06:37:39.1013824Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-09-07T06:37:39.1019919Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-09-07T06:37:39.1025451Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-09-07T06:37:39.1028228Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-09-07T06:37:39.1033554Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1037386Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1043236Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1049817Z copying torch\include\c10\core\AllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1056322Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1073374Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1079654Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1091667Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1098085Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1104354Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1111021Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1117014Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1129314Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1136444Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1142978Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1149464Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1155849Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1162445Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1169076Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1176546Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1183880Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1201088Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1213034Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1219508Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1226148Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1232676Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1238814Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1245459Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1251685Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1258259Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1264859Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1271286Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1283910Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1300612Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1307349Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1314324Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1320799Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1332374Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1339010Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1345862Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1352265Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1358701Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1371367Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1378264Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1385176Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1402121Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1408409Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1422413Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1429515Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1436047Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1442794Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-09-07T06:37:39.1448139Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1451173Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1463133Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1469119Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1475544Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1492099Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1498497Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1505123Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1511248Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1517679Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1524271Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1536741Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1543070Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1549457Z copying torch\include\c10\core\impl\PyInterpreterHooks.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1555831Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1562331Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1568660Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1575222Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1581651Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-09-07T06:37:39.1587073Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1589867Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1596337Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1608076Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1614936Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1640261Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1646671Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1653168Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1659526Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1665754Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1672134Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1678618Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1691526Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1698041Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1704576Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-09-07T06:37:39.1710228Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-09-07T06:37:39.1713250Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-09-07T06:37:39.1719668Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-09-07T06:37:39.1724810Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-09-07T06:37:39.1727635Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-09-07T06:37:39.1733915Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-09-07T06:37:39.1739921Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-09-07T06:37:39.1744918Z creating build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-09-07T06:37:39.1747808Z copying torch\include\c10\metal\atomic.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-09-07T06:37:39.1754489Z copying torch\include\c10\metal\common.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-09-07T06:37:39.1760690Z copying torch\include\c10\metal\expm1f.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-09-07T06:37:39.1767374Z copying torch\include\c10\metal\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-09-07T06:37:39.1774528Z copying torch\include\c10\metal\indexing.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-09-07T06:37:39.1781205Z copying torch\include\c10\metal\random.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-09-07T06:37:39.1787532Z copying torch\include\c10\metal\reduction_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-09-07T06:37:39.1809869Z copying torch\include\c10\metal\special_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-09-07T06:37:39.1817034Z copying torch\include\c10\metal\utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-09-07T06:37:39.1822601Z creating build\lib.win-amd64-cpython-39\torch\include\c10\mobile 2025-09-07T06:37:39.1825480Z copying torch\include\c10\mobile\CPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\mobile 2025-09-07T06:37:39.1831941Z copying torch\include\c10\mobile\CPUProfilingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\mobile 2025-09-07T06:37:39.1837904Z creating build\lib.win-amd64-cpython-39\torch\include\c10\test\util 2025-09-07T06:37:39.1848008Z copying torch\include\c10\test\util\complex_math_test_common.h -> build\lib.win-amd64-cpython-39\torch\include\c10\test\util 2025-09-07T06:37:39.1855095Z copying torch\include\c10\test\util\complex_test_common.h -> build\lib.win-amd64-cpython-39\torch\include\c10\test\util 2025-09-07T06:37:39.1896297Z copying torch\include\c10\test\util\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\test\util 2025-09-07T06:37:39.1901452Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1904292Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1910562Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1917456Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1923752Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1935334Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1941177Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1958819Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1965255Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1971326Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1977750Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1985062Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1991488Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.1997662Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2003646Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2010792Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2017211Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2028997Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2041446Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2047714Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2054448Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2060663Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2073152Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2079549Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2086864Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2103979Z copying torch\include\c10\util\Enumerate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2110396Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2122845Z copying torch\include\c10\util\error.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2129504Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2136603Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2144688Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2151576Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2165141Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2171701Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2179735Z copying torch\include\c10\util\Float4_e2m1fn_x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2186031Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2202764Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2215099Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2221709Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2228045Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2234180Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2240356Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2247093Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2253612Z copying torch\include\c10\util\Float8_e8m0fnu-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2260173Z copying torch\include\c10\util\Float8_e8m0fnu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2276704Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2282998Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2289644Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2296210Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2302722Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2308950Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2314983Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2321388Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2327868Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2334575Z copying torch\include\c10\util\IntrusiveList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2341330Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2348447Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2355063Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2361276Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2378401Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2398216Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2404537Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2411176Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2417556Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2423959Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2430523Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2436974Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2449144Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2455541Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2462290Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2488758Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2495315Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2508711Z copying torch\include\c10\util\overflows.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2515098Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2521996Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2528301Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2534484Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2546315Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2552677Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2558840Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2564996Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2571047Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2584099Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2600623Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2607339Z copying torch\include\c10\util\Semaphore.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2614244Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2620694Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2633276Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2641286Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2648879Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2655687Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2662498Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2669571Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2676171Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2693275Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2700106Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2708663Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2716097Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2722805Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2729388Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2737185Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2743905Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2750367Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2756874Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2763230Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2770689Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2777637Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2785027Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2791552Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2798744Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2805276Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2812250Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2819001Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2826104Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2833076Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-09-07T06:37:39.2839058Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-09-07T06:37:39.2852402Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-09-07T06:37:39.2859204Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-09-07T06:37:39.2865659Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-09-07T06:37:39.2871711Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-09-07T06:37:39.2888538Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-09-07T06:37:39.2901082Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-09-07T06:37:39.2906880Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-09-07T06:37:39.2909749Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-09-07T06:37:39.2915953Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\test\impl 2025-09-07T06:37:39.2919886Z copying torch\include\c10\xpu\test\impl\XPUTest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\test\impl 2025-09-07T06:37:39.2925474Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\core 2025-09-07T06:37:39.2929336Z copying torch\include\caffe2\core\common.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\core 2025-09-07T06:37:39.2935922Z copying torch\include\caffe2\core\macros.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\core 2025-09-07T06:37:39.2942408Z copying torch\include\caffe2\core\timer.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\core 2025-09-07T06:37:39.2949011Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels 2025-09-07T06:37:39.2951937Z copying torch\include\caffe2\perfkernels\batch_box_cox_vec.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels 2025-09-07T06:37:39.2959592Z copying torch\include\caffe2\perfkernels\common.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels 2025-09-07T06:37:39.2966805Z copying torch\include\caffe2\perfkernels\embedding_lookup_idx.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels 2025-09-07T06:37:39.2972611Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-09-07T06:37:39.2976075Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-09-07T06:37:39.2990521Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-09-07T06:37:39.2997154Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-09-07T06:37:39.3003764Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-09-07T06:37:39.3020524Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-09-07T06:37:39.3027051Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-09-07T06:37:39.3033147Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-09-07T06:37:39.3038721Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\utils 2025-09-07T06:37:39.3041603Z copying torch\include\caffe2\utils\fixed_divisor.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils 2025-09-07T06:37:39.3048072Z copying torch\include\caffe2\utils\proto_wrap.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils 2025-09-07T06:37:39.3054592Z copying torch\include\caffe2\utils\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils 2025-09-07T06:37:39.3060019Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:39.3072851Z copying torch\include\caffe2\utils\threadpool\pthreadpool-cpp.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:39.3079462Z copying torch\include\caffe2\utils\threadpool\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:39.3085982Z copying torch\include\caffe2\utils\threadpool\ThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:39.3102519Z copying torch\include\caffe2\utils\threadpool\ThreadPoolCommon.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:39.3108856Z copying torch\include\caffe2\utils\threadpool\thread_pool_guard.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:39.3114971Z copying torch\include\caffe2\utils\threadpool\WorkersPool.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:39.3121038Z creating build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3123815Z copying torch\include\fmt\args.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3130417Z copying torch\include\fmt\base.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3138302Z copying torch\include\fmt\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3145761Z copying torch\include\fmt\color.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3152537Z copying torch\include\fmt\compile.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3159051Z copying torch\include\fmt\core.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3165205Z copying torch\include\fmt\format-inl.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3183040Z copying torch\include\fmt\format.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3191442Z copying torch\include\fmt\os.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3197548Z copying torch\include\fmt\ostream.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3203988Z copying torch\include\fmt\printf.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3218619Z copying torch\include\fmt\ranges.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3220773Z copying torch\include\fmt\std.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3226641Z copying torch\include\fmt\xchar.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-09-07T06:37:39.3232057Z creating build\lib.win-amd64-cpython-39\torch\include\fp16 2025-09-07T06:37:39.3234901Z copying torch\include\fp16\bitcasts.h -> build\lib.win-amd64-cpython-39\torch\include\fp16 2025-09-07T06:37:39.3241121Z copying torch\include\fp16\fp16.h -> build\lib.win-amd64-cpython-39\torch\include\fp16 2025-09-07T06:37:39.3247771Z copying torch\include\fp16\psimd.h -> build\lib.win-amd64-cpython-39\torch\include\fp16 2025-09-07T06:37:39.3253421Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3257328Z copying torch\include\google\protobuf\any.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3263516Z copying torch\include\google\protobuf\any.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3270111Z copying torch\include\google\protobuf\api.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3277292Z copying torch\include\google\protobuf\arena.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3284450Z copying torch\include\google\protobuf\arenastring.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3301016Z copying torch\include\google\protobuf\arena_impl.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3307413Z copying torch\include\google\protobuf\descriptor.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3341387Z copying torch\include\google\protobuf\descriptor.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3360575Z copying torch\include\google\protobuf\descriptor_database.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3368140Z copying torch\include\google\protobuf\duration.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3374907Z copying torch\include\google\protobuf\dynamic_message.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3382483Z copying torch\include\google\protobuf\empty.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3389516Z copying torch\include\google\protobuf\extension_set.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3404428Z copying torch\include\google\protobuf\extension_set_inl.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3411392Z copying torch\include\google\protobuf\field_mask.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3418201Z copying torch\include\google\protobuf\generated_enum_reflection.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3425079Z copying torch\include\google\protobuf\generated_enum_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3431956Z copying torch\include\google\protobuf\generated_message_reflection.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3438816Z copying torch\include\google\protobuf\generated_message_table_driven.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3445797Z copying torch\include\google\protobuf\generated_message_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3463553Z copying torch\include\google\protobuf\has_bits.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3470275Z copying torch\include\google\protobuf\implicit_weak_message.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3476667Z copying torch\include\google\protobuf\inlined_string_field.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3483297Z copying torch\include\google\protobuf\map.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3490226Z copying torch\include\google\protobuf\map_entry.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3496844Z copying torch\include\google\protobuf\map_entry_lite.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3504005Z copying torch\include\google\protobuf\map_field.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3511431Z copying torch\include\google\protobuf\map_field_inl.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3518206Z copying torch\include\google\protobuf\map_field_lite.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3525076Z copying torch\include\google\protobuf\map_type_handler.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3541935Z copying torch\include\google\protobuf\message.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3549545Z copying torch\include\google\protobuf\message_lite.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3556551Z copying torch\include\google\protobuf\metadata.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3563079Z copying torch\include\google\protobuf\metadata_lite.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3569676Z copying torch\include\google\protobuf\parse_context.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3576871Z copying torch\include\google\protobuf\port.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3583201Z copying torch\include\google\protobuf\reflection.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3590160Z copying torch\include\google\protobuf\reflection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3597053Z copying torch\include\google\protobuf\repeated_field.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3605245Z copying torch\include\google\protobuf\service.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3611853Z copying torch\include\google\protobuf\source_context.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3618542Z copying torch\include\google\protobuf\struct.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3636101Z copying torch\include\google\protobuf\text_format.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3643787Z copying torch\include\google\protobuf\timestamp.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3650573Z copying torch\include\google\protobuf\type.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3658787Z copying torch\include\google\protobuf\unknown_field_set.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3665580Z copying torch\include\google\protobuf\wire_format.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3672768Z copying torch\include\google\protobuf\wire_format_lite.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3680429Z copying torch\include\google\protobuf\wrappers.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-09-07T06:37:39.3687317Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-09-07T06:37:39.3690246Z copying torch\include\google\protobuf\compiler\code_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-09-07T06:37:39.3697721Z copying torch\include\google\protobuf\compiler\command_line_interface.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-09-07T06:37:39.3704491Z copying torch\include\google\protobuf\compiler\importer.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-09-07T06:37:39.3711084Z copying torch\include\google\protobuf\compiler\parser.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-09-07T06:37:39.3717800Z copying torch\include\google\protobuf\compiler\plugin.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-09-07T06:37:39.3734165Z copying torch\include\google\protobuf\compiler\plugin.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-09-07T06:37:39.3741854Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\cpp 2025-09-07T06:37:39.3744760Z copying torch\include\google\protobuf\compiler\cpp\cpp_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\cpp 2025-09-07T06:37:39.3750905Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\csharp 2025-09-07T06:37:39.3754097Z copying torch\include\google\protobuf\compiler\csharp\csharp_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\csharp 2025-09-07T06:37:39.3766939Z copying torch\include\google\protobuf\compiler\csharp\csharp_names.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\csharp 2025-09-07T06:37:39.3772575Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\java 2025-09-07T06:37:39.3775604Z copying torch\include\google\protobuf\compiler\java\java_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\java 2025-09-07T06:37:39.3782193Z copying torch\include\google\protobuf\compiler\java\java_names.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\java 2025-09-07T06:37:39.3787691Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\js 2025-09-07T06:37:39.3790785Z copying torch\include\google\protobuf\compiler\js\js_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\js 2025-09-07T06:37:39.3797523Z copying torch\include\google\protobuf\compiler\js\well_known_types_embed.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\js 2025-09-07T06:37:39.3825413Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\objectivec 2025-09-07T06:37:39.3826449Z copying torch\include\google\protobuf\compiler\objectivec\objectivec_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\objectivec 2025-09-07T06:37:39.3827682Z copying torch\include\google\protobuf\compiler\objectivec\objectivec_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\objectivec 2025-09-07T06:37:39.3828701Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\php 2025-09-07T06:37:39.3831004Z copying torch\include\google\protobuf\compiler\php\php_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\php 2025-09-07T06:37:39.3831872Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\python 2025-09-07T06:37:39.3833078Z copying torch\include\google\protobuf\compiler\python\python_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\python 2025-09-07T06:37:39.3838965Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\ruby 2025-09-07T06:37:39.3841826Z copying torch\include\google\protobuf\compiler\ruby\ruby_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\ruby 2025-09-07T06:37:39.3847393Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-09-07T06:37:39.3850554Z copying torch\include\google\protobuf\io\coded_stream.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-09-07T06:37:39.3858044Z copying torch\include\google\protobuf\io\gzip_stream.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-09-07T06:37:39.3899305Z copying torch\include\google\protobuf\io\io_win32.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-09-07T06:37:39.3905586Z copying torch\include\google\protobuf\io\printer.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-09-07T06:37:39.3911962Z copying torch\include\google\protobuf\io\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-09-07T06:37:39.3922536Z copying torch\include\google\protobuf\io\tokenizer.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-09-07T06:37:39.3929618Z copying torch\include\google\protobuf\io\zero_copy_stream.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-09-07T06:37:39.3936466Z copying torch\include\google\protobuf\io\zero_copy_stream_impl.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-09-07T06:37:39.3942917Z copying torch\include\google\protobuf\io\zero_copy_stream_impl_lite.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-09-07T06:37:39.3949051Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.3952058Z copying torch\include\google\protobuf\stubs\bytestream.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.3958664Z copying torch\include\google\protobuf\stubs\callback.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.3965427Z copying torch\include\google\protobuf\stubs\casts.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.3971876Z copying torch\include\google\protobuf\stubs\common.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.3978160Z copying torch\include\google\protobuf\stubs\fastmem.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.3984529Z copying torch\include\google\protobuf\stubs\hash.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4001137Z copying torch\include\google\protobuf\stubs\logging.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4007077Z copying torch\include\google\protobuf\stubs\macros.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4013308Z copying torch\include\google\protobuf\stubs\map_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4020393Z copying torch\include\google\protobuf\stubs\mutex.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4027062Z copying torch\include\google\protobuf\stubs\once.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4032951Z copying torch\include\google\protobuf\stubs\platform_macros.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4039358Z copying torch\include\google\protobuf\stubs\port.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4045632Z copying torch\include\google\protobuf\stubs\status.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4052027Z copying torch\include\google\protobuf\stubs\stl_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4059524Z copying torch\include\google\protobuf\stubs\stringpiece.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4068681Z copying torch\include\google\protobuf\stubs\strutil.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4079255Z copying torch\include\google\protobuf\stubs\template_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-09-07T06:37:39.4086512Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-09-07T06:37:39.4091163Z copying torch\include\google\protobuf\util\delimited_message_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-09-07T06:37:39.4099571Z copying torch\include\google\protobuf\util\field_comparator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-09-07T06:37:39.4109192Z copying torch\include\google\protobuf\util\field_mask_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-09-07T06:37:39.4126202Z copying torch\include\google\protobuf\util\json_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-09-07T06:37:39.4133150Z copying torch\include\google\protobuf\util\message_differencer.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-09-07T06:37:39.4140344Z copying torch\include\google\protobuf\util\time_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-09-07T06:37:39.4147028Z copying torch\include\google\protobuf\util\type_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-09-07T06:37:39.4153804Z copying torch\include\google\protobuf\util\type_resolver_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-09-07T06:37:39.4159487Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4162428Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4168945Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4182340Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4199311Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4205876Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4212290Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4252677Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4259211Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4265829Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4272378Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4279111Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4285705Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4292282Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4299100Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4305698Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4311994Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-09-07T06:37:39.4324089Z creating build\lib.win-amd64-cpython-39\torch\include\legacy 2025-09-07T06:37:39.4326905Z copying torch\include\legacy\ittnotify.h -> build\lib.win-amd64-cpython-39\torch\include\legacy 2025-09-07T06:37:39.4334067Z creating build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2 2025-09-07T06:37:39.4336758Z copying torch\include\mimalloc-2.2\mimalloc-new-delete.h -> build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2 2025-09-07T06:37:39.4343690Z copying torch\include\mimalloc-2.2\mimalloc-override.h -> build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2 2025-09-07T06:37:39.4350623Z copying torch\include\mimalloc-2.2\mimalloc-stats.h -> build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2 2025-09-07T06:37:39.4367415Z copying torch\include\mimalloc-2.2\mimalloc.h -> build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2 2025-09-07T06:37:39.4373912Z creating build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4377944Z copying torch\include\oneapi\dnnl\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4386545Z copying torch\include\oneapi\dnnl\dnnl_common.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4393138Z copying torch\include\oneapi\dnnl\dnnl_common_types.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4401586Z copying torch\include\oneapi\dnnl\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4418393Z copying torch\include\oneapi\dnnl\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4424818Z copying torch\include\oneapi\dnnl\dnnl_graph.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4432593Z copying torch\include\oneapi\dnnl\dnnl_graph_ocl.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4438957Z copying torch\include\oneapi\dnnl\dnnl_graph_sycl.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4453051Z copying torch\include\oneapi\dnnl\dnnl_graph_types.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4459791Z copying torch\include\oneapi\dnnl\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4466552Z copying torch\include\oneapi\dnnl\dnnl_ocl_types.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4473033Z copying torch\include\oneapi\dnnl\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4479890Z copying torch\include\oneapi\dnnl\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4486298Z copying torch\include\oneapi\dnnl\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4492709Z copying torch\include\oneapi\dnnl\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4500793Z copying torch\include\oneapi\dnnl\dnnl_ukernel.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4507819Z copying torch\include\oneapi\dnnl\dnnl_ukernel_types.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4514362Z copying torch\include\oneapi\dnnl\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4532322Z copying torch\include\oneapi\dnnl\dnnl_version_hash.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:39.4538009Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4542176Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4549072Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4555388Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4562651Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4569089Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4575077Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4591319Z copying torch\include\pybind11\critical_section.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4598165Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4610083Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4616331Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4622478Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4628970Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4635383Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4641908Z copying torch\include\pybind11\gil_simple.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4648316Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4654885Z copying torch\include\pybind11\native_enum.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4661492Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4669110Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4681909Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4688234Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4696651Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4704247Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4710920Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4717622Z copying torch\include\pybind11\subinterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4724407Z copying torch\include\pybind11\trampoline_self_life_support.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4730953Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4737687Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.4745104Z copying torch\include\pybind11\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-09-07T06:37:39.5032720Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\conduit 2025-09-07T06:37:39.5035591Z copying torch\include\pybind11\conduit\pybind11_conduit_v1.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\conduit 2025-09-07T06:37:39.5042368Z copying torch\include\pybind11\conduit\pybind11_platform_abi_id.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\conduit 2025-09-07T06:37:39.5049144Z copying torch\include\pybind11\conduit\wrap_include_python_h.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\conduit 2025-09-07T06:37:39.5059262Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5062244Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5074796Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5082207Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5088550Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5095130Z copying torch\include\pybind11\detail\dynamic_raw_ptr_cast_if_possible.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5112967Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5119461Z copying torch\include\pybind11\detail\function_record_pyobject.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5125889Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5132807Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5139912Z copying torch\include\pybind11\detail\native_enum_data.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5146717Z copying torch\include\pybind11\detail\pybind11_namespace_macros.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5153620Z copying torch\include\pybind11\detail\struct_smart_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5160127Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5166522Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5174213Z copying torch\include\pybind11\detail\using_smart_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5186959Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-09-07T06:37:39.5192502Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-09-07T06:37:39.5195393Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-09-07T06:37:39.5201561Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-09-07T06:37:39.5208538Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-09-07T06:37:39.5215072Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\stl 2025-09-07T06:37:39.5218379Z copying torch\include\pybind11\stl\filesystem.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\stl 2025-09-07T06:37:39.5223806Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2025-09-07T06:37:39.5227545Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-09-07T06:37:39.5233620Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-09-07T06:37:39.5240049Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-09-07T06:37:39.5246412Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-09-07T06:37:39.5263956Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-09-07T06:37:39.5269306Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5272024Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5279446Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5285210Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5291416Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5302117Z copying torch\include\torch\csrc\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5308284Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5314666Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5321438Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5334149Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5340709Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5346768Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5353204Z copying torch\include\torch\csrc\itt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5359636Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5372199Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5378356Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5384755Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5391329Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5398868Z copying torch\include\torch\csrc\PyInterpreterHooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5405242Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5411594Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5418361Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5425178Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5431038Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5443260Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5454287Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5460389Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5466379Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5472924Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5478359Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5484693Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5490702Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5496961Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-09-07T06:37:39.5502618Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5507453Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5519636Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5525884Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5531811Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5538236Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5544136Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5556935Z copying torch\include\torch\csrc\api\include\torch\expanding_array.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5567583Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5574222Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5580379Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5586633Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5592955Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5599132Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5605119Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5611190Z copying torch\include\torch\csrc\api\include\torch\ordered_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5623720Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5630056Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5636786Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5643138Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5650084Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5656533Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5662794Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5669295Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5675623Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:39.5681735Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:39.5684655Z copying torch\include\torch\csrc\api\include\torch\data\dataloader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:39.5698097Z copying torch\include\torch\csrc\api\include\torch\data\dataloader_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:39.5704301Z copying torch\include\torch\csrc\api\include\torch\data\datasets.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:39.5710506Z copying torch\include\torch\csrc\api\include\torch\data\example.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:39.5717235Z copying torch\include\torch\csrc\api\include\torch\data\iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:39.5734518Z copying torch\include\torch\csrc\api\include\torch\data\samplers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:39.5740795Z copying torch\include\torch\csrc\api\include\torch\data\transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:39.5755254Z copying torch\include\torch\csrc\api\include\torch\data\worker_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:39.5760972Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-09-07T06:37:39.5764100Z copying torch\include\torch\csrc\api\include\torch\data\dataloader\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-09-07T06:37:39.5771126Z copying torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-09-07T06:37:39.5784640Z copying torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-09-07T06:37:39.5790213Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:39.5793289Z copying torch\include\torch\csrc\api\include\torch\data\datasets\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:39.5799775Z copying torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:39.5806991Z copying torch\include\torch\csrc\api\include\torch\data\datasets\map.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:39.5813567Z copying torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:39.5820114Z copying torch\include\torch\csrc\api\include\torch\data\datasets\shared.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:39.5826687Z copying torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:39.5833029Z copying torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:39.5842705Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-09-07T06:37:39.5845772Z copying torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-09-07T06:37:39.5858761Z copying torch\include\torch\csrc\api\include\torch\data\detail\queue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-09-07T06:37:39.5865207Z copying torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-09-07T06:37:39.5870845Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:39.5873887Z copying torch\include\torch\csrc\api\include\torch\data\samplers\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:39.5880709Z copying torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:39.5887092Z copying torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:39.5900163Z copying torch\include\torch\csrc\api\include\torch\data\samplers\random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:39.5906689Z copying torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:39.5917651Z copying torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:39.5924243Z copying torch\include\torch\csrc\api\include\torch\data\samplers\stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:39.5929916Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-09-07T06:37:39.5933122Z copying torch\include\torch\csrc\api\include\torch\data\transforms\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-09-07T06:37:39.5941373Z copying torch\include\torch\csrc\api\include\torch\data\transforms\collate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-09-07T06:37:39.5947850Z copying torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-09-07T06:37:39.5954150Z copying torch\include\torch\csrc\api\include\torch\data\transforms\stack.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-09-07T06:37:39.5960951Z copying torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-09-07T06:37:39.5966358Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-09-07T06:37:39.5969313Z copying torch\include\torch\csrc\api\include\torch\detail\static.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-09-07T06:37:39.5976151Z copying torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-09-07T06:37:39.5981727Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nativert 2025-09-07T06:37:39.5984738Z copying torch\include\torch\csrc\api\include\torch\nativert\ModelRunnerHandle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nativert 2025-09-07T06:37:39.5990182Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:39.5993860Z copying torch\include\torch\csrc\api\include\torch\nn\cloneable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:39.5999908Z copying torch\include\torch\csrc\api\include\torch\nn\functional.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:39.6006239Z copying torch\include\torch\csrc\api\include\torch\nn\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:39.6018465Z copying torch\include\torch\csrc\api\include\torch\nn\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:39.6025438Z copying torch\include\torch\csrc\api\include\torch\nn\modules.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:39.6036416Z copying torch\include\torch\csrc\api\include\torch\nn\options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:39.6042534Z copying torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:39.6049076Z copying torch\include\torch\csrc\api\include\torch\nn\pimpl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:39.6055733Z copying torch\include\torch\csrc\api\include\torch\nn\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:39.6088404Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6091602Z copying torch\include\torch\csrc\api\include\torch\nn\functional\activation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6098930Z copying torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6111468Z copying torch\include\torch\csrc\api\include\torch\nn\functional\conv.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6118387Z copying torch\include\torch\csrc\api\include\torch\nn\functional\distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6129193Z copying torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6135942Z copying torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6142492Z copying torch\include\torch\csrc\api\include\torch\nn\functional\fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6148997Z copying torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6155484Z copying torch\include\torch\csrc\api\include\torch\nn\functional\linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6161895Z copying torch\include\torch\csrc\api\include\torch\nn\functional\loss.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6168962Z copying torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6181922Z copying torch\include\torch\csrc\api\include\torch\nn\functional\padding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6188481Z copying torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6194949Z copying torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6202403Z copying torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6208997Z copying torch\include\torch\csrc\api\include\torch\nn\functional\vision.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:39.6220739Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6223686Z copying torch\include\torch\csrc\api\include\torch\nn\modules\activation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6230866Z copying torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6237429Z copying torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6244003Z copying torch\include\torch\csrc\api\include\torch\nn\modules\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6250475Z copying torch\include\torch\csrc\api\include\torch\nn\modules\conv.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6267124Z copying torch\include\torch\csrc\api\include\torch\nn\modules\distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6273573Z copying torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6280671Z copying torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6287413Z copying torch\include\torch\csrc\api\include\torch\nn\modules\fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6294864Z copying torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6301502Z copying torch\include\torch\csrc\api\include\torch\nn\modules\linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6308047Z copying torch\include\torch\csrc\api\include\torch\nn\modules\loss.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6315503Z copying torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6333902Z copying torch\include\torch\csrc\api\include\torch\nn\modules\padding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6335339Z copying torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6341742Z copying torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6349334Z copying torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6356134Z copying torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6363043Z copying torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6376164Z copying torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6382760Z copying torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6389182Z copying torch\include\torch\csrc\api\include\torch\nn\modules\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6395830Z copying torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:39.6401200Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:39.6404312Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:39.6417326Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:39.6424147Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:39.6430661Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:39.6443001Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:39.6454718Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:39.6461301Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:39.6467871Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:39.6474393Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:39.6481058Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:39.6486631Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6489733Z copying torch\include\torch\csrc\api\include\torch\nn\options\activation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6497441Z copying torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6503534Z copying torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6510162Z copying torch\include\torch\csrc\api\include\torch\nn\options\conv.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6516499Z copying torch\include\torch\csrc\api\include\torch\nn\options\distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6533023Z copying torch\include\torch\csrc\api\include\torch\nn\options\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6539093Z copying torch\include\torch\csrc\api\include\torch\nn\options\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6545574Z copying torch\include\torch\csrc\api\include\torch\nn\options\fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6551894Z copying torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6564538Z copying torch\include\torch\csrc\api\include\torch\nn\options\linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6570862Z copying torch\include\torch\csrc\api\include\torch\nn\options\loss.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6577902Z copying torch\include\torch\csrc\api\include\torch\nn\options\normalization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6584329Z copying torch\include\torch\csrc\api\include\torch\nn\options\padding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6590868Z copying torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6603562Z copying torch\include\torch\csrc\api\include\torch\nn\options\pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6610503Z copying torch\include\torch\csrc\api\include\torch\nn\options\rnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6617345Z copying torch\include\torch\csrc\api\include\torch\nn\options\transformer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6624130Z copying torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6631129Z copying torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6637937Z copying torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6644471Z copying torch\include\torch\csrc\api\include\torch\nn\options\vision.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:39.6651612Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-09-07T06:37:39.6654977Z copying torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-09-07T06:37:39.6660747Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-09-07T06:37:39.6663745Z copying torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-09-07T06:37:39.6670765Z copying torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-09-07T06:37:39.6676929Z copying torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-09-07T06:37:39.6682486Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:39.6685590Z copying torch\include\torch\csrc\api\include\torch\optim\adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:39.6691999Z copying torch\include\torch\csrc\api\include\torch\optim\adam.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:39.6698372Z copying torch\include\torch\csrc\api\include\torch\optim\adamw.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:39.6704717Z copying torch\include\torch\csrc\api\include\torch\optim\lbfgs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:39.6717578Z copying torch\include\torch\csrc\api\include\torch\optim\optimizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:39.6724084Z copying torch\include\torch\csrc\api\include\torch\optim\rmsprop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:39.6736608Z copying torch\include\torch\csrc\api\include\torch\optim\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:39.6743209Z copying torch\include\torch\csrc\api\include\torch\optim\sgd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:39.6748889Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-09-07T06:37:39.6752049Z copying torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-09-07T06:37:39.6758836Z copying torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-09-07T06:37:39.6765746Z copying torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-09-07T06:37:39.6776386Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\python 2025-09-07T06:37:39.6779398Z copying torch\include\torch\csrc\api\include\torch\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\python 2025-09-07T06:37:39.6784710Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-09-07T06:37:39.6788562Z copying torch\include\torch\csrc\api\include\torch\serialize\archive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-09-07T06:37:39.6794298Z copying torch\include\torch\csrc\api\include\torch\serialize\input-archive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-09-07T06:37:39.6801139Z copying torch\include\torch\csrc\api\include\torch\serialize\output-archive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-09-07T06:37:39.6807483Z copying torch\include\torch\csrc\api\include\torch\serialize\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-09-07T06:37:39.6817822Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6820697Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6828268Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6834178Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6840516Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6858544Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6865425Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6871686Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6878365Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6884857Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6898710Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6905822Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6912441Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6918759Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6925712Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6938448Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6945336Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6952011Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6958359Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6964481Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6971100Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6977666Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6983870Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.6995894Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7002100Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7015424Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7021809Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7028137Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7034422Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7040792Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7047465Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7053972Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7066217Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7072620Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7079309Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7085858Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7092088Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7098264Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7104716Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7110976Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7117427Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7123837Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7130406Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7142576Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7148482Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7161843Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7174241Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-09-07T06:37:39.7176071Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:39.7178960Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:39.7185538Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:39.7191997Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:39.7205368Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:39.7218129Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:39.7224384Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:39.7229633Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:39.7232682Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:39.7250258Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:39.7257072Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:39.7269953Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:39.7276377Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:39.7283866Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:39.7290369Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:39.7293517Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:39.7299747Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:39.7306000Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:39.7312296Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:39.7325438Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:39.7331632Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:39.7337473Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cpu 2025-09-07T06:37:39.7340501Z copying torch\include\torch\csrc\cpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cpu 2025-09-07T06:37:39.7345946Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7348772Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7361282Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7367624Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7374036Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7380043Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7393145Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7399603Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7405604Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7412493Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7419555Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7426499Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7432971Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7439300Z copying torch\include\torch\csrc\cuda\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-09-07T06:37:39.7445226Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2025-09-07T06:37:39.7449375Z copying torch\include\torch\csrc\distributed\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2025-09-07T06:37:39.7456070Z copying torch\include\torch\csrc\distributed\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2025-09-07T06:37:39.7462309Z copying torch\include\torch\csrc\distributed\autograd\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2025-09-07T06:37:39.7467735Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-09-07T06:37:39.7470710Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-09-07T06:37:39.7477288Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-09-07T06:37:39.7482845Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\engine 2025-09-07T06:37:39.7485831Z copying torch\include\torch\csrc\distributed\autograd\engine\dist_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\engine 2025-09-07T06:37:39.7491483Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-09-07T06:37:39.7507308Z copying torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-09-07T06:37:39.7513702Z copying torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-09-07T06:37:39.7519074Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:39.7522462Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:39.7529062Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:39.7535557Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:39.7548695Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:39.7555460Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:39.7562262Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:39.7568786Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:39.7581636Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:39.7588014Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:39.7594459Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:39.7599594Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:39.7602449Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:39.7608587Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:39.7614637Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:39.7620840Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:39.7627104Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:39.7633397Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:39.7653265Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:39.7660184Z copying torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:39.7666527Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:39.7672110Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization 2025-09-07T06:37:39.7675280Z copying torch\include\torch\csrc\distributed\c10d\quantization\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization 2025-09-07T06:37:39.7681639Z copying torch\include\torch\csrc\distributed\c10d\quantization\quantization_gpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization 2025-09-07T06:37:39.7687892Z copying torch\include\torch\csrc\distributed\c10d\quantization\quantization_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization 2025-09-07T06:37:39.7700921Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:39.7704163Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemory-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:39.7709623Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7712637Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7718571Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7730766Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7736968Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7751124Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7757530Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7770067Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7776634Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7783064Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7789471Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7795816Z copying torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7815141Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7822147Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7828940Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7835360Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7841757Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7854753Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7861808Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7868338Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7874818Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7888213Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7907561Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7914301Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7921328Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7928619Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7935102Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7947245Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:39.7953791Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\metrics 2025-09-07T06:37:39.7957745Z copying torch\include\torch\csrc\distributed\rpc\metrics\RpcMetricsHandler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\metrics 2025-09-07T06:37:39.7962971Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\profiler 2025-09-07T06:37:39.7966260Z copying torch\include\torch\csrc\distributed\rpc\profiler\remote_profiler_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\profiler 2025-09-07T06:37:39.8004154Z copying torch\include\torch\csrc\distributed\rpc\profiler\server_process_global_profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\profiler 2025-09-07T06:37:39.8009295Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\testing 2025-09-07T06:37:39.8012450Z copying torch\include\torch\csrc\distributed\rpc\testing\faulty_tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\testing 2025-09-07T06:37:39.8025023Z copying torch\include\torch\csrc\distributed\rpc\testing\testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\testing 2025-09-07T06:37:39.8029989Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8032863Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8038948Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8045945Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8051747Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8068853Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8075173Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8081249Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8087422Z copying torch\include\torch\csrc\dynamo\eval_frame_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8100228Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8106434Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8112477Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8118510Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8124399Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8137076Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-09-07T06:37:39.8142185Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export 2025-09-07T06:37:39.8145105Z copying torch\include\torch\csrc\export\example_upgraders.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export 2025-09-07T06:37:39.8151461Z copying torch\include\torch\csrc\export\pt2_archive_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export 2025-09-07T06:37:39.8157557Z copying torch\include\torch\csrc\export\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export 2025-09-07T06:37:39.8164396Z copying torch\include\torch\csrc\export\upgrader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export 2025-09-07T06:37:39.8176297Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\functorch 2025-09-07T06:37:39.8179043Z copying torch\include\torch\csrc\functorch\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\functorch 2025-09-07T06:37:39.8184177Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\fx 2025-09-07T06:37:39.8187122Z copying torch\include\torch\csrc\fx\node.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\fx 2025-09-07T06:37:39.8192269Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-09-07T06:37:39.8195302Z copying torch\include\torch\csrc\inductor\array_ref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-09-07T06:37:39.8201646Z copying torch\include\torch\csrc\inductor\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-09-07T06:37:39.8209069Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-09-07T06:37:39.8222048Z copying torch\include\torch\csrc\inductor\static_cuda_launcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-09-07T06:37:39.8235181Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_eager 2025-09-07T06:37:39.8238109Z copying torch\include\torch\csrc\inductor\aoti_eager\kernel_holder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_eager 2025-09-07T06:37:39.8277800Z copying torch\include\torch\csrc\inductor\aoti_eager\kernel_meta_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_eager 2025-09-07T06:37:39.8283701Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:39.8287195Z copying torch\include\torch\csrc\inductor\aoti_include\array_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:39.8300550Z copying torch\include\torch\csrc\inductor\aoti_include\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:39.8306478Z copying torch\include\torch\csrc\inductor\aoti_include\cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:39.8313556Z copying torch\include\torch\csrc\inductor\aoti_include\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:39.8319588Z copying torch\include\torch\csrc\inductor\aoti_include\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:39.8333001Z copying torch\include\torch\csrc\inductor\aoti_include\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:39.8338057Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-09-07T06:37:39.8341204Z copying torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-09-07T06:37:39.8347942Z copying torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-09-07T06:37:39.8353030Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:39.8356746Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:39.8362857Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:39.8369248Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:39.8384048Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:39.8390561Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:39.8396974Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:39.8408281Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8411242Z copying torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8417658Z copying torch\include\torch\csrc\inductor\aoti_runtime\constant_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8424067Z copying torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8439104Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8451537Z copying torch\include\torch\csrc\inductor\aoti_runtime\mini_array_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8457896Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8464425Z copying torch\include\torch\csrc\inductor\aoti_runtime\model_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8471391Z copying torch\include\torch\csrc\inductor\aoti_runtime\model_container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8478544Z copying torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8484927Z copying torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8491330Z copying torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8497752Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8504083Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8510599Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:39.8522530Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-09-07T06:37:39.8525506Z copying torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-09-07T06:37:39.8531753Z copying torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-09-07T06:37:39.8538457Z copying torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-09-07T06:37:39.8636853Z copying torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-09-07T06:37:39.8649277Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-09-07T06:37:39.8655073Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:39.8658162Z copying torch\include\torch\csrc\inductor\aoti_torch\c\macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:39.8664583Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:39.8671479Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:39.8677926Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:39.8690800Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:39.8697566Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:39.8712817Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-09-07T06:37:39.8716111Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_aten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-09-07T06:37:39.8722765Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-09-07T06:37:39.8736111Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-09-07T06:37:39.8752219Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-09-07T06:37:39.8759231Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-09-07T06:37:39.8765169Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:39.8768282Z copying torch\include\torch\csrc\inductor\cpp_wrapper\array_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:39.8774608Z copying torch\include\torch\csrc\inductor\cpp_wrapper\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:39.8781042Z copying torch\include\torch\csrc\inductor\cpp_wrapper\cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:39.8787090Z copying torch\include\torch\csrc\inductor\cpp_wrapper\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:39.8793099Z copying torch\include\torch\csrc\inductor\cpp_wrapper\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:39.8813470Z copying torch\include\torch\csrc\inductor\cpp_wrapper\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:39.8818598Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-09-07T06:37:39.8821524Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-09-07T06:37:39.8827602Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-09-07T06:37:39.8834010Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-09-07T06:37:39.8840061Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-09-07T06:37:39.8851286Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\instruction_counter 2025-09-07T06:37:39.8854530Z copying torch\include\torch\csrc\instruction_counter\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\instruction_counter 2025-09-07T06:37:39.8859779Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-09-07T06:37:39.8862601Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-09-07T06:37:39.8870220Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-09-07T06:37:39.8877504Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-09-07T06:37:39.8882433Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-09-07T06:37:39.8885276Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-09-07T06:37:39.8896509Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-09-07T06:37:39.8902906Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-09-07T06:37:39.8909090Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-09-07T06:37:39.8915899Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-09-07T06:37:39.8929969Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:39.8941596Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:39.8947719Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:39.8954242Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:39.8960726Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:39.8982267Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:39.8989077Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:39.8996396Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:39.9003026Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:39.9016497Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:39.9022314Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\cpp 2025-09-07T06:37:39.9027186Z copying torch\include\torch\csrc\jit\backends\coreml\cpp\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\cpp 2025-09-07T06:37:39.9032399Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc 2025-09-07T06:37:39.9035670Z copying torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLCompiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc 2025-09-07T06:37:39.9042054Z copying torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLExecutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc 2025-09-07T06:37:39.9048827Z copying torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLFeatureProvider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc 2025-09-07T06:37:39.9075599Z copying torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLModelWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc 2025-09-07T06:37:39.9082329Z copying torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLTensorSpec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc 2025-09-07T06:37:39.9088052Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack 2025-09-07T06:37:39.9091150Z copying torch\include\torch\csrc\jit\backends\xnnpack\xnnpack_graph_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack 2025-09-07T06:37:39.9096852Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\compiler 2025-09-07T06:37:39.9099834Z copying torch\include\torch\csrc\jit\backends\xnnpack\compiler\xnn_compiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\compiler 2025-09-07T06:37:39.9105309Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\executor 2025-09-07T06:37:39.9108255Z copying torch\include\torch\csrc\jit\backends\xnnpack\executor\xnn_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\executor 2025-09-07T06:37:39.9113799Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\serialization 2025-09-07T06:37:39.9116935Z copying torch\include\torch\csrc\jit\backends\xnnpack\serialization\serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\serialization 2025-09-07T06:37:39.9122275Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-09-07T06:37:39.9126311Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-09-07T06:37:39.9131655Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9134675Z copying torch\include\torch\csrc\jit\codegen\fuser\arg_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9140870Z copying torch\include\torch\csrc\jit\codegen\fuser\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9153432Z copying torch\include\torch\csrc\jit\codegen\fuser\compiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9159777Z copying torch\include\torch\csrc\jit\codegen\fuser\executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9165692Z copying torch\include\torch\csrc\jit\codegen\fuser\fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9171890Z copying torch\include\torch\csrc\jit\codegen\fuser\fused_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9192922Z copying torch\include\torch\csrc\jit\codegen\fuser\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9199213Z copying torch\include\torch\csrc\jit\codegen\fuser\kernel_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9205551Z copying torch\include\torch\csrc\jit\codegen\fuser\kernel_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9212102Z copying torch\include\torch\csrc\jit\codegen\fuser\partition_desc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9218393Z copying torch\include\torch\csrc\jit\codegen\fuser\tensor_desc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9224726Z copying torch\include\torch\csrc\jit\codegen\fuser\tensor_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:39.9230445Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-09-07T06:37:39.9233678Z copying torch\include\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-09-07T06:37:39.9240112Z copying torch\include\torch\csrc\jit\codegen\fuser\cpu\resource_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-09-07T06:37:39.9246349Z copying torch\include\torch\csrc\jit\codegen\fuser\cpu\temp_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-09-07T06:37:39.9252045Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cuda 2025-09-07T06:37:39.9255222Z copying torch\include\torch\csrc\jit\codegen\fuser\cuda\fused_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cuda 2025-09-07T06:37:39.9261702Z copying torch\include\torch\csrc\jit\codegen\fuser\cuda\resource_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cuda 2025-09-07T06:37:39.9267102Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:39.9270279Z copying torch\include\torch\csrc\jit\codegen\onednn\decompose_silu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:39.9276534Z copying torch\include\torch\csrc\jit\codegen\onednn\defer_size_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:39.9282719Z copying torch\include\torch\csrc\jit\codegen\onednn\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:39.9289404Z copying torch\include\torch\csrc\jit\codegen\onednn\graph_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:39.9305103Z copying torch\include\torch\csrc\jit\codegen\onednn\guard_shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:39.9311444Z copying torch\include\torch\csrc\jit\codegen\onednn\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:39.9317826Z copying torch\include\torch\csrc\jit\codegen\onednn\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:39.9328856Z copying torch\include\torch\csrc\jit\codegen\onednn\layout_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:39.9335179Z copying torch\include\torch\csrc\jit\codegen\onednn\LlgaTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:39.9341709Z copying torch\include\torch\csrc\jit\codegen\onednn\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:39.9348358Z copying torch\include\torch\csrc\jit\codegen\onednn\prepare_binary.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:39.9353557Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\cuda 2025-09-07T06:37:39.9356503Z copying torch\include\torch\csrc\jit\cuda\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\cuda 2025-09-07T06:37:39.9362250Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9365374Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9371765Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9378172Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9393520Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9399616Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9405796Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9412198Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9418446Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9425340Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9432750Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9439463Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9446286Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9453342Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9460375Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9466742Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9472864Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9479246Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9485546Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9491751Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9498233Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9513523Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9520163Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9526392Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9532240Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9538914Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9545194Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9551647Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9565009Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:39.9570578Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9573934Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9581091Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9588281Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9594901Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9610800Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9617237Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9624647Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9631740Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9638694Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9645699Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9652522Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9659527Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9666517Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:39.9671926Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9674848Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9681266Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9687597Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9694486Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9709995Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9716234Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9722521Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9728955Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9736022Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9742696Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9748998Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9755227Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9761897Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9768890Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9775965Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9783041Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9789540Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9796223Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9802938Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9809531Z copying torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9816115Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9822917Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:39.9837666Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility 2025-09-07T06:37:39.9840796Z copying torch\include\torch\csrc\jit\mobile\compatibility\backport.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility 2025-09-07T06:37:39.9847398Z copying torch\include\torch\csrc\jit\mobile\compatibility\backport_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility 2025-09-07T06:37:39.9854156Z copying torch\include\torch\csrc\jit\mobile\compatibility\model_compatibility.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility 2025-09-07T06:37:39.9869694Z copying torch\include\torch\csrc\jit\mobile\compatibility\runtime_compatibility.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility 2025-09-07T06:37:39.9875249Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:39.9878392Z copying torch\include\torch\csrc\jit\mobile\model_tracer\BuildFeatureTracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:39.9885101Z copying torch\include\torch\csrc\jit\mobile\model_tracer\CustomClassTracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:39.9892654Z copying torch\include\torch\csrc\jit\mobile\model_tracer\KernelDTypeTracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:39.9907539Z copying torch\include\torch\csrc\jit\mobile\model_tracer\MobileModelRunner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:39.9914127Z copying torch\include\torch\csrc\jit\mobile\model_tracer\OperatorCallTracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:39.9920703Z copying torch\include\torch\csrc\jit\mobile\model_tracer\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:39.9926797Z copying torch\include\torch\csrc\jit\mobile\model_tracer\TracerRunner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:39.9932246Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc 2025-09-07T06:37:39.9935431Z copying torch\include\torch\csrc\jit\mobile\nnc\aot_compiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc 2025-09-07T06:37:39.9975129Z copying torch\include\torch\csrc\jit\mobile\nnc\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc 2025-09-07T06:37:39.9981418Z copying torch\include\torch\csrc\jit\mobile\nnc\registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc 2025-09-07T06:37:39.9986736Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train 2025-09-07T06:37:39.9989939Z copying torch\include\torch\csrc\jit\mobile\train\export_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train 2025-09-07T06:37:39.9996394Z copying torch\include\torch\csrc\jit\mobile\train\random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train 2025-09-07T06:37:40.0002958Z copying torch\include\torch\csrc\jit\mobile\train\sequential.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train 2025-09-07T06:37:40.0008435Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train\optim 2025-09-07T06:37:40.0011322Z copying torch\include\torch\csrc\jit\mobile\train\optim\sgd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train\optim 2025-09-07T06:37:40.0016827Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders 2025-09-07T06:37:40.0019958Z copying torch\include\torch\csrc\jit\operator_upgraders\upgraders.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders 2025-09-07T06:37:40.0027888Z copying torch\include\torch\csrc\jit\operator_upgraders\upgraders_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders 2025-09-07T06:37:40.0034556Z copying torch\include\torch\csrc\jit\operator_upgraders\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders 2025-09-07T06:37:40.0041676Z copying torch\include\torch\csrc\jit\operator_upgraders\version_map.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders 2025-09-07T06:37:40.0052039Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0055356Z copying torch\include\torch\csrc\jit\passes\add_if_then_else.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0062439Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0068811Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0075082Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0091383Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0097621Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0103975Z copying torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0110719Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0116827Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0123272Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0129844Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0135973Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0142187Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0148687Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0155205Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0161310Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0167448Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0174366Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0180527Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0195762Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0201890Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0208246Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0214842Z copying torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0221667Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0228093Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0235591Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0242080Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0248784Z copying torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0264570Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0271057Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0277364Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0283927Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0290395Z copying torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0296769Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0303179Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0309611Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0316265Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0332790Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0339156Z copying torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0345495Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0351781Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0358648Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0365092Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0371367Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0377839Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0384254Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0399980Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0406151Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0412409Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0419144Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0425530Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0432592Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0439847Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0446763Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0454180Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0460687Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0487025Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0493541Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0500095Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0506412Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0512805Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0519068Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0525570Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0532026Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0539908Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0546870Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0553153Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0568975Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0575461Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0581748Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0588077Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0594787Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0601176Z copying torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0607591Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0613980Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0620622Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0636952Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0643621Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0650167Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0656820Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0663488Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0670177Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0676889Z copying torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0683417Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0689930Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0696567Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0703014Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:40.0708707Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dbr_quantization 2025-09-07T06:37:40.0712003Z copying torch\include\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dbr_quantization 2025-09-07T06:37:40.0717310Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0720411Z copying torch\include\torch\csrc\jit\passes\onnx\cast_all_constant_to_floating.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0733612Z copying torch\include\torch\csrc\jit\passes\onnx\constant_fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0739984Z copying torch\include\torch\csrc\jit\passes\onnx\constant_map.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0746527Z copying torch\include\torch\csrc\jit\passes\onnx\deduplicate_initializers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0762080Z copying torch\include\torch\csrc\jit\passes\onnx\eliminate_unused_items.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0768253Z copying torch\include\torch\csrc\jit\passes\onnx\eval_peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0774548Z copying torch\include\torch\csrc\jit\passes\onnx\fixup_onnx_controlflow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0780971Z copying torch\include\torch\csrc\jit\passes\onnx\function_extraction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0787799Z copying torch\include\torch\csrc\jit\passes\onnx\function_substitution.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0793573Z copying torch\include\torch\csrc\jit\passes\onnx\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0799860Z copying torch\include\torch\csrc\jit\passes\onnx\list_model_parameters.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0805986Z copying torch\include\torch\csrc\jit\passes\onnx\naming.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0812455Z copying torch\include\torch\csrc\jit\passes\onnx\onnx_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0819224Z copying torch\include\torch\csrc\jit\passes\onnx\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0825955Z copying torch\include\torch\csrc\jit\passes\onnx\prepare_division_for_onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0832383Z copying torch\include\torch\csrc\jit\passes\onnx\preprocess_for_onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0839110Z copying torch\include\torch\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0845556Z copying torch\include\torch\csrc\jit\passes\onnx\scalar_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0851951Z copying torch\include\torch\csrc\jit\passes\onnx\shape_type_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0858708Z copying torch\include\torch\csrc\jit\passes\onnx\unpack_quantized_weights.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:40.0873649Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-09-07T06:37:40.0876912Z copying torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-09-07T06:37:40.0883191Z copying torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-09-07T06:37:40.0889476Z copying torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-09-07T06:37:40.0906598Z copying torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-09-07T06:37:40.0912332Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:40.0915561Z copying torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:40.0922076Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:40.0928231Z copying torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:40.0934296Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:40.1035815Z copying torch\include\torch\csrc\jit\passes\quantization\insert_observers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:40.1042310Z copying torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:40.1048815Z copying torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:40.1056688Z copying torch\include\torch\csrc\jit\passes\quantization\quantization_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:40.1062820Z copying torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:40.1068043Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-09-07T06:37:40.1071161Z copying torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-09-07T06:37:40.1077532Z copying torch\include\torch\csrc\jit\passes\utils\memory_dag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-09-07T06:37:40.1083861Z copying torch\include\torch\csrc\jit\passes\utils\optimization_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-09-07T06:37:40.1099128Z copying torch\include\torch\csrc\jit\passes\utils\op_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-09-07T06:37:40.1105793Z copying torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-09-07T06:37:40.1111486Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1114424Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1120845Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1127282Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1133790Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1140952Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1156775Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1163213Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1169667Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1176591Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1183270Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1190010Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1196697Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1203361Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1209796Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1216351Z copying torch\include\torch\csrc\jit\python\update_graph_executor_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1222725Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-09-07T06:37:40.1228097Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1231099Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1238237Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1244761Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1251362Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1267389Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1273854Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1280190Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1286619Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1293171Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1299862Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1306272Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1313000Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1319629Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1326129Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1332459Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1338796Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1345697Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1352003Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1358668Z copying torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1365260Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1381615Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1388890Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1395703Z copying torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1402057Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1408416Z copying torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1415256Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1421678Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1428140Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1435288Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1450562Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1456946Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:40.1462134Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter 2025-09-07T06:37:40.1465051Z copying torch\include\torch\csrc\jit\runtime\interpreter\can_emit_inline.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter 2025-09-07T06:37:40.1471545Z copying torch\include\torch\csrc\jit\runtime\interpreter\code_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter 2025-09-07T06:37:40.1478202Z copying torch\include\torch\csrc\jit\runtime\interpreter\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter 2025-09-07T06:37:40.1484364Z copying torch\include\torch\csrc\jit\runtime\interpreter\preprocess_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter 2025-09-07T06:37:40.1500271Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:40.1503173Z copying torch\include\torch\csrc\jit\runtime\static\fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:40.1509193Z copying torch\include\torch\csrc\jit\runtime\static\impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:40.1516526Z copying torch\include\torch\csrc\jit\runtime\static\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:40.1522545Z copying torch\include\torch\csrc\jit\runtime\static\memory_planner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:40.1529014Z copying torch\include\torch\csrc\jit\runtime\static\ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:40.1535975Z copying torch\include\torch\csrc\jit\runtime\static\passes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:40.1551932Z copying torch\include\torch\csrc\jit\runtime\static\ProcessedNodeInputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:40.1558717Z copying torch\include\torch\csrc\jit\runtime\static\processed_node_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:40.1565142Z copying torch\include\torch\csrc\jit\runtime\static\static_method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:40.1571377Z copying torch\include\torch\csrc\jit\runtime\static\te_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:40.1576903Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1580062Z copying torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1586789Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1593242Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1609014Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1616033Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1622312Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1628671Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1635157Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1641368Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1648283Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1654913Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1661785Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1669665Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1690223Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1696725Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1702970Z copying torch\include\torch\csrc\jit\serialization\pickler_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1709699Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1716369Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1722857Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1729088Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1744363Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1750983Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:40.1757199Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1760316Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1766659Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1773268Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1780232Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1796410Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1802985Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1809708Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1817072Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1823768Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1830103Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1836524Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1842957Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1849668Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1856270Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1862547Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1868965Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1875638Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1882174Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1888712Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1895648Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1908606Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1924694Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1965344Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1972054Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1978735Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1985819Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1992392Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.1998821Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2005918Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2012592Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2019923Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2026794Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2037577Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2044114Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2050402Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2056962Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2063099Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2069721Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2076224Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2082266Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2088812Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2095304Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:40.2101100Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:40.2104171Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:40.2110941Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:40.2116825Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:40.2123098Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:40.2129376Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:40.2145779Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:40.2152120Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:40.2158752Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:40.2165052Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:40.2170187Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-09-07T06:37:40.2173206Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-09-07T06:37:40.2181435Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-09-07T06:37:40.2186769Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-09-07T06:37:40.2190818Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-09-07T06:37:40.2197231Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-09-07T06:37:40.2203960Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-09-07T06:37:40.2210296Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-09-07T06:37:40.2225622Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2228680Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2235019Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2241258Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2247623Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2291737Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2308076Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2314359Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2320677Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2327296Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2334139Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2340555Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2347253Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2353837Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2360485Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2367116Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2373824Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2380302Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2386857Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2393247Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2400115Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2406792Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2413309Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2419982Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2426315Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:40.2431914Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2025-09-07T06:37:40.2444956Z copying torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2025-09-07T06:37:40.2450651Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-09-07T06:37:40.2454238Z copying torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-09-07T06:37:40.2460985Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-09-07T06:37:40.2466645Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated 2025-09-07T06:37:40.2469717Z copying torch\include\torch\csrc\lazy\generated\LazyIr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated 2025-09-07T06:37:40.2479281Z copying torch\include\torch\csrc\lazy\generated\LazyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated 2025-09-07T06:37:40.2486226Z copying torch\include\torch\csrc\lazy\generated\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated 2025-09-07T06:37:40.2491912Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-09-07T06:37:40.2494898Z copying torch\include\torch\csrc\lazy\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-09-07T06:37:40.2501098Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-09-07T06:37:40.2506292Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:40.2519736Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:40.2525932Z copying torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:40.2532321Z copying torch\include\torch\csrc\lazy\ts_backend\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:40.2538902Z copying torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:40.2554577Z copying torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:40.2560861Z copying torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:40.2567731Z copying torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:40.2574500Z copying torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:40.2580806Z copying torch\include\torch\csrc\lazy\ts_backend\ts_node.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:40.2587508Z copying torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:40.2592675Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops 2025-09-07T06:37:40.2595648Z copying torch\include\torch\csrc\lazy\ts_backend\ops\device_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops 2025-09-07T06:37:40.2602185Z copying torch\include\torch\csrc\lazy\ts_backend\ops\generic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops 2025-09-07T06:37:40.2608549Z copying torch\include\torch\csrc\lazy\ts_backend\ops\to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops 2025-09-07T06:37:40.2613932Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor 2025-09-07T06:37:40.2616906Z copying torch\include\torch\csrc\monitor\counters.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor 2025-09-07T06:37:40.2623364Z copying torch\include\torch\csrc\monitor\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor 2025-09-07T06:37:40.2629758Z copying torch\include\torch\csrc\monitor\python_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor 2025-09-07T06:37:40.2635279Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mps 2025-09-07T06:37:40.2638117Z copying torch\include\torch\csrc\mps\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mps 2025-09-07T06:37:40.2643210Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mtia 2025-09-07T06:37:40.2645998Z copying torch\include\torch\csrc\mtia\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mtia 2025-09-07T06:37:40.2651368Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mtia\profiler 2025-09-07T06:37:40.2654452Z copying torch\include\torch\csrc\mtia\profiler\MTIAMemoryProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mtia\profiler 2025-09-07T06:37:40.2659483Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\multiprocessing 2025-09-07T06:37:40.2662323Z copying torch\include\torch\csrc\multiprocessing\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\multiprocessing 2025-09-07T06:37:40.2667159Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-09-07T06:37:40.2670063Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-09-07T06:37:40.2676219Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-09-07T06:37:40.2682118Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-09-07T06:37:40.2687478Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-09-07T06:37:40.2690319Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-09-07T06:37:40.2696646Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-09-07T06:37:40.2703592Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-09-07T06:37:40.2710143Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-09-07T06:37:40.2726226Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-09-07T06:37:40.2732570Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-09-07T06:37:40.2738877Z copying torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-09-07T06:37:40.2745021Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-09-07T06:37:40.2751341Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-09-07T06:37:40.2757700Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-09-07T06:37:40.2763830Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-09-07T06:37:40.2769641Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-09-07T06:37:40.2772363Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-09-07T06:37:40.2778742Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-09-07T06:37:40.2785353Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-09-07T06:37:40.2790894Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-09-07T06:37:40.2793949Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-09-07T06:37:40.2800261Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-09-07T06:37:40.2806471Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-09-07T06:37:40.2811879Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-09-07T06:37:40.2815203Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-09-07T06:37:40.2821846Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-09-07T06:37:40.2828017Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-09-07T06:37:40.2844041Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-09-07T06:37:40.2850011Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-09-07T06:37:40.2853376Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-09-07T06:37:40.2859023Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2862171Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2868557Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2875270Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2881663Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2898250Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2904995Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2911629Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2917765Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2924314Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2930853Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2938227Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2944608Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2951355Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2964944Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2971478Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2978287Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:40.2984168Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-09-07T06:37:40.3009541Z copying torch\include\torch\csrc\stable\accelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-09-07T06:37:40.3010505Z copying torch\include\torch\csrc\stable\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-09-07T06:37:40.3011330Z copying torch\include\torch\csrc\stable\ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-09-07T06:37:40.3016599Z copying torch\include\torch\csrc\stable\stableivalue_conversions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-09-07T06:37:40.3022945Z copying torch\include\torch\csrc\stable\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-09-07T06:37:40.3040007Z copying torch\include\torch\csrc\stable\tensor_inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-09-07T06:37:40.3052941Z copying torch\include\torch\csrc\stable\tensor_struct.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-09-07T06:37:40.3058563Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-09-07T06:37:40.3061563Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-09-07T06:37:40.3067020Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3069870Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3076430Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3082467Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3088673Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3104872Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3111255Z copying torch\include\torch\csrc\utils\generated_serialization_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3119353Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3125346Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3131363Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3138155Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3144531Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3150686Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3156766Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3163128Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3169376Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3175833Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3182788Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3190440Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3197135Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3203433Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3219589Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3226105Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3232686Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3239371Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3245957Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3252857Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3259756Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3266420Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3273842Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3280284Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3296331Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3302942Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3309556Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3315981Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3322614Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3328879Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3335232Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3343298Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3349016Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3370745Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3377601Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3384288Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3390993Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3397716Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3405076Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-09-07T06:37:40.3410403Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-09-07T06:37:40.3412547Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-09-07T06:37:40.3418724Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-09-07T06:37:40.3424684Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-09-07T06:37:40.3430322Z creating build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\core 2025-09-07T06:37:40.3434999Z copying torch\include\torch\headeronly\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\core 2025-09-07T06:37:40.3440771Z creating build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\cpu\vec 2025-09-07T06:37:40.3445296Z copying torch\include\torch\headeronly\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\cpu\vec 2025-09-07T06:37:40.3451739Z copying torch\include\torch\headeronly\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\cpu\vec 2025-09-07T06:37:40.3457772Z creating build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\cpu\vec\vec256 2025-09-07T06:37:40.3461336Z copying torch\include\torch\headeronly\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\cpu\vec\vec256 2025-09-07T06:37:40.3470121Z copying torch\include\torch\headeronly\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\cpu\vec\vec256 2025-09-07T06:37:40.3475580Z creating build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros 2025-09-07T06:37:40.3477332Z copying torch\include\torch\headeronly\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros 2025-09-07T06:37:40.3483633Z copying torch\include\torch\headeronly\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros 2025-09-07T06:37:40.3489744Z copying torch\include\torch\headeronly\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros 2025-09-07T06:37:40.3495594Z creating build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3499212Z copying torch\include\torch\headeronly\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3504641Z copying torch\include\torch\headeronly\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3510876Z copying torch\include\torch\headeronly\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3517402Z copying torch\include\torch\headeronly\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3524187Z copying torch\include\torch\headeronly\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3530489Z copying torch\include\torch\headeronly\util\Float4_e2m1fn_x2.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3546747Z copying torch\include\torch\headeronly\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3553784Z copying torch\include\torch\headeronly\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3560139Z copying torch\include\torch\headeronly\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3566785Z copying torch\include\torch\headeronly\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3573524Z copying torch\include\torch\headeronly\util\Float8_e8m0fnu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3579884Z copying torch\include\torch\headeronly\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3586398Z copying torch\include\torch\headeronly\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3592625Z copying torch\include\torch\headeronly\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3599525Z copying torch\include\torch\headeronly\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3605944Z copying torch\include\torch\headeronly\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3613799Z copying torch\include\torch\headeronly\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3619162Z copying torch\include\torch\headeronly\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3625391Z copying torch\include\torch\headeronly\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3631353Z copying torch\include\torch\headeronly\util\shim_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3638046Z copying torch\include\torch\headeronly\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util 2025-09-07T06:37:40.3644270Z copying torch\include\dnnl.hpp -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:40.3650656Z copying torch\include\dnnl_ocl.hpp -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:40.3657812Z copying torch\include\dnnl_sycl.hpp -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:40.3671191Z copying torch\include\dnnl_threadpool.hpp -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:40.3677937Z copying torch\include\dnnl_threadpool_iface.hpp -> build\lib.win-amd64-cpython-39\torch\include 2025-09-07T06:37:40.3684748Z copying torch\include\oneapi\dnnl\dnnl.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:40.3707464Z copying torch\include\oneapi\dnnl\dnnl_common.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:40.3714818Z copying torch\include\oneapi\dnnl\dnnl_graph.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:40.3724595Z copying torch\include\oneapi\dnnl\dnnl_graph_ocl.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:40.4195737Z copying torch\include\oneapi\dnnl\dnnl_graph_sycl.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:40.4202215Z copying torch\include\oneapi\dnnl\dnnl_ocl.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:40.4209285Z copying torch\include\oneapi\dnnl\dnnl_sycl.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:40.4215971Z copying torch\include\oneapi\dnnl\dnnl_threadpool.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:40.4223530Z copying torch\include\oneapi\dnnl\dnnl_threadpool_iface.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:40.4229645Z copying torch\include\oneapi\dnnl\dnnl_ukernel.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-09-07T06:37:40.4237350Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4244035Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4250418Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4258081Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4264325Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4270627Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4277282Z copying torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4283826Z copying torch\include\torch\csrc\distributed\c10d\FlightRecorderDetail.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4290805Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4298827Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4304827Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4310978Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4330448Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4336769Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4342940Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4350945Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4357301Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4364285Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4373379Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4379939Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGlooDetail.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4387494Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4394240Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4415654Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4422475Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4429582Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4436860Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4443230Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4451035Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4458247Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4464976Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4471557Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4477724Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4484361Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4490741Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4497310Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4517589Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4523702Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4534153Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4540284Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:40.4545879Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_collectives 2025-09-07T06:37:40.4549236Z copying torch\include\torch\csrc\distributed\c10d\control_collectives\ControlCollectives.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_collectives 2025-09-07T06:37:40.4556002Z copying torch\include\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_collectives 2025-09-07T06:37:40.4561621Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_plane 2025-09-07T06:37:40.4564618Z copying torch\include\torch\csrc\distributed\c10d\control_plane\Handlers.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_plane 2025-09-07T06:37:40.4571427Z copying torch\include\torch\csrc\distributed\c10d\control_plane\WorkerServer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_plane 2025-09-07T06:37:40.4576722Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\cuda 2025-09-07T06:37:40.4579760Z copying torch\include\torch\csrc\distributed\c10d\cuda\CUDAEventCache.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\cuda 2025-09-07T06:37:40.4586040Z copying torch\include\torch\csrc\distributed\c10d\cuda\StreamBlock.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\cuda 2025-09-07T06:37:40.4592444Z copying torch\include\torch\csrc\distributed\c10d\cuda\utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\cuda 2025-09-07T06:37:40.4598667Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:40.4605135Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemoryTypes.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:40.4625360Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemoryUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:40.4631756Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:40.4638363Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:40.4645434Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:40.4651751Z copying torch\include\torch\csrc\jit\testing\catch_utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-09-07T06:37:40.4657956Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4664390Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4670882Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4677734Z copying torch\include\ATen\cuda\cub-RadixSortPairs.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4684251Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4691212Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4698033Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4705000Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4711434Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4717645Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4724228Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4743893Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4750334Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-09-07T06:37:40.4757046Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-09-07T06:37:40.4763449Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-09-07T06:37:40.4771159Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-09-07T06:37:40.4777078Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-09-07T06:37:40.4783403Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-09-07T06:37:40.4789976Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-09-07T06:37:40.4796606Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4803304Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4810467Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4818903Z copying torch\include\ATen\native\cuda\cutlass_common.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4826168Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4833342Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4840610Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4847984Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4854434Z copying torch\include\ATen\native\cuda\fused_adagrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4874507Z copying torch\include\ATen\native\cuda\fused_adagrad_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4881054Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4887867Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4894725Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4901456Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4908014Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4914504Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4921034Z copying torch\include\ATen\native\cuda\GroupMMCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4928375Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4947276Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4953826Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4960600Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4966956Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4975313Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.4983209Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5001667Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5009025Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5016677Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5023295Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5029814Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5037123Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5043980Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5051323Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5058003Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5064532Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5071083Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5077610Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5091267Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5092183Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-09-07T06:37:40.5109890Z creating build\lib.win-amd64-cpython-39\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:40.5110716Z copying torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:40.5111421Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-09-07T06:37:40.5121641Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-09-07T06:37:40.5141765Z copying torch\_inductor\script.ld -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-09-07T06:37:40.5147628Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\templates 2025-09-07T06:37:40.5151159Z copying torch\_inductor\kernel\flex\templates\common.py.jinja -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\templates 2025-09-07T06:37:40.5164229Z copying torch\_inductor\kernel\flex\templates\flex_attention.py.jinja -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\templates 2025-09-07T06:37:40.5178587Z copying torch\_inductor\kernel\flex\templates\flex_backwards.py.jinja -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\templates 2025-09-07T06:37:40.5210241Z copying torch\_inductor\kernel\flex\templates\flex_decode.py.jinja -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\templates 2025-09-07T06:37:40.5225284Z copying torch\_inductor\kernel\flex\templates\utilities.py.jinja -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\templates 2025-09-07T06:37:40.5237258Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-09-07T06:37:40.5250573Z copying torch\_export\serde\export_schema.thrift -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-09-07T06:37:40.5262997Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-09-07T06:37:40.5268504Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-09-07T06:37:40.5273630Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-09-07T06:37:40.5276989Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-09-07T06:37:40.5283518Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-09-07T06:37:40.5290326Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-09-07T06:37:40.5309506Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-09-07T06:37:40.5316909Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-09-07T06:37:40.5323657Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-09-07T06:37:40.5330072Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-09-07T06:37:40.5335885Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-09-07T06:37:40.5338750Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-09-07T06:37:40.5345379Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-09-07T06:37:40.5351943Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-09-07T06:37:40.5358552Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-09-07T06:37:40.5377100Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-09-07T06:37:40.5383488Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-09-07T06:37:40.5389851Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-09-07T06:37:40.5396223Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-09-07T06:37:40.5403083Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-09-07T06:37:40.5408747Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-09-07T06:37:40.5411783Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-09-07T06:37:40.5418114Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-09-07T06:37:40.5424230Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-09-07T06:37:40.5439310Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-09-07T06:37:40.5446216Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-09-07T06:37:40.5454427Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-09-07T06:37:40.5511113Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-09-07T06:37:40.5512208Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-09-07T06:37:40.5513541Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-09-07T06:37:40.5514853Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-09-07T06:37:40.5517556Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-09-07T06:37:40.5518506Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-09-07T06:37:40.5519146Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-09-07T06:37:40.5525494Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-09-07T06:37:40.5532087Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-09-07T06:37:40.5546842Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:40.5570030Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:40.5582608Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:40.5589272Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:40.5599971Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-09-07T06:37:40.5606510Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-09-07T06:37:40.5628430Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-09-07T06:37:40.5651575Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-09-07T06:37:40.5664631Z copying torch\_dynamo\graph_break_registry.json -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-09-07T06:37:40.5729827Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.5750034Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.5758518Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.5774522Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.5782808Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.5789279Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.5801093Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.8027391Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.8037021Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.8226690Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.8237086Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.8281402Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.8294632Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:40.8302258Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.4244688Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.4263739Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.4270909Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.4454300Z copying torch\lib\libittnotify.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.4464009Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.4521458Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.4854428Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.5196444Z copying torch\lib\microkernels-prod.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.5228375Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.5236850Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.5319495Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.5325816Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.5332941Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.5591609Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.5601181Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-09-07T06:37:41.5629302Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-09-07T06:37:41.5635334Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-09-07T06:37:41.5898227Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-09-07T06:37:41.5909828Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.5913220Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.5926392Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.5939013Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.5956359Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.5969755Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.5983594Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.5997624Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6004440Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6010917Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6018134Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6025284Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6038098Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6050333Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6064109Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6071090Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6078270Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6093152Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6099547Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6111703Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6122074Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6128575Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6134997Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6141826Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6153923Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6160577Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6173049Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6185646Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6198568Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6204710Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6220275Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6233012Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6240033Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6246492Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6266911Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6279889Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6286260Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6293043Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6299719Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6315842Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-09-07T06:37:41.6340286Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6343011Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6349265Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6356360Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6368852Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6388404Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6689223Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6701319Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6714441Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6743078Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6763512Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6788516Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6808877Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6820770Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6871039Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6885063Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6913975Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6920957Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-09-07T06:37:41.6926959Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.6929255Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.6942219Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.6948773Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.6965792Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.6978178Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.6984758Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.6997501Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7011231Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7018407Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7036812Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7053435Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7112259Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7359504Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7366299Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7382421Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7394562Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7407836Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7444824Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7458170Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7471501Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7484767Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7498055Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7504851Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-09-07T06:37:41.7511825Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-09-07T06:37:41.7520894Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:41.7530621Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-09-07T06:37:41.7539828Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2025-09-07T06:37:41.7549416Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-09-07T06:37:41.7557987Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-09-07T06:37:41.7565800Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-09-07T06:37:41.9321462Z running build_ext 2025-09-07T06:37:41.9369707Z -- Building with NumPy bindings 2025-09-07T06:37:41.9370011Z -- Not using cuDNN 2025-09-07T06:37:41.9370213Z -- Not using CUDA 2025-09-07T06:37:41.9370402Z -- Not using XPU 2025-09-07T06:37:41.9370603Z -- Using MKLDNN 2025-09-07T06:37:41.9370896Z -- Not using Compute Library for the Arm architecture with MKLDNN 2025-09-07T06:37:41.9371988Z -- Not using CBLAS in MKLDNN 2025-09-07T06:37:41.9372314Z -- Not using NCCL 2025-09-07T06:37:41.9372538Z -- Building without distributed package 2025-09-07T06:37:41.9372824Z -- Using ITT 2025-09-07T06:37:45.0134943Z Copying functorch._C from functorch\functorch.pyd to C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2025-09-07T06:37:45.0137854Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2025-09-07T06:37:45.0158101Z building 'torch._C' extension 2025-09-07T06:37:45.0175141Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2025-09-07T06:37:45.0195222Z "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /Tctorch/csrc/stub.c /Fobuild\temp.win-amd64-cpython-39\Release\torch\csrc\stub.obj /MD /FS /EHsc 2025-09-07T06:37:45.0494432Z stub.c 2025-09-07T06:37:45.8627893Z "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.19041.0\\um\x64" torch_python.lib /EXPORT:PyInit__C build\temp.win-amd64-cpython-39\Release\torch\csrc\stub.obj /OUT:build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\torch\csrc\_C.cp39-win_amd64.lib /NODEFAULTLIB:LIBCMT.LIB 2025-09-07T06:37:45.9028255Z Creating library build\temp.win-amd64-cpython-39\Release\torch\csrc\_C.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\torch\csrc\_C.cp39-win_amd64.exp 2025-09-07T06:37:45.9131468Z Generating code 2025-09-07T06:37:46.1005035Z Finished generating code 2025-09-07T06:37:46.1425953Z copying build\temp.win-amd64-cpython-39\Release\torch\csrc\_C.cp39-win_amd64.lib -> build\lib.win-amd64-cpython-39\torch\lib\_C.lib 2025-09-07T06:37:46.1549590Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-09-07T06:37:46.1551307Z !! 2025-09-07T06:37:46.1551434Z 2025-09-07T06:37:46.1551548Z ******************************************************************************** 2025-09-07T06:37:46.1552061Z Please avoid running ``setup.py`` directly. 2025-09-07T06:37:46.1552427Z Instead, use pypa/build, pypa/installer or other 2025-09-07T06:37:46.1552784Z standards-based tools. 2025-09-07T06:37:46.1552950Z 2025-09-07T06:37:46.1553234Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-09-07T06:37:46.1553722Z ******************************************************************************** 2025-09-07T06:37:46.1553944Z 2025-09-07T06:37:46.1554022Z !! 2025-09-07T06:37:46.1554345Z self.initialize_options() 2025-09-07T06:37:46.1632499Z installing to build\bdist.win-amd64\wheel 2025-09-07T06:37:46.1632832Z running install 2025-09-07T06:37:46.1654306Z running install_lib 2025-09-07T06:37:46.1749210Z creating build\bdist.win-amd64\wheel 2025-09-07T06:37:46.1753980Z creating build\bdist.win-amd64\wheel\functorch 2025-09-07T06:37:46.1757301Z creating build\bdist.win-amd64\wheel\functorch\compile 2025-09-07T06:37:46.1760617Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2025-09-07T06:37:46.1766590Z creating build\bdist.win-amd64\wheel\functorch\dim 2025-09-07T06:37:46.1770344Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-09-07T06:37:46.1775989Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-09-07T06:37:46.1781422Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-09-07T06:37:46.1786640Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-09-07T06:37:46.1804945Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-09-07T06:37:46.1810642Z creating build\bdist.win-amd64\wheel\functorch\einops 2025-09-07T06:37:46.1815533Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-09-07T06:37:46.1819804Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-09-07T06:37:46.1825430Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-09-07T06:37:46.1831412Z creating build\bdist.win-amd64\wheel\functorch\experimental 2025-09-07T06:37:46.1834682Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-09-07T06:37:46.1839764Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-09-07T06:37:46.1844992Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-09-07T06:37:46.1849985Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2025-09-07T06:37:46.1869973Z creating build\bdist.win-amd64\wheel\functorch\_src 2025-09-07T06:37:46.1873114Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2025-09-07T06:37:46.1876445Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2025-09-07T06:37:46.1881740Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2025-09-07T06:37:46.1885185Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2025-09-07T06:37:46.1890587Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2025-09-07T06:37:46.1893867Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2025-09-07T06:37:46.1899280Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2025-09-07T06:37:46.1913046Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2025-09-07T06:37:46.1918216Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2025-09-07T06:37:46.1922847Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2025-09-07T06:37:46.1929067Z creating build\bdist.win-amd64\wheel\torch 2025-09-07T06:37:46.1932178Z creating build\bdist.win-amd64\wheel\torch\accelerator 2025-09-07T06:37:46.1935533Z copying build\lib.win-amd64-cpython-39\torch\accelerator\memory.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-09-07T06:37:46.1941286Z copying build\lib.win-amd64-cpython-39\torch\accelerator\_utils.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-09-07T06:37:46.1946310Z copying build\lib.win-amd64-cpython-39\torch\accelerator\__init__.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-09-07T06:37:46.1951769Z creating build\bdist.win-amd64\wheel\torch\amp 2025-09-07T06:37:46.1955215Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-09-07T06:37:46.1961287Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-09-07T06:37:46.1966778Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-09-07T06:37:46.1974504Z creating build\bdist.win-amd64\wheel\torch\ao 2025-09-07T06:37:46.1977714Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2025-09-07T06:37:46.1980573Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2025-09-07T06:37:46.1984027Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2025-09-07T06:37:46.1987005Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\modules 2025-09-07T06:37:46.1992444Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\modules 2025-09-07T06:37:46.1997605Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2025-09-07T06:37:46.2000839Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2025-09-07T06:37:46.2004146Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-09-07T06:37:46.2010196Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-09-07T06:37:46.2016399Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-09-07T06:37:46.2021736Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-09-07T06:37:46.2037901Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat 2025-09-07T06:37:46.2043505Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2025-09-07T06:37:46.2046730Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2025-09-07T06:37:46.2050087Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-09-07T06:37:46.2053680Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-09-07T06:37:46.2059298Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-09-07T06:37:46.2064426Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\dynamic 2025-09-07T06:37:46.2069690Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2025-09-07T06:37:46.2073168Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-09-07T06:37:46.2078737Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-09-07T06:37:46.2084012Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-09-07T06:37:46.2089499Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-09-07T06:37:46.2095336Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-09-07T06:37:46.2111891Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized 2025-09-07T06:37:46.2117014Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2025-09-07T06:37:46.2122632Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2025-09-07T06:37:46.2125912Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2025-09-07T06:37:46.2129292Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2025-09-07T06:37:46.2132893Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic\modules 2025-09-07T06:37:46.2138467Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic\modules 2025-09-07T06:37:46.2143495Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic 2025-09-07T06:37:46.2148911Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2025-09-07T06:37:46.2152418Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-09-07T06:37:46.2158087Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-09-07T06:37:46.2163641Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-09-07T06:37:46.2169025Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-09-07T06:37:46.2174235Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2025-09-07T06:37:46.2179401Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2025-09-07T06:37:46.2182953Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2025-09-07T06:37:46.2186335Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2025-09-07T06:37:46.2192448Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2025-09-07T06:37:46.2198375Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2025-09-07T06:37:46.2203774Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2025-09-07T06:37:46.2208950Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2025-09-07T06:37:46.2222977Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2025-09-07T06:37:46.2226399Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2025-09-07T06:37:46.2229771Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-09-07T06:37:46.2235843Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-09-07T06:37:46.2241122Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-09-07T06:37:46.2247484Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-09-07T06:37:46.2253163Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic 2025-09-07T06:37:46.2258141Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-09-07T06:37:46.2264559Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2025-09-07T06:37:46.2268044Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-09-07T06:37:46.2273733Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-09-07T06:37:46.2279147Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-09-07T06:37:46.2285108Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-09-07T06:37:46.2290663Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-09-07T06:37:46.2307822Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-09-07T06:37:46.2313693Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-09-07T06:37:46.2319415Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-09-07T06:37:46.2325074Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-09-07T06:37:46.2330681Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-09-07T06:37:46.2336294Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-09-07T06:37:46.2341783Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2025-09-07T06:37:46.2356206Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:46.2359542Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:46.2365152Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:46.2370725Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:46.2376509Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:46.2381730Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:46.2387132Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-09-07T06:37:46.2392077Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference 2025-09-07T06:37:46.2397036Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-09-07T06:37:46.2402375Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2025-09-07T06:37:46.2405668Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2025-09-07T06:37:46.2408880Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2025-09-07T06:37:46.2412201Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized\dynamic 2025-09-07T06:37:46.2417776Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized\dynamic 2025-09-07T06:37:46.2422854Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2025-09-07T06:37:46.2428112Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2025-09-07T06:37:46.2433272Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2025-09-07T06:37:46.2438099Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2025-09-07T06:37:46.2443093Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2025-09-07T06:37:46.2448544Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2025-09-07T06:37:46.2451780Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2025-09-07T06:37:46.2455103Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-09-07T06:37:46.2461072Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-09-07T06:37:46.2467060Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-09-07T06:37:46.2472920Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-09-07T06:37:46.2479927Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\n_shadows_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-09-07T06:37:46.2496989Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-09-07T06:37:46.2502720Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\qconfig_multi_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-09-07T06:37:46.2507507Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-09-07T06:37:46.2513132Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-09-07T06:37:46.2519079Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-09-07T06:37:46.2523495Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-09-07T06:37:46.2529487Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-09-07T06:37:46.2536229Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-09-07T06:37:46.2541101Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2025-09-07T06:37:46.2544612Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2025-09-07T06:37:46.2548076Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-09-07T06:37:46.2554031Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-09-07T06:37:46.2559577Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-09-07T06:37:46.2575707Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-09-07T06:37:46.2580614Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2025-09-07T06:37:46.2584173Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-09-07T06:37:46.2589927Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-09-07T06:37:46.2595392Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-09-07T06:37:46.2612165Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-09-07T06:37:46.2618459Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-09-07T06:37:46.2623178Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2025-09-07T06:37:46.2626560Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2025-09-07T06:37:46.2630292Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\activation_sparsifier 2025-09-07T06:37:46.2636389Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\activation_sparsifier 2025-09-07T06:37:46.2640927Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2025-09-07T06:37:46.2644360Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_scheduler 2025-09-07T06:37:46.2649874Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_scheduler 2025-09-07T06:37:46.2655185Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2025-09-07T06:37:46.2669348Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-09-07T06:37:46.2675154Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-09-07T06:37:46.2680638Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-09-07T06:37:46.2695421Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-09-07T06:37:46.2699219Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-09-07T06:37:46.2705161Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-09-07T06:37:46.2710807Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-09-07T06:37:46.2725941Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-09-07T06:37:46.2730367Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-09-07T06:37:46.2736011Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-09-07T06:37:46.2741600Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:46.2745289Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:46.2751075Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:46.2756575Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:46.2801178Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:46.2806870Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\parametrization.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:46.2812512Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:46.2818727Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:46.2824333Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-09-07T06:37:46.2829549Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2025-09-07T06:37:46.2834161Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-09-07T06:37:46.2850276Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-09-07T06:37:46.2855894Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2025-09-07T06:37:46.2859319Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2863073Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\backend_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2868722Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\executorch.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2874520Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\fbgemm.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2879850Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\native.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2896112Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\onednn.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2901809Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\qnnpack.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2907307Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2912479Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2917699Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\x86.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2923109Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2928981Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2934632Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-09-07T06:37:46.2939766Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.2945567Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.2962612Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.2968357Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2025-09-07T06:37:46.2971486Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.2977715Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.2983392Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.2989188Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.2995083Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3040534Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lower_to_fbgemm.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3046348Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lower_to_qnnpack.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3052245Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3057051Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3062741Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3068219Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3075089Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3080734Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3086218Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3091556Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3097728Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3103849Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3110073Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_lower_to_native_backend.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3116857Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2025-09-07T06:37:46.3120367Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\detector.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-09-07T06:37:46.3127028Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\model_report.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-09-07T06:37:46.3133142Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-09-07T06:37:46.3150370Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-09-07T06:37:46.3156777Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-09-07T06:37:46.3161348Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-09-07T06:37:46.3166631Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3173432Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2025-09-07T06:37:46.3176943Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-09-07T06:37:46.3182728Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-09-07T06:37:46.3188301Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-09-07T06:37:46.3194204Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\lowering.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-09-07T06:37:46.3210045Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\port_metadata_pass.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-09-07T06:37:46.3216108Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-09-07T06:37:46.3221708Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-09-07T06:37:46.3228069Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2025-09-07T06:37:46.3231624Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation\rewrite.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e\representation 2025-09-07T06:37:46.3237436Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e\representation 2025-09-07T06:37:46.3242728Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-09-07T06:37:46.3248613Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_affine_quantization.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-09-07T06:37:46.3254820Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-09-07T06:37:46.3260556Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-09-07T06:37:46.3265234Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3270840Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3276415Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3281879Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3287797Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2025-09-07T06:37:46.3291343Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-09-07T06:37:46.3297305Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-09-07T06:37:46.3302786Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-09-07T06:37:46.3318824Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-09-07T06:37:46.3325364Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-09-07T06:37:46.3331673Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-09-07T06:37:46.3337804Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-09-07T06:37:46.3343971Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-09-07T06:37:46.3350606Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-09-07T06:37:46.3355556Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3361613Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3367049Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3372422Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3378187Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3383206Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3388898Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3394268Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3400111Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3405418Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-09-07T06:37:46.3410849Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2025-09-07T06:37:46.3416598Z creating build\bdist.win-amd64\wheel\torch\autograd 2025-09-07T06:37:46.3419795Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-09-07T06:37:46.3425347Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-09-07T06:37:46.3430381Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-09-07T06:37:46.3436152Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-09-07T06:37:46.3452410Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-09-07T06:37:46.3458876Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-09-07T06:37:46.3465251Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-09-07T06:37:46.3471056Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-09-07T06:37:46.3477275Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-09-07T06:37:46.3482794Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-09-07T06:37:46.3488897Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-09-07T06:37:46.3494347Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2025-09-07T06:37:46.3497745Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-09-07T06:37:46.3503290Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-09-07T06:37:46.3508587Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-09-07T06:37:46.3513372Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-09-07T06:37:46.3519811Z creating build\bdist.win-amd64\wheel\torch\backends 2025-09-07T06:37:46.3523027Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2025-09-07T06:37:46.3526254Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2025-09-07T06:37:46.3531420Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2025-09-07T06:37:46.3534698Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2025-09-07T06:37:46.3540756Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2025-09-07T06:37:46.3544006Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-09-07T06:37:46.3549941Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-09-07T06:37:46.3555457Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2025-09-07T06:37:46.3558653Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2025-09-07T06:37:46.3564141Z creating build\bdist.win-amd64\wheel\torch\backends\kleidiai 2025-09-07T06:37:46.3567661Z copying build\lib.win-amd64-cpython-39\torch\backends\kleidiai\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\kleidiai 2025-09-07T06:37:46.3573044Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2025-09-07T06:37:46.3586161Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2025-09-07T06:37:46.3591733Z creating build\bdist.win-amd64\wheel\torch\backends\miopen 2025-09-07T06:37:46.3595059Z copying build\lib.win-amd64-cpython-39\torch\backends\miopen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\miopen 2025-09-07T06:37:46.3600555Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2025-09-07T06:37:46.3603685Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2025-09-07T06:37:46.3609174Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2025-09-07T06:37:46.3612550Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2025-09-07T06:37:46.3618049Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2025-09-07T06:37:46.3621510Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2025-09-07T06:37:46.3626725Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2025-09-07T06:37:46.3630051Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2025-09-07T06:37:46.3635435Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2025-09-07T06:37:46.3638963Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2025-09-07T06:37:46.3643978Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2025-09-07T06:37:46.3647358Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2025-09-07T06:37:46.3653183Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2025-09-07T06:37:46.3656389Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2025-09-07T06:37:46.3661849Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2025-09-07T06:37:46.3665189Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-09-07T06:37:46.3671336Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-09-07T06:37:46.3676032Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2025-09-07T06:37:46.3679135Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2025-09-07T06:37:46.3684635Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2025-09-07T06:37:46.3688033Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-09-07T06:37:46.3693797Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-09-07T06:37:46.3698363Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2025-09-07T06:37:46.3701500Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-09-07T06:37:46.3706964Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-09-07T06:37:46.3713699Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-09-07T06:37:46.3718129Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2025-09-07T06:37:46.3724310Z creating build\bdist.win-amd64\wheel\torch\bin 2025-09-07T06:37:46.3727779Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-09-07T06:37:46.3736692Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-09-07T06:37:46.3765414Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-09-07T06:37:46.3774522Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-09-07T06:37:46.3854013Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-09-07T06:37:46.3914497Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-09-07T06:37:46.3940223Z copying build\lib.win-amd64-cpython-39\torch\bin\test_nativert.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-09-07T06:37:46.3965857Z creating build\bdist.win-amd64\wheel\torch\compiler 2025-09-07T06:37:46.3979496Z copying build\lib.win-amd64-cpython-39\torch\compiler\config.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-09-07T06:37:46.3984935Z copying build\lib.win-amd64-cpython-39\torch\compiler\_cache.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-09-07T06:37:46.3990230Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-09-07T06:37:46.3996350Z creating build\bdist.win-amd64\wheel\torch\contrib 2025-09-07T06:37:46.3999954Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-09-07T06:37:46.4005810Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-09-07T06:37:46.4011164Z creating build\bdist.win-amd64\wheel\torch\cpu 2025-09-07T06:37:46.4014540Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2025-09-07T06:37:46.4017712Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-09-07T06:37:46.4023035Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-09-07T06:37:46.4028471Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-09-07T06:37:46.4033415Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2025-09-07T06:37:46.4039086Z creating build\bdist.win-amd64\wheel\torch\csrc 2025-09-07T06:37:46.4042351Z creating build\bdist.win-amd64\wheel\torch\csrc\inductor 2025-09-07T06:37:46.4045715Z creating build\bdist.win-amd64\wheel\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:46.4048875Z copying build\lib.win-amd64-cpython-39\torch\csrc\inductor\aoti_runtime\model.h -> build\bdist.win-amd64\wheel\.\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:46.4054325Z creating build\bdist.win-amd64\wheel\torch\cuda 2025-09-07T06:37:46.4057531Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2025-09-07T06:37:46.4060862Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-09-07T06:37:46.4066073Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-09-07T06:37:46.4071067Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-09-07T06:37:46.4076296Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-09-07T06:37:46.4081221Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4086315Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4091350Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4097075Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4102363Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4118005Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4123286Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4128620Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4133996Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4139298Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4144512Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4150038Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4155952Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4161372Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4167289Z copying build\lib.win-amd64-cpython-39\torch\cuda\_pin_memory_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4172777Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4178943Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4184046Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-09-07T06:37:46.4191211Z creating build\bdist.win-amd64\wheel\torch\distributed 2025-09-07T06:37:46.4194423Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2025-09-07T06:37:46.4197693Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:46.4201104Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:46.4207399Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:46.4212868Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:46.4228478Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:46.4234415Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:46.4239555Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:46.4245130Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:46.4251108Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:46.4256648Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-09-07T06:37:46.4262354Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-09-07T06:37:46.4267922Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2025-09-07T06:37:46.4271287Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\averagers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-09-07T06:37:46.4277125Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-09-07T06:37:46.4282625Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-09-07T06:37:46.4298739Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-09-07T06:37:46.4303077Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2025-09-07T06:37:46.4316906Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-09-07T06:37:46.4323609Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-09-07T06:37:46.4328471Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2025-09-07T06:37:46.4332154Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_comm_hooks 2025-09-07T06:37:46.4337871Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_comm_hooks 2025-09-07T06:37:46.4343208Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2025-09-07T06:37:46.4346771Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_optimizer_overlap 2025-09-07T06:37:46.4352330Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_optimizer_overlap 2025-09-07T06:37:46.4357385Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2025-09-07T06:37:46.4369769Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-09-07T06:37:46.4372085Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-09-07T06:37:46.4373457Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-09-07T06:37:46.4376355Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.4381701Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2025-09-07T06:37:46.4385002Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2025-09-07T06:37:46.4390622Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.4406505Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2025-09-07T06:37:46.4409802Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4415187Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4421617Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4427539Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4450399Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\hf_storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4456754Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4462428Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4467534Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4473209Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4478673Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4484373Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4490706Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\quantized_hf_storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4496176Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4502450Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4508270Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4513587Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4519924Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4525665Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4531539Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4570250Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4576791Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_async_executor.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4582901Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_async_process_executor.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4588834Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_async_thread_executor.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4598248Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4604093Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_consolidate_hf_safetensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4610422Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4616177Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4622317Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:46.4625883Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\barriers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:46.4631296Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\builder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:46.4636721Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:46.4642136Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\checkpoint_process.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:46.4671419Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\checkpoint_reader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:46.4677389Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\checkpoint_writer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:46.4683092Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\config.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:46.4688450Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:46.4694167Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:46.4699289Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:46.4704769Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-09-07T06:37:46.4710050Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_extension.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4715649Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4721118Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_hf_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4726647Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4743164Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_pg_transport.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4748822Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4754998Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_state_dict_stager.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4760511Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4766061Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4771633Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4776895Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-09-07T06:37:46.4782217Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.4787929Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.4795379Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.4803477Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.4814482Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2025-09-07T06:37:46.4820941Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2025-09-07T06:37:46.4824621Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2025-09-07T06:37:46.4829560Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-09-07T06:37:46.4839735Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\health_check_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-09-07T06:37:46.4849321Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-09-07T06:37:46.4855728Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-09-07T06:37:46.4861239Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2025-09-07T06:37:46.4865864Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-09-07T06:37:46.4871361Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2025-09-07T06:37:46.4874547Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-09-07T06:37:46.4906027Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-09-07T06:37:46.4910815Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-09-07T06:37:46.4916124Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2025-09-07T06:37:46.4919316Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-09-07T06:37:46.4924654Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-09-07T06:37:46.4930748Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2025-09-07T06:37:46.4944016Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-09-07T06:37:46.4949923Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2025-09-07T06:37:46.4953317Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2025-09-07T06:37:46.4958970Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2025-09-07T06:37:46.4967949Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2025-09-07T06:37:46.4973348Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-09-07T06:37:46.4979056Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-09-07T06:37:46.4992781Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-09-07T06:37:46.4998303Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-09-07T06:37:46.5003574Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-09-07T06:37:46.5008432Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-09-07T06:37:46.5013604Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-09-07T06:37:46.5019159Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5022472Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5028089Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5033534Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5050437Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5056712Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5062221Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5067772Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5073205Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5079153Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5085344Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5090513Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5096014Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-09-07T06:37:46.5101630Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2025-09-07T06:37:46.5105226Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-09-07T06:37:46.5110896Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\debug_info_logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-09-07T06:37:46.5116265Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\file_based_local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-09-07T06:37:46.5122393Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-09-07T06:37:46.5137469Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-09-07T06:37:46.5143267Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2025-09-07T06:37:46.5146807Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-09-07T06:37:46.5152366Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2025-09-07T06:37:46.5155812Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\cycling_iterator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2025-09-07T06:37:46.5161414Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2025-09-07T06:37:46.5167205Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2025-09-07T06:37:46.5171930Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-09-07T06:37:46.5177175Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-09-07T06:37:46.5182617Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-09-07T06:37:46.5197692Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-09-07T06:37:46.5203302Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-09-07T06:37:46.5208529Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-09-07T06:37:46.5214313Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2025-09-07T06:37:46.5217678Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5224032Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5230592Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5236229Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5241968Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5258010Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5263504Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5269121Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5274973Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5281886Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5287748Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:46.5291118Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:46.5297115Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:46.5303207Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:46.5318537Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:46.5324049Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:46.5330283Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:46.5336686Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:46.5342839Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:46.5351050Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-09-07T06:37:46.5355026Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5363367Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5367249Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5374142Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5382384Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5387775Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5394545Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5399847Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5406219Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5420570Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5426835Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-09-07T06:37:46.5432516Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.5439177Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2025-09-07T06:37:46.5441547Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-09-07T06:37:46.5447150Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-09-07T06:37:46.5465120Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.5465952Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2025-09-07T06:37:46.5466395Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2025-09-07T06:37:46.5467129Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-09-07T06:37:46.5472388Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-09-07T06:37:46.5476878Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-09-07T06:37:46.5482667Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2025-09-07T06:37:46.5485847Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-09-07T06:37:46.5491593Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2025-09-07T06:37:46.5495033Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates\remote_module_template.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit\templates 2025-09-07T06:37:46.5500670Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit\templates 2025-09-07T06:37:46.5505360Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-09-07T06:37:46.5509493Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-09-07T06:37:46.5515106Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2025-09-07T06:37:46.5518465Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5523869Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5529198Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5545828Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5550725Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5556084Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5561691Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5567060Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5572602Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5578033Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5583399Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5588843Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5593981Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5599505Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5606346Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5611790Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\_deprecation_warning.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5617081Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-09-07T06:37:46.5622646Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2025-09-07T06:37:46.5626018Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-09-07T06:37:46.5631930Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-09-07T06:37:46.5638661Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-09-07T06:37:46.5644854Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-09-07T06:37:46.5661059Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-09-07T06:37:46.5665942Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-09-07T06:37:46.5672332Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_schedule_visualizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-09-07T06:37:46.5677620Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-09-07T06:37:46.5682939Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-09-07T06:37:46.5688038Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-09-07T06:37:46.5693464Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.5698754Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.5704541Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2025-09-07T06:37:46.5708409Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-09-07T06:37:46.5714144Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-09-07T06:37:46.5719985Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-09-07T06:37:46.5731776Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-09-07T06:37:46.5747100Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-09-07T06:37:46.5752271Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-09-07T06:37:46.5757568Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-09-07T06:37:46.5763099Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-09-07T06:37:46.5768652Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2025-09-07T06:37:46.5772197Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2025-09-07T06:37:46.5777578Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2025-09-07T06:37:46.5782539Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-09-07T06:37:46.5787918Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-09-07T06:37:46.5793770Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.5799537Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2025-09-07T06:37:46.5803443Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2025-09-07T06:37:46.5806737Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-09-07T06:37:46.5812767Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-09-07T06:37:46.5818057Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-09-07T06:37:46.5823381Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-09-07T06:37:46.5839512Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.5845374Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2025-09-07T06:37:46.5849091Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-09-07T06:37:46.5856744Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_func_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-09-07T06:37:46.5862278Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-09-07T06:37:46.5877682Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-09-07T06:37:46.5883607Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-09-07T06:37:46.5888998Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2025-09-07T06:37:46.5892345Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-09-07T06:37:46.5897680Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-09-07T06:37:46.5902752Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-09-07T06:37:46.5908016Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-09-07T06:37:46.5913292Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-09-07T06:37:46.5919477Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-09-07T06:37:46.5935284Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-09-07T06:37:46.5941195Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-09-07T06:37:46.5945729Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.5961226Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.5967538Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.5972827Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.5978656Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.5984322Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2025-09-07T06:37:46.5988241Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-09-07T06:37:46.5993562Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-09-07T06:37:46.5998833Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-09-07T06:37:46.6004064Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-09-07T06:37:46.6019358Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-09-07T06:37:46.6024859Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-09-07T06:37:46.6030759Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-09-07T06:37:46.6036784Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-09-07T06:37:46.6042558Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-09-07T06:37:46.6048036Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-09-07T06:37:46.6053965Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-09-07T06:37:46.6059629Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-09-07T06:37:46.6065521Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.6071251Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.6076936Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.6082738Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.6089115Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.6094654Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.6100163Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.6105770Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-09-07T06:37:46.6111126Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.6116444Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.6122367Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2025-09-07T06:37:46.6136499Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-09-07T06:37:46.6143258Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-09-07T06:37:46.6147748Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2025-09-07T06:37:46.6151320Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-09-07T06:37:46.6156688Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-09-07T06:37:46.6161973Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-09-07T06:37:46.6178551Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate_with_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-09-07T06:37:46.6184197Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-09-07T06:37:46.6189574Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.6194110Z copying build\lib.win-amd64-cpython-39\torch\distributed\_C_stubs.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.6199455Z copying build\lib.win-amd64-cpython-39\torch\distributed\_dist2.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.6204931Z copying build\lib.win-amd64-cpython-39\torch\distributed\_distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.6210565Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.6216779Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.6222436Z copying build\lib.win-amd64-cpython-39\torch\distributed\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.6262102Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2025-09-07T06:37:46.6265200Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-09-07T06:37:46.6270868Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2025-09-07T06:37:46.6274132Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2025-09-07T06:37:46.6280134Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-09-07T06:37:46.6285168Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-09-07T06:37:46.6290537Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-09-07T06:37:46.6300644Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2025-09-07T06:37:46.6303959Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_optim 2025-09-07T06:37:46.6309357Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_optim 2025-09-07T06:37:46.6315021Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:46.6318460Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:46.6324747Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:46.6367583Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:46.6373596Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:46.6377869Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:46.6393874Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:46.6400613Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:46.6405043Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:46.6408412Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:46.6413947Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:46.6419462Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:46.6424512Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:46.6430906Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:46.6446020Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-09-07T06:37:46.6451129Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-09-07T06:37:46.6456961Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-09-07T06:37:46.6462409Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2025-09-07T06:37:46.6465673Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_plan 2025-09-07T06:37:46.6470774Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_plan 2025-09-07T06:37:46.6475851Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2025-09-07T06:37:46.6479446Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-09-07T06:37:46.6484954Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-09-07T06:37:46.6491253Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-09-07T06:37:46.6504522Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-09-07T06:37:46.6510015Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-09-07T06:37:46.6515760Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-09-07T06:37:46.6531672Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-09-07T06:37:46.6536105Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\_internals.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-09-07T06:37:46.6541533Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-09-07T06:37:46.6546560Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-09-07T06:37:46.6552235Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-09-07T06:37:46.6557495Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2025-09-07T06:37:46.6560888Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2025-09-07T06:37:46.6566187Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2025-09-07T06:37:46.6569565Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2025-09-07T06:37:46.6574851Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.6590992Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2025-09-07T06:37:46.6594634Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\_nvshmem_triton.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2025-09-07T06:37:46.6600686Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2025-09-07T06:37:46.6607532Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2025-09-07T06:37:46.6610813Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-09-07T06:37:46.6616356Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-09-07T06:37:46.6622024Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-09-07T06:37:46.6627507Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2025-09-07T06:37:46.6630602Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-09-07T06:37:46.6636087Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fake_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-09-07T06:37:46.6641409Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-09-07T06:37:46.6647368Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\ilp_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-09-07T06:37:46.6662820Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-09-07T06:37:46.6668356Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-09-07T06:37:46.6674453Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-09-07T06:37:46.6680214Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-09-07T06:37:46.6686137Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-09-07T06:37:46.6692340Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_ilp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-09-07T06:37:46.6697823Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-09-07T06:37:46.6702884Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-09-07T06:37:46.6709328Z creating build\bdist.win-amd64\wheel\torch\distributions 2025-09-07T06:37:46.6713211Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6718172Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6723536Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6728871Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6744585Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6750175Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6755575Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6761661Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6767051Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6772604Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6778133Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6783704Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6789203Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6794962Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6800628Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6806372Z copying build\lib.win-amd64-cpython-39\torch\distributions\generalized_pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6812165Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6817891Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6822090Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6829011Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6834667Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6839199Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6856093Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6863313Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6866498Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6871848Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6877438Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6882967Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6888528Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6894209Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6900092Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6905503Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6920894Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6926868Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6931606Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6937080Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6942326Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6947652Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6953046Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6958926Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6964200Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6970013Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6976138Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6981767Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.6986710Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.7002354Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.7007875Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.7013580Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-09-07T06:37:46.7020069Z creating build\bdist.win-amd64\wheel\torch\export 2025-09-07T06:37:46.7023276Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7028621Z copying build\lib.win-amd64-cpython-39\torch\export\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7033893Z copying build\lib.win-amd64-cpython-39\torch\export\decomp_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7039219Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7055575Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2025-09-07T06:37:46.7058828Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\_utils.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2025-09-07T06:37:46.7064164Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2025-09-07T06:37:46.7069903Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7076632Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7083247Z creating build\bdist.win-amd64\wheel\torch\export\passes 2025-09-07T06:37:46.7086433Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2025-09-07T06:37:46.7091860Z creating build\bdist.win-amd64\wheel\torch\export\pt2_archive 2025-09-07T06:37:46.7095234Z copying build\lib.win-amd64-cpython-39\torch\export\pt2_archive\constants.py -> build\bdist.win-amd64\wheel\.\torch\export\pt2_archive 2025-09-07T06:37:46.7100552Z copying build\lib.win-amd64-cpython-39\torch\export\pt2_archive\_package.py -> build\bdist.win-amd64\wheel\.\torch\export\pt2_archive 2025-09-07T06:37:46.7106780Z copying build\lib.win-amd64-cpython-39\torch\export\pt2_archive\_package_weights.py -> build\bdist.win-amd64\wheel\.\torch\export\pt2_archive 2025-09-07T06:37:46.7112224Z copying build\lib.win-amd64-cpython-39\torch\export\pt2_archive\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\pt2_archive 2025-09-07T06:37:46.7127912Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7134083Z copying build\lib.win-amd64-cpython-39\torch\export\_draft_export.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7140227Z copying build\lib.win-amd64-cpython-39\torch\export\_leakage_detection_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7145999Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7151599Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7158291Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7163990Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7169850Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7176580Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7182212Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7188168Z copying build\lib.win-amd64-cpython-39\torch\export\_wrapper_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7193620Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-09-07T06:37:46.7210030Z creating build\bdist.win-amd64\wheel\torch\fft 2025-09-07T06:37:46.7214096Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2025-09-07T06:37:46.7219957Z creating build\bdist.win-amd64\wheel\torch\func 2025-09-07T06:37:46.7223153Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2025-09-07T06:37:46.7228414Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:46.7235190Z creating build\bdist.win-amd64\wheel\torch\futures 2025-09-07T06:37:46.7238571Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2025-09-07T06:37:46.7244726Z creating build\bdist.win-amd64\wheel\torch\fx 2025-09-07T06:37:46.7248830Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.7254306Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.7258762Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2025-09-07T06:37:46.7262297Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7270261Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7278739Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7381846Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7387958Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7393273Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7398756Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:46.7406666Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\constraint.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:46.7412921Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:46.7419329Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:46.7516719Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\operation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:46.7521833Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:46.7527483Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\util.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:46.7541988Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:46.7547202Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-09-07T06:37:46.7551443Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7556923Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7562693Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7571183Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7575586Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7581454Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7586494Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7592544Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7597558Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7606237Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7613051Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2025-09-07T06:37:46.7616428Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-09-07T06:37:46.7621703Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-09-07T06:37:46.7626837Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-09-07T06:37:46.7632108Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-09-07T06:37:46.7637605Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:46.7716831Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\conflict.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:46.7722235Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:46.7727330Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:46.7732752Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:46.7738173Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\variadic.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:46.7843631Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-09-07T06:37:46.7848579Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-09-07T06:37:46.7854234Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-09-07T06:37:46.7859420Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-09-07T06:37:46.7864696Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-09-07T06:37:46.7869569Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.7874799Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.8503966Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.8508355Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.8513786Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_constant_symnode.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.8519246Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_dynamism.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.8525100Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-09-07T06:37:46.8529507Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.8536071Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9519723Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9525191Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9531352Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9538326Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9544915Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2025-09-07T06:37:46.9548601Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9554539Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2025-09-07T06:37:46.9557910Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-09-07T06:37:46.9563373Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-09-07T06:37:46.9567943Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2025-09-07T06:37:46.9571209Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2025-09-07T06:37:46.9574670Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common\cse_pass.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect\common 2025-09-07T06:37:46.9580026Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect\common 2025-09-07T06:37:46.9584528Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2025-09-07T06:37:46.9588853Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9594186Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9637426Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9643269Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9648983Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2025-09-07T06:37:46.9652867Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-09-07T06:37:46.9659253Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-09-07T06:37:46.9664295Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-09-07T06:37:46.9669264Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-09-07T06:37:46.9686413Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9693697Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9699221Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9704891Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9709372Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9715426Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9722454Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9728083Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9734183Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9740055Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9745667Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2025-09-07T06:37:46.9748931Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\test_pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2025-09-07T06:37:46.9755148Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2025-09-07T06:37:46.9759533Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9765419Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2025-09-07T06:37:46.9780618Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-09-07T06:37:46.9786223Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-09-07T06:37:46.9791844Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-09-07T06:37:46.9797653Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-09-07T06:37:46.9815471Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\source_matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-09-07T06:37:46.9820900Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-09-07T06:37:46.9826421Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\_tensorify_python_scalars.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9832434Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-09-07T06:37:46.9837664Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9843653Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9849605Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9891194Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9895555Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9901218Z copying build\lib.win-amd64-cpython-39\torch\fx\_graph_pickler.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9907525Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9912864Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9918298Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9924514Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9930869Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-09-07T06:37:46.9935586Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:46.9942232Z creating build\bdist.win-amd64\wheel\torch\include 2025-09-07T06:37:46.9945471Z copying build\lib.win-amd64-cpython-39\torch\include\advisor-annotate.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:46.9953161Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2025-09-07T06:37:46.9956536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:46.9962061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:46.9967245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:46.9972609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:46.9978446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:46.9989108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:46.9994186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:46.9999514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0005587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0010523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0016146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0021731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0027190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0033496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0039198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0045196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0050728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0057320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0063138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0079910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0085170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0091976Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2025-09-07T06:37:47.0095370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0100702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0106225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0111157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0128115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0133538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\aten_interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0140860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0146237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0151448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0157344Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2025-09-07T06:37:47.0161332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\BoxedKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-09-07T06:37:47.0166818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-09-07T06:37:47.0173238Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2025-09-07T06:37:47.0176501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\boxing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-09-07T06:37:47.0182336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-09-07T06:37:47.0188432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\test_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-09-07T06:37:47.0194090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-09-07T06:37:47.0215942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-09-07T06:37:47.0221283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\KernelFunction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-09-07T06:37:47.0238416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-09-07T06:37:47.0244135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\OperatorKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-09-07T06:37:47.0249806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0255412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0261348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0291947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0298019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0303600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0309278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0315019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0320641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0326490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0331619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0337271Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2025-09-07T06:37:47.0340858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\CppSignature.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-09-07T06:37:47.0346462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\Dispatcher.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-09-07T06:37:47.0352858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-09-07T06:37:47.0358078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\ObservedOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-09-07T06:37:47.0443028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\OperatorEntry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-09-07T06:37:47.0448372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\OperatorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-09-07T06:37:47.0454024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-09-07T06:37:47.0459425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0478015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0483196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0488122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0493732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0499084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0504168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0509896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0516131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0521439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0527085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0532459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0551009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0557011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0562776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0568902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0574750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0580996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0587839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0593634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0600078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0605897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0626236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0632298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0638079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0643691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0649279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0654858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0661291Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2025-09-07T06:37:47.0664864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\adaption.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-09-07T06:37:47.0670683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\infer_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-09-07T06:37:47.0675889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\op_allowlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-09-07T06:37:47.0681253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\op_registration.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-09-07T06:37:47.0698165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0704193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0710444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0715966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0734162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0739629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0745021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0750513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0755903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0761272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0766421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0771783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0777360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0782727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0788308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0794671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0831740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0836993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0843085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0848155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0853774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0859271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0864549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0870923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0876951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0882312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-09-07T06:37:47.0887980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.0894710Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2025-09-07T06:37:47.0898041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-09-07T06:37:47.0903277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-09-07T06:37:47.0908874Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2025-09-07T06:37:47.0912205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-09-07T06:37:47.0917620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-09-07T06:37:47.0923051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-09-07T06:37:47.0929381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-09-07T06:37:47.0947419Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:47.0950560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:47.0955941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:47.0962029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:47.0967259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:47.1072684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:47.1078616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:47.1084541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-09-07T06:37:47.1090259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-09-07T06:37:47.1096471Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:47.1099459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:47.1104520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:47.1110338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:47.1115862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:47.1137224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:47.1143435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-09-07T06:37:47.1149343Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1152676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1157793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1162926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1168402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_16bit_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1189146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1194634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1201096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1207440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1212978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1218568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1224814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1230386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1237729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1242921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-09-07T06:37:47.1250079Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1253595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1259116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1264540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1285672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1291554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1297574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1303486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1309304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1315105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1320635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1326404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1332590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1338753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-09-07T06:37:47.1345300Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2025-09-07T06:37:47.1348795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\zarch 2025-09-07T06:37:47.1356386Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:47.1359717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:47.1365424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:47.1372671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:47.1379490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:47.1397102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:47.1403450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:47.1410345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:47.1416623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_float8.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:47.1422728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:47.1429279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:47.1435670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-09-07T06:37:47.1442275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-09-07T06:37:47.1448627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-09-07T06:37:47.1454035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-09-07T06:37:47.1475632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-09-07T06:37:47.1481076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_n.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-09-07T06:37:47.1486510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_quant.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-09-07T06:37:47.1491842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-09-07T06:37:47.1497449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.1503084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.1508681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.1513983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.1521784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.1534018Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2025-09-07T06:37:47.1537227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1542559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1547685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1552821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1558602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1654114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub-RadixSortPairs.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1659357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1665149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1670507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1675899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1681817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1687198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1692396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1698007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1703176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1708399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1713827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1719183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1725239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1730630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1736158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1757079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1762737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1767846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1773479Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2025-09-07T06:37:47.1776767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\CUDAHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-09-07T06:37:47.1782409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-09-07T06:37:47.1787705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-09-07T06:37:47.1792965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-09-07T06:37:47.1809326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\KernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-09-07T06:37:47.1814832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-09-07T06:37:47.1820140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-09-07T06:37:47.1825511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-09-07T06:37:47.1839564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-09-07T06:37:47.1840652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-09-07T06:37:47.1841696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1846782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1852083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1857974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1863382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1869021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\llvm_jit_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1884590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1890265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1931147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1936464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1941814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1947502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1952761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1958084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-09-07T06:37:47.1963947Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2025-09-07T06:37:47.1967457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-09-07T06:37:47.1973599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-09-07T06:37:47.1979399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-09-07T06:37:47.1984910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\StreamTimer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-09-07T06:37:47.1994784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\Tunable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-09-07T06:37:47.2000067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\TunableGemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-09-07T06:37:47.2005414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\TunableOp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-09-07T06:37:47.2010898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2027459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2034058Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2025-09-07T06:37:47.2037303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-09-07T06:37:47.2042353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-09-07T06:37:47.2047625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-09-07T06:37:47.2052579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-09-07T06:37:47.2057516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-09-07T06:37:47.2073378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-09-07T06:37:47.2078710Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2025-09-07T06:37:47.2082258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-09-07T06:37:47.2087789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-09-07T06:37:47.2093239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-09-07T06:37:47.2109236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-09-07T06:37:47.2114556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-09-07T06:37:47.2119825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-09-07T06:37:47.2125110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-09-07T06:37:47.2130572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-09-07T06:37:47.2136009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-09-07T06:37:47.2141580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-09-07T06:37:47.2146808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-09-07T06:37:47.2152156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2157211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2162532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2167821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2173031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2178307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2184302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2191070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2196314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2201801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2217565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DTensorState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2223057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2228525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2234052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2239507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2245596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2251107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2256914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2262799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2270147Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2025-09-07T06:37:47.2283975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2289180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2294603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2310057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2315653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2321816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2327352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2332765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2338537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2344013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2349104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2354509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2360156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-09-07T06:37:47.2365829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2371319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2377034Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2025-09-07T06:37:47.2380875Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2025-09-07T06:37:47.2384690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-09-07T06:37:47.2390983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-09-07T06:37:47.2396737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-09-07T06:37:47.2412964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-09-07T06:37:47.2418667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2424288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2429705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2435202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2440380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2445697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2451161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2477849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2483430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2489126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2494591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2499961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2505398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2510719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2516387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2522280Z creating build\bdist.win-amd64\wheel\torch\include\ATen\metal 2025-09-07T06:37:47.2525502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\metal\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\metal 2025-09-07T06:37:47.2530690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2546867Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2025-09-07T06:37:47.2550416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-09-07T06:37:47.2555909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-09-07T06:37:47.2561229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-09-07T06:37:47.2566579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-09-07T06:37:47.2582051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-09-07T06:37:47.2587197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-09-07T06:37:47.2592741Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2025-09-07T06:37:47.2595989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-09-07T06:37:47.2601496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-09-07T06:37:47.2607071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-09-07T06:37:47.2613268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-09-07T06:37:47.2628671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-09-07T06:37:47.2634058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-09-07T06:37:47.2639426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-09-07T06:37:47.2644925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-09-07T06:37:47.2650824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-09-07T06:37:47.2655791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-09-07T06:37:47.2661794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-09-07T06:37:47.2667161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2672763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.2680444Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2025-09-07T06:37:47.2683741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2689347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2695152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2701051Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\ao_sparse 2025-09-07T06:37:47.2714512Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\ao_sparse\quantized 2025-09-07T06:37:47.2717983Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-09-07T06:37:47.2721529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-09-07T06:37:47.2727143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu\packed_params.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-09-07T06:37:47.2732622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu\qnnpack_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-09-07T06:37:47.2738374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2743993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2749485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2755223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2760726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2765938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2771626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2777308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2782809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2788215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2794316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.2800076Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2803429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2808926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\avx_mathfun.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2814882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\CatKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2820169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2835417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\CopyKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2847389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2852989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2858952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2864407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2869654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2881125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2887106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2892507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\int_mm_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2897855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\IsContiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2903107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\LogAddExp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2908804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\LogSoftmaxKernelImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2914070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Loops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2919451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2924847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\mixed_data_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2930254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\moments_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2952320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2957327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2962961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2968362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReduceUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2973954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2985657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SerialStackImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2991271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.2997463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.3002804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\StackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.3008184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.3030764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.3036492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\WeightNormKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.3041525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\zmath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-09-07T06:37:47.3046764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3052232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3057649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3063717Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3067032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3072526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\BinaryInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3077911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\block_reduce.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3083305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3099297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3104275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3109569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CUDALoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3115529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3121244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CuFFTUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3126642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\cutlass_common.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3132017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3137384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3142736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3149004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3154188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3160141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3165253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adagrad_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3171011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adagrad_utils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3176326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3191964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3197832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3203404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3209018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3222116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GridSampler.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3227622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3233098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GroupMM.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3238314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GroupMMCommon.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3244244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\im2col.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3259369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3264857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\IndexKernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3270560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\JitLoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3275892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\jit_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3281441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\KernelUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3287083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\LaunchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3292439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Loops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3297931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Math.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3304965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3311117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MiscUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3316944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3333004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Normalization.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3340471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3346432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Pow.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3351873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Randperm.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3357236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Reduce.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3363559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3369511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\reduction_template.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3376161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3382105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3388139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScaledGroupMM.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3394181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScanKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3399765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3420875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3426047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3431053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortingCommon.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3437242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3442636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortStable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3448066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3454047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3459625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorModeKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3464833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorTopK.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3470299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\thread_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3495896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\UniqueCub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3501002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\UpSample.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3506466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\vol2col.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-09-07T06:37:47.3512114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3527615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3533604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3539266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3551932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3558004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3563468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3568474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3574175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3579948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3585185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3590397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3605734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3610925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3622862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3628525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3633931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GroupedMMUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3639839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3679568Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip 2025-09-07T06:37:47.3684150Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip\bgemm_kernels 2025-09-07T06:37:47.3686901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_collection.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip\bgemm_kernels 2025-09-07T06:37:47.3692950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip\bgemm_kernels 2025-09-07T06:37:47.3698600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_bgemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-09-07T06:37:47.3703638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_gemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-09-07T06:37:47.3708806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_gemm_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-09-07T06:37:47.3714427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-09-07T06:37:47.3724773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3730382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3735974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col_shape_check.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3741777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3753793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3768787Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\kleidiai 2025-09-07T06:37:47.3772300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai\kai_kernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\kleidiai 2025-09-07T06:37:47.3810809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai\kai_pack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\kleidiai 2025-09-07T06:37:47.3812050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai\kai_ukernel_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\kleidiai 2025-09-07T06:37:47.3813225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3814175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3816553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3817631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3818664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3822274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3828867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3834917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3853999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.3859445Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn 2025-09-07T06:37:47.3979449Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu 2025-09-07T06:37:47.3983227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\Conv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu 2025-09-07T06:37:47.3989243Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:47.3992880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:47.3999201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\DnnlExt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:47.4005056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\LRUCache.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:47.4010545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:47.4016065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:47.4021451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-09-07T06:37:47.4036613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\FusionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu 2025-09-07T06:37:47.4041900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\qconv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu 2025-09-07T06:37:47.4047230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\qlinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu 2025-09-07T06:37:47.4053050Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2025-09-07T06:37:47.4056449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-09-07T06:37:47.4061958Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps\kernels 2025-09-07T06:37:47.4065276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\kernels\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\kernels 2025-09-07T06:37:47.4070818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\kernels\Pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\kernels 2025-09-07T06:37:47.4076013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\kernels\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\kernels 2025-09-07T06:37:47.4081386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-09-07T06:37:47.4086687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-09-07T06:37:47.4092024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-09-07T06:37:47.4107263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-09-07T06:37:47.4113128Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps\operations 2025-09-07T06:37:47.4116584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations\BinaryKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\operations 2025-09-07T06:37:47.4121818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations\FusedAdamAmsgradKernelImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\operations 2025-09-07T06:37:47.4127405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations\FusedAdamKernelImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\operations 2025-09-07T06:37:47.4143326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations\FusedAdamWAmsgradKernelImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\operations 2025-09-07T06:37:47.4148551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations\FusedAdamWKernelImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\operations 2025-09-07T06:37:47.4153940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations\MultiTensorApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\operations 2025-09-07T06:37:47.4159924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\OperationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-09-07T06:37:47.4165813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\TensorFactory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-09-07T06:37:47.4171691Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mtia 2025-09-07T06:37:47.4175179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mtia\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mtia 2025-09-07T06:37:47.4181022Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2025-09-07T06:37:47.4184391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-09-07T06:37:47.4189475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-09-07T06:37:47.4195037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-09-07T06:37:47.4210604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-09-07T06:37:47.4216193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-09-07T06:37:47.4221660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4227077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4232450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4238177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4244035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4249570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4261177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4266918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4273244Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2025-09-07T06:37:47.4276828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\AffineQuantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-09-07T06:37:47.4282821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-09-07T06:37:47.4288148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-09-07T06:37:47.4304396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-09-07T06:37:47.4311962Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4315591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\ACLUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4321353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4327073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4332991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4348082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4353622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4358923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4370641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qconv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4377622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4384164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4413979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qlinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4415243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4416464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4417725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4420333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4421551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-09-07T06:37:47.4427195Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cudnn 2025-09-07T06:37:47.4430557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cudnn\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cudnn 2025-09-07T06:37:47.4436451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-09-07T06:37:47.4442027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-09-07T06:37:47.4447187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\library.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-09-07T06:37:47.4452683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\PackedParams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-09-07T06:37:47.4458231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4483264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4488621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4494195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4499783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4505869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4511331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4516545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4521956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4527333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4532783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4538241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4553453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4559061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4564635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4569762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4575347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4580758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4586250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4591754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4597220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4602625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4619125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4624502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4629991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4635620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4641320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4646898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4653602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4658946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4666065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.4671328Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2025-09-07T06:37:47.4674543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers 2025-09-07T06:37:47.4680594Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda 2025-09-07T06:37:47.4685113Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\flash_attn 2025-09-07T06:37:47.4688989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\flash_attn\flash_api.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\flash_attn 2025-09-07T06:37:47.4694650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\flash_attn\static_switch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\flash_attn 2025-09-07T06:37:47.4700469Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-09-07T06:37:47.4703760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\debug_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-09-07T06:37:47.4709659Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-09-07T06:37:47.4713416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_pipelined.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-09-07T06:37:47.4719576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_rescale_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-09-07T06:37:47.4747336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_thread_apply_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-09-07T06:37:47.4763612Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:47.4766972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:47.4772904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:47.4778521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_multistage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:47.4784698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_pipelined.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:47.4801046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\find_default_mma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:47.4807153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_accum_lambda_iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:47.4813297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_from_smem.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-09-07T06:37:47.4821027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm_kernel_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-09-07T06:37:47.4836966Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:47.4840916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\default_warp_iterator_from_smem.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:47.4847036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\epilogue_predicated_tile_iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:47.4853989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\make_residual_last.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:47.4869320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_access_iterator_residual_last.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:47.4883566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_iterator_residual_last.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:47.4890356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\transpose_warp_iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:47.4895948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\warp_iterator_from_smem.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-09-07T06:37:47.4901890Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels 2025-09-07T06:37:47.4905409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels 2025-09-07T06:37:47.4912608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels 2025-09-07T06:37:47.4924862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-09-07T06:37:47.4931999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-09-07T06:37:47.4938511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\pytorch_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-09-07T06:37:47.4944624Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform 2025-09-07T06:37:47.4948309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform\tile_smem_loader.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform 2025-09-07T06:37:47.4953535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\sdp_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda 2025-09-07T06:37:47.4959261Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\hip 2025-09-07T06:37:47.4962689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\aotriton_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\hip 2025-09-07T06:37:47.4968127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\aotriton_versions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\hip 2025-09-07T06:37:47.4973650Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\hip\flash_attn 2025-09-07T06:37:47.4977254Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\hip\flash_attn\ck 2025-09-07T06:37:47.4981185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\flash_attn\ck\me_ck_api.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\hip\flash_attn\ck 2025-09-07T06:37:47.4991754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\flash_attn\flash_api.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\hip\flash_attn 2025-09-07T06:37:47.4998614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\gemm_kernel_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\hip 2025-09-07T06:37:47.5014035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\sdp_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers 2025-09-07T06:37:47.5029213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers 2025-09-07T06:37:47.5036258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.5041765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.5047254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.5053009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.5058408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.5064067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.5070052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.5075904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.5082822Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2025-09-07T06:37:47.5086240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\Factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2025-09-07T06:37:47.5091600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\ParamsHash.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2025-09-07T06:37:47.5097606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\ParamUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2025-09-07T06:37:47.5103292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.5109066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-09-07T06:37:47.5114718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.5121270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.5127843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.5134674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.5140369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.5146011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.5561623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:47.5712315Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2025-09-07T06:37:47.5715576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5721524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5727335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5733234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5749536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5755301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5760755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5766517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5772288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5777769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5783158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5788595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5794227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5799664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5805196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5810466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5815990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5821760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5827387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5833614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5849833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5855343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5860930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5866417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5872144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5877731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5883587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5889515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.5895405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6062268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6067879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6073578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6079976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6085481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6091189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6096739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6106839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6123067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6128600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6134442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6140217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6145854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6158498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6164581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6170128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6176028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6181726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6187353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6215156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6221041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6260921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6266627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6278850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6284626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6290884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6296941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6302943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6308684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6314555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6698509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6704423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6711069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6716478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6722249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6728185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6734431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6758294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6764802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6770936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6777697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6783996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6806673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6812712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6818464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6824591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6830221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6836172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6843216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6849759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6855569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6860550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6872589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6878695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6884502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6890088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6895759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6901198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6906824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6912473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6918026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6923821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6929577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6935833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6941353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6946824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6964117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6969646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6975605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6981410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6987132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6992849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.6998370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7004287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7010894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7016711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7023320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7028913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7034597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7040374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7045829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7051644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7057369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7062901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7068666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7074226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7080037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7085786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7103434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7108984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7114391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7121447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7132853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7138460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7144409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7149842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7155765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7161942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7167314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7172974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7178953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7184389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7189870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7195416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7200895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7205971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7211344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7223604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7229275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7235128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7240770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7246481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7252335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7258114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7264040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7269685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7275788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7281490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7424127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7430240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7436504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7441991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7447618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7453825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7459815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7465892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7477252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7484398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7488578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7494880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7500327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7505870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7511396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7517268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7523062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7528661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7534310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7540025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7545396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7551129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7556791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7562385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7567962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7573654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7579233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7584476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7590619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7596457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7602837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7608823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7614559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7620449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7625910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7632431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7638369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7643890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7649908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7655579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7672772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7678444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7684176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7689594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7700285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7705913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7711616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7717279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7723143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7728829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7734879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7740837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7746424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7752246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7757893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7763703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7769553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7775460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7781959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7787829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7794055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7799686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7806038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7818068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7823915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7829424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7841417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7847175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7853370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7859272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7864974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7870918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7876534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7882138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7887829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7894086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7900513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7906711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7926805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7927814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7936579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7942075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7947664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7953520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7958857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7964755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7970204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7975863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7987492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7993254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.7998891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8004785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8010722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8016703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8022115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8027635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8033411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8038969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8044746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8050343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8055655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8061297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8067149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8072714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8078644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8084224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8090101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8096199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8101619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8107430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8113022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8118731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8124578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8130949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8137137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8143186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8149163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8154841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8160572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8166280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8172053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8177908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8183640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8189444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8195890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8202122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8207907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8213691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8219613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8225469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8231095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8238075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8243775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8249296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8255693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8261332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8267099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8273120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8285157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8290762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8296426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8302091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8307791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8319300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8324868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8330973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8336783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8342745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8348325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8353905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8360248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8365473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8371853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8377628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8383301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8388994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8394567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8400161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8439352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8444740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8450642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8456479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8462617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8468370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8474115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8486687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8492618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8498186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8510171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8515681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8521240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8526866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8532960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8538975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8544430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8550006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8556131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8561612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8567300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8573390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8578820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8584277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8590305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8601506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8607000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8612570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8618424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8624097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8629809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8635435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8640767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8646316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8651966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8664344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8669865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8675534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8680942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8686288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8691786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8697338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8702580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8715319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8716469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8725107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8730938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8736939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8742829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8748354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8754079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8760136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8766356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8771824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8777624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8783558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8789447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8795052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8801025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8807036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8813295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8820100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8826131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8832013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8837818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8844488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8851973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8857721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8863831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8869478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8875303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8880993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8887125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8892943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8898652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8910659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8916446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8923687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8929665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8936003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8942310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8949654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8955355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8972660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8979252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.8984380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9030583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9036174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9042116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9048919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9054872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9060431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9066482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9071832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9077653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9083246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9088983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9094630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9100718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9106410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9112434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9117891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9123644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9129091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9135242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9141181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9146871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9152653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9158689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9164399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9170047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9175804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9181521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9187372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9193023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9199136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9204865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9210504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9216535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9222420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9227971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9233967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9239785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9245596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9251514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9257969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9263844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9269800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9275766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9281691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9293916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9300608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9306579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9312468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9319985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9331532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9337629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9343839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9349718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9355674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9361553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9367524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9373868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9379882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9385871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9391755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9397541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9403371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9409587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9415703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9428535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9434560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9455579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9469903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9471059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9476165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9481859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9487282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9492578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9569826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9575631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9581823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9587630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9593422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9599156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9612557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9618199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9624343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9629780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9635772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9642301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9647944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9653796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9659592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9665139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9670900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9676528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9682132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9688273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9694149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9700161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9705732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9711630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9717326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9723016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9728796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9735273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9740828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9746519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9752603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9758422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9764214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9769884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9775626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9781390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9793734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9799873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9806132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9811538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9817429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9823447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9829551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9835488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9841312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9847428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9859142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9865291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9871070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9876877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9883261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9889111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9895020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9901212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9907154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9912991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9919152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9925269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9932463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9939148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9945512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9951927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9958479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9964684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9970637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9976580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9982437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9988431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:47.9994168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0000257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0005901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0011974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0018159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0023751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0029432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0035230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0040848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0046885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0052522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0058211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0064004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0070648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0076220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0082479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0088199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0093793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0099545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0105106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0111059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0116688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0122167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0127572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0132714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0138506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0143904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0149252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0161687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0200267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0205904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0211490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0217523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0223309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0228992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0234891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0240796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0246402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0252198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0257971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0263630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0269364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0274905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0280733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0286112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0292055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0298022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0303544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0314816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0320431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0326200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0332204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0337797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0343386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0349406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0354899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0360496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0366092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0372243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0377740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0383730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0389544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0395344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0411321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0416929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0422606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0428561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0434714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0441144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0448464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0454323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0460066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0466204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0477597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0482285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0487942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0493609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0498839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0504487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0510182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0515799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0522040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0528423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0533929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0539381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0544800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0550015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0555690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0567395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0572927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0578396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0584261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0590325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0595838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0601441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0607404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0613211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0618553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0624615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0630503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0636141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0642018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0647888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0654391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0659431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0664991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0670656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0676461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0682294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0687953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0694981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0700921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0706532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0712128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0717905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0723758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0729331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0735253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0753835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0759714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0765377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0771187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0777010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0782870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0788735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0794386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0800003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0806288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0817761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0823846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0829402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0836258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0842763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0851327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0860163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0869155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0876272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0882357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0887741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0893621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0899492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0905826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0911348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0917094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0925110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0935340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0943252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0949036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0956993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0962512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0970225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0976222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0981894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.0995913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1001353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1007236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1012787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1018195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1023746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1028962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1034452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1039984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1045328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1050756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1056628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1062121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1067618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1073572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1079231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1084866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1090301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1095943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1101434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1114696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1121008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1126810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1132917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1138741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1144404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1149903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1155540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1161531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1167205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1173284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1178864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1184692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1190161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1195790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1201446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1207060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1212870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1218502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1224364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1230103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1236581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1242624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1248676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1254590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1260879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1266256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1271651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1277067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1282520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1294144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1300172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1306605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1312395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1318266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1323948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1329835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1335795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1341497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1347433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.1360185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2781162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2786985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2792642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2798436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2804410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2811588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2817590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2823326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2829257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2834383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2841010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2846483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2852320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2857397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2863943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2869686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2875374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2881258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2887064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2893209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2899324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2905537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2911436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2917531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2923489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2929645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2935686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2943387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2949312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2955579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2961857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2968332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2975294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2981698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2987277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2993387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.2999159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3004870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3010344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3017012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3022633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3028392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3034317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3039940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3045515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3051334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3057394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3063128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3068765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3074433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3080374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3086047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3091926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3097671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3109471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3115468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3121681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3127015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3132875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3138117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3143966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3149556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3155051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3160678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3172889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3178555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3184389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3190598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3196148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3207737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3213391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3253516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3258897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3265023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3276355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3282109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3287925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3293558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3298896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3304345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3309986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3315533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3321002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3327196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3332604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3338343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3344076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3349500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3355341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3360846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3366837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3373070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3384910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3391358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3397467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3404045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3409816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3415494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3421518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3432808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3439532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3445037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3450839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3478504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3479427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3480365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3481597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3484155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3487365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3493675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3499585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3505408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3510879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3517421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3522913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3529618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3534208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3539946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3545925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3551499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3557101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3563156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3568674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3574379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3580096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3621783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3628195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3634028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3639778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3653629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3659496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3665531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3670838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3676478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3687693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3693529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3699217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3721285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3727360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3739507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3745177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3751077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3757396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3764493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3770770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3776865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3782621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3788561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3794907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3800880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3806768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3812810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3830502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3831670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3832699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3839295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3845483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3852955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3859389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3865864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3872507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3880442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3886373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3892526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3903477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3909890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3916007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3922222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3928156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3940072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3946350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3952294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3958233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3964015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3970718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3977530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3983637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3989239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.3995236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4001154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4007586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4013656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4019298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4024985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4030831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4036867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4042404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4048165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4053914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4059444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4065267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4071098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4076566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4082583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4094068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4099717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4106794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4112529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4118527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4123704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4130170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4135855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4141611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4147201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4153346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4158927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4164665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4170592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4176249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4188723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4194783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4200989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4206627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4212397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4218132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4224106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4229985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4235665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4241488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4247215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4253307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4259425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4265336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4271069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4283327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4289402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4295559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4301464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4307086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4312516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4318016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4323775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4329767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4335532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4341197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4347019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4352690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4358527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4364127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4369800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4375704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4381648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4387355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4392981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4399374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4405091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4410923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4416828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4422637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4434991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4441147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4446729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4452288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4457741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4470562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4476543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4482839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4488614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4496108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4507656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4512918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4518378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4523723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4529288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4540420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4546063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4553710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4559542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4565948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4579480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4585621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4591205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4597264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4602979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4608626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4614585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4620694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4626247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4631855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4645546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4651569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4657440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4663405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4669498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4680828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4686931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4693210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4699472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4705277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4712291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4717570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4722488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4728339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4734008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4746787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4751331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4758854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4764460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4770469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4776140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4781786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4787612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4793243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4798957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4804669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4810561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4816364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4822054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4843569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4844648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4845746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4846682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4851874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4857906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4869762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4875287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4881036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4886678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4892232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4898201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4903929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4909586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4915025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4920509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4926421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4932245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4937415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4976104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4982300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4993348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.4998905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5004670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5010063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5015581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5021085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5026692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5032308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5038211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5043863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5049462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5054938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5060361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5065810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5071107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5077275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5096805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5097861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5098886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5113247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5114286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5115282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5121221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5126676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5132430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5138107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5143482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5149118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5154752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5160233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5166354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5172474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5178273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5184010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5190124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5196217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5202048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5208313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5214748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5220456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5227407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5233816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5239983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5245707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5251453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5257286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5263258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5269014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5274916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5280634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5286371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5292357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5298273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5304045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5310118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5316345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5322368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5328195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5345406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5346596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5352226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5357849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5364840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5369393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5375476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5387465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5393074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5399651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5405148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5410927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5417264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5423201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5429161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5434830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5440502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5446572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5452769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5458591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5464383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5471526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5477578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5483736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5489893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5496495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5502843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5508945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5551606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5552590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5553599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5554651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5555580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5558087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5559256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5560248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5565291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5570791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5576705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5582223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5587732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5593223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5599030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5628247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5635391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5641161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5646633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5681760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5689113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5694747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5700960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5707124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5713200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5718893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5724537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5730322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5736283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5744041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5749304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5754787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5760390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5765525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5771060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5776858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5782242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5787980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5793855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5805366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5811189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5817106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5822612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5828422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5834285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5839925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5845477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5851531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5857369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5862800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5868796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5874589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5881618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5887957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5894020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5900216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5905812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5911315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5917065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5923051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5930257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5936096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5941784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5947524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5953344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5959282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5965029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5972905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5996455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5997548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5998614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.5999703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6003030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6009213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6015212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6020988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6026567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6032211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6037803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6043264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6048801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6054757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6060470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6065994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6078570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6083720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6089161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6094889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6100633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6106576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6112945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6119443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6124843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6131168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6137679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6143635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6149520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6155750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6162106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6167903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6173903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6179703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6185737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6191925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6204307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6210160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6216081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6222564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6228839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6242141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6254665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6262627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6270669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6279562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6287461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6296221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6304176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6311905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6321031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6339259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6345808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6352230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6359422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6365341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6371485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6377495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6383436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6389629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6395744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6401748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6407707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6413769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6420530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6426572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6432858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6438950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6446204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6452184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6457896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6469448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6485611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6486898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6488379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6494728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6501078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6506980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6512917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6518828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6525006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6530751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6536935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6542631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6548062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6553777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6559396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6565050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6571019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6577069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6582869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6588435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6594292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6600048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6605594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6611198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6617054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6623576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6629042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6634563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6675584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6681581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6687509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6693645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6699153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6705434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6711206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6717077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6722926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6729912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6735934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6742019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6748671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6829493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6835397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6841309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6846956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6853170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6858680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6865020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6872829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6878730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6884350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6890078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6895922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6901816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6907790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6913619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6919892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6925674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6931517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6937586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6943350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6949430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6955290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6961025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6966720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6974205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6979002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6984596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6990525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.6996383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7002050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7007887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7013542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7019523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7025067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7030669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7036316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7042745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7048340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7054091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7061038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7065779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7071448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7077032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7083154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7089540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7095263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7100876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7106533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7112678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7118367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7124063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7129867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7136927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7141921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7147569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7153549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7159793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7165930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7171733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7177507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7183167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7188779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7194774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7200849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7206571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7211821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7217706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7223289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7228790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7234237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7239750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7245406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7251263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7256397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7263321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7268855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7274809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7280504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7285172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7292234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7298075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7303910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7309664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7321359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7326952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7332722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7338401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7344206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7356097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7361863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7367917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7373696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7379452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7385403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7391035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7396565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7402597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7408426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7420990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7426960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7432956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7440038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7445653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7452525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7461642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7469287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7476775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7496872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7511041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7518854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7526851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7534623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7540628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7546558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7554183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7560178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7566000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7572211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7578091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7621238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7627060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7632678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7639946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7646786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7652471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7658425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7664680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7687723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7693622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7699355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7704945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7710894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7717090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7722858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7729289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7735281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7741087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7747150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7753347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7758877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7764500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7770331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7776873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7782722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7788813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7794817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7802386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7808591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7814647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7821102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7826928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7832915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7838943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7845734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7851686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7857783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7863706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7869777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7875850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7882107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7888171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7894372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7902225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7908322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7914659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7920616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7926741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7932735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7938959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7945244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7951111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7956953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7962918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7975392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7981268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7987781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7993188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.7998774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8051232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8058945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8068578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8076309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8082194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8096477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8102423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8108008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8114019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8119515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8125377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8131940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8136864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8143473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8148983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8154736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8160591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8167098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8173353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8179007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8184887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8190497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8196354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8202510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8208041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8214064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8219599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8224960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8231278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8236836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8242422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8248489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8254769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8260998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8266611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8278996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8285037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8291020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8297268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8302990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8308884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8314827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8321119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8326930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8332434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8338167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8343883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8349133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8354581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8360157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8366414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8371996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8378097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8383953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8390093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8395802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8401402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8407482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8413502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8420027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8425729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8431545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8437986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8443721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8449468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8489867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8504876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8505917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8510518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8516252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8520531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8528090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8532551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8539574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8543993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8549811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8555758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8561220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8566711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8572570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8578422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8583814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8590799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8597011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8602468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8608121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8613842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8619552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8624644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8630346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8636056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8641938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8648194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8654485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8660276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8665994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8671727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8677521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8683411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8689521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8701659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8707741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8723528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8729652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8734855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8740741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8746492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8752371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8758417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8763701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8776211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8781864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8787189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8792869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8798571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8803949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8809458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8815178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8820631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8826426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8832183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8850953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8856831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8862749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8868402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8874090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8880127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8886253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8892312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8898364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8904330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8910100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8916190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8922178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8928422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8934384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8940187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8946075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8952056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8958241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8964678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8970667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8976778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8982630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8989103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.8995047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9003029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9009703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9016282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9023045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9029003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9034817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9046813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9053039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9058804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9064535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9070155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9075753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9081367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9087130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9092624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9098690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9104335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9109998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9115278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9121017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9126451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9132066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9137650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9143377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9148803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9154405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9159817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9165655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9171229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9177118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9182983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9188948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9194441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9200141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9206046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9211692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9217879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9223584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9229821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9235619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9241494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9247289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9253196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9259405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9265080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9270796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9276513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9282252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9287972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9293753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9299573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9305281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9311708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9317595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9323608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9329460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9335523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9341838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9348442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9355036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9360895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9367150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9372886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9378854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9384797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9390785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9396651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9402618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9408721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9414696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9420829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9426727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9432752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9438670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9445463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9451327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9457355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9463850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9469647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9475204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9488316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9493986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9500148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9506596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9513121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9519797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9525673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9531696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9537691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9543669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hash_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9549655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hash_tensor_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9555493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hash_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9567915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hash_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9573821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hash_tensor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9579625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hash_tensor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9585351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hash_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9591108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hash_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9596825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9610079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9615977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9621738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9656794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9662478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9668064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9673753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9679418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9685383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9690890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9696715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9702231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9714551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9720125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9726456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9732030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9737963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9743428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9755296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9760942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9766531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9772474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9778162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9783863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9789608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9795454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9800910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9806819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9812264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9817739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9823503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9829159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9835023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9840736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9846357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9851960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9864302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9870108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9875840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9881879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9887620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9893675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9905831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9911782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9917572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9923375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9929288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9935263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9940999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9947112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9952840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9958829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9964725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9970422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9976684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9982573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9988316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9993982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:48.9999815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0005609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0024576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0030335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0037060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0042891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0048730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0054470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0060140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0065667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0071704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0077377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0083269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0089356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0095271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0100901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0106678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0112434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0118233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0154938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0160658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0166105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0171723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0177706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0183263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0188919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0200515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0206067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0211577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0216989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0222699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0228646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0240987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0246517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0252243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0258308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0263907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0269398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0277011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0282967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0288482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0294714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0300789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0306546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0319342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0324937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0330601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0439010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0444892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0451018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0457143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0463024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0469215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0475236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0481070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0487185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0493213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0499274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0505820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0512294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0518789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0525939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0532383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0538867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0546014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0552070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0557980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0564222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0570549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0576311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0582438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0588244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0594013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0599999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0605654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0611283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0617254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0623276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0629307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0635092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0641093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0646994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0652976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0659355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0665423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0671182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0682888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0688416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0694365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0701159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0706999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0712418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0718269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0723687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0729568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0735719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0741603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0749115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0754433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0760040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0765485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0771043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0776940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0782772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0789313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0794950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0800482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0806066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0811515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0817453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0823042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0828936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0834485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0846928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0852619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0858213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0869742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0875061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0880660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0886235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0891755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0897110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0902624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0907962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0914041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0919910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0925448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0931617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0944188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0945347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0948616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0954151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0959788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0965224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0977207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0982996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0988402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0994297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.0999842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1028083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1034700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1041456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1047682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1054516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1061215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1067481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1073959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1080396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1086440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1092725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1098742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1104661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1117671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1123282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1128844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1137257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1143092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1148448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1154152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1159549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1165250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1170895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1176447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1181992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1193528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1199118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1205318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1210410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1216096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1222017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1234379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1240047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1246137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1251928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1257706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1263185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1269123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1275114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1280834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1286407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1293564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1299014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1304765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1310466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1316346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1322317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1328081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1333990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1339766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1345187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1350858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1356423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1362138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1367678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1373950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1379300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1384811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1390586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1395991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1401572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1408026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1414093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1420264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1427167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1432638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1438455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1451121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1457086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1462632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1468222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1473919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1486242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1491606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1497353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1503206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1508737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1514434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1521138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1528297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1534850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1540612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1546852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1552863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1558771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1564501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1569918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1576033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1581486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1586918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1592358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1597910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1604087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1609989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1615558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1620937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1626307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1632037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1637186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1642821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1648613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1654172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1659957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1672469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1678604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1684072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1689459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1695034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1700747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1706503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1712245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1718019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1723478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1728847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1734647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1747090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1752506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1757795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1763356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1769466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1775496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1790870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1796642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1802581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1808718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1814640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1819910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1825623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1831828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1837697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1844293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1852293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1858077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1864675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1870766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1876942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1915365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1920884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1926379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1932341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1938061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1943844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1949679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1955529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1961157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1973941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1980514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1986170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1992031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.1998071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2004107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2009755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2016036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2022182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2027756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2034057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2039647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2051459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2057371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2062983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2068455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2076135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2081351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2087597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2093006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2098164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2103813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2109667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2117341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2123295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2128697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2134241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2139815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2145245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2157236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2169277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2175264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2180871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2187105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2199533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2206368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2212449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2218270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2223769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2229582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2236404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2243309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2250037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2255953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2261981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2267481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2273312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2279136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2285385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2291260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2297080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2302808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2308437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2314552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2320523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2326195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2334109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2340366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2346489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2353160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2358935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2364626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2370524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2376464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2382504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2388715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2401190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2407558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2413671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2419660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2427070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2432971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2450135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2456043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2461930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2485578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2491166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2497095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2502733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2509122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2515434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2521152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2527185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2533382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2539516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2545647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2551299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2556607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2562138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2567679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2573297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2578941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2584497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2590033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2595952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2601976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2607538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2613207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2619523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2625365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2631391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2636918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2648435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2654400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2660306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2666008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2671930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2677603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2683125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2688838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2694963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2700872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2706997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2712762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2718496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2724313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2730070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2736120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2741808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2747525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2753239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2758925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2765347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2771214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2778332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2784228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2796712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2802875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2808641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2814493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2821335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2827164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2832923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2839167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2844967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2850623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2856886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2862853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2868685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2874469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2880559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2886224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2892567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2898557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2905433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2911335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2917174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2923451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2930329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2939211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2947630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2953865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2960365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2966211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2972055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2977953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2984268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2990394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.2997136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3003034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3008959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3015338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3021784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3028407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3035234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3041470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3047384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3053452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3065981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3071901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3078097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3084093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3089767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3095667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3101776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3107890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3113958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3120164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3126238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3131956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3137873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3143510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3149673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3155592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3161389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3167259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3179867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3185557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3191488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3197378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3203404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3209290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3240190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3246181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3252889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3259084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3267586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3275074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3284071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3291663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3299924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3308487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3316205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3324944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3339072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3346919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3355649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3363137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3370928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3379879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3393732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3402400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3410368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3417686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3426714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3434304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3442237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3451167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3458687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3466152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3475233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3482807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3497618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3505589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3512963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3522149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3530433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3536474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3544335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3550549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3559389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3565358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3571286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3577567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3583483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3591370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3597781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3604132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3609875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3615793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3631384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3637583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3644301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.3650405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.5884350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.5890736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.5897074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6044775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6051016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6058336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6066434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6074427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6082290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6090131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6096283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6104048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6110446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6116447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6123366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6129826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6137469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6143625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6149820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6155807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6161743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6167740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6173756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6186400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6194217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6203269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6210363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6217861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6226550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6233728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6241107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6248350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6257117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6264759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6272531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6281258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6288700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6295982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6304632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6312221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6319474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6328024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6335718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6343116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6358141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6365714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6373323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6381667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6389099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6396333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6403731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6412359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6419894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6432329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6439622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6448735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6456266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6464925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6472591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6480068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6488749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6496246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6504226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6512461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6520392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6527941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6537358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6545407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6553135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6562712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6568929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6576851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6583111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6590945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6602992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6608563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6614474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6621732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6627787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6633954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6640026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6645982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6651980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6657982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6663835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6670302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6677864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6684067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6690033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6697204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6703253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6709556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6721890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6728038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6734104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6740010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6745964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6752106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6757923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6763956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6771070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6776921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6789035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6794566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6800775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6806789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6812661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6818386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6824455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6830398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6842299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6849337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6854253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6861141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6867144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6873914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6879717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6885609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6891549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6897702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6903553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6909411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6915226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6921377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6927592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6933753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6939848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6945886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6958261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6964717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6970388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6976234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6982013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6987326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6993121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.6998941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7004971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7010986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7017136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7023096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7028998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7034913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7040738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7046406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7066236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7112602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7122220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7130174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7138260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7146246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7152221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7158664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7172199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7178490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7184823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7192105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7199516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7205480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7211855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7224419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7230378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7236257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7242175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7249270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7261640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7267748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7273665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7279656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7285477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7291327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7297024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7303702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7310086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7316105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7322243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7328035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7334879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7340812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7346771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7354472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7363147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7370519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7378175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7386696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7399913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7407256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7415640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7422948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7430375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7437430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7445976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7453899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7461120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7469510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7477229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7485016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7493265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7500680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7508335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7517040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7530905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7536041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7542020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7548613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7554504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7560681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7567020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7572907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7585524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7591830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7597700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7603488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7617275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7621994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7628044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7633822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7639654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7645692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7651546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7657263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7662920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7668619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7674471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7680029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7685806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7692041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7698464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7703418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7709146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7715121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7727193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7733418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7739160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7744617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7750409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7755939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7767881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7773904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7779703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7785293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7790974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7796577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7808204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7814923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7820587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7826661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7832274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7837602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7843031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7848323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7860587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7867311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7873300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7879225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7884945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7890632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7896924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7902998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7909160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7944502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7950462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7956102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7962227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7968080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7973998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7980531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.7986616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8047973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8054514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8060780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8066334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8072013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8084618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8090456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8096458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8102189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8107994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8113827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8120392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8126158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8132142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8137928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8143622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8149704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8155360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8168064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8174093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8179946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8185851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8191674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8197609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8204938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8211290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8217386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8223320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8229272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8241392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8247686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8254335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8260186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8266190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8272078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8278063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8284304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8290437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8296324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8302712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8308496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8314374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8320434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8327489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8333711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8340304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8347293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8360210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8366143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8372166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8378435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8384451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8390460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8396328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8402174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8408365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8414446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8420356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8426348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8432739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8438757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8444686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8450608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8458369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8464122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8469907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8475625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8481519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8487360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8493315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8499348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8505111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8510840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8516679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8522601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8528405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8534301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8547080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8552961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8559388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8565779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8571596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8578764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8590862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8596512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8603015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8608388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8613883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8619246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8625483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8630800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8636784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8642477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8648996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8654627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8660377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8666417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8672065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8677646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8683555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8689163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8694689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8700366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8706224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8711712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8718099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8723995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8730316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8736551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8742219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8748865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8754605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8760368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8766212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8772024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8779277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8785293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8791390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8797076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8812649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8819455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8825341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8831631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8837262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8843253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8849318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8855411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8861187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8870755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8876377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8882092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8893978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8900871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8907902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8913239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8919461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8925449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8931404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8937570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8943630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8949390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8955000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8961234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8967607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8974188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8979951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.8985767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9148740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9149696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9150820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9151991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9153068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9154112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9155239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9156404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9157634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9160284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9161239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9162184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9163232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9164209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9165177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9166262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9167542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9168842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9170005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9171124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9172289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9173337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9174495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9175715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9176762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9177746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9178738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9179926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9184422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9190795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9197338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9203084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9208999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9215209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9221363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9227380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9233644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9239432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9254202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9260187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9266145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9272453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9279516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9286255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9293586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9299720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9305932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9312707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9318863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9324940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9331150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9337763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9343722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9351141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9357393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9363001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9368904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9374856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9381318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9387526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9394368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9401161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9408970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9414945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9420758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9426405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9432771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9439906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9446080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9452130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9458924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9465286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9471136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9477084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9483020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9489789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9495865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9501706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9507665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9513339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9524393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9530464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9536209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9541595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9547277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9553768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9559345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9565010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9570686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9576485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9581778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9587537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9593188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9598763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9604441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9610179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9615683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9621229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9626877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9633065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9668788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9674470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9680628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9686726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9692823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9699000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9704596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9710032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9715712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9721647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9727472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9733417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9739920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9745449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9751129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9756709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9762498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9768580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9774394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9780253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9785867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9792235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9798163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9803746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9809207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9815035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9820571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9826111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9831977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9837742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9843612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9849383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9855853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9861368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9867871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9873631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9879680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9885597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9891529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9897865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9903846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9909747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9915480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9921268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9933474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9939884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9945607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9951254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9957395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9963548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9969180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9975872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9983961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9990323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:49.9996499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0002205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0007943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0013835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0019536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0025698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0031956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0039598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0045816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0051719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0088322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0088759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0089308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0089729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0090127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0100807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0124692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0130491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0398966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0404712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0410641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0416591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0422719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0428295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0434083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0446101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0452278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0458007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0464124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0469752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0475649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0481481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0487356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0493830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0502281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0507635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0514814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0521402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0527105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0533176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0539379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0544789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0550588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0556340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0565463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0568503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0574804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0580854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0586891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0598708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0604787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0610829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0616905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0623147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0629253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0635150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0641194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0647449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0653307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0659102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0665071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0670957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0677979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0683632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0689693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0695772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0701819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0707728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0714079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0719960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0725728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0733861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0740106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0745754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0751923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0757795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0763297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0769123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0777411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0790881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0797948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0805498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0812608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0820533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0827205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0840502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0846236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0851830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0857666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0863568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0870503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0876241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0882347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0888787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0894654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0901125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0907090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0924917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0931409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0937688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0943839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0949963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0957328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0963805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0969884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0975651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0981674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0988701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.0994464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1000717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1007099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1013570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1019524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1026222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1032672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1045933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1051994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1057733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1077364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1078459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1079659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1089044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1090198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1096202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1102323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1108074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1113811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1119326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1125342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1131247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1137641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1144030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1150668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1156572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1162798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1168592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1174744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1180695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1187080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1198733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1204725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1210964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1216926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1222536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1229097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1234809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1240929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1246921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1252473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1258090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1264710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1270650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1276335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1281998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1288245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1294216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1300335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1306311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1311887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1317968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1323429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1329428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1335829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1341464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1347117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1353520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1359121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1364811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1371559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1377654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1383389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1389651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1395943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1401906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1407767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1414272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1420397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1426559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1432851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1450498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1453249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1471274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1477922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1484385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1490462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1497377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1503070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1509060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1515040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1521323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1527976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1534194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1540416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1555371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1561779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1568773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1575408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1582014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1589419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1595572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1601617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1854628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1859893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1866729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1872758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1879082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1885179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1891088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1897002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1903003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1909143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1915690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1922509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1928748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1934562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1940417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1947912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1953764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1959863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1965729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1971583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1977434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1983002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1989018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.1994842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2000907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2006655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2012717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2018650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2024810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2030786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2037241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2043363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2049621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2055451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2061425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2084471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2085587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2086580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2087585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2092610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2111882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2117392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2123377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2128856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2135931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2140419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2146710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2152655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2158170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2163889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2169380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2174881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2189359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2195761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2201528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2207072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2213558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2219371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2225854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2231782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2237575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2243692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2249963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2255728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2266374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2272137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2277696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2283570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2289531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2296033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2310016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2315734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2321636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2327320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2333164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2339682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2358711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2364495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2370291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2376222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2381853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2388333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2402117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2408429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2414807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2420407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2426341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2432950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2443997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2449421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2454996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2460935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2467124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2472955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2479153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2485295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2491250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2496957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2502683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2508290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2513903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2520749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2526562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2532056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2537834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2544639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2550470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2556594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2562231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2568063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2573902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2579561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2589881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2595425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2601144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2607123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2612985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2618521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2623872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2629595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2635472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2641494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2647390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2653133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2659435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2665130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2671189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2676908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2682738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2688722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2694536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2700178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2705818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2711875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2717616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2723504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2733976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2739853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2746028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2751729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2757403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2763043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2773322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2779056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2784655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2790316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2796216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2801703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2807510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2813272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2819662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2825589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2831083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2836706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2846804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2852523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2880969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2886673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2892386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2897969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2903746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2909567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2915198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2920978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2926769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2932618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2944797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2950875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2956796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2962324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2969146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2974665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2985354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2991799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.2997995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3004036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3009913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3015998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3021817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3027614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3034665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3040349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3045883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3052392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3057927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3063394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3069275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3075110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3080939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3086586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3092506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3098451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3104521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3110054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3120819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3122883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3128752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3134499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3139758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3145329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3151070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3156842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3166878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3172901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3178581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3184858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3190966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3196706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3202614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3208490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3214142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3220013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3225696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3231803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3242270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3247990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3253726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3260013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3265544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3271186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3276847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3282849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3288626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3294690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3300373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3306484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3312088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3317803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3323485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3329482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3335493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3341399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3346971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3353020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3359185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3364804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3370756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3376728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3382396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3388468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3394826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3400766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3408230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3414199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3420063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3425886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3434095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3442101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3451461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3459174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3467933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3475572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3483006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3491941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3499523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_axis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3538308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_axis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3545587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3552923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3560618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3569359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3595282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3603082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3613194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3620955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3627020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3634230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3639848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3647585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3658583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3664473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3670087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3677406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3683727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3689604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3695914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3701918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3707981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3714290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3720027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3726869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3738909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3746279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3755343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3762821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3770103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3777884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3786697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3793789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3806467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3854637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3862645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3871896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3885188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3891271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3897349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3905133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3910978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3916718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3922550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3928476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3936227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3942091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3948003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3954782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3960880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3966893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3973103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3979221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3985172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.3990861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4003719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4009574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4015248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4021076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4026622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4031988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4038034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4043568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4049198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4055227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4061296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4066978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4072832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4078709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4084342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4089843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4095525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4101175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4112303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4117669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4123113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4129062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4134709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4140485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4146533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4152178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4157815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4163505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4169244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4174732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4180391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4185840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4192547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4198401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4204173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4210410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4221712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4227926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4234131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4240075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4246072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4252508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4259063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4266338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4272601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4278564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4284697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4290575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4303248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4309425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4315529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4321789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4327823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4333942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4345683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4353043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4358956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4364763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4370520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4376605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4382471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4388412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4394313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4400298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4406888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4412871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4419423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4425101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4431132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4437490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4443321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4449622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4455450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4461381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4467966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4473303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4479059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4485092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4490734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4496539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4502226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4508210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4514460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4519947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4525433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4531405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4537155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4553006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4559142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4564562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4570686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4577145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4616076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4621797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4627711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4633365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4644497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4650555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4656483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4661922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4667930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4673580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4679714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4723417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4723912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4724370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4724798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4725258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4725678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4726202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4732291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4738273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4743942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4750468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4757095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4762240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4768116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4774567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4780307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4786203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4791883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4797990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4803852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4810122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4816056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4822237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4833832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4839887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4845836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4851560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4857757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4863805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4869748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4875511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4881535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4887338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4893263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4899186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4905254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4911067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4917040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4922943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4928721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4934910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4940907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4946686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4952482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4958344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4980025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4980499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4982483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4988563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.4996490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5002312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5008188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5016634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5024829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5033846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5041495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5050047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5114552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5124334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5130854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5138770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5145140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5153098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5158755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5164542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5170164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5176277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5183953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5189987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5195909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5202181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5208438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5214601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5220471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5226298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5231880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5239884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5247226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5254796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5263507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5271447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5280133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5287717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5295672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5304453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5312018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5319439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5328712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5336452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5344094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5352658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5360226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5367462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5375834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5383472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5391354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5400177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5407316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5443220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5449266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5455001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5461601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5467412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5473206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5478882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5484580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5490389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5497012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5502168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5508587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5514820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5520546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5526727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5532539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5538213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5543965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5549902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5555630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5561862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5568031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5574030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5579898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5586314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5591719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5598146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5605077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5611017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5617149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5623172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5628714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5634290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5640141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5645909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5651534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5657295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5662801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5668088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5673989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5679945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5685696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5691326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5697481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5702906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5714187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5715188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5719944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5725551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5731513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5737216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5742960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5748539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5754640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5760456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5766205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5771941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5777804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5783219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5789176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5795436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5801027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5806371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5812271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5819001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5824627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5830171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5836249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5842092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5848261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5855380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5861142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5867124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5873090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5879209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5884807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5898047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5904479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5910405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5916219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5922507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5928462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5934483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5940823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5947056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5952926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5959335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5965053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5971107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5977013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5982678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5988730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.5994597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6000497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6006333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6012343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6018310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6024178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6030079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6035766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6041898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6047894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6053966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6060080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6066986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6073017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6079568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6085429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6102699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6103912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6105237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6110921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6117065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6122883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6128821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6135013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6140958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6147000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6154165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6158817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6164542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6170277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6176396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6182133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6188048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6193680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6199997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6205646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6211315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6217013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6222839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6228518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6234540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6240423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6246223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6251884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6257855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6263533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6269552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6275422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6281174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6286993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6293662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6299613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6305709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6311144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6317161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6323155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6329045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6334777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6340694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6347195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6353014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6359583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6365459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6371132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6378054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6383931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6389620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6395561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6402096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6408017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6413867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6426632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6432297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6437989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6443762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6449591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6455422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6461209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6467031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6473087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6478779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6484516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6490264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6496206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6502531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6508514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6514479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6520709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6526361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6532391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6538417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6544097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6549809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6555111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6561990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6567510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6573027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6579102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6586919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6626737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6627939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6628986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6630044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6632614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6633650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6634865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6638977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6644663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6650305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6655677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6661477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6667315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6673047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6678579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6684245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6689772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6695822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6701311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6707878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6712730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6718399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6725309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6730799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6736642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6742135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6748285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6753301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6759115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6764321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6769737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6775821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6781514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6787163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6793027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6798942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6804795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6810565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6816564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6822587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6828033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6833625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6839443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6844804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6850380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6855940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6861262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6866614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6873041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6878156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6883902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6889526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6894943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6900508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6906175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6911650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6917501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6923013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6928933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6934981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6940966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6947032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6952634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6958728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6964689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.6999766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7006071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7011570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7017201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7022833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7028773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7034500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7040097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7045626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7050929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7056786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7062933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7068674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7074739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7080944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7087103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7101137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7103287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7110658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7116473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7122385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7128646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7134645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7140872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7146533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7152376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7158030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7164113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7170139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7180763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7186423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7192612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7198418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7203934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7209947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7215720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7221797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7227530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7233329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7239124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7245230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7250963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7256904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7262619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7268953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7274745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7280511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7286356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7292073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7298015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7310112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7315805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7321650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7327442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7333293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7338986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7351284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7357480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7363390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7369551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7376000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7382699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7389160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7395111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7400887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7406726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7412650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7419002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7424931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7430698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7436311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7442288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7447891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7453865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7460145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7465986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7472988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7479311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7485279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7492603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7498563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7504237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7510514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7516509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7522527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7528468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7534398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7540220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7546204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7552712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7558703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7564583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7570203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7576775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7582582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7589004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7596121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7610393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7611503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7614187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7620601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7626480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7632751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7638633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7645710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7650282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7656027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7662433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7668133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7674344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7680205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7686026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7693160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7698074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7703990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7718272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7719538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7724856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7730683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7736862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7742758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7749128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7754813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7760787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7766439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7772605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7783165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7788920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7794998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7800895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7806779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7812551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7818495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7824637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7830517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7836411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7842203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7848132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7854646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7860476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7866240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7873145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7879159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7885147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7890951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7896856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7903183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7909144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7915040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7921650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7927436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7933629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7939256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7945414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7951699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7957833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7964007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7970294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7976982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7983517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.7989210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8013161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8025119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8031619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8037377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8043585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8049381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8055704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8062015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8067791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8073906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8080159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8085925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8091868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8097871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8104462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8122708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8123959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8125085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8131733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8138308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8144236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8150708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8157982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8162822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8169050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8175394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8181183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8187471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8193645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8199486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8205579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8211334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8217438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8223351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8229702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8235953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8241859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8247749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8253799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8260990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8266190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8272816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8278754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8285203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8291468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8297588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8303348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8309238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8315134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8321896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8362006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8375010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8380863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8386977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8393183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8399466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8405540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8411944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8418011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8425753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8431369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8437321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8443328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8449360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8455442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8461359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8467355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8473793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8480202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8486193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8492905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8499586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8505644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8511851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8518512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8525408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8532250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8538482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8544757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8550720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8556763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8562865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8570567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8577343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8583826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8590409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8596759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8602901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8609316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8615633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8621685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8627861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8670694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8676833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8683242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8689197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8695419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8701591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8707699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8713546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8719473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8725446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8731098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8737392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8743552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8749388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8755397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8761576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8767485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8780080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8786068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8791662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8797568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8803184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8808865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8814647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8820400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8827034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8832749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8838431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8844205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8854555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8860460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8866353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8872652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8878589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8886705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8892574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8898606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8904226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8910220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8916308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8922612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8928121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8934011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8940238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8946243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8952181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8959627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8966054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8971906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8977690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8983674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8989759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.8997460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9003205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9008723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9015149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9020899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9026726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9033420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9039631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9045953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9051800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9057726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9063818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9070355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9076221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9082603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9090052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9096218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9102113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9107770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9119470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9122329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9128355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9134458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9140543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9147290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9154076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9160023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9167278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9191996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9198605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9204847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9210878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9216864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9222775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9229207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9235091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9241110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9252421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9258129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9263897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9269783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9275876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9282251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9288022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9293748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9299574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9305733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9311377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9317478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9323632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9329162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9335067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9340698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9346816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9352429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9358271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9363947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9369791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9381540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9387459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9393652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9399722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9405619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9412069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9418006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9423907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9431169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9437262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9443625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9449739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9456224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9462570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9468934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9474830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9481506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9486943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9493051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9498986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9505089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9511308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9517269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9522906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9528754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9534994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9540913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9547443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9553278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9559477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9565259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9571057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9577061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9583500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9589658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9596721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9602865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9608907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9615302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9621622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9628529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9634953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9641218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9647766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9654231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9661021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9668648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9674661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9680888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9687005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9691792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9698532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9704049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9710404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9716513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9722398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9728221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9734554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9740469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9746557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9752408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9758661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9764906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9771767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9777743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9783792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9789814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9795677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9802113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9808433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9814840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9820804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9826773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9832858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9839418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9845359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9851249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9857527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9863428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9869406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9875409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9881474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9887418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9893180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9899059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9905368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9911323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9917451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9923371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9929626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9936090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9941805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9948309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9954351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9961928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9967716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9973484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9979759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9985797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9991403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:50.9997319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0004067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0009929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0015817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0022025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0028501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0034615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0040897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0047384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0053529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0059760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0065872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0072144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0078869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0084829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0090884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0097246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0103466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0109812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0115821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0122417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0129147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0135655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0141827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0148043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0154605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0160954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0166956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0173109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0179288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0186060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0192783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0199104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0205904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0212382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0218378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0224594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0230721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0236682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0242957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0249931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0256071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0262151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0268264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0274560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0312224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0318420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0324574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0331458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0338363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0344556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0351789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0357917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0363780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0369631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0375920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0381935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0388201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0394501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0400254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0406611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0413151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0419049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0426367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0432590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0438654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0444590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0451504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0457464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0463555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0470126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0476532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0482517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0488982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0500639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0506616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0513337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0519446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0525420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0531362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0537901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0543784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0550125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0556372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0562577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0568629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0575033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0581212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0587373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0593690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0599645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0605879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0611912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0618308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0624295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0630035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0636062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0641964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0648909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0654711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0660618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0666534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0673266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0679851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0685673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0691804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0701178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0707603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0714132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0720379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0726247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0732416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0738424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0744284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0750077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0755892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0761880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0767651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0773499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0779242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0784929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0791346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0796911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0802565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0808457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0814270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0820285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0825892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0832067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0838608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0844794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0850897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0856857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0862685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0868559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0874310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0880133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0885864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0891709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0897569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0903633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0909270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0914902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0920527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0926220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0931803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0937803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0943577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0950113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0955975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0961711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0967597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0973588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0979589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0985326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0991095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.0996970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1002844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1008559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1014091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1020144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1025969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1031622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1041502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1048631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1055187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1060461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1066144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1071761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1077960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1083605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1089203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1095648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1101433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1107128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1112736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1118597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1124068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1130652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1136668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1142130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1148375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1154350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1167816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1173944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1180269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1185729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1191130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1196671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1202126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1207693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1214087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1219983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1225359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1230952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1236481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1242142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1247671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1253126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1258701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1264402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1270127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1275779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1281519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1286978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1292702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1298520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1304801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1310408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1316446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1322268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1328030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1333882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1340613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1347029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1353022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1358747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1364395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1370169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1375873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1381679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1387252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1392926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1414231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1420255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1425785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1431600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1438096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1444393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1450033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1455894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1461007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1466652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1472660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1478340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1484332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1490235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1496061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1501847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1507705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1513151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1518746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1524233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1530535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1536420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1542980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1548204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1554198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1560105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1566165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1572477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1578127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1584273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1590051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1595546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1601593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1607316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1613234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1618976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1624848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1630870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1636362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1642110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1648507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1654148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1659674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1666007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1671440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1677231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1682987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1689107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1700451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1701478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1706965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1712431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1717934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1723665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1729811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1735923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1741905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1747689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1753555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1759828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1765617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1771339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1777504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1813985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1819896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1825602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1831260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1837073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1842818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1848475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1854283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1860013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1865467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1871164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1876171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1881407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1887242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1893105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1929147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1934747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1940495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1946231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1951963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1957793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1963447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1968730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1975091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1982094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1988042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.1994792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2000702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2007208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2013607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2019768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2025985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2031514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2037246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2043271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2048828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2054587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2061070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2066874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2072931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2078575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2084944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2090951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2097560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2103346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2108943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.2114999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4759264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4766651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4772762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4778747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4784560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4790238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4796310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4802376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4810053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4818120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4826327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4834612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4842821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4851148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4857123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4862691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4868331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4874229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4879608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4885369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4891137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4896549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4903333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4910182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4941114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4942143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4943080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4944002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4946266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4948300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4954346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4960952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4967340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4978873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4979993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4985780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4991801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.4997715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5003662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5009211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5015526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5021304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5028176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5032963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5038512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5044507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5050333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5055928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5062320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5068104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5074526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5080404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5086327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5092184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5097994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5104425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5110473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5118663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5126388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5135302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5143129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5157979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5165076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5171503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5178344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5184535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5190442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5196720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5202835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5208976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5214742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5220834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5226952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5232593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5238421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5244199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5249744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5256119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5261928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5267861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5273619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5280409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5285507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5291047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5296671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5302273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5307992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5313698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5319485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5324910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5330882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5337035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5342661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5349185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5354886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5360444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5366507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5372225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5377602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5383137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5389484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5395849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5401793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5408038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5413982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5419500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5424894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5430657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5436170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5441653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5448592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5454344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5461568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5468540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5474869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5480436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5486606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5492858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5498817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5535005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5540776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5546599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5552695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5558592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5564136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5570029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5575831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5581573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5587142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5593297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5599243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5605597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5611340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5618357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5624594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5630949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5637476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5695611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5703110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5709012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5715069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5719668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5725676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5732595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5737652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5743549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5749539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5755555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5761600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5767162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5772823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5779880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5785055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5790718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5796453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5802328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5808301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5814192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5820387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5826163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5832198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5838436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5843999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5849943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5856122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5862066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5867889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5873791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5879495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5885450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5891666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5898039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5903274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5908983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5915303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5921002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5926718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5932617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5939320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5945116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5951304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5957101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5963996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5969577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5976241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5982130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5988166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5993843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.5999712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6005666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6011581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6019028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6026211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6032544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6038802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6044785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6051053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6060491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6066491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6072601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6078560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6084887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6090837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6096864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6102969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6108905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6119821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6121343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6127676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6134385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6140304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6146724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6152891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6160101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6167016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6173070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6179825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6187453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6194075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6200012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6236313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6242484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6248518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6254379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6260614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6266679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6272692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6279209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6286392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6291994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6298135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6303840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6309910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6315906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6322108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6328472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6334219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6340114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6346178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6352278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6357908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6364167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6369892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6375895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6382330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6388186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6394432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6400317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6406548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6412219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6418489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6424298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6431451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6437168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6442990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6448867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6454929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6461010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6467860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6474162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6480117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6486511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6492701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6498592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6505481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6511670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6517503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6523471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6530960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6537956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6544222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6586542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6592657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6598445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6605339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6611752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6617820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6624264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6636801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6643568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6649644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6657037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6662941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6669174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6675888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6682002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6694088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6700594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6706738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6712956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6718431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6725359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6731889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6738082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6744017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6750117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6756549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6762271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6768231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6774268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6780378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6786079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6792270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6799415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6805395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6811605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6818022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6823858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6829992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6835643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6841724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6847342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6852979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6858566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6865549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6871928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6877755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6883754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6889553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6895455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6901253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6907762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6914606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6921093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6927294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6934162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6940375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6946378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6951939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6957587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6963515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6969308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.6975147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7012619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7018702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7024651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7031954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7038067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7044131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7064941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7070598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7076349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7082152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7087642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7094951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7101029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7106767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7111527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7116863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7122355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7128172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7134475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7140333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7146497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7152420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7158543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7174494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7175620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7180394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7186467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7192640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7198559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7203625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7209732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7215421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7222075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7228274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7233928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7239728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7245720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7251558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7257839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7266419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7276873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7282916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7288976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7295059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7301506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7306910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7313117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7319164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7325462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7331102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7337310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7342979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7348384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7354628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7360121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7365913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7371814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7377489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7388410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7394147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7400968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7406634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7413697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7419326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7425147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7431199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7436823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7442682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7447753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7454820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7460409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7466241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7472025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7477880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7483569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7489816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7495743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7502195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7507660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7513154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7518707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7524838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7530312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7536925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7543046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7549052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7554972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7560876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7566952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7573675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7579334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7585073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7591204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7596787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7602556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7608207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7614059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7620745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7627580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7635443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7641172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7647024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7653412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7667180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7673997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7718158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7724074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7730325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7743642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7750024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7757468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7762363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7768483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7774412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7780825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7786857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7792592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7798810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7805064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7811102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7817393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7822944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7828797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7834536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7840834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7846446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7852278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7858142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7865229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7872663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7878327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7884496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7890725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7896334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7902223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7942835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7952002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7958801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7964829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7971023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7976888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7982654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7988680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.7994644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8000819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8007208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8013192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8019613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8025603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8031843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8038119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8043977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8049936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8056003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8062098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8069198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8075387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8081261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8087015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8093028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8098838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8104637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8110826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8117073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8123215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8129939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8136303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8143724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8150379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8157656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8197035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8198276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8199514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8200601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8203078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8204421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8205705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8209229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8215119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8221362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8227062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8233204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8238959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8244999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8251394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8257217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8262742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8298514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8304646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8310710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8316630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8322454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8328455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8334631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8340489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8346594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8352584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8358934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8364760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8371339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8377527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8383325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8389115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8394340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8399858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8405837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8411733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8417370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8422941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8428972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8434522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8439847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8445350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8451675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8457591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8462853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8468474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8474572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8480413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8486507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8492636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8498670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8504314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8510453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8516201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8522467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8529631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8535676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8541403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8547332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8552989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8558703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8564480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8570401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8576527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8582445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8588506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8594913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8601430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8607624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8613893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8620231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8627151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8632992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8666080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8672443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8678824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8685078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8691068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8696991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8703003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8709163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8714740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8721092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8726500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8732538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8738782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8744627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8750220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8756793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8762231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8768320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8774038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8779717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8785314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8791380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8797098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8802965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8809046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8816289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8821992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8826880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8832675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8838833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8844254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8849720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8855770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8861611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8867361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8872994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8878673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8884143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8889891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8895896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8901548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8907284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8913212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8919524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8925499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8937402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8943166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8949467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8955637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8961502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8967293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8973682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8979648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8985406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8991369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.8997396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9003579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9009519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9015773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9021653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9027821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9033619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9039918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9045702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9051653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9057406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9063556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9070050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9075792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9082284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9087956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9093960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9099789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9105571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9111664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9117731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9125063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9130671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9136539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9142318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9148332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9154042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9160114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9201226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9202213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9203370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9204616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9207056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9208212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9213438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9219222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9224725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9230453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9236102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9241751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9247491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9255046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9260801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9266654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9273463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9279728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9286964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9293088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9298960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9305335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9311426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9317247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9323742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9329862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9335751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9341796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9347803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9353895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9359898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9401908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9407662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9413545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9420373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9426397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9432591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9438462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9444646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9450595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9456637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9462579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9468626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9474711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9480744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9487141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9493220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9499508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9505419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9511799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9518391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9524327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9530429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9537265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9543279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9549726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9555749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9561885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9567740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9573951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9611566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9617807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9623945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9629841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9635762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9641742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9647760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9654299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9660154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9665690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9671748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9678659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9685237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9691807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9697912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9704460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9710431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9716311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9722607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9729477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9735596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9741430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9747319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9753238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9759362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9765191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9771119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9778520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9784587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9790328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9796005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9801833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9808122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9815072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9820865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9825586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9832182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9837352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9842890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9860283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9860978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9861412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9865002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9870922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9876745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9882418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9888402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9894681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9901749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9907386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9912520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9918246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9924702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9930475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9936956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9943120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9949532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9955535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9975649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9981730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9988870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:51.9995046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0006637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0012453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0018365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0024819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0030834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0036796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0042855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0049056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0055115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0061290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0067402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0073791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0079556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0085622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0093082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0098898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0104215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0110348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0116315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0122596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0128506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0134808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0141023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0147434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0153303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0159609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0165388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0172013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0177925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0184578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0190411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0196548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0202650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0208708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0214432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0221101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0226475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0232916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0239095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0245043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0254700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0257556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0264244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0271471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0277927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0284405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0290716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0297426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0303415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0309303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0315292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0321549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0328592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0334718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0341050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0347087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0353058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0359286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0365023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0370865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0377191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0383138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0389139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0395380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0402711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0409020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0415765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0422112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0428283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0434755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0441041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0447840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0454337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0467787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0474386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0480608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0486862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0493536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0499828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0505925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0511996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0518102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0524528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0531278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0537404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0543893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0550193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0556559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0562348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0568867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0574795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0580745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0586799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0592845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0598395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0604753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0611341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0617464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0623653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0629323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0635529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0641295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0647095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0653119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0659156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0665150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0671270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0678231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0684506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0690421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0696702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0702353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0708519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0715352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0721626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0728008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0734260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0740684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0746938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0753115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0758865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0764728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0770930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0777148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0782949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0788872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0794748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0801660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0807407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0813244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0818898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0824978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0830946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0836897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0853232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0854459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0857990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0863773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0869648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0875799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0882355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0888107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0894587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0900404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0906231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0912098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0919246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0925514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0931673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0938153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0944064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0950874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0956776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0962535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0968764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0974663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0980254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0986468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0992194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.0998051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1003700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1009641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1015908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1021672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1027588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1033456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1039478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1045610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1052385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1058226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1064033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1070172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1076329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1082102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1088085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1093965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1108859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1114444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1121028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1127464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1133511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1140393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1146305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1152189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1158191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1164642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1170498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1177373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1210165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1211232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1212291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1213464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1215912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1246901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1253096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1259448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1366625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1373531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1379512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1385549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1391594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1397877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1403558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1409726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1415681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1421898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1427657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1433935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1440613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1446988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1453060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1459049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1465413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1471762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1478181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1484532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1490527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1496779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1502619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1508555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1514576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1520608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1526888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1532903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1539481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1545189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1551121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1557724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1563837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1570189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1576415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1582524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1588458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1595020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1601393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1606992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1613321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1619434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1626039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1631951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1637927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1644008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1650366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1658080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1664003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1669294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1675163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1682344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1688630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1694875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1700944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1707451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1714121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1719987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1725796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1731877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1738163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1744187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1750193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1756031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1761903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1767670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1773642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1779663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1786982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1792633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1798291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1804294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1810000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1816336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1821873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1827626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1833762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1839906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1845775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1851429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1857168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1863344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1869013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1874690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1880352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1886470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1892427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1898091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1904247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1910054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1915764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1922382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1928415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1965932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1971789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1977645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1983937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1990087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.1996137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2001997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2008071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2016250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2021558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2027775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2033738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2039162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2045122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2051953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2057591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2063416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2069525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2075794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2081580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2087581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2093592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2099592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2105294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2111638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2117465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2123356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2129415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2136186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2142537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2148472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2154370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2160966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2167387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2173748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2179850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2202848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2203836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2204944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2206103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2210761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2217074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2223642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2229189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2235289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2241079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2247402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2254539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2259409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2265284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2271219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2277082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2282798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2289021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2295078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2300724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2306553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2312294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2318419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2324210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2329868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2335869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2341764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2347723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2353480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2359276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2364997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2371149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2377151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2383268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2388957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2395796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2401461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2407589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2414140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2419621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2432184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2438241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2443986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2449954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2455950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2461890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2467651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2473515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2479176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2485263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2492826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2498811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2504888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2510706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2516776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2522668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2528365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2534519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2541386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2547337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2553399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2559901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2565528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2571358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2577584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2583648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2591657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2597946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2603796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2609542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2616298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2622658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2628727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_rms_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2634654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_rms_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2658742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_rms_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2664817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_rms_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2671185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_rms_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2677412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_rms_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2700298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_rms_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2701329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_rms_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2702311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2703433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2709281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2715663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2721677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2727674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2733496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2740293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2746164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2752250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2758131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2763898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2769850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2775718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2781218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2787485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2793638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2799294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2805020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2810792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2816776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2822731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2828612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2834603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2840414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2846523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2852374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2858503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2864324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2870079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2876378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2882155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2888031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2893852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grouped_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2900128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grouped_mm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2905746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grouped_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2911571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grouped_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2917226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grouped_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2923505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2929881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2935908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2942155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2949476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2955542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2962675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.2998304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3004292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3010362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3016570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3022640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3029074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3035544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3043206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3049499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3055343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3061005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3067266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3073983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3080294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3086471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3093085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3101249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3107421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3113278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3119314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3125746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3132041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3138687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3144995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3151009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3165236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3171338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3177690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3183419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3190016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3195676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3201673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3207606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3213609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3219527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3225504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3231108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3237278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3243070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3248814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3254933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3261003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3266652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3272324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3278009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3284393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3290215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3295708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3301618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3307623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3313761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3319559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3325526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3331972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3338315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3344044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3349469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3355462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3361737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3367584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3373145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3379084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3385242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3390952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3397208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3411017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3416918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3422774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3428992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3435206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3441575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3447605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3453818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3460053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3465896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3471931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3477831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3484167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3490440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3496631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3502784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3508480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3514466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3520838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3526728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3534071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3539847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3546188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3552337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3558877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3565094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3571440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3577674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3583726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3589502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3595273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3601332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3607287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3613116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3619493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3625549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3631662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3637420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3643207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3649110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3655314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3661365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3667063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3672890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3679008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3685052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3690773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3696714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3702862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3708652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3714299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3720528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3726307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3732550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3738695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3744707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3750998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3757014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3763065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3768907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3775457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3781711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3787780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3793747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3799753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3805534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3811487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3817515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3823887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3829513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3835131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3841068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3848062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3854266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3898376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3898855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3899925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3900410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3900849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3901317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3901902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3905840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3912226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3918299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3924473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3930240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3936288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3941853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3948432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3954132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3960188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3966040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3972004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3978050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3984023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3990340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.3996364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4002310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4063320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4069633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4075326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4081330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4087343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4093730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4099827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4105525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4111267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4117155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4124056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4130120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4137230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4142462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4148639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4154415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4160682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4167237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4173651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4179706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4185729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4191493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4197519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4203569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4209533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4215754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4221929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4228137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4234396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4240714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4247647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4260281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4267732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4293157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4293637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4294171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4294650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4300598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4306818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4312884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4319103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4325167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4331046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4337154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4344233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4349875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4355978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4361893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4367768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4374428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4380245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4386597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4392742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4398846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4404947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4410701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4416736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4423022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4429077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4435603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4441774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4447654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4453321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4459305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4464942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4470866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4476797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4487587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4493658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4499730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4505868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4512222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4518720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4524742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4530764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4536986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4543046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4548944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4554864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4560886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4566665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4572776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4578398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4584558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4591191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4596790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4602727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4609098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4615143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4620841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4626580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4632528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4638206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4673305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4678945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4684789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4690540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4696627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4702348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4708571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4714332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4720049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4726240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4733770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4740523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4746957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4753655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4760705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4766658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4773168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4779758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4787375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4793503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4799639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4805594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4810426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4826026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4832451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4838154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4844053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4850194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4856959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4863240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4869261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4875211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4881130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4887072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4893842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4899634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4905772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4912078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4918534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4924435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4930580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4936639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4942853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4948898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4955314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4961629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4968043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4974225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4980375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4986885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.4993275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5000418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5005893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5012356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5018950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5025173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5031505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5037887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5077907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5084676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5090571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5096569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5103088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5109458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5115956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5122265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5128016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5134093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5139859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5145642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5151614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5157726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5163649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5170100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5182564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5188399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5194301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5200614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5206446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5213703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5219952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5226528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5232362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5237858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5244027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5249644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5255544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5261616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5267382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5273390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5279350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5285782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5291596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5299016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5303962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5309780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5315884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5321948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5327732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5334075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5339681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5374291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5379856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5385760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5391724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5397147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5402940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5409097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5415015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5420843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5426368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5432444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5438175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5444218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5450036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5456074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5461715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5467727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5473617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5479903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5485911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5492031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5497799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5503759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5509693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5515944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5521707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5527642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5534761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5541130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5546759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5552501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5558494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5564840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5570864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5576994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5582835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5588670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5594805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5600630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5606538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5612629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5618575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5624549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5630590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5637322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5643099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5648730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5656071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5662164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5668296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5674340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5680463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5686485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5692518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5698768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5705485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5711511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5717914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5723734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5730597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5737215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5745373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5749144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5757220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5763239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5769221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5775339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5781528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5786966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5792840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5798878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5804909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5810942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5816632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5829564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5835230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5841348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5847370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5853147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5859499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5864857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5870453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5876203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5882340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5888172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5894081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5900399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5906487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5912095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5918098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5924723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5930737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5937343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5942937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5949333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5955380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5961305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5967395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5974134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5980176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5986506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5992729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.5999172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6005127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6011194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6017755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6024267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6030430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6036913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6043240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6049858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6056999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6078085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6080232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6081477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6082835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6087410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6093866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6100216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6106676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6113177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6120296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6138009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6144083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6150505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6156569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6162844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6169107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6175793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6183565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6190030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6195707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6201690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6223036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6224573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6225943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6229325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6236490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6242215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6248206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6254213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6260487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6266440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6273868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6278418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6284387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6290498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6296161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6301957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6307935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6314000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6319988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6327060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6333238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6339098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6376368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6383990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6390215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6396459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6402918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6409172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6415469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6422425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6443543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6450264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6456692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6462723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6470152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6476287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6482020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6487784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6493896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6500188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6506412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6512296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6518756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6525011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6530964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6537615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6544873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6551011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6556802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6563040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6568965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6575869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6581691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6587903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6593882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6600500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6606972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6614213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6620537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6626164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6632159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6638879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6645037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6650951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6657041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6663155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6669562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6675894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6681756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6687846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6695162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6701351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6708378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6714077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6720103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6726167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6732264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6737888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6744342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6750243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6756063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6762309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6768576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6774710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6780658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6786510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6792969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6799205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6805361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6811288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6817843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6824178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6830411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6836309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6842560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6848692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6854623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6861335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6866953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6874093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6880347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6886909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6893307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6899849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6905812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6912538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6918757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6925148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6931482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6938135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6944159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6949886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6956111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6962137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6968220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6974246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6980256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6986042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6992206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.6998387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7005053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7018787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7024380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7030247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7036287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7050828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7057291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7063517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7069730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7075984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7082125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7088058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7094186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7100340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7106110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7112084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7117793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7124657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7130242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7142897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7148688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7154569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7160824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7166943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7184018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7190031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7196380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7202493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7208970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7215384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7222662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7229254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7235378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7242202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7248723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7255435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7262826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7268924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7274844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7281553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7287426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7293659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7299862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7306292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7312417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7318534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7324971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7331857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7339383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7357249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7358298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7359329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7365365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7371744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7378354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7386078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7391907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7397549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7403768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7409782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7416441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7423007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7428955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7435659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7441907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7449377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7455056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7461207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7467429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7473837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7480130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7486365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7492440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7498284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7505142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7511691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7517903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7523721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7529661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7541579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7547297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7553180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7558662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7564624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7570202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7576404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7582427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7588466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7594353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7600337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7606645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7612766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7618767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7624858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7630993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7637104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7649657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7655835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7662410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7668468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7674427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7680498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7686853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7693056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7699147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7705486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7711509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7718351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7724382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7731229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7737741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7744214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7750174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7756273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7762270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7769408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7795304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7796488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7797517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7798625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7802512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7811262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7816316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7822207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7828255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7834902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7846269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7852708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7858435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7864314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7870905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7884089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7890222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7896573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7902547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7909323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7914865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7921145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7926827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7933034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7939632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7945644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7951891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7957919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7964522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7970804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7977129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7983351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7990054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.7996403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8002378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8008440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8015007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8020955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8027781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8033860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8040516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8052573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8087607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8093827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8100542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8106545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8112674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8118388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8124881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8131415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8137720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8143692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8149510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8155559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8161764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8167795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8173910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8179875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8186113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8192504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8199658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8206012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8212840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8220027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8225899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8230350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8237443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8244959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8257846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8258961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8264196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8270387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8277031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8283908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8291596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8299419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8306869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8314475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8320740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8327470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8334741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8340774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8347517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8353256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8359021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8365181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8371003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8377362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8383146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8400667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8406447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8412675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8418709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8424629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8430366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8436081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8442437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8448137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8454121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8460186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8465753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8471598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8477320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8483788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8489531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8495933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8501727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8508307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8514181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8519814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8526101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8531752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8537697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8543610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8549835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8555737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8561612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8567524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8574187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8580272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8586663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8592659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8599672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8606081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8611842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8617801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8623873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8629921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8635883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8642246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8648370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8654333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8659960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8666034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8672514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8678547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8685196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8691059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8698098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8704216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8710134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8732244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8733406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8734601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8735612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8741570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8747455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8753588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8759446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8765464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8771458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8777587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8783669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8789128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8794787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8800652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8806317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8812274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.8818004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9581067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9586514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9592796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9598932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9604747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9610672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9617124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9623301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9629828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9635846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9644180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9649760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9655552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9661506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9668068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9674453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9680608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9686853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9693292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9699377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9705512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9713218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9719427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9729576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9732581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9738806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9754416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9760720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9766806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9773384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9779964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9786426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9825559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9831750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9837606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9843897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9849906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9855922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9862034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9868144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9874769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9881392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9886994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9893449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9900214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9906355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9912454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9918675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9924809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9930616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9936887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9942704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9948668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9954590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9960932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9967027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9973131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9979577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9985909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9992073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:52.9998197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0004430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0010110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0016171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0023075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0029007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0034871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0040936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0047127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0053451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0059353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0065137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0071567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0079412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0085764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0091795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0098193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0104313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0110446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0117038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0123433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0131016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0137237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0142930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0148692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0154650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0160880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0167331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0173440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0185180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0197183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0203928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0210067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0218033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0224455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0244401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0244967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0245486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0262360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0268572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0273515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0279710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0285605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0292058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0298451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0304221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0310148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0316053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0321669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0327557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0333480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0339763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0350344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0356429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0363442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0369554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0375738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0381568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0389045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0395095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0401546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0407503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0413714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0419771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0425969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0431844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0437754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0443777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0450221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0456546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0462466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0468433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0474575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0480718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0487469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0493844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0500150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0506125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0512049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0545368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0551522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0557343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0563252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0568971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0574088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0580650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0586486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0592610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0597934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0603553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0609117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0614740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0620351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0626014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0631396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0637075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0642873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0648380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0654334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0660636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0667270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0673360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0679373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0685464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0691817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0698038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0704036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0709989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0715967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0721894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0727883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0739358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0745473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0752034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0758158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0764032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0769967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0776214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0782177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0788492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0795092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0837738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0839036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0840173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0841415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0844102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0845232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0846346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0849742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0855785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0861847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0866613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0872876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0879120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0885265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0891165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0897806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0904126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0910094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-09-07T06:37:53.0923817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.0929448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.0934834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.0940142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.0945373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.0950538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.0956125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.0961361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.0967872Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2025-09-07T06:37:53.0971515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-09-07T06:37:53.0977825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-09-07T06:37:53.0983212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.0989498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1013622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1026530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ROCmFABackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1031722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1037141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1042132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1047702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1053252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SDPBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1058189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1067931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1073064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1078765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1084512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1089968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1095150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1100681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1106094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1111828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1117294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1123297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1130254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1135725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1142159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1148156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1154051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1159502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1165090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1170856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1186734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1192110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1197490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1203275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1209006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1214697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1235437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1241289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-09-07T06:37:53.1247751Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2025-09-07T06:37:53.1251086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-09-07T06:37:53.1257478Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2025-09-07T06:37:53.1260361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail\XPUHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu\detail 2025-09-07T06:37:53.1265819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-09-07T06:37:53.1270931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-09-07T06:37:53.1325526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-09-07T06:37:53.1326533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-09-07T06:37:53.1327614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-09-07T06:37:53.1328330Z creating build\bdist.win-amd64\wheel\torch\include\c10 2025-09-07T06:37:53.1328760Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2025-09-07T06:37:53.1329506Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1331932Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1334076Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1339580Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1355022Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1361570Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CachingDeviceAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1366325Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1377980Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1383235Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1388576Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1393982Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1399328Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1404459Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1409735Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1415281Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1421203Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1426428Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1431822Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1437890Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1443950Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1459122Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1464382Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1469653Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1475632Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2025-09-07T06:37:53.1478875Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\alloc_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1484095Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\COW.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1489241Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\COWDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1495472Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1510432Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\FakeGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1515722Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\GPUTrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1521320Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1526583Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineDeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1532203Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1537656Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineStreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1543096Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1549505Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1553766Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyInterpreterHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1559134Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyObjectSlot.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1564682Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1570861Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\SizesAndStrides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1576490Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1582613Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\VirtualGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-09-07T06:37:53.1588239Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1593627Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1599443Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1605053Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1610504Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1616065Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1621900Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1627513Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1642684Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1681445Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1685837Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1692597Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1705193Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1710891Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1716632Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1722262Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1727881Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1733609Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1753468Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1754400Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1755351Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1766559Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1773168Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1780514Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1786521Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1792367Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1798178Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-09-07T06:37:53.1805027Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2025-09-07T06:37:53.1807836Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1813427Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1818908Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1824787Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1840807Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1846715Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1851727Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1857214Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1862648Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1868023Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1873349Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1878685Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1883769Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1889128Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-09-07T06:37:53.1895626Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2025-09-07T06:37:53.1899395Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2025-09-07T06:37:53.1905200Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\CUDATest.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2025-09-07T06:37:53.1910784Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2025-09-07T06:37:53.1915033Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-09-07T06:37:53.1919283Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-09-07T06:37:53.1924773Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-09-07T06:37:53.1930258Z creating build\bdist.win-amd64\wheel\torch\include\c10\metal 2025-09-07T06:37:53.1934087Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\atomic.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-09-07T06:37:53.1939537Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\common.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-09-07T06:37:53.1944944Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\expm1f.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-09-07T06:37:53.1950159Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-09-07T06:37:53.1955954Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\indexing.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-09-07T06:37:53.1962049Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\random.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-09-07T06:37:53.1967461Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\reduction_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-09-07T06:37:53.1983919Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\special_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-09-07T06:37:53.1990026Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-09-07T06:37:53.1995416Z creating build\bdist.win-amd64\wheel\torch\include\c10\mobile 2025-09-07T06:37:53.1998713Z copying build\lib.win-amd64-cpython-39\torch\include\c10\mobile\CPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\mobile 2025-09-07T06:37:53.2004530Z copying build\lib.win-amd64-cpython-39\torch\include\c10\mobile\CPUProfilingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\mobile 2025-09-07T06:37:53.2010303Z creating build\bdist.win-amd64\wheel\torch\include\c10\test 2025-09-07T06:37:53.2014289Z creating build\bdist.win-amd64\wheel\torch\include\c10\test\util 2025-09-07T06:37:53.2018554Z copying build\lib.win-amd64-cpython-39\torch\include\c10\test\util\complex_math_test_common.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\test\util 2025-09-07T06:37:53.2024686Z copying build\lib.win-amd64-cpython-39\torch\include\c10\test\util\complex_test_common.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\test\util 2025-09-07T06:37:53.2030373Z copying build\lib.win-amd64-cpython-39\torch\include\c10\test\util\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\test\util 2025-09-07T06:37:53.2036386Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2025-09-07T06:37:53.2039705Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2045212Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2051079Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2057154Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2072632Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2077730Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2083169Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2088954Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2094263Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2099840Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2105373Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2110861Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2115260Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2120703Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2126226Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2131765Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2138088Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2145037Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2149573Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2155040Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2160423Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2166325Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2171818Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2177296Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2192678Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Enumerate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2197873Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2203319Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\error.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2241863Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2247873Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2253405Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2258692Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2264295Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2269559Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\flat_hash_map.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2275863Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float4_e2m1fn_x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2281066Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2290654Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2295933Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2301009Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2312490Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2317360Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2322521Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2327759Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2333049Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e8m0fnu-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2338745Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e8m0fnu.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2354018Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\floating_point_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2359074Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2364337Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Gauge.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2369520Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2375001Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2379919Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2384811Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2390429Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2395740Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2401907Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IntrusiveList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2407341Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2413333Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2418539Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2423901Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2439156Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2445080Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2450752Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2456408Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\logging_is_google_glog.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2462876Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\logging_is_not_google_glog.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2468781Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2475011Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2480717Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2486251Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\NetworkFlow.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2491672Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2497440Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2522401Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2528177Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\order_preserving_flat_hash_map.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2535489Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overflows.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2541251Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2547046Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2552389Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2556654Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2561745Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2566900Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2572578Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2577722Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2583403Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2588908Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2604862Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2610380Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Semaphore.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2615981Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2621498Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2626084Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2633403Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2639164Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2644782Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2650741Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint_elfx86.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2656410Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2661754Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2676194Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2681549Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2687445Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2693807Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2700046Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2705989Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2721552Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2722583Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2723509Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2728179Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2733728Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2739890Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2745605Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2751644Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2757305Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2763449Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2768981Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2775229Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2780467Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2786235Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounterDynamicBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2791644Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-09-07T06:37:53.2798276Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2025-09-07T06:37:53.2811924Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2025-09-07T06:37:53.2815280Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu\impl 2025-09-07T06:37:53.2821156Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\test 2025-09-07T06:37:53.2824466Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\test\impl 2025-09-07T06:37:53.2827677Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\test\impl\XPUTest.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu\test\impl 2025-09-07T06:37:53.2833010Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-09-07T06:37:53.2838368Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-09-07T06:37:53.2843614Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-09-07T06:37:53.2858266Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-09-07T06:37:53.2863741Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-09-07T06:37:53.2869032Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-09-07T06:37:53.2875040Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2025-09-07T06:37:53.2878429Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\core 2025-09-07T06:37:53.2881584Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\core\common.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\core 2025-09-07T06:37:53.2886983Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\core\macros.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\core 2025-09-07T06:37:53.2892318Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\core\timer.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\core 2025-09-07T06:37:53.2897795Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\perfkernels 2025-09-07T06:37:53.2901080Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels\batch_box_cox_vec.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\perfkernels 2025-09-07T06:37:53.2906596Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels\common.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\perfkernels 2025-09-07T06:37:53.2911855Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels\embedding_lookup_idx.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\perfkernels 2025-09-07T06:37:53.2917725Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2025-09-07T06:37:53.2921056Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-09-07T06:37:53.2927314Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-09-07T06:37:53.2932655Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-09-07T06:37:53.2938082Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\in_memory_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-09-07T06:37:53.2953373Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-09-07T06:37:53.2958707Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\read_adapter_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-09-07T06:37:53.2972676Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-09-07T06:37:53.2978292Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\utils 2025-09-07T06:37:53.2981511Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\fixed_divisor.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils 2025-09-07T06:37:53.2986833Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\proto_wrap.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils 2025-09-07T06:37:53.2992893Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils 2025-09-07T06:37:53.3000125Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:53.3014313Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool\pthreadpool-cpp.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:53.3019835Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:53.3025282Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool\ThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:53.3042090Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool\ThreadPoolCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:53.3047096Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool\thread_pool_guard.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:53.3051848Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool\WorkersPool.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils\threadpool 2025-09-07T06:37:53.3057632Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3065263Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3079941Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.hpp -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3085655Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3091334Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3097044Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3102360Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.hpp -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3107887Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3113018Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.hpp -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3118459Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3123974Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3129543Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.hpp -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3135228Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool_iface.hpp -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3140958Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3152521Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3158131Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3164596Z creating build\bdist.win-amd64\wheel\torch\include\fmt 2025-09-07T06:37:53.3168748Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\args.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3174471Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\base.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3180684Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3186640Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\color.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3192316Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\compile.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3198102Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\core.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3203709Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\format-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3219436Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\format.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3226706Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\os.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3232375Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\ostream.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3238186Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\printf.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3243938Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\ranges.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3255483Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\std.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3256318Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\xchar.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-09-07T06:37:53.3261564Z creating build\bdist.win-amd64\wheel\torch\include\fp16 2025-09-07T06:37:53.3264829Z copying build\lib.win-amd64-cpython-39\torch\include\fp16\bitcasts.h -> build\bdist.win-amd64\wheel\.\torch\include\fp16 2025-09-07T06:37:53.3270261Z copying build\lib.win-amd64-cpython-39\torch\include\fp16\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include\fp16 2025-09-07T06:37:53.3275931Z copying build\lib.win-amd64-cpython-39\torch\include\fp16\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include\fp16 2025-09-07T06:37:53.3281462Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3286509Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.3292320Z creating build\bdist.win-amd64\wheel\torch\include\google 2025-09-07T06:37:53.3296221Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf 2025-09-07T06:37:53.3299543Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\any.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3304716Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\any.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3315945Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\api.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3322040Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\arena.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3327674Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\arenastring.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3343098Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\arena_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3348863Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler 2025-09-07T06:37:53.3352175Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\code_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler 2025-09-07T06:37:53.3357857Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\command_line_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler 2025-09-07T06:37:53.3363758Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\cpp 2025-09-07T06:37:53.3367071Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\cpp\cpp_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\cpp 2025-09-07T06:37:53.3372786Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\csharp 2025-09-07T06:37:53.3376225Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\csharp\csharp_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\csharp 2025-09-07T06:37:53.3381461Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\csharp\csharp_names.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\csharp 2025-09-07T06:37:53.3386735Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\importer.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler 2025-09-07T06:37:53.3402163Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\java 2025-09-07T06:37:53.3405451Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\java\java_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\java 2025-09-07T06:37:53.3410897Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\java\java_names.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\java 2025-09-07T06:37:53.3416581Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\js 2025-09-07T06:37:53.3420068Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\js\js_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\js 2025-09-07T06:37:53.3425608Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\js\well_known_types_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\js 2025-09-07T06:37:53.3431031Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\objectivec 2025-09-07T06:37:53.3434628Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\objectivec\objectivec_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\objectivec 2025-09-07T06:37:53.3440959Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\objectivec\objectivec_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\objectivec 2025-09-07T06:37:53.3447185Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\parser.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler 2025-09-07T06:37:53.3453294Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\php 2025-09-07T06:37:53.3456712Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\php\php_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\php 2025-09-07T06:37:53.3462064Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\plugin.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler 2025-09-07T06:37:53.3467271Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\plugin.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler 2025-09-07T06:37:53.3474037Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\python 2025-09-07T06:37:53.3477491Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\python\python_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\python 2025-09-07T06:37:53.3483096Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\ruby 2025-09-07T06:37:53.3486483Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\ruby\ruby_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\ruby 2025-09-07T06:37:53.3491796Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\descriptor.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3498556Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\descriptor.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3508865Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\descriptor_database.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3514630Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\duration.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3520042Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\dynamic_message.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3525526Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\empty.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3531119Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\extension_set.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3537600Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\extension_set_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3543015Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\field_mask.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3548609Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\generated_enum_reflection.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3553961Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\generated_enum_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3559426Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\generated_message_reflection.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3566239Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\generated_message_table_driven.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3580648Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\generated_message_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3586320Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\has_bits.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3591796Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\implicit_weak_message.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3597956Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\inlined_string_field.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3609978Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\io 2025-09-07T06:37:53.3610865Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\coded_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-09-07T06:37:53.3616554Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\gzip_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-09-07T06:37:53.3621998Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\io_win32.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-09-07T06:37:53.3627684Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\printer.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-09-07T06:37:53.3633485Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\strtod.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-09-07T06:37:53.3648101Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\tokenizer.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-09-07T06:37:53.3654164Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\zero_copy_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-09-07T06:37:53.3659801Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\zero_copy_stream_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-09-07T06:37:53.3665439Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\zero_copy_stream_impl_lite.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-09-07T06:37:53.3671423Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3677349Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map_entry.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3683042Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map_entry_lite.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3690445Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map_field.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3696501Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map_field_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3702248Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map_field_lite.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3717537Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map_type_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3723510Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\message.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3730515Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\message_lite.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3737318Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3742731Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\metadata_lite.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3748262Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\parse_context.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3754386Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\port.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3778911Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\reflection.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3780008Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\reflection_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3781556Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\repeated_field.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3782608Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\service.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3785722Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\source_context.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3803269Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\struct.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3808827Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3813648Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\bytestream.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3818018Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\callback.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3823728Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\casts.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3830325Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\common.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3834748Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\fastmem.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3839920Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3855564Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\logging.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3861097Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\macros.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3866355Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\map_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3871990Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\mutex.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3911813Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\once.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3917314Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\platform_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3921648Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\port.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3926922Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\status.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3932433Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\stl_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3937651Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\stringpiece.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3943324Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\strutil.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3949179Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\template_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-09-07T06:37:53.3954778Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\text_format.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3961128Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\timestamp.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3966735Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\type.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3973538Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\unknown_field_set.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.3979711Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\util 2025-09-07T06:37:53.3983258Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\delimited_message_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-09-07T06:37:53.3988761Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\field_comparator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-09-07T06:37:53.3994130Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\field_mask_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-09-07T06:37:53.4003680Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\json_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-09-07T06:37:53.4009211Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\message_differencer.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-09-07T06:37:53.4015129Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\time_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-09-07T06:37:53.4020469Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\type_resolver.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-09-07T06:37:53.4025806Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\type_resolver_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-09-07T06:37:53.4031217Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\wire_format.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.4037205Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\wire_format_lite.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.4043622Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\wrappers.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-09-07T06:37:53.4060314Z copying build\lib.win-amd64-cpython-39\torch\include\ittnotify-zca.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.4075470Z copying build\lib.win-amd64-cpython-39\torch\include\ittnotify.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.4083010Z copying build\lib.win-amd64-cpython-39\torch\include\jitprofiling.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.4089363Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2025-09-07T06:37:53.4092686Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4098208Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4103999Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4119440Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4124946Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4130414Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4135991Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4141597Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4146909Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4152612Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4157960Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4163667Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4169143Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4174719Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4180260Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4185450Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-09-07T06:37:53.4191521Z creating build\bdist.win-amd64\wheel\torch\include\legacy 2025-09-07T06:37:53.4194745Z copying build\lib.win-amd64-cpython-39\torch\include\legacy\ittnotify.h -> build\bdist.win-amd64\wheel\.\torch\include\legacy 2025-09-07T06:37:53.4202012Z copying build\lib.win-amd64-cpython-39\torch\include\libittnotify.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.4206280Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.4213408Z creating build\bdist.win-amd64\wheel\torch\include\mimalloc-2.2 2025-09-07T06:37:53.4215995Z copying build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2\mimalloc-new-delete.h -> build\bdist.win-amd64\wheel\.\torch\include\mimalloc-2.2 2025-09-07T06:37:53.4221638Z copying build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2\mimalloc-override.h -> build\bdist.win-amd64\wheel\.\torch\include\mimalloc-2.2 2025-09-07T06:37:53.4227345Z copying build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2\mimalloc-stats.h -> build\bdist.win-amd64\wheel\.\torch\include\mimalloc-2.2 2025-09-07T06:37:53.4242971Z copying build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2\mimalloc.h -> build\bdist.win-amd64\wheel\.\torch\include\mimalloc-2.2 2025-09-07T06:37:53.4249250Z creating build\bdist.win-amd64\wheel\torch\include\oneapi 2025-09-07T06:37:53.4254078Z creating build\bdist.win-amd64\wheel\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4256275Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4264420Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4276108Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_common.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4281692Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_common.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4287189Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_common_types.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4302449Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4308056Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4313343Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4319354Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4325785Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4331925Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph_ocl.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4337018Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4342320Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph_sycl.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4348059Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph_types.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4354179Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4359410Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_ocl.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4365899Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_ocl_types.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4371485Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4377232Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_sycl.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4382789Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4388255Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4404207Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_threadpool.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4409671Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_threadpool_iface.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4415482Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4422220Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_ukernel.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4427717Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_ukernel.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4433562Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_ukernel_types.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4438933Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4444320Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_version_hash.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-09-07T06:37:53.4449774Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.4455721Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.4462907Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2025-09-07T06:37:53.4466994Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4472221Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4477412Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4483736Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4488960Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4494361Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4509844Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\conduit 2025-09-07T06:37:53.4513153Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\conduit\pybind11_conduit_v1.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\conduit 2025-09-07T06:37:53.4520189Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\conduit\pybind11_platform_abi_id.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\conduit 2025-09-07T06:37:53.4525976Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\conduit\wrap_include_python_h.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\conduit 2025-09-07T06:37:53.4541260Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\critical_section.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4548648Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2025-09-07T06:37:53.4551263Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4557228Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4563399Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\cpp_conduit.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4568830Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4574324Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\dynamic_raw_ptr_cast_if_possible.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4589574Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\exception_translation.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4595415Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\function_record_pyobject.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4600988Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4606841Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4613088Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\native_enum_data.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4618714Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\pybind11_namespace_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4624207Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\struct_smart_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4629741Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4635470Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\type_caster_base.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4641587Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\using_smart_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4646943Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\value_and_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-09-07T06:37:53.4653028Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2025-09-07T06:37:53.4656516Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-09-07T06:37:53.4661875Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-09-07T06:37:53.4667712Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-09-07T06:37:53.4673488Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4678572Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4683855Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4689185Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4694715Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4700086Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4705659Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_simple.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4711183Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4716754Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\native_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4722596Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4729076Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4734726Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4740071Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4747526Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4754529Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\stl 2025-09-07T06:37:53.4758360Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl\filesystem.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\stl 2025-09-07T06:37:53.4764600Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4770751Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4777093Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\subinterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4782626Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\trampoline_self_life_support.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4788174Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4803261Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4825113Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\warnings.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-09-07T06:37:53.4830270Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:53.4838636Z creating build\bdist.win-amd64\wheel\torch\include\torch 2025-09-07T06:37:53.4842436Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2025-09-07T06:37:53.4845947Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2025-09-07T06:37:53.4849424Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2025-09-07T06:37:53.4852981Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.4856847Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\all.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.4862170Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\arg.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.4867670Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.4872768Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.4878911Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:53.4882718Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-09-07T06:37:53.4886220Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-09-07T06:37:53.4891929Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-09-07T06:37:53.4898084Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-09-07T06:37:53.4903764Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:53.4909403Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader_options.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:53.4915668Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:53.4967405Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:53.4968054Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:53.4968761Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\map.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:53.4969411Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:53.4970050Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\shared.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:53.4970769Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:53.4972845Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-09-07T06:37:53.4985029Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:53.4990483Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2025-09-07T06:37:53.4993283Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\detail 2025-09-07T06:37:53.4999116Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail\queue.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\detail 2025-09-07T06:37:53.5004944Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\detail 2025-09-07T06:37:53.5010552Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\example.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:53.5017282Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:53.5022229Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:53.5025645Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:53.5031400Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:53.5036766Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:53.5042281Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\random.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:53.5048531Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:53.5063660Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:53.5069938Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-09-07T06:37:53.5075366Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:53.5081068Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2025-09-07T06:37:53.5084654Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-09-07T06:37:53.5090192Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\collate.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-09-07T06:37:53.5095730Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-09-07T06:37:53.5101158Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-09-07T06:37:53.5107020Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-09-07T06:37:53.5112414Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:53.5117839Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\worker_exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-09-07T06:37:53.5123574Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5130046Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2025-09-07T06:37:53.5133757Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail\static.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\detail 2025-09-07T06:37:53.5139332Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\detail 2025-09-07T06:37:53.5144847Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\enum.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5160250Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\expanding_array.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5165677Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\fft.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5171289Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\imethod.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5176768Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\jit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5182179Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5188008Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nativert 2025-09-07T06:37:53.5191668Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nativert\ModelRunnerHandle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nativert 2025-09-07T06:37:53.5197340Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nested.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5203179Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:53.5207431Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\cloneable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:53.5251624Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5252392Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\activation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5253057Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5253700Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\conv.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5254356Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5255001Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5260280Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5267224Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5273009Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5278727Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5284196Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\loss.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5290601Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5296311Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\padding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5303035Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5307778Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5313994Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5319988Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\vision.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-09-07T06:37:53.5326156Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:53.5331978Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:53.5347291Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:53.5354247Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5357854Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\activation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5364097Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5369734Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5375396Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5381392Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:53.5394759Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:53.5400535Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:53.5406441Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:53.5412225Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:53.5428188Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:53.5434107Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:53.5439848Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:53.5445523Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:53.5451291Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:53.5457074Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-09-07T06:37:53.5463138Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\conv.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5469004Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5474520Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5480103Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5485758Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5491220Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5497042Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5502398Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\loss.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5508745Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5514634Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\padding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5520254Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5526070Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5532632Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5538769Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5579312Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5585065Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5590847Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5596334Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5602055Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-09-07T06:37:53.5608316Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:53.5614852Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5619499Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\activation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5625809Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5631524Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5637127Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\conv.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5643005Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5653390Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5660014Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5665726Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5671505Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5677407Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5683174Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\loss.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5689203Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5695007Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\padding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5700988Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5706877Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5712935Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5718999Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\transformer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5725146Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5730986Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5736877Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5742853Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\vision.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-09-07T06:37:53.5748615Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:53.5754463Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-09-07T06:37:53.5758384Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-09-07T06:37:53.5764089Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:53.5783287Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\pimpl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:53.5784238Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2025-09-07T06:37:53.5785247Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\utils 2025-09-07T06:37:53.5787091Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\utils 2025-09-07T06:37:53.5803037Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\utils 2025-09-07T06:37:53.5804285Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-09-07T06:37:53.5806123Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5812158Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:53.5815913Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:53.5821821Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\adam.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:53.5827270Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:53.5832673Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\lbfgs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:53.5838385Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\optimizer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:53.5862982Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\rmsprop.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:53.5879168Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-09-07T06:37:53.5883871Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-09-07T06:37:53.5888998Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-09-07T06:37:53.5894857Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-09-07T06:37:53.5910499Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\serialize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:53.5916184Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-09-07T06:37:53.5921918Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5927525Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\ordered_dict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5933933Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\python 2025-09-07T06:37:53.5937361Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\python\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\python 2025-09-07T06:37:53.5942940Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5948947Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2025-09-07T06:37:53.5952521Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\archive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-09-07T06:37:53.5957981Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\input-archive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-09-07T06:37:53.5964186Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\output-archive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-09-07T06:37:53.5969656Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-09-07T06:37:53.5985084Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5990596Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.5995875Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\special.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.6001985Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\torch.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.6007189Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.6012690Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.6018174Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\version.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.6023579Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-09-07T06:37:53.6030725Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6034096Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\anomaly_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6039550Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6045130Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6050578Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\cpp_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6066103Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\custom_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6072015Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\edge.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6077478Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\engine.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6082876Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\forward_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6088360Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6095034Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:53.6099499Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:53.6105623Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:53.6111163Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:53.6116639Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:53.6130922Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:53.6137134Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-09-07T06:37:53.6149864Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\FunctionsManual.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6157128Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\function_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6162845Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:53.6166224Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:53.6176853Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\python_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:53.6182366Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:53.6198224Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\VariableType.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:53.6203968Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:53.6211346Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-09-07T06:37:53.6217977Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6223725Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\graph_task.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6229913Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6235436Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\input_buffer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6241022Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\input_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6246716Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6252765Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6258161Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler_kineto.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6264593Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler_legacy.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6319576Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler_python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6320842Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6322013Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6323162Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_cpp_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6326398Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_engine.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6327523Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6328674Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_fft_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6331277Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6332494Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6347731Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6354491Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6358941Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_nested_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6370821Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_nn_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6375915Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6381444Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6386840Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_special_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6392187Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_torch_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6397858Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6413366Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6418889Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\record_function_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6424496Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\saved_variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6430205Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6435296Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\symbolic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6440868Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:53.6444407Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\error_messages.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:53.6449605Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:53.6455300Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:53.6461111Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:53.6476680Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\warnings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:53.6481856Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-09-07T06:37:53.6487305Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6493320Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6499071Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\variable_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-09-07T06:37:53.6504920Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.6510821Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cpu 2025-09-07T06:37:53.6514070Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cpu\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cpu 2025-09-07T06:37:53.6519623Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6522829Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6528820Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6534591Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\device_set.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6539517Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6544362Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\GdsFile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6559938Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\memory_snapshot.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6565455Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6570799Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\nccl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6576698Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\python_comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6582647Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\python_nccl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6588077Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6592260Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\THCP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6597434Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-09-07T06:37:53.6602934Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.6618413Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.6623781Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.6629240Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.6634938Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2025-09-07T06:37:53.6639600Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2025-09-07T06:37:53.6642222Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd 2025-09-07T06:37:53.6648060Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2025-09-07T06:37:53.6651847Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context\container.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\context 2025-09-07T06:37:53.6657681Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context\context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\context 2025-09-07T06:37:53.6663508Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\engine 2025-09-07T06:37:53.6666791Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\engine\dist_engine.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\engine 2025-09-07T06:37:53.6672606Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2025-09-07T06:37:53.6676365Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\functions 2025-09-07T06:37:53.6682104Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\functions 2025-09-07T06:37:53.6687605Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\python_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd 2025-09-07T06:37:53.6703415Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:53.6706976Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:53.6712742Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:53.6719042Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:53.6734341Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:53.6739856Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:53.6745468Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:53.6751394Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:53.6757163Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:53.6762788Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:53.6768638Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-09-07T06:37:53.6784712Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd 2025-09-07T06:37:53.6785629Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6786624Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6791364Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6796784Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\c10d.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6802915Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6808747Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d\control_collectives 2025-09-07T06:37:53.6811852Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_collectives\ControlCollectives.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\control_collectives 2025-09-07T06:37:53.6817749Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\control_collectives 2025-09-07T06:37:53.6824816Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d\control_plane 2025-09-07T06:37:53.6838512Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_plane\Handlers.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\control_plane 2025-09-07T06:37:53.6844174Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_plane\WorkerServer.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\control_plane 2025-09-07T06:37:53.6849915Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d\cuda 2025-09-07T06:37:53.6853530Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\cuda\CUDAEventCache.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\cuda 2025-09-07T06:37:53.6858843Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\cuda\StreamBlock.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\cuda 2025-09-07T06:37:53.6864292Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\cuda\utils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\cuda 2025-09-07T06:37:53.6869578Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\debug.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6874494Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6880004Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\error.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6885500Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6922859Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6939362Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6945402Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6951460Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FlightRecorderDetail.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6957846Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6963146Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6968636Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6973855Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6980643Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6986259Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\logging.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6992067Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.6997415Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7003577Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7019351Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7025239Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7031086Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7037207Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupGlooDetail.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7043314Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7048915Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7055559Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7061391Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7076170Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7081846Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7088135Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d\quantization 2025-09-07T06:37:53.7091700Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization\quantization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\quantization 2025-09-07T06:37:53.7097302Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization\quantization_gpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\quantization 2025-09-07T06:37:53.7102945Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization\quantization_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\quantization 2025-09-07T06:37:53.7118736Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7126152Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7131063Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7136626Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7142226Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\socket.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7148013Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7153567Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7159537Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:53.7163085Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemory-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:53.7168829Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:53.7174530Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemoryTypes.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:53.7190115Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemoryUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:53.7195694Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\DMAConnectivity.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:53.7201197Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\intra_node_comm.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:53.7207465Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\SymmetricMemory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-09-07T06:37:53.7213376Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7228871Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7234522Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7240719Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7246648Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7252460Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7258134Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7263397Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7269396Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7275632Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-09-07T06:37:53.7282395Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7285844Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7325752Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\message.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7332292Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc\metrics 2025-09-07T06:37:53.7336098Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\metrics\RpcMetricsHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc\metrics 2025-09-07T06:37:53.7341764Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc\profiler 2025-09-07T06:37:53.7345433Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\profiler\remote_profiler_manager.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc\profiler 2025-09-07T06:37:53.7351277Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\profiler\server_process_global_profiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc\profiler 2025-09-07T06:37:53.7357195Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7367719Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7372208Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7377951Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7384497Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7389882Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7395513Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7401224Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7406956Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7412725Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rpc.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7418779Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7424374Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7429794Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7436140Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7441873Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7447497Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\script_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7453407Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7468478Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7474212Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7480482Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7486434Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc\testing 2025-09-07T06:37:53.7490211Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\testing\faulty_tensorpipe_agent.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc\testing 2025-09-07T06:37:53.7502100Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\testing\testing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc\testing 2025-09-07T06:37:53.7507242Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7512870Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7518667Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7524748Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7530330Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-09-07T06:37:53.7536438Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.7541781Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.7548428Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7551746Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cache_entry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7557322Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7563666Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cpp_shim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7568978Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cpython_defs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7584779Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cpython_includes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7590391Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\debug_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7596425Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\eval_frame.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7602312Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\eval_frame_cpp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7607613Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\extra_state.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7613517Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7619214Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\guards.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7624760Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7630157Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7635555Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-09-07T06:37:53.7640986Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.7646190Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.7652785Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\export 2025-09-07T06:37:53.7656981Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export\example_upgraders.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\export 2025-09-07T06:37:53.7662455Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export\pt2_archive_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\export 2025-09-07T06:37:53.7667934Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\export 2025-09-07T06:37:53.7672342Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export\upgrader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\export 2025-09-07T06:37:53.7677712Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.7683608Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\functorch 2025-09-07T06:37:53.7687071Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\functorch\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\functorch 2025-09-07T06:37:53.7692797Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\fx 2025-09-07T06:37:53.7696940Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\fx\node.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\fx 2025-09-07T06:37:53.7702191Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.7708205Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2025-09-07T06:37:53.7711155Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_eager 2025-09-07T06:37:53.7714768Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_eager\kernel_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_eager 2025-09-07T06:37:53.7720276Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_eager\kernel_meta_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_eager 2025-09-07T06:37:53.7726384Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:53.7729764Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\array_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:53.7735318Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:53.7740341Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:53.7745862Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:53.7750956Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:53.7766323Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-09-07T06:37:53.7771705Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2025-09-07T06:37:53.7775081Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_package 2025-09-07T06:37:53.7781303Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_package 2025-09-07T06:37:53.7801675Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:53.7802773Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:53.7808118Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:53.7813962Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:53.7833746Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:53.7839251Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:53.7844691Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-09-07T06:37:53.7850379Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7854336Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7860013Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\constant_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7864990Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7880101Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7885733Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\mini_array_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7890915Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7896467Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\model_base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7902409Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\model_container.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7908602Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7914269Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7920196Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7925544Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7931191Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7936925Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-09-07T06:37:53.7943319Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2025-09-07T06:37:53.7947043Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:53.7951386Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\macros.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:53.7955770Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:53.7963031Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:53.7968872Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:53.7974793Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:53.7980321Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-09-07T06:37:53.7995742Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-09-07T06:37:53.7999664Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_aten.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-09-07T06:37:53.8005589Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-09-07T06:37:53.8012542Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-09-07T06:37:53.8033940Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-09-07T06:37:53.8040253Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-09-07T06:37:53.8046119Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-09-07T06:37:53.8051797Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-09-07T06:37:53.8067405Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-09-07T06:37:53.8073050Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-09-07T06:37:53.8078477Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-09-07T06:37:53.8084216Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\array_ref_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor 2025-09-07T06:37:53.8089822Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor 2025-09-07T06:37:53.8096360Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:53.8099703Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\array_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:53.8105246Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:53.8110878Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:53.8115993Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:53.8122627Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-09-07T06:37:53.8136154Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-09-07T06:37:53.8141950Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-09-07T06:37:53.8147504Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-09-07T06:37:53.8151368Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-09-07T06:37:53.8156308Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:53.8166637Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-09-07T06:37:53.8171650Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\inductor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor 2025-09-07T06:37:53.8177297Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\static_cuda_launcher.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor 2025-09-07T06:37:53.8183402Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\instruction_counter 2025-09-07T06:37:53.8187644Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\instruction_counter\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\instruction_counter 2025-09-07T06:37:53.8218231Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.8223411Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:53.8229179Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2025-09-07T06:37:53.8232705Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2025-09-07T06:37:53.8236082Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\compilation_unit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-09-07T06:37:53.8247208Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\function_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-09-07T06:37:53.8253008Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\method.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-09-07T06:37:53.8258842Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-09-07T06:37:53.8264170Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\object.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-09-07T06:37:53.8280157Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:53.8284728Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:53.8289362Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:53.8294834Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:53.8300237Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:53.8316472Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:53.8321676Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:53.8327108Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:53.8332711Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:53.8337938Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-09-07T06:37:53.8343704Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\coreml 2025-09-07T06:37:53.8347263Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\coreml\cpp 2025-09-07T06:37:53.8350816Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\cpp\context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\coreml\cpp 2025-09-07T06:37:53.8356331Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\coreml\objc 2025-09-07T06:37:53.8359818Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLCompiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\coreml\objc 2025-09-07T06:37:53.8365237Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLExecutor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\coreml\objc 2025-09-07T06:37:53.8371521Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLFeatureProvider.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\coreml\objc 2025-09-07T06:37:53.8385982Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLModelWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\coreml\objc 2025-09-07T06:37:53.8391485Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLTensorSpec.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\coreml\objc 2025-09-07T06:37:53.8397015Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\xnnpack 2025-09-07T06:37:53.8400869Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\xnnpack\compiler 2025-09-07T06:37:53.8404470Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\compiler\xnn_compiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\xnnpack\compiler 2025-09-07T06:37:53.8410024Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\xnnpack\executor 2025-09-07T06:37:53.8413517Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\executor\xnn_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\xnnpack\executor 2025-09-07T06:37:53.8419133Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\xnnpack\serialization 2025-09-07T06:37:53.8422576Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\serialization\serializer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\xnnpack\serialization 2025-09-07T06:37:53.8428184Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\xnnpack_graph_builder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\xnnpack 2025-09-07T06:37:53.8433712Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2025-09-07T06:37:53.8437156Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2025-09-07T06:37:53.8440489Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\cuda 2025-09-07T06:37:53.8446362Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8449772Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\arg_spec.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8455298Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8460830Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\compiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8466678Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-09-07T06:37:53.8470059Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-09-07T06:37:53.8475448Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu\resource_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-09-07T06:37:53.8480929Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu\temp_file.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-09-07T06:37:53.8486544Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\fuser\cuda 2025-09-07T06:37:53.8489992Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cuda\fused_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser\cuda 2025-09-07T06:37:53.8496005Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cuda\resource_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser\cuda 2025-09-07T06:37:53.8508039Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8513223Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8527880Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\fused_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8533791Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8539794Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\kernel_cache.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8545160Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\kernel_spec.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8557322Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\partition_desc.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8563184Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\tensor_desc.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8568891Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\tensor_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-09-07T06:37:53.8574789Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:53.8578183Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\decompose_silu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:53.8583446Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\defer_size_check.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:53.8588794Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\graph_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:53.8594780Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\graph_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:53.8611017Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\guard_shape.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:53.8616439Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:53.8622342Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:53.8627969Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\layout_propagation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:53.8633599Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\LlgaTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:53.8638193Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\operator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:53.8643925Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\prepare_binary.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-09-07T06:37:53.8651055Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\cuda 2025-09-07T06:37:53.8654482Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\cuda\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\cuda 2025-09-07T06:37:53.8660840Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8664382Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8670027Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8675535Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8691826Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8703095Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8708103Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\error_report.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8713026Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8718905Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8725920Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8730655Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8735701Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\lexer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8741964Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8747414Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8753250Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8758494Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8763780Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8769589Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\resolver.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8775052Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8780904Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8786582Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8802279Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\source_range.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8808757Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\source_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8814848Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\strtod.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8820083Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8826101Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\tracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8831795Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\tree.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8844189Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\tree_views.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8845404Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-09-07T06:37:53.8851746Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8855122Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8860585Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\attributes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8866006Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8871714Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8886745Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\graph_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8891839Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8898923Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\irparser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8904145Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\ir_views.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8909753Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\named_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8915094Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\node_hashing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8920533Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\scope.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8926114Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8931621Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\type_hashing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-09-07T06:37:53.8936829Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\jit_log.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit 2025-09-07T06:37:53.8942209Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\jit_opt_limit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit 2025-09-07T06:37:53.8958436Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.8994880Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\code.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9007603Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile\compatibility 2025-09-07T06:37:53.9011111Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility\backport.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\compatibility 2025-09-07T06:37:53.9016569Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility\backport_manager.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\compatibility 2025-09-07T06:37:53.9022219Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility\model_compatibility.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\compatibility 2025-09-07T06:37:53.9032513Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility\runtime_compatibility.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\compatibility 2025-09-07T06:37:53.9038328Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\debug_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9043172Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\file_format.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9065923Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9071744Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\frame.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9077319Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9082604Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\import.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9088277Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\import_data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9093720Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9099088Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9104899Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\method.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9111044Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:53.9115566Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\BuildFeatureTracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:53.9121265Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\CustomClassTracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:53.9127100Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\KernelDTypeTracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:53.9142307Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\MobileModelRunner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:53.9148314Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\OperatorCallTracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:53.9154070Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:53.9159333Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\TracerRunner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-09-07T06:37:53.9164781Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9171375Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile\nnc 2025-09-07T06:37:53.9175244Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc\aot_compiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\nnc 2025-09-07T06:37:53.9180961Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc\context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\nnc 2025-09-07T06:37:53.9186578Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc\registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\nnc 2025-09-07T06:37:53.9192202Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9198279Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9204043Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9209703Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9215442Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9221189Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9227076Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\quantization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9232865Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9249913Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile\train 2025-09-07T06:37:53.9254371Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train\export_data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\train 2025-09-07T06:37:53.9259869Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile\train\optim 2025-09-07T06:37:53.9262935Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train\optim\sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\train\optim 2025-09-07T06:37:53.9268282Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train\random.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\train 2025-09-07T06:37:53.9273791Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train\sequential.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\train 2025-09-07T06:37:53.9279613Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\type_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9285555Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-09-07T06:37:53.9298248Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\operator_upgraders 2025-09-07T06:37:53.9302209Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders\upgraders.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\operator_upgraders 2025-09-07T06:37:53.9308117Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders\upgraders_entry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\operator_upgraders 2025-09-07T06:37:53.9313796Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\operator_upgraders 2025-09-07T06:37:53.9320008Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders\version_map.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\operator_upgraders 2025-09-07T06:37:53.9337708Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9340004Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\add_if_then_else.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9345181Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9350774Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\autocast.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9355628Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9371101Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\batch_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9376498Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\canonicalize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9382157Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9387530Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9399156Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9404507Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9410441Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9415891Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\concat_opt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9451708Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9457319Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9462971Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9468424Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9474450Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\dbr_quantization 2025-09-07T06:37:53.9478345Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\dbr_quantization 2025-09-07T06:37:53.9483650Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9489584Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9504914Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9510116Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9515623Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9526889Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9532790Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9538250Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9543885Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9549764Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\freeze_module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9555875Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9571125Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9582757Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9588595Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9594029Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9599362Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9604620Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9610074Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9615667Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9620973Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9636367Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9642095Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9647705Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9653019Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inliner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9658519Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9663751Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9669043Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9674357Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inplace_check.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9680030Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\insert_guards.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9695318Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9700752Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lift_closures.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9706373Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\liveness.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9711496Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9717218Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9722892Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lower_graph.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9728726Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9734475Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9739981Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9745682Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9749988Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9774976Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9781191Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9785734Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\cast_all_constant_to_floating.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9790018Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\constant_fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9835165Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\constant_map.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9835912Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\deduplicate_initializers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9836509Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\eliminate_unused_items.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9837061Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\eval_peephole.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9837722Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\fixup_onnx_controlflow.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9838399Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\function_extraction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9843451Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\function_substitution.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9848678Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9854745Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\list_model_parameters.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9860272Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\naming.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9865575Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\onnx_log.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9871551Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-09-07T06:37:53.9882932Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-09-07T06:37:53.9888250Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-09-07T06:37:53.9893711Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-09-07T06:37:53.9908505Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-09-07T06:37:53.9914010Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\peephole.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9919316Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\prepare_division_for_onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9924729Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\preprocess_for_onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9930267Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9935811Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\scalar_type_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9940986Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\shape_type_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9956408Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\unpack_quantized_weights.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-09-07T06:37:53.9961447Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9974318Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\pass_manager.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9980119Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9985717Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9991473Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:53.9997290Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0002921Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0007269Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0023511Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:54.0027041Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:54.0032849Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:54.0038197Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:54.0044061Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:54.0060887Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\insert_observers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:54.0066318Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:54.0072222Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:54.0078171Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\quantization_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:54.0083881Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-09-07T06:37:54.0089611Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0095357Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0101009Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0106757Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_expands.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0112528Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0118187Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0124071Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0129590Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0144937Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0150211Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0155913Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0161728Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0167526Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0173237Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0178899Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0184840Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0190789Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0205436Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0206007Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2025-09-07T06:37:54.0210061Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-09-07T06:37:54.0214566Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\memory_dag.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-09-07T06:37:54.0220490Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\optimization_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-09-07T06:37:54.0235883Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\op_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-09-07T06:37:54.0242363Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-09-07T06:37:54.0248472Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0254716Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0261885Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0266458Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-09-07T06:37:54.0273712Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0276674Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0282466Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\module_python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0288328Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0293961Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\pybind_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0321315Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0321921Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0323386Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_dict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0329751Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0335194Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0340695Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0346466Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0352471Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_tracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0358780Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_tree_views.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0364034Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\script_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0370272Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\update_graph_executor_opt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0375964Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-09-07T06:37:54.0381274Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\resource_guard.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit 2025-09-07T06:37:54.0393741Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0397131Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0403059Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\autodiff.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0408433Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0415031Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0429664Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0435319Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0441239Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\exception_message.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0446558Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0452204Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0457730Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0463018Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\instruction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0469040Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime\interpreter 2025-09-07T06:37:54.0472566Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter\can_emit_inline.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\interpreter 2025-09-07T06:37:54.0477984Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter\code_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\interpreter 2025-09-07T06:37:54.0490923Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter\frame.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\interpreter 2025-09-07T06:37:54.0496595Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter\preprocess_graph.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\interpreter 2025-09-07T06:37:54.0511829Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0517685Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0523313Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0528791Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\logging.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0534322Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\operator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0539880Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\operator_options.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0545379Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\print_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0550960Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0566503Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0572462Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0578664Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\script_profile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0599387Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0604784Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0610433Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0616603Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0622765Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:54.0626512Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:54.0631753Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:54.0638408Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:54.0643937Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\memory_planner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:54.0649706Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:54.0655444Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\passes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:54.0670964Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\ProcessedNodeInputs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:54.0678783Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\processed_node_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:54.0686041Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\static_method.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:54.0693836Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\te_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-09-07T06:37:54.0699480Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0715048Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0720508Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0725951Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0731692Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-09-07T06:37:54.0737788Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0741669Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0747443Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0753007Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0768481Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0774141Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0779204Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0784884Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0825194Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0830796Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0836594Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_read.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0842132Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_source.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0848213Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0854992Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0860845Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\pickle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0865932Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\pickler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0872712Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\pickler_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0877052Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\python_print.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0882886Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0888789Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0894419Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\storage_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0904631Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0909970Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\unpickler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-09-07T06:37:54.0916526Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.0919905Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.0925302Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.0930795Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.0936323Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.0951924Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.0964870Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.0970445Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.0976065Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.0982129Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.0987720Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.0993183Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.0997552Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1004851Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1010663Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1016304Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1020830Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1026555Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1032286Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1038663Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1050858Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1056657Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1071531Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1076973Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1082705Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1088288Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1094487Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1105827Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1111655Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1117173Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1123026Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1128814Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1135118Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1150345Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1156198Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1162425Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:54.1166300Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:54.1171967Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:54.1177721Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:54.1183202Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:54.1188643Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:54.1209044Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:54.1215076Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:54.1220618Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:54.1226498Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-09-07T06:37:54.1232351Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1238167Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1244253Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1250463Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1256200Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1263355Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1269622Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1275207Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-09-07T06:37:54.1280890Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2025-09-07T06:37:54.1284029Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing\catch_utils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\testing 2025-09-07T06:37:54.1289452Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing\file_check.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\testing 2025-09-07T06:37:54.1300913Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\testing 2025-09-07T06:37:54.1306582Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.1312492Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2025-09-07T06:37:54.1316343Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2025-09-07T06:37:54.1319428Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\backend_data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-09-07T06:37:54.1324821Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\backend_device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-09-07T06:37:54.1330774Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-09-07T06:37:54.1335955Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-09-07T06:37:54.1351700Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1355017Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\cache.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1360146Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\config.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1365686Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\debug_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1371137Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1376815Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1392076Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1397924Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2025-09-07T06:37:54.1401282Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core\internal_ops 2025-09-07T06:37:54.1406716Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1412046Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_builder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1417938Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1422968Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1428283Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1454183Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1455320Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\metrics.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1456409Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\multi_wait.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1457219Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2025-09-07T06:37:54.1458164Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core\ops 2025-09-07T06:37:54.1462875Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core\ops 2025-09-07T06:37:54.1468316Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\permutation_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1473788Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\shape.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1479760Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\shape_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1491586Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1497203Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1502982Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\tensor_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1508474Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1514142Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\trie.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1520108Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\unique.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1535869Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-09-07T06:37:54.1547299Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\generated 2025-09-07T06:37:54.1551529Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated\LazyIr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\generated 2025-09-07T06:37:54.1559328Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated\LazyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\generated 2025-09-07T06:37:54.1565621Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\generated 2025-09-07T06:37:54.1571238Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2025-09-07T06:37:54.1574969Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\python 2025-09-07T06:37:54.1580657Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python\python_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\python 2025-09-07T06:37:54.1586125Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:54.1598834Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\config.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:54.1604192Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:54.1610099Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ir_builder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:54.1615889Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend\ops 2025-09-07T06:37:54.1629254Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops\device_data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend\ops 2025-09-07T06:37:54.1635588Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops\generic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend\ops 2025-09-07T06:37:54.1639871Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops\to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend\ops 2025-09-07T06:37:54.1645162Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:54.1650609Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:54.1656213Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:54.1661465Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:54.1667203Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:54.1672725Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_node.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:54.1677979Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-09-07T06:37:54.1683131Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.1698643Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.1703934Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\monitor 2025-09-07T06:37:54.1707231Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor\counters.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\monitor 2025-09-07T06:37:54.1712640Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor\events.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\monitor 2025-09-07T06:37:54.1717836Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor\python_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\monitor 2025-09-07T06:37:54.1723663Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\mps 2025-09-07T06:37:54.1726890Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mps\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\mps 2025-09-07T06:37:54.1732708Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\mtia 2025-09-07T06:37:54.1735937Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mtia\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\mtia 2025-09-07T06:37:54.1741149Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\mtia\profiler 2025-09-07T06:37:54.1744489Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mtia\profiler\MTIAMemoryProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\mtia\profiler 2025-09-07T06:37:54.1750962Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\multiprocessing 2025-09-07T06:37:54.1753434Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\multiprocessing\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\multiprocessing 2025-09-07T06:37:54.1758692Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2025-09-07T06:37:54.1761924Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\back_compat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2025-09-07T06:37:54.1767547Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2025-09-07T06:37:54.1772622Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2025-09-07T06:37:54.1778255Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2025-09-07T06:37:54.1781429Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\api.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-09-07T06:37:54.1786598Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\collection.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-09-07T06:37:54.1792930Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\combined_traceback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-09-07T06:37:54.1798265Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\containers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-09-07T06:37:54.1814428Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\data_flow.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-09-07T06:37:54.1820678Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\events.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-09-07T06:37:54.1827068Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-09-07T06:37:54.1832108Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\kineto_shim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-09-07T06:37:54.1838487Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2025-09-07T06:37:54.1842088Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration\observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\orchestration 2025-09-07T06:37:54.1853603Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\orchestration 2025-09-07T06:37:54.1859473Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\orchestration 2025-09-07T06:37:54.1865149Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\perf-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-09-07T06:37:54.1872853Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\perf.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-09-07T06:37:54.1897424Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2025-09-07T06:37:54.1916869Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\python 2025-09-07T06:37:54.1918113Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\python 2025-09-07T06:37:54.1919278Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\python 2025-09-07T06:37:54.1920166Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2025-09-07T06:37:54.1923660Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-09-07T06:37:54.1929605Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-09-07T06:37:54.1935040Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-09-07T06:37:54.1951408Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-09-07T06:37:54.1956033Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2025-09-07T06:37:54.1959407Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\stubs 2025-09-07T06:37:54.1965074Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.1968517Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\action.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.1974094Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\communicate.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.1979556Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.1984875Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2000239Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2006176Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2011736Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2017264Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\fde.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2023064Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\lexer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2028854Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2034222Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2039484Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\range_table.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2044883Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\sections.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2050301Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\unwind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2055639Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2060919Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-09-07T06:37:54.2066401Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-09-07T06:37:54.2071938Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2077291Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreterHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2082477Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2087633Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2092987Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2098196Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2113376Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2118868Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\stable 2025-09-07T06:37:54.2123628Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable\accelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\stable 2025-09-07T06:37:54.2129142Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\stable 2025-09-07T06:37:54.2134426Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable\ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\stable 2025-09-07T06:37:54.2139784Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable\stableivalue_conversions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\stable 2025-09-07T06:37:54.2145009Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\stable 2025-09-07T06:37:54.2159751Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable\tensor_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\stable 2025-09-07T06:37:54.2165086Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable\tensor_struct.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\stable 2025-09-07T06:37:54.2170453Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2176168Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2181316Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2186838Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2192995Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2025-09-07T06:37:54.2196488Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor\python_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\tensor 2025-09-07T06:37:54.2202520Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2207965Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2213499Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2219009Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2225219Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2228557Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\byte_order.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2234007Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2239472Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\cuda_enabled.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2244711Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\device_lazy_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2260501Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\disable_torch_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2266155Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\generated_serialization_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2272808Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2278137Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\invalid_arguments.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2283165Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\nested.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2288196Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\numpy_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2293560Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\object_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2299106Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\out_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2304102Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2309986Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2315902Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pyobject_preservation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2360451Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2361649Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_arg_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2362729Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_compat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2363811Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2366303Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_numbers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2367396Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_raii.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2369839Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_scalars.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2375861Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2381708Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2387402Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_symnode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2393227Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2399171Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_tuples.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2404569Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\schema_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2410083Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\six.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2415754Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\structseq.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2430601Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_apply.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2435700Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_dtypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2440847Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2446668Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_layouts.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2451942Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2457331Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2463124Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_new.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2502151Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2507688Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_qschemes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2517634Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2523177Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2528929Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\throughput_benchmark.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2534465Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2540141Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2545332Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\verbose.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-09-07T06:37:54.2550532Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-09-07T06:37:54.2556688Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2025-09-07T06:37:54.2559987Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2025-09-07T06:37:54.2565158Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2025-09-07T06:37:54.2570242Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2025-09-07T06:37:54.2576500Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-09-07T06:37:54.2582928Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-09-07T06:37:54.2588475Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-09-07T06:37:54.2604446Z creating build\bdist.win-amd64\wheel\torch\include\torch\headeronly 2025-09-07T06:37:54.2608020Z creating build\bdist.win-amd64\wheel\torch\include\torch\headeronly\core 2025-09-07T06:37:54.2611260Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\core 2025-09-07T06:37:54.2617006Z creating build\bdist.win-amd64\wheel\torch\include\torch\headeronly\cpu 2025-09-07T06:37:54.2620595Z creating build\bdist.win-amd64\wheel\torch\include\torch\headeronly\cpu\vec 2025-09-07T06:37:54.2624273Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\cpu\vec\intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\cpu\vec 2025-09-07T06:37:54.2630123Z creating build\bdist.win-amd64\wheel\torch\include\torch\headeronly\cpu\vec\vec256 2025-09-07T06:37:54.2633832Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\cpu\vec\vec256\missing_vld1_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\cpu\vec\vec256 2025-09-07T06:37:54.2639510Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\cpu\vec\vec256\missing_vst1_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\cpu\vec\vec256 2025-09-07T06:37:54.2644656Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\cpu\vec\vec_half.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\cpu\vec 2025-09-07T06:37:54.2650472Z creating build\bdist.win-amd64\wheel\torch\include\torch\headeronly\macros 2025-09-07T06:37:54.2654846Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\macros 2025-09-07T06:37:54.2659406Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\macros 2025-09-07T06:37:54.2665826Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\macros 2025-09-07T06:37:54.2672324Z creating build\bdist.win-amd64\wheel\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2674927Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2681196Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2686907Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2692636Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2698613Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2704212Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\Float4_e2m1fn_x2.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2719367Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2725470Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2731033Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2736839Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2742556Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\Float8_e8m0fnu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2748702Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\Float8_fnuz_cvt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2754343Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\floating_point_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2759804Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2766063Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2778096Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2783275Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2788735Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2794188Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2799635Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\shim_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2805496Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\util 2025-09-07T06:37:54.2816880Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-09-07T06:37:54.2817782Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-09-07T06:37:54.2824194Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-09-07T06:37:54.2850885Z creating build\bdist.win-amd64\wheel\torch\jit 2025-09-07T06:37:54.2854817Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2860801Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2866894Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2872675Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2025-09-07T06:37:54.2876301Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2025-09-07T06:37:54.2882069Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2897637Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2903188Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2908867Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2913983Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2919103Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2924624Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2930150Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2935836Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2941222Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2946456Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2951597Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2957227Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2962537Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2974018Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2979702Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2025-09-07T06:37:54.2983065Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-09-07T06:37:54.2988542Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-09-07T06:37:54.2992807Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.2998196Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.3004392Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.3010771Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.3016184Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.3031326Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.3037185Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.3042322Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.3048421Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-09-07T06:37:54.3054497Z creating build\bdist.win-amd64\wheel\torch\lib 2025-09-07T06:37:54.3057763Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.3065539Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.3071920Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.3089164Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.3095025Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.3109813Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.3122719Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.3129497Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.9175501Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.9192549Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.9200001Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.9206858Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.9393621Z copying build\lib.win-amd64-cpython-39\torch\lib\libittnotify.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.9402020Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.9453746Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:54.9819544Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.0171893Z creating build\bdist.win-amd64\wheel\torch\lib\libshm 2025-09-07T06:37:55.0176239Z copying build\lib.win-amd64-cpython-39\torch\lib\libshm\alloc_info.h -> build\bdist.win-amd64\wheel\.\torch\lib\libshm 2025-09-07T06:37:55.0182808Z copying build\lib.win-amd64-cpython-39\torch\lib\libshm\err.h -> build\bdist.win-amd64\wheel\.\torch\lib\libshm 2025-09-07T06:37:55.0188351Z copying build\lib.win-amd64-cpython-39\torch\lib\libshm\libshm.h -> build\bdist.win-amd64\wheel\.\torch\lib\libshm 2025-09-07T06:37:55.0193569Z copying build\lib.win-amd64-cpython-39\torch\lib\libshm\socket.h -> build\bdist.win-amd64\wheel\.\torch\lib\libshm 2025-09-07T06:37:55.0199594Z creating build\bdist.win-amd64\wheel\torch\lib\libshm_windows 2025-09-07T06:37:55.0203007Z copying build\lib.win-amd64-cpython-39\torch\lib\libshm_windows\libshm.h -> build\bdist.win-amd64\wheel\.\torch\lib\libshm_windows 2025-09-07T06:37:55.0214678Z copying build\lib.win-amd64-cpython-39\torch\lib\microkernels-prod.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.0244634Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.0253283Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.0257792Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.0263231Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.0347850Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.0357873Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.0385936Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.0386755Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.0387674Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.2586162Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.2843487Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.2849514Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.3001832Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.3010599Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.3039941Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-09-07T06:37:55.3045624Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.3052565Z creating build\bdist.win-amd64\wheel\torch\linalg 2025-09-07T06:37:55.3055918Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2025-09-07T06:37:55.3063435Z creating build\bdist.win-amd64\wheel\torch\masked 2025-09-07T06:37:55.3066754Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2025-09-07T06:37:55.3070083Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-09-07T06:37:55.3075349Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-09-07T06:37:55.3081454Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-09-07T06:37:55.3086313Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-09-07T06:37:55.3091595Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-09-07T06:37:55.3142271Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-09-07T06:37:55.3147470Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-09-07T06:37:55.3153646Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-09-07T06:37:55.3159175Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-09-07T06:37:55.3165729Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-09-07T06:37:55.3171876Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-09-07T06:37:55.3177922Z creating build\bdist.win-amd64\wheel\torch\monitor 2025-09-07T06:37:55.3181066Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2025-09-07T06:37:55.3186795Z creating build\bdist.win-amd64\wheel\torch\mps 2025-09-07T06:37:55.3191279Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-09-07T06:37:55.3197145Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-09-07T06:37:55.3202869Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-09-07T06:37:55.3208403Z creating build\bdist.win-amd64\wheel\torch\mtia 2025-09-07T06:37:55.3211544Z copying build\lib.win-amd64-cpython-39\torch\mtia\memory.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-09-07T06:37:55.3217267Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-09-07T06:37:55.3222763Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-09-07T06:37:55.3234150Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2025-09-07T06:37:55.3237578Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-09-07T06:37:55.3243266Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-09-07T06:37:55.3249086Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-09-07T06:37:55.3254820Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-09-07T06:37:55.3260597Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-09-07T06:37:55.3312362Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-09-07T06:37:55.3318046Z creating build\bdist.win-amd64\wheel\torch\nested 2025-09-07T06:37:55.3321323Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2025-09-07T06:37:55.3324738Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_int.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-09-07T06:37:55.3330374Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-09-07T06:37:55.3336485Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-09-07T06:37:55.3343020Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-09-07T06:37:55.3353493Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-09-07T06:37:55.3358354Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2025-09-07T06:37:55.3364493Z creating build\bdist.win-amd64\wheel\torch\nn 2025-09-07T06:37:55.3367696Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2025-09-07T06:37:55.3371010Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-09-07T06:37:55.3377013Z creating build\bdist.win-amd64\wheel\torch\nn\attention\experimental 2025-09-07T06:37:55.3411815Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\_paged_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-09-07T06:37:55.3413014Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-09-07T06:37:55.3414012Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-09-07T06:37:55.3414915Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-09-07T06:37:55.3449039Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-09-07T06:37:55.3455069Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2025-09-07T06:37:55.3458306Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-09-07T06:37:55.3470643Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-09-07T06:37:55.3474910Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-09-07T06:37:55.3480907Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-09-07T06:37:55.3486196Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-09-07T06:37:55.3498558Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-09-07T06:37:55.3504700Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-09-07T06:37:55.3509945Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-09-07T06:37:55.3516020Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2025-09-07T06:37:55.3520390Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2025-09-07T06:37:55.3524139Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-09-07T06:37:55.3529308Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-09-07T06:37:55.3535412Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2025-09-07T06:37:55.3539440Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2025-09-07T06:37:55.3542110Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\conv_fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-09-07T06:37:55.3547489Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\linear_fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-09-07T06:37:55.3553279Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-09-07T06:37:55.3558850Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-09-07T06:37:55.3567776Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2025-09-07T06:37:55.3573654Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2025-09-07T06:37:55.3576325Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2025-09-07T06:37:55.3579696Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2025-09-07T06:37:55.3583081Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic\modules 2025-09-07T06:37:55.3588359Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic\modules 2025-09-07T06:37:55.3593913Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic 2025-09-07T06:37:55.3599294Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2025-09-07T06:37:55.3602639Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-09-07T06:37:55.3608364Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-09-07T06:37:55.3613877Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-09-07T06:37:55.3617998Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-09-07T06:37:55.3623241Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2025-09-07T06:37:55.3628705Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2025-09-07T06:37:55.3634385Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2025-09-07T06:37:55.3637733Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3644265Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3649920Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3655863Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3723491Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3729542Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3736169Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3741666Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3747127Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3752600Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3758035Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3763898Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3769488Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3775036Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3782088Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3789011Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3794900Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3801660Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3808876Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3815482Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3821809Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3827519Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3833510Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3839726Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3844331Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3850793Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-09-07T06:37:55.3855725Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2025-09-07T06:37:55.3858905Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-09-07T06:37:55.3864555Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-09-07T06:37:55.3870103Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-09-07T06:37:55.3876955Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-09-07T06:37:55.3886949Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-09-07T06:37:55.3892685Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-09-07T06:37:55.3898796Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-09-07T06:37:55.3904160Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-09-07T06:37:55.3909426Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-09-07T06:37:55.3914978Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-09-07T06:37:55.3920937Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2025-09-07T06:37:55.3938832Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2025-09-07T06:37:55.3943080Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2025-09-07T06:37:55.3946411Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic\modules 2025-09-07T06:37:55.3951504Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic\modules 2025-09-07T06:37:55.3956738Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2025-09-07T06:37:55.3961770Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2025-09-07T06:37:55.3964947Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-09-07T06:37:55.3971162Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-09-07T06:37:55.3976432Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-09-07T06:37:55.3981603Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-09-07T06:37:55.3987510Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2025-09-07T06:37:55.3993046Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2025-09-07T06:37:55.3996362Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2025-09-07T06:37:55.3999803Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-09-07T06:37:55.4005202Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-09-07T06:37:55.4010061Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-09-07T06:37:55.4014995Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2025-09-07T06:37:55.4020171Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2025-09-07T06:37:55.4023398Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2025-09-07T06:37:55.4026530Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2025-09-07T06:37:55.4029739Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-09-07T06:37:55.4034792Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-09-07T06:37:55.4039777Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-09-07T06:37:55.4045281Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-09-07T06:37:55.4050566Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2025-09-07T06:37:55.4055978Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-09-07T06:37:55.4061299Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2025-09-07T06:37:55.4064382Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-09-07T06:37:55.4069804Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-09-07T06:37:55.4075083Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-09-07T06:37:55.4081399Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-09-07T06:37:55.4087157Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-09-07T06:37:55.4096696Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-09-07T06:37:55.4101909Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-09-07T06:37:55.4107560Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-09-07T06:37:55.4113260Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-09-07T06:37:55.4118288Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-09-07T06:37:55.4123316Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-09-07T06:37:55.4128896Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2025-09-07T06:37:55.4362398Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2025-09-07T06:37:55.4366322Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-09-07T06:37:55.4372134Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-09-07T06:37:55.4377512Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-09-07T06:37:55.4383311Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-09-07T06:37:55.4389755Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-09-07T06:37:55.4395236Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-09-07T06:37:55.4399501Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2025-09-07T06:37:55.4404869Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-09-07T06:37:55.4410739Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2025-09-07T06:37:55.4414333Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4419802Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4425847Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4431634Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4436808Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4447162Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4453036Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4460123Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4465440Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4471162Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4477685Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4483566Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4489639Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4495667Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2025-09-07T06:37:55.4499127Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-09-07T06:37:55.4504362Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\conv_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-09-07T06:37:55.4510176Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-09-07T06:37:55.4520228Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-09-07T06:37:55.4525567Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-09-07T06:37:55.4530961Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-09-07T06:37:55.4536853Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-09-07T06:37:55.4542325Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-09-07T06:37:55.4548182Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-09-07T06:37:55.4553464Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-09-07T06:37:55.4558891Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4564322Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4569840Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-09-07T06:37:55.4575663Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-09-07T06:37:55.4581142Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-09-07T06:37:55.4586753Z creating build\bdist.win-amd64\wheel\torch\numa 2025-09-07T06:37:55.4589835Z copying build\lib.win-amd64-cpython-39\torch\numa\binding.py -> build\bdist.win-amd64\wheel\.\torch\numa 2025-09-07T06:37:55.4625626Z copying build\lib.win-amd64-cpython-39\torch\numa\__init__.py -> build\bdist.win-amd64\wheel\.\torch\numa 2025-09-07T06:37:55.4630669Z creating build\bdist.win-amd64\wheel\torch\onnx 2025-09-07T06:37:55.4633883Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4639159Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4644723Z creating build\bdist.win-amd64\wheel\torch\onnx\ops 2025-09-07T06:37:55.4647895Z copying build\lib.win-amd64-cpython-39\torch\onnx\ops\_dtype_mappings.py -> build\bdist.win-amd64\wheel\.\torch\onnx\ops 2025-09-07T06:37:55.4653236Z copying build\lib.win-amd64-cpython-39\torch\onnx\ops\_impl.py -> build\bdist.win-amd64\wheel\.\torch\onnx\ops 2025-09-07T06:37:55.4658528Z copying build\lib.win-amd64-cpython-39\torch\onnx\ops\_symbolic_impl.py -> build\bdist.win-amd64\wheel\.\torch\onnx\ops 2025-09-07T06:37:55.4664359Z copying build\lib.win-amd64-cpython-39\torch\onnx\ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\ops 2025-09-07T06:37:55.4670273Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4675357Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4684904Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4689924Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4695080Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4700135Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4705563Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4711012Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4716613Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4721787Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4727296Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4742093Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4743052Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4745095Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4750511Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4754757Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4760125Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4769286Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4774920Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.4780561Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2025-09-07T06:37:55.4784934Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4787501Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_analysis.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4793698Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_building.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4799667Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_capture_strategies.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4805287Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_compat.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4814943Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4820130Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4826401Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4832928Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dispatching.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4838433Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4844022Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4870028Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4871063Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_fx_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4872112Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_ir_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4873139Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_isolated.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4875693Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_onnx_program.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4879132Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4885080Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_reporting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4890716Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_schemas.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4896625Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_tensors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4902225Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_testing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4908022Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib 2025-09-07T06:37:55.4911353Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:55.4914591Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:55.4921268Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:55.4925957Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\nn.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:55.4931561Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\symbolic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:55.4937171Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\symops.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:55.4942386Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-09-07T06:37:55.4948666Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2025-09-07T06:37:55.4954409Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2025-09-07T06:37:55.4959862Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2025-09-07T06:37:55.4968653Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_type_casting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4974213Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4983832Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-09-07T06:37:55.4988393Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2025-09-07T06:37:55.4991647Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2025-09-07T06:37:55.4995159Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\type_promotion.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-09-07T06:37:55.5001572Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-09-07T06:37:55.5007763Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-09-07T06:37:55.5011834Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-09-07T06:37:55.5017278Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-09-07T06:37:55.5022327Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5025747Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5031511Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5036834Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5048575Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5055022Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5061075Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5067285Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5073427Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5079496Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5085384Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5091084Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5096754Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5102372Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5108006Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5113469Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5119076Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5124731Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5130591Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5138504Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5150200Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5156460Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5161788Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5167047Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5172701Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\torchscript_exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\torchscript_exporter 2025-09-07T06:37:55.5177084Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-09-07T06:37:55.5186906Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-09-07T06:37:55.5191321Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-09-07T06:37:55.5197462Z creating build\bdist.win-amd64\wheel\torch\optim 2025-09-07T06:37:55.5200632Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5212347Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5213198Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5220580Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5227037Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5232550Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5238812Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5249805Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5256910Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5262761Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5269097Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5275090Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5281208Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5286740Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5292810Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5299146Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5305137Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5311272Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5317149Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2025-09-07T06:37:55.5320508Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-09-07T06:37:55.5325987Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-09-07T06:37:55.5331027Z copying build\lib.win-amd64-cpython-39\torch\optim\_muon.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5337239Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-09-07T06:37:55.5349642Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.5361229Z creating build\bdist.win-amd64\wheel\torch\package 2025-09-07T06:37:55.5364495Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2025-09-07T06:37:55.5368152Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\find_first_use_of_broken_modules.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-09-07T06:37:55.5373627Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-09-07T06:37:55.5378841Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-09-07T06:37:55.5389561Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-09-07T06:37:55.5394018Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5399575Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5404757Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5414471Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5419692Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5425791Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5431564Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5436833Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5442153Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5447910Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5453381Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5458618Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5463942Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5469240Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5474553Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-09-07T06:37:55.5479703Z creating build\bdist.win-amd64\wheel\torch\profiler 2025-09-07T06:37:55.5482802Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-09-07T06:37:55.5488328Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-09-07T06:37:55.5494555Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-09-07T06:37:55.5500414Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-09-07T06:37:55.5507125Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-09-07T06:37:55.5518205Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-09-07T06:37:55.5523980Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-09-07T06:37:55.5530846Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.5536279Z creating build\bdist.win-amd64\wheel\torch\quantization 2025-09-07T06:37:55.5541178Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5545298Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5550518Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5560937Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2025-09-07T06:37:55.5564213Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-09-07T06:37:55.5569611Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-09-07T06:37:55.5574762Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-09-07T06:37:55.5579776Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-09-07T06:37:55.5585411Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-09-07T06:37:55.5594623Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-09-07T06:37:55.5600256Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-09-07T06:37:55.5605308Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-09-07T06:37:55.5610743Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-09-07T06:37:55.5616282Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-09-07T06:37:55.5621294Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-09-07T06:37:55.5626521Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-09-07T06:37:55.5631514Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5636796Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5641971Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5647175Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5668272Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5673920Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5679345Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5684298Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5689817Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5696334Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5701790Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5707401Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5713180Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-09-07T06:37:55.5718562Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.5724031Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.5730113Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.5735902Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.5742805Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.5749690Z creating build\bdist.win-amd64\wheel\torch\share 2025-09-07T06:37:55.5753233Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2025-09-07T06:37:55.5756512Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2025-09-07T06:37:55.5759923Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2025-09-07T06:37:55.5765747Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2025-09-07T06:37:55.5769172Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-09-07T06:37:55.5774970Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-09-07T06:37:55.5780305Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-09-07T06:37:55.5790856Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-09-07T06:37:55.5796951Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-09-07T06:37:55.5802433Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-09-07T06:37:55.5807966Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-09-07T06:37:55.5813933Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-09-07T06:37:55.5817460Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-09-07T06:37:55.5822720Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-09-07T06:37:55.5828510Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-09-07T06:37:55.5837881Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-09-07T06:37:55.5843648Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-09-07T06:37:55.5847407Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-09-07T06:37:55.5853097Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-09-07T06:37:55.5859001Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-09-07T06:37:55.5869290Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-09-07T06:37:55.5881642Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-09-07T06:37:55.5888412Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-09-07T06:37:55.5899249Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2025-09-07T06:37:55.5902772Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\cuda.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-09-07T06:37:55.5908393Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\gflags.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-09-07T06:37:55.5913842Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\glog.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-09-07T06:37:55.5920713Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-09-07T06:37:55.5929704Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\mkl.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-09-07T06:37:55.5935765Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-09-07T06:37:55.5941227Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\protobuf.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-09-07T06:37:55.5947236Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\utils.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-09-07T06:37:55.5953021Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\xpu.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-09-07T06:37:55.5958691Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2025-09-07T06:37:55.5961862Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-09-07T06:37:55.5967315Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-09-07T06:37:55.5973113Z creating build\bdist.win-amd64\wheel\torch\signal 2025-09-07T06:37:55.5976297Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2025-09-07T06:37:55.5979394Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-09-07T06:37:55.5986122Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-09-07T06:37:55.5990242Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2025-09-07T06:37:55.6003051Z creating build\bdist.win-amd64\wheel\torch\sparse 2025-09-07T06:37:55.6004301Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-09-07T06:37:55.6009945Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-09-07T06:37:55.6018011Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-09-07T06:37:55.6028451Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-09-07T06:37:55.6034805Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-09-07T06:37:55.6044856Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-09-07T06:37:55.6050844Z creating build\bdist.win-amd64\wheel\torch\special 2025-09-07T06:37:55.6058623Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2025-09-07T06:37:55.6064982Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.6075148Z creating build\bdist.win-amd64\wheel\torch\test 2025-09-07T06:37:55.6078385Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6087421Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6096621Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6105633Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6118922Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6129089Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6138037Z copying build\lib.win-amd64-cpython-39\torch\test\c10_AllocatorConfig_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6146482Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ArrayRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6155190Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6163733Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6172326Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6181114Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6189478Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6198566Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6244431Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6253027Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6262290Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6270872Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6284198Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6293189Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6302571Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Enumerate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6312910Z copying build\lib.win-amd64-cpython-39\torch\test\c10_error_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6321813Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6331118Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6339915Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6348653Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6358772Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6371288Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6381924Z copying build\lib.win-amd64-cpython-39\torch\test\c10_IntrusiveList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6390051Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6399070Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6415723Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6424374Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6433662Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6443905Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6456764Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6465822Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6474938Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6485495Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6494551Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6503761Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6512403Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Semaphore_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6520887Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6529543Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6547654Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6556207Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6564664Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6573317Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6581481Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6596383Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6604714Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6613139Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6630300Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6638988Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6648074Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6656489Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6664847Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6673630Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6683077Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6692492Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6701613Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6717136Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6727089Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6741831Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6751431Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6760963Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6770253Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6780489Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6790019Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6801686Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6822660Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6835403Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6847243Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6860805Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6872766Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6882494Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6891176Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6901951Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6914719Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6927649Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6936947Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6947256Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6956243Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6965281Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6980451Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.6989809Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7003627Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7012683Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7021152Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7029465Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7055848Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7065246Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7075873Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7085457Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7094451Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7103409Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7112523Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7121981Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7131128Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7140617Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7151182Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7160413Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7169555Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7178659Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7193156Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7209187Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7217908Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7227047Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7235896Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-09-07T06:37:55.7246179Z creating build\bdist.win-amd64\wheel\torch\testing 2025-09-07T06:37:55.7249506Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-09-07T06:37:55.7256858Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-09-07T06:37:55.7263263Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2025-09-07T06:37:55.7266741Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7273328Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7279362Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7289199Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2025-09-07T06:37:55.7292666Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2025-09-07T06:37:55.7297827Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7303610Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7309987Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7316651Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7322355Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7327437Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7334113Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7339732Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7355802Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7361177Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7368946Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mps.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7375317Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7382898Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7390257Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7396230Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7407490Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7448886Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7449916Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7451040Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7452056Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7454489Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7455246Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2025-09-07T06:37:55.7456015Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-09-07T06:37:55.7458610Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-09-07T06:37:55.7463705Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-09-07T06:37:55.7473381Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2025-09-07T06:37:55.7477165Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-09-07T06:37:55.7484292Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\common_state_dict.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-09-07T06:37:55.7488893Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-09-07T06:37:55.7499997Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-09-07T06:37:55.7508142Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-09-07T06:37:55.7513503Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-09-07T06:37:55.7518754Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\multi_threaded_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-09-07T06:37:55.7524630Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2025-09-07T06:37:55.7527928Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2025-09-07T06:37:55.7531903Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn\api 2025-09-07T06:37:55.7537945Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn\api 2025-09-07T06:37:55.7542328Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn 2025-09-07T06:37:55.7546896Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:55.7550193Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:55.7557448Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:55.7562946Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2025-09-07T06:37:55.7566533Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\examples 2025-09-07T06:37:55.7572178Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\examples 2025-09-07T06:37:55.7578037Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\examples 2025-09-07T06:37:55.7582430Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:55.7592852Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:55.7598615Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2025-09-07T06:37:55.7602035Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-09-07T06:37:55.7607391Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-09-07T06:37:55.7613377Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-09-07T06:37:55.7618937Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-09-07T06:37:55.7623325Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:55.7634197Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:55.7641966Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:55.7647634Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-09-07T06:37:55.7651950Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-09-07T06:37:55.7657640Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2025-09-07T06:37:55.7661074Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-09-07T06:37:55.7664546Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-09-07T06:37:55.7669962Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-09-07T06:37:55.7675218Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-09-07T06:37:55.7680328Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\test_common.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard 2025-09-07T06:37:55.7685957Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard 2025-09-07T06:37:55.7690961Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2025-09-07T06:37:55.7694674Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_tensor 2025-09-07T06:37:55.7700581Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_tensor 2025-09-07T06:37:55.7705183Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-09-07T06:37:55.7709671Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7715556Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7720962Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7740751Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7750854Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module3.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7756166Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2025-09-07T06:37:55.7759573Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2025-09-07T06:37:55.7770721Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2025-09-07T06:37:55.7775302Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7780669Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7786123Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7792252Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7798542Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7804406Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.7809853Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.8220590Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2025-09-07T06:37:55.8223616Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-09-07T06:37:55.8230992Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:55.8234482Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\fft.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:55.8240651Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\linalg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:55.8247436Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\nested.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:55.8254203Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\signal.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:55.8260081Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\sparse.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:55.8266164Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\special.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:55.8378147Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\_masked.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:55.8383797Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-09-07T06:37:55.8389055Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-09-07T06:37:55.8394631Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-09-07T06:37:55.8400145Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-09-07T06:37:55.8405499Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2025-09-07T06:37:55.8408810Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-09-07T06:37:55.8414734Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-09-07T06:37:55.8420608Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-09-07T06:37:55.8426099Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-09-07T06:37:55.8502294Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-09-07T06:37:55.8542667Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-09-07T06:37:55.8547986Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.8564478Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.8571372Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\subclasses.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.8576075Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2025-09-07T06:37:55.8579488Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\future_div.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2025-09-07T06:37:55.8585706Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\no_future_div.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2025-09-07T06:37:55.8591408Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2025-09-07T06:37:55.8595836Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.8601484Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.8607638Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.8613276Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-09-07T06:37:55.8617748Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-09-07T06:37:55.8627475Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-09-07T06:37:55.8633126Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.8638430Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.8644525Z creating build\bdist.win-amd64\wheel\torch\utils 2025-09-07T06:37:55.8647730Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2025-09-07T06:37:55.8650951Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2025-09-07T06:37:55.8656535Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.8662413Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2025-09-07T06:37:55.8666448Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2025-09-07T06:37:55.8669107Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-09-07T06:37:55.8674563Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-09-07T06:37:55.8680662Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-09-07T06:37:55.8685763Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-09-07T06:37:55.8690943Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-09-07T06:37:55.8703085Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-09-07T06:37:55.8707907Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:55.8711305Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\binary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:55.8717679Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:55.8723260Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:55.8728625Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\spectral.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:55.8738358Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\unary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:55.8743725Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-09-07T06:37:55.8748423Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2025-09-07T06:37:55.8751785Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-09-07T06:37:55.8762886Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-09-07T06:37:55.8768341Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-09-07T06:37:55.8773693Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-09-07T06:37:55.8779211Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-09-07T06:37:55.8784919Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-09-07T06:37:55.8794508Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-09-07T06:37:55.8799943Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-09-07T06:37:55.8806305Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:55.8810413Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:55.8815998Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:55.8821522Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:55.8830868Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:55.8836848Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:55.8846243Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-09-07T06:37:55.8850813Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-09-07T06:37:55.8856428Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-09-07T06:37:55.8861635Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2025-09-07T06:37:55.8867009Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2025-09-07T06:37:55.8873199Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-09-07T06:37:55.8878567Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-09-07T06:37:55.8882976Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.8889843Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.8896065Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.8902077Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.8907534Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.8914671Z creating build\bdist.win-amd64\wheel\torch\utils\data 2025-09-07T06:37:55.8926378Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-09-07T06:37:55.8927328Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-09-07T06:37:55.8932207Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2025-09-07T06:37:55.8935017Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2025-09-07T06:37:55.8938530Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\dataframes.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-09-07T06:37:55.8944678Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-09-07T06:37:55.8950325Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\datapipes.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-09-07T06:37:55.8961374Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\structures.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-09-07T06:37:55.8965660Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-09-07T06:37:55.8970915Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-09-07T06:37:55.8977818Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-09-07T06:37:55.8982610Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-09-07T06:37:55.8988164Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.8997059Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\callable.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.9002411Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\combinatorics.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.9009063Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\combining.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.9014093Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\filelister.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.9023999Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\fileopener.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.9029200Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\grouping.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.9034541Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\routeddecoder.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.9039869Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\selecting.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.9045403Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\sharding.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.9050623Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\streamreader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.9055978Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.9061105Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-09-07T06:37:55.9066755Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2025-09-07T06:37:55.9070024Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\callable.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-09-07T06:37:55.9075949Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\combinatorics.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-09-07T06:37:55.9081183Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\combining.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-09-07T06:37:55.9086776Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\grouping.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-09-07T06:37:55.9092362Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-09-07T06:37:55.9102038Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-09-07T06:37:55.9107076Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2025-09-07T06:37:55.9110367Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-09-07T06:37:55.9115753Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\decoder.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-09-07T06:37:55.9120925Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\snapshot.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-09-07T06:37:55.9126134Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-09-07T06:37:55.9130624Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-09-07T06:37:55.9136180Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-09-07T06:37:55.9141533Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-09-07T06:37:55.9147140Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-09-07T06:37:55.9152094Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-09-07T06:37:55.9161950Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-09-07T06:37:55.9167211Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-09-07T06:37:55.9172519Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-09-07T06:37:55.9177876Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-09-07T06:37:55.9183515Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2025-09-07T06:37:55.9186955Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-09-07T06:37:55.9192149Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-09-07T06:37:55.9203685Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-09-07T06:37:55.9214268Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-09-07T06:37:55.9219381Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-09-07T06:37:55.9228942Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-09-07T06:37:55.9235884Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-09-07T06:37:55.9241138Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9246580Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9251791Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9257840Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9263960Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2025-09-07T06:37:55.9267198Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-09-07T06:37:55.9272595Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-09-07T06:37:55.9281711Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-09-07T06:37:55.9287436Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-09-07T06:37:55.9296915Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-09-07T06:37:55.9301814Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9307319Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2025-09-07T06:37:55.9310501Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-09-07T06:37:55.9316731Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-09-07T06:37:55.9320976Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9326315Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9333542Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2025-09-07T06:37:55.9335833Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-09-07T06:37:55.9341527Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-09-07T06:37:55.9346622Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-09-07T06:37:55.9355164Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-09-07T06:37:55.9360162Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-09-07T06:37:55.9369640Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-09-07T06:37:55.9374997Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9380170Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9390208Z creating build\bdist.win-amd64\wheel\torch\utils\serialization 2025-09-07T06:37:55.9393436Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\config.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-09-07T06:37:55.9398414Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-09-07T06:37:55.9403473Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9409119Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2025-09-07T06:37:55.9412513Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-09-07T06:37:55.9418693Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-09-07T06:37:55.9426043Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-09-07T06:37:55.9431271Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-09-07T06:37:55.9440796Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-09-07T06:37:55.9446904Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-09-07T06:37:55.9452397Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-09-07T06:37:55.9458488Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-09-07T06:37:55.9464168Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-09-07T06:37:55.9469577Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9475945Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2025-09-07T06:37:55.9479682Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-09-07T06:37:55.9485900Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-09-07T06:37:55.9490206Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9495985Z copying build\lib.win-amd64-cpython-39\torch\utils\_appending_byte_serializer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9501834Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9507406Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9513507Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9519320Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9528943Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9534689Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_embed_headers.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9540114Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9545431Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9551610Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9556916Z copying build\lib.win-amd64-cpython-39\torch\utils\_dtype_abbrs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9562272Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9567735Z copying build\lib.win-amd64-cpython-39\torch\utils\_filelock.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9573190Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9583309Z copying build\lib.win-amd64-cpython-39\torch\utils\_functools.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9588648Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9594059Z copying build\lib.win-amd64-cpython-39\torch\utils\_helion.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9598961Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9604252Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9609303Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9615179Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9621494Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9627900Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9633694Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2025-09-07T06:37:55.9637453Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-09-07T06:37:55.9643233Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-09-07T06:37:55.9647794Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2025-09-07T06:37:55.9651007Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-09-07T06:37:55.9657697Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-09-07T06:37:55.9663090Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-09-07T06:37:55.9668204Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\printers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-09-07T06:37:55.9674542Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-09-07T06:37:55.9684362Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-09-07T06:37:55.9690060Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-09-07T06:37:55.9695250Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-09-07T06:37:55.9700484Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-09-07T06:37:55.9706953Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-09-07T06:37:55.9711256Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9720661Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9726654Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9731815Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9736996Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9742192Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-09-07T06:37:55.9747820Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.9753095Z creating build\bdist.win-amd64\wheel\torch\xpu 2025-09-07T06:37:55.9756254Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-09-07T06:37:55.9761486Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-09-07T06:37:55.9766696Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-09-07T06:37:55.9771818Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-09-07T06:37:55.9783565Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-09-07T06:37:55.9788674Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-09-07T06:37:55.9798945Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:55.9804847Z creating build\bdist.win-amd64\wheel\torch\_awaits 2025-09-07T06:37:55.9808040Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2025-09-07T06:37:55.9814258Z creating build\bdist.win-amd64\wheel\torch\_C 2025-09-07T06:37:55.9817279Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9823548Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9828904Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9832947Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9838082Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9848118Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9853669Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9859622Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9889489Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9896021Z creating build\bdist.win-amd64\wheel\torch\_C\_dynamo 2025-09-07T06:37:55.9899431Z copying build\lib.win-amd64-cpython-39\torch\_C\_dynamo\compiled_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C\_dynamo 2025-09-07T06:37:55.9904698Z copying build\lib.win-amd64-cpython-39\torch\_C\_dynamo\eval_frame.pyi -> build\bdist.win-amd64\wheel\.\torch\_C\_dynamo 2025-09-07T06:37:55.9910292Z copying build\lib.win-amd64-cpython-39\torch\_C\_dynamo\guards.pyi -> build\bdist.win-amd64\wheel\.\torch\_C\_dynamo 2025-09-07T06:37:55.9915980Z copying build\lib.win-amd64-cpython-39\torch\_C\_dynamo\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C\_dynamo 2025-09-07T06:37:55.9921574Z creating build\bdist.win-amd64\wheel\torch\_C\_export 2025-09-07T06:37:55.9924339Z copying build\lib.win-amd64-cpython-39\torch\_C\_export\pt2_archive_constants.pyi -> build\bdist.win-amd64\wheel\.\torch\_C\_export 2025-09-07T06:37:55.9930679Z copying build\lib.win-amd64-cpython-39\torch\_C\_export\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C\_export 2025-09-07T06:37:55.9936209Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9944595Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9947651Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9952876Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9959009Z copying build\lib.win-amd64-cpython-39\torch\_C\_jit_tree_views.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9963926Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9975052Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9983044Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9988555Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9994022Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:55.9999479Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:56.0004992Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:56.0010733Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:56.0031994Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:56.0036974Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-09-07T06:37:56.0046616Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:56.0052018Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:56.0057866Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:56.0063286Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2025-09-07T06:37:56.0066572Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-09-07T06:37:56.0072719Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-09-07T06:37:56.0078802Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-09-07T06:37:56.0083248Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:56.0093944Z creating build\bdist.win-amd64\wheel\torch\_C_flatbuffer 2025-09-07T06:37:56.0097117Z copying build\lib.win-amd64-cpython-39\torch\_C_flatbuffer\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C_flatbuffer 2025-09-07T06:37:56.0102227Z creating build\bdist.win-amd64\wheel\torch\_decomp 2025-09-07T06:37:56.0105428Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-09-07T06:37:56.0113934Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-09-07T06:37:56.0118807Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-09-07T06:37:56.0128547Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-09-07T06:37:56.0134583Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2025-09-07T06:37:56.0137855Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-09-07T06:37:56.0150541Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-09-07T06:37:56.0155539Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2025-09-07T06:37:56.0158738Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\aot_compile.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0164719Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2025-09-07T06:37:56.0167909Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-09-07T06:37:56.0173246Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-09-07T06:37:56.0178625Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-09-07T06:37:56.0184611Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-09-07T06:37:56.0194435Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-09-07T06:37:56.0199564Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-09-07T06:37:56.0205144Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-09-07T06:37:56.0210403Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-09-07T06:37:56.0216071Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-09-07T06:37:56.0221158Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-09-07T06:37:56.0226625Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-09-07T06:37:56.0231132Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0236497Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0248554Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0254266Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0259875Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0265662Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0271635Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0279101Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0284828Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0291063Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0298039Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0303555Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0309360Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0315837Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0322063Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0328174Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0333855Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0340468Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0346431Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0352026Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0361954Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\functional_export.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0367681Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_break_hints.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0373316Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_break_registry.json -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0380600Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_deduplication.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0388010Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_region_tracker.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0393958Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0398454Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0406247Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0412356Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0423808Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\metrics_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.0429895Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.5566874Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.5574765Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\package.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.5581178Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\pgo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.5587606Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2025-09-07T06:37:56.5591004Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5636468Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5641969Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\fx.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5647282Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5717756Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5722946Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\operator.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5728003Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5733325Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\pytree.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5738917Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\struct.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5744170Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5749334Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5754553Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\_collections.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5760003Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-09-07T06:37:56.5765345Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\precompile_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.5771230Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.5776792Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.5782536Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2025-09-07T06:37:56.5786172Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-09-07T06:37:56.5792942Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-09-07T06:37:56.5798579Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\aoti.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-09-07T06:37:56.5804598Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-09-07T06:37:56.5808904Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.5815203Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.5821671Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:56.5828063Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:57.0899170Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:57.0904773Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:57.0911039Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:57.0916828Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_dont_skip_tracing_functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:57.0922240Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:57.0927883Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:57.0935528Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:57.0941147Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:57.0949555Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2025-09-07T06:37:57.0953005Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.0958962Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.0966617Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.0973546Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.0979103Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1123478Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1129513Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1135822Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1142103Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1154423Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1155543Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1160686Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1166778Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1174133Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1179822Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1185663Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1190899Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1196051Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1202263Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1209159Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1215015Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1221895Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-09-07T06:37:57.1227178Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:57.2968673Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-09-07T06:37:57.2974610Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:57.2982005Z creating build\bdist.win-amd64\wheel\torch\_export 2025-09-07T06:37:57.2985506Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-09-07T06:37:57.2993153Z creating build\bdist.win-amd64\wheel\torch\_export\db 2025-09-07T06:37:57.2996523Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-09-07T06:37:57.3004035Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2025-09-07T06:37:57.3008047Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\assume_constant_result.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3054749Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3060828Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3122894Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_branch_class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3129617Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_branch_nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3135184Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3140729Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_closed_over_variable.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3145789Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3151393Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3156937Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\constrain_as_size_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3162215Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\constrain_as_value_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3206193Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3211235Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3216867Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_assert.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3222901Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_constructor.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3228035Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_if_guard.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3233155Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_map.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.3238397Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_round.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.8457415Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_slicing.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.8462546Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_view.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.8467939Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\fn_with_kwargs.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.8474122Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.8479327Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.8484703Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\model_attr_mutation.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.8489977Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:57.8495578Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\null_context_manager.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:58.3742026Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:58.3747050Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:58.3752289Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:58.3757827Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:58.3762899Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_for_loop.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:58.3767944Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:58.3773254Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:58.3779080Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\type_reflection_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:58.3784256Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:58.6081408Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\user_input_mutation.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:58.6086832Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-09-07T06:37:58.6092784Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-09-07T06:37:58.6098472Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-09-07T06:37:58.6104379Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-09-07T06:37:58.6109966Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-09-07T06:37:58.6115497Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-09-07T06:37:58.6122480Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2025-09-07T06:37:58.6139068Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6144511Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6149969Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6168550Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6174050Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\insert_custom_op_guards.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6179236Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6185146Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6190565Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_autocast_with_hop_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6196338Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6202332Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6208247Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6213832Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_with_hop_pass_util.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6219229Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6224583Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-09-07T06:37:58.6229891Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-09-07T06:37:58.6236073Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2025-09-07T06:37:58.6239361Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-09-07T06:37:58.6250857Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-09-07T06:37:58.6257428Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-09-07T06:37:58.6262539Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2025-09-07T06:37:58.6265964Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-09-07T06:37:58.6271670Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\export_schema.thrift -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-09-07T06:37:58.6277153Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-09-07T06:37:58.6282670Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-09-07T06:37:58.6300895Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-09-07T06:37:58.6307151Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-09-07T06:37:58.6315878Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-09-07T06:37:58.6321401Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-09-07T06:37:58.6325944Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-09-07T06:37:58.6331423Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-09-07T06:37:58.6337867Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-09-07T06:37:58.6343750Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-09-07T06:37:58.6349021Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-09-07T06:37:58.6361770Z creating build\bdist.win-amd64\wheel\torch\_functorch 2025-09-07T06:37:58.6365241Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6371724Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6377653Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6383875Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6401591Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6407167Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6418347Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6423776Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6429240Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6434688Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6441507Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6446812Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6453141Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6459056Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6466049Z copying build\lib.win-amd64-cpython-39\torch\_functorch\predispatch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6471534Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6477057Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6482849Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6488829Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6494754Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6542326Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6548116Z creating build\bdist.win-amd64\wheel\torch\_functorch\_activation_checkpointing 2025-09-07T06:37:58.6551350Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\ac_logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-09-07T06:37:58.6556925Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\graph_info_provider.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-09-07T06:37:58.6563195Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-09-07T06:37:58.6580712Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-09-07T06:37:58.6586185Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-09-07T06:37:58.6591779Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6595319Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6601657Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6607981Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\descriptors.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6626251Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\frontend_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6631705Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6637490Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6649287Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\graph_capture.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6655311Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\graph_capture_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6661599Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\graph_compile.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6668090Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\input_output_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6674011Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6679370Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6686638Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6692971Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6698546Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6704428Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6710129Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-09-07T06:37:58.6715016Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-09-07T06:37:58.6720002Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.6726623Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2025-09-07T06:37:58.6729901Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\aoti_call_delegate.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6735384Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6741741Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6760096Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\base_hop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6765720Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6771595Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6777242Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\executorch_call_delegate.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6782861Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flat_apply.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6788599Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6794819Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\foreach_map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6800525Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\hints_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6806285Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\invoke_subgraph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6812796Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6818259Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6830409Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\run_const_graph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6835853Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6841896Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\schema.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6847558Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6853386Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6859063Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\triton_kernel_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6865643Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6878323Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6898915Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6906060Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\_invoke_quant.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6913128Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-09-07T06:37:58.6922732Z creating build\bdist.win-amd64\wheel\torch\_inductor 2025-09-07T06:37:58.6927640Z creating build\bdist.win-amd64\wheel\torch\_inductor\analysis 2025-09-07T06:37:58.6931244Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analysis\device_info.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\analysis 2025-09-07T06:37:58.6940086Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analysis\profile_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\analysis 2025-09-07T06:37:58.6947707Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analysis\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\analysis 2025-09-07T06:37:58.6962269Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analyze_preserves_zero_mask.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.6967863Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.6986156Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.6992651Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2025-09-07T06:37:58.6995514Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:58.6999093Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:58.7004773Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:58.7010430Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:58.7032939Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:58.7038859Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:58.7044592Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-09-07T06:37:58.7047923Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-09-07T06:37:58.7054033Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-09-07T06:37:58.7071298Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-09-07T06:37:58.7076670Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-09-07T06:37:58.7086866Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-09-07T06:37:58.7091410Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7097255Z copying build\lib.win-amd64-cpython-39\torch\_inductor\await_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7102552Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7108163Z copying build\lib.win-amd64-cpython-39\torch\_inductor\choices.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7114144Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7122228Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2025-09-07T06:37:58.7125535Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7131310Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2025-09-07T06:37:58.7134724Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\aoti_runtime 2025-09-07T06:37:58.7145431Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\block_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7150888Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7169283Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7176950Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_bmm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7182361Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_flex_attention_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7188188Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7194718Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7200735Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7207312Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7213042Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7218873Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7225000Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7231964Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7244061Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7250231Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_mps.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7256062Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpu_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7261696Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7265051Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7271098Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7276057Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7281696Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7298745Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7304258Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-09-07T06:37:58.7307678Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports 2025-09-07T06:37:58.7311030Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda 2025-09-07T06:37:58.7314576Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda\cuda.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda 2025-09-07T06:37:58.7319697Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda\cudart.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda 2025-09-07T06:37:58.7324698Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda 2025-09-07T06:37:58.7329709Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\pydot 2025-09-07T06:37:58.7333706Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\pydot\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\pydot 2025-09-07T06:37:58.7338768Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy 2025-09-07T06:37:58.7342132Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy\special.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy 2025-09-07T06:37:58.7352964Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy 2025-09-07T06:37:58.7358234Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports 2025-09-07T06:37:58.7362525Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\evt_extensions.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-09-07T06:37:58.7367951Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-09-07T06:37:58.7410994Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-09-07T06:37:58.7415537Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_presets.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7421139Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_python_evt.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7427257Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7433269Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7438835Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7445536Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\serialization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7452944Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-09-07T06:37:58.7456600Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7473499Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cutedsl 2025-09-07T06:37:58.7476901Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cutedsl\cutedsl_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cutedsl 2025-09-07T06:37:58.7482922Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cutedsl\cutedsl_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cutedsl 2025-09-07T06:37:58.7488599Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cutedsl\cutedsl_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cutedsl 2025-09-07T06:37:58.7505224Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cutedsl\cutedsl_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cutedsl 2025-09-07T06:37:58.7510632Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cutedsl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cutedsl 2025-09-07T06:37:58.7516286Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7522016Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7527921Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7533891Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7540142Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7545891Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\mtia 2025-09-07T06:37:58.7549978Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mtia\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\mtia 2025-09-07T06:37:58.7554900Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\mtia 2025-09-07T06:37:58.7559374Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7565394Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\python_wrapper_mtia.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7571028Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7574960Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_conv_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7580742Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7586820Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_tile_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7592977Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_tile_universal_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7611020Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7617282Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7623076Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7628534Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7634039Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7639598Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7645136Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7650774Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7656790Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-09-07T06:37:58.7661121Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\segmented_tree.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7666975Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7684447Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd_kernel_features.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7690213Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\subgraph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7695893Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7703688Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7709665Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7715348Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7720908Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7728028Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper_fxir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7734107Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2025-09-07T06:37:58.7737412Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2025-09-07T06:37:58.7742813Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2025-09-07T06:37:58.7748432Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-09-07T06:37:58.7752704Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7759264Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms_debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7764418Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7770411Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7776164Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compiler_bisector.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7781872Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7788740Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx_async.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7794574Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx_ext.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7800560Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx_subproc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7806290Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2025-09-07T06:37:58.7820807Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-09-07T06:37:58.7826334Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\tracked_process_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-09-07T06:37:58.7831449Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-09-07T06:37:58.7837089Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-09-07T06:37:58.7852320Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-09-07T06:37:58.7863789Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7870062Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7875449Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7882045Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7887847Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7894558Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7900023Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7905925Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7911759Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7917917Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7924301Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dtype_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7940803Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7946137Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7951615Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7957136Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7962814Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.7969257Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2025-09-07T06:37:58.7973611Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.7979799Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.7985540Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\bucketing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.7991286Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8008527Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8014299Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8019643Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8025434Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8031051Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8035440Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8042034Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\group_batch_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8048896Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8054741Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8060429Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8066186Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8072950Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8078710Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8084494Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8090926Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8097281Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8104545Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8121786Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8128761Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8133013Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8139042Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8145056Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8166960Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8172630Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8178692Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8183591Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8189344Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8194778Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8200263Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8206285Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8212598Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8218438Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8224606Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8230044Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8235653Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_20.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8247821Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_21.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8253463Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_22.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8259755Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_23.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8275665Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_24.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8281176Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8286666Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8292230Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8297830Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8303447Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8309014Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8314553Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8320472Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-09-07T06:37:58.8324888Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8366217Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-09-07T06:37:58.8370913Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8376274Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8382732Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8388206Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8393785Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8399095Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8414128Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8421125Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2025-09-07T06:37:58.8423360Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-09-07T06:37:58.8428728Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-09-07T06:37:58.8434769Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel\flex 2025-09-07T06:37:58.8438994Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel\flex 2025-09-07T06:37:58.8444692Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel\flex 2025-09-07T06:37:58.8450412Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\flex_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel\flex 2025-09-07T06:37:58.8456199Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel\flex 2025-09-07T06:37:58.8498449Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel\flex\templates 2025-09-07T06:37:58.8513463Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\templates\common.py.jinja -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel\flex\templates 2025-09-07T06:37:58.8519289Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\templates\flex_attention.py.jinja -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel\flex\templates 2025-09-07T06:37:58.8530808Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\templates\flex_backwards.py.jinja -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel\flex\templates 2025-09-07T06:37:58.8547987Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\templates\flex_decode.py.jinja -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel\flex\templates 2025-09-07T06:37:58.8553610Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\templates\utilities.py.jinja -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel\flex\templates 2025-09-07T06:37:58.8558922Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel\flex 2025-09-07T06:37:58.8562967Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-09-07T06:37:58.8568851Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-09-07T06:37:58.8574394Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_grouped.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-09-07T06:37:58.8590983Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-09-07T06:37:58.8596645Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-09-07T06:37:58.8601765Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel_inputs.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8607770Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel_template_choice.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8614003Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8620065Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8628381Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8634326Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8640169Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8646991Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8653817Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mock_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8660488Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8690423Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8695817Z copying build\lib.win-amd64-cpython-39\torch\_inductor\output_code.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8701946Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2025-09-07T06:37:58.8705214Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-09-07T06:37:58.8710392Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-09-07T06:37:58.8715571Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-09-07T06:37:58.8720591Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8727472Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8733000Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8738727Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_gemm_autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8744135Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2025-09-07T06:37:58.8747374Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8753163Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8758557Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\cache_dir_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8764260Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8780556Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8786102Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8791391Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8796637Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8802140Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8808117Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\static_cuda_launcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8813499Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_compat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8818926Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8824963Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8832476Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-09-07T06:37:58.8836891Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8844729Z copying build\lib.win-amd64-cpython-39\torch\_inductor\script.ld -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8849738Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8867710Z copying build\lib.win-amd64-cpython-39\torch\_inductor\shape_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8873512Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8879469Z copying build\lib.win-amd64-cpython-39\torch\_inductor\standalone_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8884896Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8890565Z creating build\bdist.win-amd64\wheel\torch\_inductor\template_heuristics 2025-09-07T06:37:58.8893991Z copying build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics\aten.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\template_heuristics 2025-09-07T06:37:58.8899938Z copying build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics\base.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\template_heuristics 2025-09-07T06:37:58.8905109Z copying build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics\contiguous_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\template_heuristics 2025-09-07T06:37:58.8911464Z copying build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics\decompose_k.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\template_heuristics 2025-09-07T06:37:58.8927100Z copying build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics\gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\template_heuristics 2025-09-07T06:37:58.8932347Z copying build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics\registry.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\template_heuristics 2025-09-07T06:37:58.8937841Z copying build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\template_heuristics 2025-09-07T06:37:58.8944373Z copying build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics\triton_addmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\template_heuristics 2025-09-07T06:37:58.8949738Z copying build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\template_heuristics 2025-09-07T06:37:58.8954981Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8960751Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8966452Z copying build\lib.win-amd64-cpython-39\torch\_inductor\tiling_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8972328Z copying build\lib.win-amd64-cpython-39\torch\_inductor\triton_bundler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8978123Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.8995716Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.9001694Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.9007658Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__autotune_main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.9013298Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-09-07T06:37:58.9019724Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9026806Z creating build\bdist.win-amd64\wheel\torch\_lazy 2025-09-07T06:37:58.9041040Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-09-07T06:37:58.9046563Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-09-07T06:37:58.9050861Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-09-07T06:37:58.9055995Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-09-07T06:37:58.9061728Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-09-07T06:37:58.9078547Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-09-07T06:37:58.9084836Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-09-07T06:37:58.9089918Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-09-07T06:37:58.9095477Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-09-07T06:37:58.9100860Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-09-07T06:37:58.9105935Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-09-07T06:37:58.9111577Z creating build\bdist.win-amd64\wheel\torch\_library 2025-09-07T06:37:58.9116113Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-09-07T06:37:58.9120240Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-09-07T06:37:58.9138878Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-09-07T06:37:58.9139747Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-09-07T06:37:58.9150678Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_profile.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-09-07T06:37:58.9156321Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-09-07T06:37:58.9160808Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-09-07T06:37:58.9166192Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-09-07T06:37:58.9171391Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-09-07T06:37:58.9177330Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-09-07T06:37:58.9187539Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9193009Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9199041Z creating build\bdist.win-amd64\wheel\torch\_logging 2025-09-07T06:37:58.9202562Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-09-07T06:37:58.9207692Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-09-07T06:37:58.9212954Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-09-07T06:37:58.9220341Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-09-07T06:37:58.9234674Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-09-07T06:37:58.9239793Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9245247Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9253443Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9259311Z creating build\bdist.win-amd64\wheel\torch\_numpy 2025-09-07T06:37:58.9262412Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9267663Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9272839Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9278578Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2025-09-07T06:37:58.9281682Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-09-07T06:37:58.9287928Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-09-07T06:37:58.9293496Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9298715Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9314919Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9320111Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9325375Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9330855Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9337326Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9342431Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9348129Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9353474Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9358937Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9364213Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9369484Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9374814Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-09-07T06:37:58.9379724Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9386548Z creating build\bdist.win-amd64\wheel\torch\_prims 2025-09-07T06:37:58.9389645Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-09-07T06:37:58.9395147Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-09-07T06:37:58.9400374Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-09-07T06:37:58.9405875Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-09-07T06:37:58.9411144Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-09-07T06:37:58.9428109Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2025-09-07T06:37:58.9431201Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-09-07T06:37:58.9437083Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-09-07T06:37:58.9443613Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9449484Z creating build\bdist.win-amd64\wheel\torch\_refs 2025-09-07T06:37:58.9453002Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-09-07T06:37:58.9459499Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2025-09-07T06:37:58.9462743Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2025-09-07T06:37:58.9468423Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2025-09-07T06:37:58.9471752Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2025-09-07T06:37:58.9475067Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2025-09-07T06:37:58.9481046Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2025-09-07T06:37:58.9486253Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2025-09-07T06:37:58.9489457Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2025-09-07T06:37:58.9495449Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-09-07T06:37:58.9500850Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-09-07T06:37:58.9518565Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9543124Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9548731Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9554101Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9559592Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2025-09-07T06:37:58.9563037Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-09-07T06:37:58.9568506Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-09-07T06:37:58.9574050Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-09-07T06:37:58.9589476Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2025-09-07T06:37:58.9592787Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-09-07T06:37:58.9598841Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-09-07T06:37:58.9605771Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-09-07T06:37:58.9622173Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-09-07T06:37:58.9641672Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-09-07T06:37:58.9648203Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-09-07T06:37:58.9653883Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-09-07T06:37:58.9661043Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-09-07T06:37:58.9671969Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9678623Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9686064Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9692515Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9697275Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9707067Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9722994Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9728953Z creating build\bdist.win-amd64\wheel\torch\_vendor 2025-09-07T06:37:58.9732383Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2025-09-07T06:37:58.9735680Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-09-07T06:37:58.9741363Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-09-07T06:37:58.9746619Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-09-07T06:37:58.9751611Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2025-09-07T06:37:58.9755809Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9760754Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9778032Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9784167Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9789973Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9795171Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9800505Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2025-09-07T06:37:58.9818324Z creating build\bdist.win-amd64\wheel\torchgen 2025-09-07T06:37:58.9822096Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2025-09-07T06:37:58.9825745Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-09-07T06:37:58.9831297Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-09-07T06:37:58.9836055Z creating build\bdist.win-amd64\wheel\torchgen\api 2025-09-07T06:37:58.9839090Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9845422Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9851006Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9856352Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9861370Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9912089Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9917086Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9922799Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9929057Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9934521Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9941034Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2025-09-07T06:37:58.9944339Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-09-07T06:37:58.9949875Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-09-07T06:37:58.9955219Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-09-07T06:37:58.9960479Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-09-07T06:37:58.9965491Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9970828Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9977209Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-09-07T06:37:58.9981728Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:58.9987165Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:58.9992835Z creating build\bdist.win-amd64\wheel\torchgen\dest 2025-09-07T06:37:58.9996211Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-09-07T06:37:59.0002510Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-09-07T06:37:59.0008103Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-09-07T06:37:59.0013610Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-09-07T06:37:59.0030283Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-09-07T06:37:59.0035980Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-09-07T06:37:59.0041499Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0058573Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0064623Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0070785Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0076953Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0082632Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0088056Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0093620Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0098788Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0105904Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0112188Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2025-09-07T06:37:59.0115795Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-09-07T06:37:59.0121992Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-09-07T06:37:59.0127707Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-09-07T06:37:59.0142428Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2025-09-07T06:37:59.0145587Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2025-09-07T06:37:59.0148807Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2025-09-07T06:37:59.0152256Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-09-07T06:37:59.0163611Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-09-07T06:37:59.0203359Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0206830Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0212373Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0218253Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0238830Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0244336Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0249664Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0255101Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0260517Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0265644Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0271761Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0275814Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0282157Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0287802Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0293417Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0298595Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0303855Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0309416Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0314576Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0320078Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0335713Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0341004Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0346000Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0351167Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0356644Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0361836Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0367249Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0372867Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0378771Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0384036Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0400489Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0406053Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0411354Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0416568Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0422659Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0428057Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0434278Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0439123Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0444024Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0459603Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-09-07T06:37:59.0465824Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2025-09-07T06:37:59.0469400Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0474740Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0480428Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0486228Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0492008Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0509958Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0515502Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0521563Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0528092Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0534184Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0540146Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0546140Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0551800Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0558437Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0563971Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0570430Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0577781Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0580448Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0585936Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0591157Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0607576Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0614167Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0619653Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0645021Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0646283Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0647543Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0648844Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0652228Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0657146Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_return_types.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0663156Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_return_types.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0668947Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0673333Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0680269Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0685054Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0701227Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0707546Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0712544Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0717976Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0723753Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0729116Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-09-07T06:37:59.0734280Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-09-07T06:37:59.0739258Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2025-09-07T06:37:59.0742556Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-09-07T06:37:59.0749060Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-09-07T06:37:59.0754862Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-09-07T06:37:59.0760053Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2025-09-07T06:37:59.0763619Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-09-07T06:37:59.0769156Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-09-07T06:37:59.0775728Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-09-07T06:37:59.0791622Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-09-07T06:37:59.0796014Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0802079Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0807517Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-09-07T06:37:59.0821832Z running install_egg_info 2025-09-07T06:37:59.0922003Z running egg_info 2025-09-07T06:37:59.1036651Z creating torch.egg-info 2025-09-07T06:37:59.1041183Z writing torch.egg-info\PKG-INFO 2025-09-07T06:37:59.1068352Z writing dependency_links to torch.egg-info\dependency_links.txt 2025-09-07T06:37:59.1071540Z writing entry points to torch.egg-info\entry_points.txt 2025-09-07T06:37:59.1090707Z writing requirements to torch.egg-info\requires.txt 2025-09-07T06:37:59.1094056Z writing top-level names to torch.egg-info\top_level.txt 2025-09-07T06:37:59.1097382Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-09-07T06:38:00.2987958Z reading manifest file 'torch.egg-info\SOURCES.txt' 2025-09-07T06:38:00.2993738Z reading manifest template 'MANIFEST.in' 2025-09-07T06:38:00.3025214Z warning: no files found matching 'BUILD' 2025-09-07T06:38:00.3029194Z warning: no files found matching '*.BUILD' 2025-09-07T06:38:00.3036114Z warning: no files found matching 'BUCK' 2025-09-07T06:38:00.3061808Z warning: no files found matching '[Mm]akefile.*' 2025-09-07T06:38:00.3071612Z warning: no files found matching '*.[Dd]ockerfile' 2025-09-07T06:38:00.3076127Z warning: no files found matching '[Dd]ockerfile.*' 2025-09-07T06:38:09.7064444Z warning: no previously-included files matching '*.o' found anywhere in distribution 2025-09-07T06:38:09.8420710Z warning: no previously-included files matching '*.obj' found anywhere in distribution 2025-09-07T06:38:09.9673621Z warning: no previously-included files matching '*.so' found anywhere in distribution 2025-09-07T06:38:10.0937263Z warning: no previously-included files matching '*.a' found anywhere in distribution 2025-09-07T06:38:10.2190184Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2025-09-07T06:38:10.7657929Z no previously-included directories found matching '*\.git' 2025-09-07T06:38:10.9897897Z warning: no previously-included files matching '*~' found anywhere in distribution 2025-09-07T06:38:11.1152188Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2025-09-07T06:38:11.1152706Z adding license file 'LICENSE' 2025-09-07T06:38:11.1152980Z adding license file 'NOTICE' 2025-09-07T06:38:16.8007483Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-09-07T06:38:16.8496866Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.9.0a0+git93fb23d-py3.9.egg-info 2025-09-07T06:38:16.8598039Z running install_scripts 2025-09-07T06:38:16.8618554Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect 2025-09-07T06:38:16.8619449Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2025-09-07T06:38:16.8703864Z creating build\bdist.win-amd64\wheel\torch-2.9.0a0+git93fb23d.dist-info\WHEEL 2025-09-07T06:38:16.8711525Z creating 'dist\torch-2.9.0a0+git93fb23d-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2025-09-07T06:38:16.8945285Z adding 'functorch/_C.cp39-win_amd64.pyd' 2025-09-07T06:38:16.9085154Z adding 'functorch/__init__.py' 2025-09-07T06:38:16.9088904Z adding 'functorch/_src/__init__.py' 2025-09-07T06:38:16.9092859Z adding 'functorch/_src/aot_autograd/__init__.py' 2025-09-07T06:38:16.9096743Z adding 'functorch/_src/eager_transforms/__init__.py' 2025-09-07T06:38:16.9100140Z adding 'functorch/_src/make_functional/__init__.py' 2025-09-07T06:38:16.9103906Z adding 'functorch/_src/vmap/__init__.py' 2025-09-07T06:38:16.9108149Z adding 'functorch/compile/__init__.py' 2025-09-07T06:38:16.9112308Z adding 'functorch/dim/__init__.py' 2025-09-07T06:38:16.9115788Z adding 'functorch/dim/magic_trace.py' 2025-09-07T06:38:16.9120324Z adding 'functorch/dim/op_properties.py' 2025-09-07T06:38:16.9123476Z adding 'functorch/dim/tree_map.py' 2025-09-07T06:38:16.9126910Z adding 'functorch/dim/wrap_type.py' 2025-09-07T06:38:16.9131086Z adding 'functorch/einops/__init__.py' 2025-09-07T06:38:16.9136921Z adding 'functorch/einops/_parsing.py' 2025-09-07T06:38:16.9142335Z adding 'functorch/einops/rearrange.py' 2025-09-07T06:38:16.9146049Z adding 'functorch/experimental/__init__.py' 2025-09-07T06:38:16.9148987Z adding 'functorch/experimental/control_flow.py' 2025-09-07T06:38:16.9151720Z adding 'functorch/experimental/ops.py' 2025-09-07T06:38:16.9160691Z adding 'torch/_C.cp39-win_amd64.pyd' 2025-09-07T06:38:16.9163996Z adding 'torch/_VF.py' 2025-09-07T06:38:16.9394010Z adding 'torch/_VF.pyi' 2025-09-07T06:38:16.9424712Z adding 'torch/__config__.py' 2025-09-07T06:38:16.9428079Z adding 'torch/__future__.py' 2025-09-07T06:38:16.9466858Z adding 'torch/__init__.py' 2025-09-07T06:38:16.9476602Z adding 'torch/_appdirs.py' 2025-09-07T06:38:16.9480759Z adding 'torch/_classes.py' 2025-09-07T06:38:16.9484226Z adding 'torch/_compile.py' 2025-09-07T06:38:16.9490023Z adding 'torch/_custom_ops.py' 2025-09-07T06:38:16.9493252Z adding 'torch/_environment.py' 2025-09-07T06:38:16.9509117Z adding 'torch/_guards.py' 2025-09-07T06:38:16.9532457Z adding 'torch/_jit_internal.py' 2025-09-07T06:38:16.9537924Z adding 'torch/_linalg_utils.py' 2025-09-07T06:38:16.9553938Z adding 'torch/_lobpcg.py' 2025-09-07T06:38:16.9560329Z adding 'torch/_lowrank.py' 2025-09-07T06:38:16.9638698Z adding 'torch/_meta_registrations.py' 2025-09-07T06:38:16.9648223Z adding 'torch/_namedtensor_internals.py' 2025-09-07T06:38:16.9670694Z adding 'torch/_ops.py' 2025-09-07T06:38:16.9676893Z adding 'torch/_python_dispatcher.py' 2025-09-07T06:38:16.9680291Z adding 'torch/_size_docs.py' 2025-09-07T06:38:16.9684465Z adding 'torch/_sources.py' 2025-09-07T06:38:16.9687760Z adding 'torch/_storage_docs.py' 2025-09-07T06:38:16.9690818Z adding 'torch/_streambase.py' 2025-09-07T06:38:16.9715997Z adding 'torch/_tensor.py' 2025-09-07T06:38:16.9767710Z adding 'torch/_tensor_docs.py' 2025-09-07T06:38:16.9775025Z adding 'torch/_tensor_str.py' 2025-09-07T06:38:16.9778862Z adding 'torch/_thread_safe_fork.py' 2025-09-07T06:38:16.9916852Z adding 'torch/_torch_docs.py' 2025-09-07T06:38:16.9942679Z adding 'torch/_utils.py' 2025-09-07T06:38:16.9949636Z adding 'torch/_utils_internal.py' 2025-09-07T06:38:16.9955043Z adding 'torch/_vmap_internals.py' 2025-09-07T06:38:16.9963112Z adding 'torch/_weights_only_unpickler.py' 2025-09-07T06:38:16.9994659Z adding 'torch/functional.py' 2025-09-07T06:38:17.0009000Z adding 'torch/hub.py' 2025-09-07T06:38:17.0032873Z adding 'torch/library.py' 2025-09-07T06:38:17.0061052Z adding 'torch/overrides.py' 2025-09-07T06:38:17.0066059Z adding 'torch/py.typed' 2025-09-07T06:38:17.0070764Z adding 'torch/quasirandom.py' 2025-09-07T06:38:17.0075522Z adding 'torch/random.py' 2025-09-07T06:38:17.0079188Z adding 'torch/return_types.py' 2025-09-07T06:38:17.0083268Z adding 'torch/return_types.pyi' 2025-09-07T06:38:17.0113210Z adding 'torch/serialization.py' 2025-09-07T06:38:17.0130239Z adding 'torch/storage.py' 2025-09-07T06:38:17.0135152Z adding 'torch/torch_version.py' 2025-09-07T06:38:17.0140332Z adding 'torch/types.py' 2025-09-07T06:38:17.0142580Z adding 'torch/version.py' 2025-09-07T06:38:17.0375389Z adding 'torch/_C/_VariableFunctions.pyi' 2025-09-07T06:38:17.0495078Z adding 'torch/_C/__init__.pyi' 2025-09-07T06:38:17.0508150Z adding 'torch/_C/_aoti.pyi' 2025-09-07T06:38:17.0511907Z adding 'torch/_C/_autograd.pyi' 2025-09-07T06:38:17.0514893Z adding 'torch/_C/_cpu.pyi' 2025-09-07T06:38:17.0517777Z adding 'torch/_C/_cudnn.pyi' 2025-09-07T06:38:17.0520464Z adding 'torch/_C/_cusparselt.pyi' 2025-09-07T06:38:17.0523493Z adding 'torch/_C/_distributed_autograd.pyi' 2025-09-07T06:38:17.0531490Z adding 'torch/_C/_distributed_c10d.pyi' 2025-09-07T06:38:17.0536307Z adding 'torch/_C/_distributed_rpc.pyi' 2025-09-07T06:38:17.0539624Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2025-09-07T06:38:17.0542582Z adding 'torch/_C/_functions.pyi' 2025-09-07T06:38:17.0545979Z adding 'torch/_C/_functorch.pyi' 2025-09-07T06:38:17.0548863Z adding 'torch/_C/_instruction_counter.pyi' 2025-09-07T06:38:17.0551539Z adding 'torch/_C/_itt.pyi' 2025-09-07T06:38:17.0555235Z adding 'torch/_C/_jit_tree_views.pyi' 2025-09-07T06:38:17.0558414Z adding 'torch/_C/_lazy.pyi' 2025-09-07T06:38:17.0561358Z adding 'torch/_C/_lazy_ts_backend.pyi' 2025-09-07T06:38:17.0564443Z adding 'torch/_C/_monitor.pyi' 2025-09-07T06:38:17.0568512Z adding 'torch/_C/_nn.pyi' 2025-09-07T06:38:17.0571625Z adding 'torch/_C/_nvtx.pyi' 2025-09-07T06:38:17.0574729Z adding 'torch/_C/_onnx.pyi' 2025-09-07T06:38:17.0578886Z adding 'torch/_C/_profiler.pyi' 2025-09-07T06:38:17.0581825Z adding 'torch/_C/_verbose.pyi' 2025-09-07T06:38:17.0585614Z adding 'torch/_C/_dynamo/__init__.pyi' 2025-09-07T06:38:17.0588583Z adding 'torch/_C/_dynamo/compiled_autograd.pyi' 2025-09-07T06:38:17.0591949Z adding 'torch/_C/_dynamo/eval_frame.pyi' 2025-09-07T06:38:17.0596656Z adding 'torch/_C/_dynamo/guards.pyi' 2025-09-07T06:38:17.0601999Z adding 'torch/_C/_export/__init__.pyi' 2025-09-07T06:38:17.0603900Z adding 'torch/_C/_export/pt2_archive_constants.pyi' 2025-09-07T06:38:17.0607773Z adding 'torch/_C_flatbuffer/__init__.pyi' 2025-09-07T06:38:17.0611647Z adding 'torch/_awaits/__init__.py' 2025-09-07T06:38:17.0615484Z adding 'torch/_custom_op/__init__.py' 2025-09-07T06:38:17.0621232Z adding 'torch/_custom_op/autograd.py' 2025-09-07T06:38:17.0631550Z adding 'torch/_custom_op/impl.py' 2025-09-07T06:38:17.0639938Z adding 'torch/_decomp/__init__.py' 2025-09-07T06:38:17.0699967Z adding 'torch/_decomp/decompositions.py' 2025-09-07T06:38:17.0709482Z adding 'torch/_decomp/decompositions_for_jvp.py' 2025-09-07T06:38:17.0714917Z adding 'torch/_decomp/decompositions_for_rng.py' 2025-09-07T06:38:17.0718860Z adding 'torch/_dispatch/__init__.py' 2025-09-07T06:38:17.0723435Z adding 'torch/_dispatch/python.py' 2025-09-07T06:38:17.0729619Z adding 'torch/_dynamo/__init__.py' 2025-09-07T06:38:17.0735466Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2025-09-07T06:38:17.0740396Z adding 'torch/_dynamo/aot_compile.py' 2025-09-07T06:38:17.0745718Z adding 'torch/_dynamo/bytecode_analysis.py' 2025-09-07T06:38:17.0770296Z adding 'torch/_dynamo/bytecode_transformation.py' 2025-09-07T06:38:17.0776939Z adding 'torch/_dynamo/cache_size.py' 2025-09-07T06:38:17.0781306Z adding 'torch/_dynamo/callback.py' 2025-09-07T06:38:17.0784797Z adding 'torch/_dynamo/code_context.py' 2025-09-07T06:38:17.0795459Z adding 'torch/_dynamo/codegen.py' 2025-09-07T06:38:17.0820086Z adding 'torch/_dynamo/compiled_autograd.py' 2025-09-07T06:38:17.0828585Z adding 'torch/_dynamo/comptime.py' 2025-09-07T06:38:17.0843632Z adding 'torch/_dynamo/config.py' 2025-09-07T06:38:17.0870538Z adding 'torch/_dynamo/convert_frame.py' 2025-09-07T06:38:17.0876084Z adding 'torch/_dynamo/create_parameter_op.py' 2025-09-07T06:38:17.0879208Z adding 'torch/_dynamo/current_scope_id.py' 2025-09-07T06:38:17.0892030Z adding 'torch/_dynamo/debug_utils.py' 2025-09-07T06:38:17.0906856Z adding 'torch/_dynamo/decorators.py' 2025-09-07T06:38:17.0914459Z adding 'torch/_dynamo/device_interface.py' 2025-09-07T06:38:17.0918453Z adding 'torch/_dynamo/distributed.py' 2025-09-07T06:38:17.0951271Z adding 'torch/_dynamo/eval_frame.py' 2025-09-07T06:38:17.0963354Z adding 'torch/_dynamo/exc.py' 2025-09-07T06:38:17.0969261Z adding 'torch/_dynamo/external_utils.py' 2025-09-07T06:38:17.0977948Z adding 'torch/_dynamo/funcname_cache.py' 2025-09-07T06:38:17.0981514Z adding 'torch/_dynamo/functional_export.py' 2025-09-07T06:38:17.0985032Z adding 'torch/_dynamo/graph_break_hints.py' 2025-09-07T06:38:17.1011317Z adding 'torch/_dynamo/graph_break_registry.json' 2025-09-07T06:38:17.1023207Z adding 'torch/_dynamo/graph_deduplication.py' 2025-09-07T06:38:17.1031568Z adding 'torch/_dynamo/graph_region_tracker.py' 2025-09-07T06:38:17.1035414Z adding 'torch/_dynamo/graph_utils.py' 2025-09-07T06:38:17.1094209Z adding 'torch/_dynamo/guards.py' 2025-09-07T06:38:17.1101088Z adding 'torch/_dynamo/hooks.py' 2025-09-07T06:38:17.1104731Z adding 'torch/_dynamo/logging.py' 2025-09-07T06:38:17.1109531Z adding 'torch/_dynamo/metrics_context.py' 2025-09-07T06:38:17.1113837Z adding 'torch/_dynamo/mutation_guard.py' 2025-09-07T06:38:17.1169503Z adding 'torch/_dynamo/output_graph.py' 2025-09-07T06:38:17.1184832Z adding 'torch/_dynamo/package.py' 2025-09-07T06:38:17.1198909Z adding 'torch/_dynamo/pgo.py' 2025-09-07T06:38:17.1205482Z adding 'torch/_dynamo/precompile_context.py' 2025-09-07T06:38:17.1210799Z adding 'torch/_dynamo/profiler.py' 2025-09-07T06:38:17.1214977Z adding 'torch/_dynamo/replay_record.py' 2025-09-07T06:38:17.1224600Z adding 'torch/_dynamo/resume_execution.py' 2025-09-07T06:38:17.1242290Z adding 'torch/_dynamo/side_effects.py' 2025-09-07T06:38:17.1253784Z adding 'torch/_dynamo/source.py' 2025-09-07T06:38:17.1318600Z adding 'torch/_dynamo/symbolic_convert.py' 2025-09-07T06:38:17.1327252Z adding 'torch/_dynamo/tensor_version_op.py' 2025-09-07T06:38:17.1332704Z adding 'torch/_dynamo/test_case.py' 2025-09-07T06:38:17.1336279Z adding 'torch/_dynamo/test_dont_skip_tracing_functions.py' 2025-09-07T06:38:17.1342365Z adding 'torch/_dynamo/test_minifier_common.py' 2025-09-07T06:38:17.1349990Z adding 'torch/_dynamo/testing.py' 2025-09-07T06:38:17.1389071Z adding 'torch/_dynamo/trace_rules.py' 2025-09-07T06:38:17.1396591Z adding 'torch/_dynamo/types.py' 2025-09-07T06:38:17.1458981Z adding 'torch/_dynamo/utils.py' 2025-09-07T06:38:17.1466861Z adding 'torch/_dynamo/backends/__init__.py' 2025-09-07T06:38:17.1471046Z adding 'torch/_dynamo/backends/common.py' 2025-09-07T06:38:17.1476658Z adding 'torch/_dynamo/backends/cudagraphs.py' 2025-09-07T06:38:17.1484047Z adding 'torch/_dynamo/backends/debugging.py' 2025-09-07T06:38:17.1496281Z adding 'torch/_dynamo/backends/distributed.py' 2025-09-07T06:38:17.1499916Z adding 'torch/_dynamo/backends/inductor.py' 2025-09-07T06:38:17.1503216Z adding 'torch/_dynamo/backends/onnxrt.py' 2025-09-07T06:38:17.1507594Z adding 'torch/_dynamo/backends/registry.py' 2025-09-07T06:38:17.1510671Z adding 'torch/_dynamo/backends/tensorrt.py' 2025-09-07T06:38:17.1513854Z adding 'torch/_dynamo/backends/torchxla.py' 2025-09-07T06:38:17.1518698Z adding 'torch/_dynamo/backends/tvm.py' 2025-09-07T06:38:17.1525742Z adding 'torch/_dynamo/polyfills/__init__.py' 2025-09-07T06:38:17.1529644Z adding 'torch/_dynamo/polyfills/_collections.py' 2025-09-07T06:38:17.1533219Z adding 'torch/_dynamo/polyfills/builtins.py' 2025-09-07T06:38:17.1536434Z adding 'torch/_dynamo/polyfills/functools.py' 2025-09-07T06:38:17.1539620Z adding 'torch/_dynamo/polyfills/fx.py' 2025-09-07T06:38:17.1544272Z adding 'torch/_dynamo/polyfills/itertools.py' 2025-09-07T06:38:17.1547603Z adding 'torch/_dynamo/polyfills/loader.py' 2025-09-07T06:38:17.1551164Z adding 'torch/_dynamo/polyfills/operator.py' 2025-09-07T06:38:17.1554420Z adding 'torch/_dynamo/polyfills/os.py' 2025-09-07T06:38:17.1560481Z adding 'torch/_dynamo/polyfills/pytree.py' 2025-09-07T06:38:17.1564002Z adding 'torch/_dynamo/polyfills/struct.py' 2025-09-07T06:38:17.1566893Z adding 'torch/_dynamo/polyfills/sys.py' 2025-09-07T06:38:17.1570253Z adding 'torch/_dynamo/polyfills/tensor.py' 2025-09-07T06:38:17.1573869Z adding 'torch/_dynamo/repro/__init__.py' 2025-09-07T06:38:17.1589317Z adding 'torch/_dynamo/repro/after_aot.py' 2025-09-07T06:38:17.1599018Z adding 'torch/_dynamo/repro/after_dynamo.py' 2025-09-07T06:38:17.1608289Z adding 'torch/_dynamo/repro/aoti.py' 2025-09-07T06:38:17.1614350Z adding 'torch/_dynamo/variables/__init__.py' 2025-09-07T06:38:17.1623943Z adding 'torch/_dynamo/variables/base.py' 2025-09-07T06:38:17.1678952Z adding 'torch/_dynamo/variables/builder.py' 2025-09-07T06:38:17.1715981Z adding 'torch/_dynamo/variables/builtin.py' 2025-09-07T06:38:17.1724220Z adding 'torch/_dynamo/variables/constant.py' 2025-09-07T06:38:17.1738886Z adding 'torch/_dynamo/variables/ctx_manager.py' 2025-09-07T06:38:17.1755454Z adding 'torch/_dynamo/variables/dicts.py' 2025-09-07T06:38:17.1763057Z adding 'torch/_dynamo/variables/distributed.py' 2025-09-07T06:38:17.1794836Z adding 'torch/_dynamo/variables/functions.py' 2025-09-07T06:38:17.1840742Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2025-09-07T06:38:17.1851604Z adding 'torch/_dynamo/variables/iter.py' 2025-09-07T06:38:17.1857595Z adding 'torch/_dynamo/variables/lazy.py' 2025-09-07T06:38:17.1873405Z adding 'torch/_dynamo/variables/lists.py' 2025-09-07T06:38:17.1898744Z adding 'torch/_dynamo/variables/misc.py' 2025-09-07T06:38:17.1917316Z adding 'torch/_dynamo/variables/nn_module.py' 2025-09-07T06:38:17.1925415Z adding 'torch/_dynamo/variables/optimizer.py' 2025-09-07T06:38:17.1929875Z adding 'torch/_dynamo/variables/script_object.py' 2025-09-07T06:38:17.1933570Z adding 'torch/_dynamo/variables/sdpa.py' 2025-09-07T06:38:17.1956646Z adding 'torch/_dynamo/variables/tensor.py' 2025-09-07T06:38:17.1982747Z adding 'torch/_dynamo/variables/torch.py' 2025-09-07T06:38:17.1994393Z adding 'torch/_dynamo/variables/torch_function.py' 2025-09-07T06:38:17.2023210Z adding 'torch/_dynamo/variables/user_defined.py' 2025-09-07T06:38:17.2030753Z adding 'torch/_export/__init__.py' 2025-09-07T06:38:17.2053314Z adding 'torch/_export/converter.py' 2025-09-07T06:38:17.2058184Z adding 'torch/_export/error.py' 2025-09-07T06:38:17.2073474Z adding 'torch/_export/non_strict_utils.py' 2025-09-07T06:38:17.2081146Z adding 'torch/_export/pass_base.py' 2025-09-07T06:38:17.2085604Z adding 'torch/_export/tools.py' 2025-09-07T06:38:17.2108084Z adding 'torch/_export/utils.py' 2025-09-07T06:38:17.2116980Z adding 'torch/_export/verifier.py' 2025-09-07T06:38:17.2122383Z adding 'torch/_export/wrappers.py' 2025-09-07T06:38:17.2126400Z adding 'torch/_export/db/__init__.py' 2025-09-07T06:38:17.2130659Z adding 'torch/_export/db/case.py' 2025-09-07T06:38:17.2134091Z adding 'torch/_export/db/gen_example.py' 2025-09-07T06:38:17.2137350Z adding 'torch/_export/db/logging.py' 2025-09-07T06:38:17.2142570Z adding 'torch/_export/db/examples/__init__.py' 2025-09-07T06:38:17.2145860Z adding 'torch/_export/db/examples/assume_constant_result.py' 2025-09-07T06:38:17.2148870Z adding 'torch/_export/db/examples/autograd_function.py' 2025-09-07T06:38:17.2151965Z adding 'torch/_export/db/examples/class_method.py' 2025-09-07T06:38:17.2155189Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2025-09-07T06:38:17.2158554Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2025-09-07T06:38:17.2161875Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2025-09-07T06:38:17.2165075Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2025-09-07T06:38:17.2168136Z adding 'torch/_export/db/examples/cond_operands.py' 2025-09-07T06:38:17.2171377Z adding 'torch/_export/db/examples/cond_predicate.py' 2025-09-07T06:38:17.2174634Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2025-09-07T06:38:17.2177813Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2025-09-07T06:38:17.2180832Z adding 'torch/_export/db/examples/decorator.py' 2025-09-07T06:38:17.2183792Z adding 'torch/_export/db/examples/dictionary.py' 2025-09-07T06:38:17.2186950Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2025-09-07T06:38:17.2189867Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2025-09-07T06:38:17.2193273Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2025-09-07T06:38:17.2196025Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2025-09-07T06:38:17.2199235Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2025-09-07T06:38:17.2202084Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2025-09-07T06:38:17.2205137Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2025-09-07T06:38:17.2208141Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2025-09-07T06:38:17.2211228Z adding 'torch/_export/db/examples/list_contains.py' 2025-09-07T06:38:17.2214327Z adding 'torch/_export/db/examples/list_unpack.py' 2025-09-07T06:38:17.2217527Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2025-09-07T06:38:17.2220505Z adding 'torch/_export/db/examples/nested_function.py' 2025-09-07T06:38:17.2223614Z adding 'torch/_export/db/examples/null_context_manager.py' 2025-09-07T06:38:17.2226587Z adding 'torch/_export/db/examples/optional_input.py' 2025-09-07T06:38:17.2229605Z adding 'torch/_export/db/examples/pytree_flatten.py' 2025-09-07T06:38:17.2232643Z adding 'torch/_export/db/examples/scalar_output.py' 2025-09-07T06:38:17.2235835Z adding 'torch/_export/db/examples/specialized_attribute.py' 2025-09-07T06:38:17.2238726Z adding 'torch/_export/db/examples/static_for_loop.py' 2025-09-07T06:38:17.2241767Z adding 'torch/_export/db/examples/static_if.py' 2025-09-07T06:38:17.2244650Z adding 'torch/_export/db/examples/tensor_setattr.py' 2025-09-07T06:38:17.2247777Z adding 'torch/_export/db/examples/type_reflection_method.py' 2025-09-07T06:38:17.2250678Z adding 'torch/_export/db/examples/unsupported_operator.py' 2025-09-07T06:38:17.2253811Z adding 'torch/_export/db/examples/user_input_mutation.py' 2025-09-07T06:38:17.2257595Z adding 'torch/_export/pass_infra/__init__.py' 2025-09-07T06:38:17.2260590Z adding 'torch/_export/pass_infra/node_metadata.py' 2025-09-07T06:38:17.2263834Z adding 'torch/_export/pass_infra/proxy_value.py' 2025-09-07T06:38:17.2267579Z adding 'torch/_export/passes/__init__.py' 2025-09-07T06:38:17.2271447Z adding 'torch/_export/passes/_node_metadata_hook.py' 2025-09-07T06:38:17.2277025Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2025-09-07T06:38:17.2281468Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2025-09-07T06:38:17.2287376Z adding 'torch/_export/passes/constant_folding.py' 2025-09-07T06:38:17.2291395Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2025-09-07T06:38:17.2295234Z adding 'torch/_export/passes/insert_custom_op_guards.py' 2025-09-07T06:38:17.2302730Z adding 'torch/_export/passes/lift_constants_pass.py' 2025-09-07T06:38:17.2306627Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2025-09-07T06:38:17.2311461Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2025-09-07T06:38:17.2321405Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2025-09-07T06:38:17.2325969Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2025-09-07T06:38:17.2329578Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2025-09-07T06:38:17.2334446Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2025-09-07T06:38:17.2338485Z adding 'torch/_export/serde/__init__.py' 2025-09-07T06:38:17.2344073Z adding 'torch/_export/serde/dynamic_shapes.py' 2025-09-07T06:38:17.2349062Z adding 'torch/_export/serde/export_schema.thrift' 2025-09-07T06:38:17.2355736Z adding 'torch/_export/serde/schema.py' 2025-09-07T06:38:17.2360889Z adding 'torch/_export/serde/schema.yaml' 2025-09-07T06:38:17.2369608Z adding 'torch/_export/serde/schema_check.py' 2025-09-07T06:38:17.2417757Z adding 'torch/_export/serde/serialize.py' 2025-09-07T06:38:17.2424734Z adding 'torch/_export/serde/union.py' 2025-09-07T06:38:17.2428838Z adding 'torch/_functorch/__init__.py' 2025-09-07T06:38:17.2457340Z adding 'torch/_functorch/aot_autograd.py' 2025-09-07T06:38:17.2466246Z adding 'torch/_functorch/apis.py' 2025-09-07T06:38:17.2477439Z adding 'torch/_functorch/autograd_function.py' 2025-09-07T06:38:17.2511274Z adding 'torch/_functorch/batch_norm_replacement.py' 2025-09-07T06:38:17.2515770Z adding 'torch/_functorch/benchmark_utils.py' 2025-09-07T06:38:17.2520775Z adding 'torch/_functorch/compile_utils.py' 2025-09-07T06:38:17.2527273Z adding 'torch/_functorch/compilers.py' 2025-09-07T06:38:17.2535788Z adding 'torch/_functorch/config.py' 2025-09-07T06:38:17.2540159Z adding 'torch/_functorch/deprecated.py' 2025-09-07T06:38:17.2564629Z adding 'torch/_functorch/eager_transforms.py' 2025-09-07T06:38:17.2571756Z adding 'torch/_functorch/functional_call.py' 2025-09-07T06:38:17.2579149Z adding 'torch/_functorch/fx_minifier.py' 2025-09-07T06:38:17.2587559Z adding 'torch/_functorch/make_functional.py' 2025-09-07T06:38:17.2629125Z adding 'torch/_functorch/partitioners.py' 2025-09-07T06:38:17.2635723Z adding 'torch/_functorch/predispatch.py' 2025-09-07T06:38:17.2641143Z adding 'torch/_functorch/pyfunctorch.py' 2025-09-07T06:38:17.2644421Z adding 'torch/_functorch/python_key.py' 2025-09-07T06:38:17.2647609Z adding 'torch/_functorch/pytree_hacks.py' 2025-09-07T06:38:17.2655942Z adding 'torch/_functorch/top_operators_github_usage.py' 2025-09-07T06:38:17.2659742Z adding 'torch/_functorch/utils.py' 2025-09-07T06:38:17.2667262Z adding 'torch/_functorch/vmap.py' 2025-09-07T06:38:17.2671808Z adding 'torch/_functorch/_activation_checkpointing/__init__.py' 2025-09-07T06:38:17.2675827Z adding 'torch/_functorch/_activation_checkpointing/ac_logging_utils.py' 2025-09-07T06:38:17.2681488Z adding 'torch/_functorch/_activation_checkpointing/graph_info_provider.py' 2025-09-07T06:38:17.2685928Z adding 'torch/_functorch/_activation_checkpointing/knapsack.py' 2025-09-07T06:38:17.2691286Z adding 'torch/_functorch/_activation_checkpointing/knapsack_evaluator.py' 2025-09-07T06:38:17.2695724Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2025-09-07T06:38:17.2718106Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2025-09-07T06:38:17.2736835Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2025-09-07T06:38:17.2748078Z adding 'torch/_functorch/_aot_autograd/descriptors.py' 2025-09-07T06:38:17.2754276Z adding 'torch/_functorch/_aot_autograd/frontend_utils.py' 2025-09-07T06:38:17.2763348Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2025-09-07T06:38:17.2769127Z adding 'torch/_functorch/_aot_autograd/fx_utils.py' 2025-09-07T06:38:17.2776467Z adding 'torch/_functorch/_aot_autograd/graph_capture.py' 2025-09-07T06:38:17.2799141Z adding 'torch/_functorch/_aot_autograd/graph_capture_wrappers.py' 2025-09-07T06:38:17.2831481Z adding 'torch/_functorch/_aot_autograd/graph_compile.py' 2025-09-07T06:38:17.2841029Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2025-09-07T06:38:17.2845625Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2025-09-07T06:38:17.2886033Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2025-09-07T06:38:17.2910785Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2025-09-07T06:38:17.2915927Z adding 'torch/_functorch/_aot_autograd/subclass_parametrization.py' 2025-09-07T06:38:17.2924207Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2025-09-07T06:38:17.2933547Z adding 'torch/_functorch/_aot_autograd/utils.py' 2025-09-07T06:38:17.2938510Z adding 'torch/_higher_order_ops/__init__.py' 2025-09-07T06:38:17.2941885Z adding 'torch/_higher_order_ops/_invoke_quant.py' 2025-09-07T06:38:17.2945982Z adding 'torch/_higher_order_ops/aoti_call_delegate.py' 2025-09-07T06:38:17.2954155Z adding 'torch/_higher_order_ops/associative_scan.py' 2025-09-07T06:38:17.2967153Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2025-09-07T06:38:17.2973711Z adding 'torch/_higher_order_ops/base_hop.py' 2025-09-07T06:38:17.2985078Z adding 'torch/_higher_order_ops/cond.py' 2025-09-07T06:38:17.2991202Z adding 'torch/_higher_order_ops/effects.py' 2025-09-07T06:38:17.2995718Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2025-09-07T06:38:17.2999807Z adding 'torch/_higher_order_ops/flat_apply.py' 2025-09-07T06:38:17.3012012Z adding 'torch/_higher_order_ops/flex_attention.py' 2025-09-07T06:38:17.3016119Z adding 'torch/_higher_order_ops/foreach_map.py' 2025-09-07T06:38:17.3020015Z adding 'torch/_higher_order_ops/hints_wrap.py' 2025-09-07T06:38:17.3029748Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2025-09-07T06:38:17.3035965Z adding 'torch/_higher_order_ops/map.py' 2025-09-07T06:38:17.3040413Z adding 'torch/_higher_order_ops/out_dtype.py' 2025-09-07T06:38:17.3043932Z adding 'torch/_higher_order_ops/run_const_graph.py' 2025-09-07T06:38:17.3059418Z adding 'torch/_higher_order_ops/scan.py' 2025-09-07T06:38:17.3065937Z adding 'torch/_higher_order_ops/schema.py' 2025-09-07T06:38:17.3070039Z adding 'torch/_higher_order_ops/strict_mode.py' 2025-09-07T06:38:17.3074586Z adding 'torch/_higher_order_ops/torchbind.py' 2025-09-07T06:38:17.3103881Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2025-09-07T06:38:17.3124593Z adding 'torch/_higher_order_ops/utils.py' 2025-09-07T06:38:17.3138874Z adding 'torch/_higher_order_ops/while_loop.py' 2025-09-07T06:38:17.3145860Z adding 'torch/_higher_order_ops/wrap.py' 2025-09-07T06:38:17.3151598Z adding 'torch/_inductor/__autotune_main__.py' 2025-09-07T06:38:17.3158310Z adding 'torch/_inductor/__init__.py' 2025-09-07T06:38:17.3162921Z adding 'torch/_inductor/analyze_preserves_zero_mask.py' 2025-09-07T06:38:17.3168192Z adding 'torch/_inductor/aoti_eager.py' 2025-09-07T06:38:17.3178434Z adding 'torch/_inductor/async_compile.py' 2025-09-07T06:38:17.3189608Z adding 'torch/_inductor/autotune_process.py' 2025-09-07T06:38:17.3194630Z adding 'torch/_inductor/await_utils.py' 2025-09-07T06:38:17.3200042Z adding 'torch/_inductor/bounds.py' 2025-09-07T06:38:17.3207450Z adding 'torch/_inductor/choices.py' 2025-09-07T06:38:17.3265722Z adding 'torch/_inductor/codecache.py' 2025-09-07T06:38:17.3274700Z adding 'torch/_inductor/comm_analysis.py' 2025-09-07T06:38:17.3280659Z adding 'torch/_inductor/comm_lowering.py' 2025-09-07T06:38:17.3303923Z adding 'torch/_inductor/comms.py' 2025-09-07T06:38:17.3310021Z adding 'torch/_inductor/comms_debug.py' 2025-09-07T06:38:17.3349966Z adding 'torch/_inductor/compile_fx.py' 2025-09-07T06:38:17.3358650Z adding 'torch/_inductor/compile_fx_async.py' 2025-09-07T06:38:17.3367885Z adding 'torch/_inductor/compile_fx_ext.py' 2025-09-07T06:38:17.3372268Z adding 'torch/_inductor/compile_fx_subproc.py' 2025-09-07T06:38:17.3380456Z adding 'torch/_inductor/compiler_bisector.py' 2025-09-07T06:38:17.3414843Z adding 'torch/_inductor/config.py' 2025-09-07T06:38:17.3423005Z adding 'torch/_inductor/constant_folding.py' 2025-09-07T06:38:17.3449348Z adding 'torch/_inductor/cpp_builder.py' 2025-09-07T06:38:17.3458064Z adding 'torch/_inductor/cpu_vec_isa.py' 2025-09-07T06:38:17.3497682Z adding 'torch/_inductor/cudagraph_trees.py' 2025-09-07T06:38:17.3506313Z adding 'torch/_inductor/cudagraph_utils.py' 2025-09-07T06:38:17.3510568Z adding 'torch/_inductor/custom_graph_pass.py' 2025-09-07T06:38:17.3525997Z adding 'torch/_inductor/debug.py' 2025-09-07T06:38:17.3540626Z adding 'torch/_inductor/decomposition.py' 2025-09-07T06:38:17.3553044Z adding 'torch/_inductor/dependencies.py' 2025-09-07T06:38:17.3558936Z adding 'torch/_inductor/dtype_propagation.py' 2025-09-07T06:38:17.3563153Z adding 'torch/_inductor/exc.py' 2025-09-07T06:38:17.3566365Z adding 'torch/_inductor/extern_node_serializer.py' 2025-09-07T06:38:17.3571752Z adding 'torch/_inductor/freezing.py' 2025-09-07T06:38:17.3575340Z adding 'torch/_inductor/freezing_utils.py' 2025-09-07T06:38:17.3588956Z adding 'torch/_inductor/fuzzer.py' 2025-09-07T06:38:17.3595910Z adding 'torch/_inductor/fx_utils.py' 2025-09-07T06:38:17.3633105Z adding 'torch/_inductor/graph.py' 2025-09-07T06:38:17.3638512Z adding 'torch/_inductor/hooks.py' 2025-09-07T06:38:17.3644698Z adding 'torch/_inductor/index_propagation.py' 2025-09-07T06:38:17.3649549Z adding 'torch/_inductor/inductor_prims.py' 2025-09-07T06:38:17.3756333Z adding 'torch/_inductor/ir.py' 2025-09-07T06:38:17.3768895Z adding 'torch/_inductor/jagged_lowerings.py' 2025-09-07T06:38:17.3774030Z adding 'torch/_inductor/kernel_inputs.py' 2025-09-07T06:38:17.3778099Z adding 'torch/_inductor/kernel_template_choice.py' 2025-09-07T06:38:17.3788351Z adding 'torch/_inductor/loop_body.py' 2025-09-07T06:38:17.3880922Z adding 'torch/_inductor/lowering.py' 2025-09-07T06:38:17.3899085Z adding 'torch/_inductor/memory.py' 2025-09-07T06:38:17.3906290Z adding 'torch/_inductor/metrics.py' 2025-09-07T06:38:17.3917393Z adding 'torch/_inductor/mkldnn_ir.py' 2025-09-07T06:38:17.3930298Z adding 'torch/_inductor/mkldnn_lowerings.py' 2025-09-07T06:38:17.3936324Z adding 'torch/_inductor/mock_cache.py' 2025-09-07T06:38:17.3947521Z adding 'torch/_inductor/ops_handler.py' 2025-09-07T06:38:17.3952353Z adding 'torch/_inductor/optimize_indexing.py' 2025-09-07T06:38:17.3963532Z adding 'torch/_inductor/output_code.py' 2025-09-07T06:38:17.3993634Z adding 'torch/_inductor/pattern_matcher.py' 2025-09-07T06:38:17.3999597Z adding 'torch/_inductor/quantized_lowerings.py' 2025-09-07T06:38:17.4005689Z adding 'torch/_inductor/remote_cache.py' 2025-09-07T06:38:17.4009112Z adding 'torch/_inductor/remote_gemm_autotune_cache.py' 2025-09-07T06:38:17.4081105Z adding 'torch/_inductor/scheduler.py' 2025-09-07T06:38:17.4089004Z adding 'torch/_inductor/script.ld' 2025-09-07T06:38:17.4135394Z adding 'torch/_inductor/select_algorithm.py' 2025-09-07T06:38:17.4142155Z adding 'torch/_inductor/shape_propagation.py' 2025-09-07T06:38:17.4156429Z adding 'torch/_inductor/sizevars.py' 2025-09-07T06:38:17.4162655Z adding 'torch/_inductor/standalone_compile.py' 2025-09-07T06:38:17.4167911Z adding 'torch/_inductor/subgraph_lowering.py' 2025-09-07T06:38:17.4171055Z adding 'torch/_inductor/test_case.py' 2025-09-07T06:38:17.4174331Z adding 'torch/_inductor/test_operators.py' 2025-09-07T06:38:17.4184574Z adding 'torch/_inductor/tiling_utils.py' 2025-09-07T06:38:17.4191572Z adding 'torch/_inductor/triton_bundler.py' 2025-09-07T06:38:17.4237458Z adding 'torch/_inductor/utils.py' 2025-09-07T06:38:17.4246581Z adding 'torch/_inductor/virtualized.py' 2025-09-07T06:38:17.4254205Z adding 'torch/_inductor/wrapper_benchmark.py' 2025-09-07T06:38:17.4258283Z adding 'torch/_inductor/analysis/__init__.py' 2025-09-07T06:38:17.4262467Z adding 'torch/_inductor/analysis/device_info.py' 2025-09-07T06:38:17.4272961Z adding 'torch/_inductor/analysis/profile_analysis.py' 2025-09-07T06:38:17.4277395Z adding 'torch/_inductor/autoheuristic/__init__.py' 2025-09-07T06:38:17.4282971Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2025-09-07T06:38:17.4288551Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2025-09-07T06:38:17.4292902Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2025-09-07T06:38:17.4296476Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2025-09-07T06:38:17.4304362Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2025-09-07T06:38:17.4312536Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2025-09-07T06:38:17.4317320Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2025-09-07T06:38:17.4321529Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2025-09-07T06:38:17.4325619Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2025-09-07T06:38:17.4328584Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2025-09-07T06:38:17.4332823Z adding 'torch/_inductor/codegen/__init__.py' 2025-09-07T06:38:17.4336089Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2025-09-07T06:38:17.4340680Z adding 'torch/_inductor/codegen/block_analysis.py' 2025-09-07T06:38:17.4373148Z adding 'torch/_inductor/codegen/common.py' 2025-09-07T06:38:17.4447230Z adding 'torch/_inductor/codegen/cpp.py' 2025-09-07T06:38:17.4457677Z adding 'torch/_inductor/codegen/cpp_bmm_template.py' 2025-09-07T06:38:17.4471717Z adding 'torch/_inductor/codegen/cpp_flex_attention_template.py' 2025-09-07T06:38:17.4497547Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2025-09-07T06:38:17.4506797Z adding 'torch/_inductor/codegen/cpp_grouped_gemm_template.py' 2025-09-07T06:38:17.4527971Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2025-09-07T06:38:17.4533852Z adding 'torch/_inductor/codegen/cpp_template.py' 2025-09-07T06:38:17.4542816Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2025-09-07T06:38:17.4553555Z adding 'torch/_inductor/codegen/cpp_utils.py' 2025-09-07T06:38:17.4592950Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2025-09-07T06:38:17.4608368Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2025-09-07T06:38:17.4619678Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2025-09-07T06:38:17.4624689Z adding 'torch/_inductor/codegen/cpp_wrapper_mps.py' 2025-09-07T06:38:17.4627971Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2025-09-07T06:38:17.4632105Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2025-09-07T06:38:17.4637495Z adding 'torch/_inductor/codegen/debug_utils.py' 2025-09-07T06:38:17.4659080Z adding 'torch/_inductor/codegen/halide.py' 2025-09-07T06:38:17.4670275Z adding 'torch/_inductor/codegen/memory_planning.py' 2025-09-07T06:38:17.4684169Z adding 'torch/_inductor/codegen/mps.py' 2025-09-07T06:38:17.4688432Z adding 'torch/_inductor/codegen/mps_device_op_overrides.py' 2025-09-07T06:38:17.4696333Z adding 'torch/_inductor/codegen/multi_kernel.py' 2025-09-07T06:38:17.4700167Z adding 'torch/_inductor/codegen/python_wrapper_mtia.py' 2025-09-07T06:38:17.4704601Z adding 'torch/_inductor/codegen/segmented_tree.py' 2025-09-07T06:38:17.4740494Z adding 'torch/_inductor/codegen/simd.py' 2025-09-07T06:38:17.4751598Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2025-09-07T06:38:17.4756812Z adding 'torch/_inductor/codegen/subgraph.py' 2025-09-07T06:38:17.4823687Z adding 'torch/_inductor/codegen/triton.py' 2025-09-07T06:38:17.4843136Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2025-09-07T06:38:17.4848866Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2025-09-07T06:38:17.4854320Z adding 'torch/_inductor/codegen/triton_utils.py' 2025-09-07T06:38:17.4903227Z adding 'torch/_inductor/codegen/wrapper.py' 2025-09-07T06:38:17.4917801Z adding 'torch/_inductor/codegen/wrapper_fxir.py' 2025-09-07T06:38:17.4925081Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2025-09-07T06:38:17.4929334Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2025-09-07T06:38:17.4935161Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2025-09-07T06:38:17.4938620Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2025-09-07T06:38:17.4947789Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2025-09-07T06:38:17.4954404Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2025-09-07T06:38:17.4958555Z adding 'torch/_inductor/codegen/cuda/cutlass_cache.py' 2025-09-07T06:38:17.4962242Z adding 'torch/_inductor/codegen/cuda/cutlass_presets.py' 2025-09-07T06:38:17.4968062Z adding 'torch/_inductor/codegen/cuda/cutlass_python_evt.py' 2025-09-07T06:38:17.4975575Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2025-09-07T06:38:17.4981592Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2025-09-07T06:38:17.5005414Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2025-09-07T06:38:17.5013482Z adding 'torch/_inductor/codegen/cuda/serialization.py' 2025-09-07T06:38:17.5017722Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2025-09-07T06:38:17.5023063Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/evt_extensions.py' 2025-09-07T06:38:17.5029787Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2025-09-07T06:38:17.5034053Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/__init__.py' 2025-09-07T06:38:17.5037797Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda/__init__.py' 2025-09-07T06:38:17.5040604Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda/cuda.py' 2025-09-07T06:38:17.5043545Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda/cudart.py' 2025-09-07T06:38:17.5047214Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/pydot/__init__.py' 2025-09-07T06:38:17.5050695Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy/__init__.py' 2025-09-07T06:38:17.5053587Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy/special.py' 2025-09-07T06:38:17.5057032Z adding 'torch/_inductor/codegen/cutedsl/__init__.py' 2025-09-07T06:38:17.5063984Z adding 'torch/_inductor/codegen/cutedsl/cutedsl_kernel.py' 2025-09-07T06:38:17.5069621Z adding 'torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py' 2025-09-07T06:38:17.5074104Z adding 'torch/_inductor/codegen/cutedsl/cutedsl_scheduling.py' 2025-09-07T06:38:17.5078838Z adding 'torch/_inductor/codegen/cutedsl/cutedsl_template.py' 2025-09-07T06:38:17.5082601Z adding 'torch/_inductor/codegen/mtia/__init__.py' 2025-09-07T06:38:17.5085612Z adding 'torch/_inductor/codegen/mtia/device_op_overrides.py' 2025-09-07T06:38:17.5089507Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2025-09-07T06:38:17.5097778Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2025-09-07T06:38:17.5102125Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2025-09-07T06:38:17.5105634Z adding 'torch/_inductor/codegen/rocm/ck_tile_template.py' 2025-09-07T06:38:17.5116496Z adding 'torch/_inductor/codegen/rocm/ck_tile_universal_gemm_template.py' 2025-09-07T06:38:17.5130059Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2025-09-07T06:38:17.5135131Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2025-09-07T06:38:17.5139450Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2025-09-07T06:38:17.5143422Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2025-09-07T06:38:17.5149061Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2025-09-07T06:38:17.5153938Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2025-09-07T06:38:17.5157487Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2025-09-07T06:38:17.5160323Z adding 'torch/_inductor/codegen/rocm/rocm_utils.py' 2025-09-07T06:38:17.5164032Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2025-09-07T06:38:17.5167352Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2025-09-07T06:38:17.5171120Z adding 'torch/_inductor/compile_worker/__init__.py' 2025-09-07T06:38:17.5174757Z adding 'torch/_inductor/compile_worker/__main__.py' 2025-09-07T06:38:17.5181492Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2025-09-07T06:38:17.5185810Z adding 'torch/_inductor/compile_worker/tracked_process_pool.py' 2025-09-07T06:38:17.5189174Z adding 'torch/_inductor/compile_worker/utils.py' 2025-09-07T06:38:17.5193355Z adding 'torch/_inductor/fx_passes/__init__.py' 2025-09-07T06:38:17.5202441Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2025-09-07T06:38:17.5209667Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2025-09-07T06:38:17.5218147Z adding 'torch/_inductor/fx_passes/bucketing.py' 2025-09-07T06:38:17.5227249Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2025-09-07T06:38:17.5232758Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2025-09-07T06:38:17.5236631Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2025-09-07T06:38:17.5242236Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2025-09-07T06:38:17.5247453Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2025-09-07T06:38:17.5251230Z adding 'torch/_inductor/fx_passes/fsdp.py' 2025-09-07T06:38:17.5261308Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2025-09-07T06:38:17.5277836Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2025-09-07T06:38:17.5291455Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2025-09-07T06:38:17.5305753Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2025-09-07T06:38:17.5310672Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2025-09-07T06:38:17.5328010Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2025-09-07T06:38:17.5334474Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2025-09-07T06:38:17.5345599Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2025-09-07T06:38:17.5370524Z adding 'torch/_inductor/fx_passes/post_grad.py' 2025-09-07T06:38:17.5382212Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2025-09-07T06:38:17.5418265Z adding 'torch/_inductor/fx_passes/quantization.py' 2025-09-07T06:38:17.5432798Z adding 'torch/_inductor/fx_passes/reinplace.py' 2025-09-07T06:38:17.5437377Z adding 'torch/_inductor/fx_passes/replace_random.py' 2025-09-07T06:38:17.5472414Z adding 'torch/_inductor/fx_passes/split_cat.py' 2025-09-07T06:38:17.5480212Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2025-09-07T06:38:17.5484338Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2025-09-07T06:38:17.5488958Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2025-09-07T06:38:17.5493753Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2025-09-07T06:38:17.5498474Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2025-09-07T06:38:17.5502684Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2025-09-07T06:38:17.5507191Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2025-09-07T06:38:17.5512015Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2025-09-07T06:38:17.5518508Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2025-09-07T06:38:17.5524253Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2025-09-07T06:38:17.5530179Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2025-09-07T06:38:17.5535447Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2025-09-07T06:38:17.5539896Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2025-09-07T06:38:17.5544960Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_20.py' 2025-09-07T06:38:17.5549553Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_21.py' 2025-09-07T06:38:17.5554301Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_22.py' 2025-09-07T06:38:17.5559077Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_23.py' 2025-09-07T06:38:17.5563403Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_24.py' 2025-09-07T06:38:17.5568254Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2025-09-07T06:38:17.5572485Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2025-09-07T06:38:17.5576919Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2025-09-07T06:38:17.5581367Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2025-09-07T06:38:17.5586093Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2025-09-07T06:38:17.5590760Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2025-09-07T06:38:17.5595487Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2025-09-07T06:38:17.5599281Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2025-09-07T06:38:17.5602623Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2025-09-07T06:38:17.5605826Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2025-09-07T06:38:17.5609591Z adding 'torch/_inductor/kernel/__init__.py' 2025-09-07T06:38:17.5614949Z adding 'torch/_inductor/kernel/bmm.py' 2025-09-07T06:38:17.5622973Z adding 'torch/_inductor/kernel/conv.py' 2025-09-07T06:38:17.5637566Z adding 'torch/_inductor/kernel/mm.py' 2025-09-07T06:38:17.5643116Z adding 'torch/_inductor/kernel/mm_common.py' 2025-09-07T06:38:17.5651491Z adding 'torch/_inductor/kernel/mm_grouped.py' 2025-09-07T06:38:17.5656581Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2025-09-07T06:38:17.5660634Z adding 'torch/_inductor/kernel/flex/__init__.py' 2025-09-07T06:38:17.5666405Z adding 'torch/_inductor/kernel/flex/common.py' 2025-09-07T06:38:17.5676438Z adding 'torch/_inductor/kernel/flex/flex_attention.py' 2025-09-07T06:38:17.5682810Z adding 'torch/_inductor/kernel/flex/flex_cpu.py' 2025-09-07T06:38:17.5689824Z adding 'torch/_inductor/kernel/flex/flex_decoding.py' 2025-09-07T06:38:17.5695862Z adding 'torch/_inductor/kernel/flex/templates/common.py.jinja' 2025-09-07T06:38:17.5701191Z adding 'torch/_inductor/kernel/flex/templates/flex_attention.py.jinja' 2025-09-07T06:38:17.5709949Z adding 'torch/_inductor/kernel/flex/templates/flex_backwards.py.jinja' 2025-09-07T06:38:17.5716139Z adding 'torch/_inductor/kernel/flex/templates/flex_decode.py.jinja' 2025-09-07T06:38:17.5719915Z adding 'torch/_inductor/kernel/flex/templates/utilities.py.jinja' 2025-09-07T06:38:17.5723722Z adding 'torch/_inductor/package/__init__.py' 2025-09-07T06:38:17.5726647Z adding 'torch/_inductor/package/build_package.py' 2025-09-07T06:38:17.5730790Z adding 'torch/_inductor/package/package.py' 2025-09-07T06:38:17.5734911Z adding 'torch/_inductor/runtime/__init__.py' 2025-09-07T06:38:17.5744024Z adding 'torch/_inductor/runtime/autotune_cache.py' 2025-09-07T06:38:17.5750506Z adding 'torch/_inductor/runtime/benchmarking.py' 2025-09-07T06:38:17.5754229Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2025-09-07T06:38:17.5757860Z adding 'torch/_inductor/runtime/compile_tasks.py' 2025-09-07T06:38:17.5763197Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2025-09-07T06:38:17.5767347Z adding 'torch/_inductor/runtime/debug_utils.py' 2025-09-07T06:38:17.5771314Z adding 'torch/_inductor/runtime/halide_helpers.py' 2025-09-07T06:38:17.5776418Z adding 'torch/_inductor/runtime/hints.py' 2025-09-07T06:38:17.5780986Z adding 'torch/_inductor/runtime/runtime_utils.py' 2025-09-07T06:38:17.5786605Z adding 'torch/_inductor/runtime/static_cuda_launcher.py' 2025-09-07T06:38:17.5790913Z adding 'torch/_inductor/runtime/triton_compat.py' 2025-09-07T06:38:17.5800530Z adding 'torch/_inductor/runtime/triton_helpers.py' 2025-09-07T06:38:17.5845030Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2025-09-07T06:38:17.5851701Z adding 'torch/_inductor/template_heuristics/__init__.py' 2025-09-07T06:38:17.5855408Z adding 'torch/_inductor/template_heuristics/aten.py' 2025-09-07T06:38:17.5858855Z adding 'torch/_inductor/template_heuristics/base.py' 2025-09-07T06:38:17.5862357Z adding 'torch/_inductor/template_heuristics/contiguous_mm.py' 2025-09-07T06:38:17.5866082Z adding 'torch/_inductor/template_heuristics/decompose_k.py' 2025-09-07T06:38:17.5869146Z adding 'torch/_inductor/template_heuristics/gemm.py' 2025-09-07T06:38:17.5873449Z adding 'torch/_inductor/template_heuristics/registry.py' 2025-09-07T06:38:17.5892705Z adding 'torch/_inductor/template_heuristics/triton.py' 2025-09-07T06:38:17.5898207Z adding 'torch/_inductor/template_heuristics/triton_addmm.py' 2025-09-07T06:38:17.5902170Z adding 'torch/_lazy/__init__.py' 2025-09-07T06:38:17.5906657Z adding 'torch/_lazy/closure.py' 2025-09-07T06:38:17.5909943Z adding 'torch/_lazy/computation.py' 2025-09-07T06:38:17.5913013Z adding 'torch/_lazy/config.py' 2025-09-07T06:38:17.5915935Z adding 'torch/_lazy/debug.py' 2025-09-07T06:38:17.5918911Z adding 'torch/_lazy/device_context.py' 2025-09-07T06:38:17.5924044Z adding 'torch/_lazy/extract_compiled_graph.py' 2025-09-07T06:38:17.5927157Z adding 'torch/_lazy/ir_cache.py' 2025-09-07T06:38:17.5930061Z adding 'torch/_lazy/metrics.py' 2025-09-07T06:38:17.5933285Z adding 'torch/_lazy/tensor_factory_functions.py' 2025-09-07T06:38:17.5937523Z adding 'torch/_lazy/ts_backend.py' 2025-09-07T06:38:17.5941379Z adding 'torch/_library/__init__.py' 2025-09-07T06:38:17.5946168Z adding 'torch/_library/autograd.py' 2025-09-07T06:38:17.5959219Z adding 'torch/_library/custom_ops.py' 2025-09-07T06:38:17.5966492Z adding 'torch/_library/fake_class_registry.py' 2025-09-07T06:38:17.5971971Z adding 'torch/_library/fake_impl.py' 2025-09-07T06:38:17.5978336Z adding 'torch/_library/fake_profile.py' 2025-09-07T06:38:17.5984324Z adding 'torch/_library/infer_schema.py' 2025-09-07T06:38:17.5988233Z adding 'torch/_library/simple_registry.py' 2025-09-07T06:38:17.5995057Z adding 'torch/_library/triton.py' 2025-09-07T06:38:17.6003231Z adding 'torch/_library/utils.py' 2025-09-07T06:38:17.6007659Z adding 'torch/_logging/__init__.py' 2025-09-07T06:38:17.6027128Z adding 'torch/_logging/_internal.py' 2025-09-07T06:38:17.6032898Z adding 'torch/_logging/_registrations.py' 2025-09-07T06:38:17.6036592Z adding 'torch/_logging/scribe.py' 2025-09-07T06:38:17.6040216Z adding 'torch/_logging/structured.py' 2025-09-07T06:38:17.6044230Z adding 'torch/_numpy/__init__.py' 2025-09-07T06:38:17.6047562Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2025-09-07T06:38:17.6054220Z adding 'torch/_numpy/_casting_dicts.py' 2025-09-07T06:38:17.6061150Z adding 'torch/_numpy/_dtypes.py' 2025-09-07T06:38:17.6065902Z adding 'torch/_numpy/_dtypes_impl.py' 2025-09-07T06:38:17.6069534Z adding 'torch/_numpy/_funcs.py' 2025-09-07T06:38:17.6091233Z adding 'torch/_numpy/_funcs_impl.py' 2025-09-07T06:38:17.6095617Z adding 'torch/_numpy/_getlimits.py' 2025-09-07T06:38:17.6104069Z adding 'torch/_numpy/_ndarray.py' 2025-09-07T06:38:17.6109460Z adding 'torch/_numpy/_normalizations.py' 2025-09-07T06:38:17.6115016Z adding 'torch/_numpy/_reductions_impl.py' 2025-09-07T06:38:17.6119922Z adding 'torch/_numpy/_ufuncs.py' 2025-09-07T06:38:17.6123348Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2025-09-07T06:38:17.6128300Z adding 'torch/_numpy/_util.py' 2025-09-07T06:38:17.6131752Z adding 'torch/_numpy/fft.py' 2025-09-07T06:38:17.6136562Z adding 'torch/_numpy/linalg.py' 2025-09-07T06:38:17.6142403Z adding 'torch/_numpy/random.py' 2025-09-07T06:38:17.6147975Z adding 'torch/_numpy/testing/__init__.py' 2025-09-07T06:38:17.6176664Z adding 'torch/_numpy/testing/utils.py' 2025-09-07T06:38:17.6206316Z adding 'torch/_prims/__init__.py' 2025-09-07T06:38:17.6213013Z adding 'torch/_prims/context.py' 2025-09-07T06:38:17.6216548Z adding 'torch/_prims/debug_prims.py' 2025-09-07T06:38:17.6220282Z adding 'torch/_prims/executor.py' 2025-09-07T06:38:17.6226080Z adding 'torch/_prims/rng_prims.py' 2025-09-07T06:38:17.6255385Z adding 'torch/_prims_common/__init__.py' 2025-09-07T06:38:17.6265089Z adding 'torch/_prims_common/wrappers.py' 2025-09-07T06:38:17.6339653Z adding 'torch/_refs/__init__.py' 2025-09-07T06:38:17.6348672Z adding 'torch/_refs/_conversions.py' 2025-09-07T06:38:17.6355288Z adding 'torch/_refs/fft.py' 2025-09-07T06:38:17.6362405Z adding 'torch/_refs/linalg/__init__.py' 2025-09-07T06:38:17.6366739Z adding 'torch/_refs/nn/__init__.py' 2025-09-07T06:38:17.6381181Z adding 'torch/_refs/nn/functional/__init__.py' 2025-09-07T06:38:17.6387322Z adding 'torch/_refs/special/__init__.py' 2025-09-07T06:38:17.6391322Z adding 'torch/_strobelight/__init__.py' 2025-09-07T06:38:17.6397342Z adding 'torch/_strobelight/cli_function_profiler.py' 2025-09-07T06:38:17.6403082Z adding 'torch/_strobelight/compile_time_profiler.py' 2025-09-07T06:38:17.6407363Z adding 'torch/_subclasses/__init__.py' 2025-09-07T06:38:17.6412847Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2025-09-07T06:38:17.6428945Z adding 'torch/_subclasses/fake_impls.py' 2025-09-07T06:38:17.6479693Z adding 'torch/_subclasses/fake_tensor.py' 2025-09-07T06:38:17.6488100Z adding 'torch/_subclasses/fake_utils.py' 2025-09-07T06:38:17.6500435Z adding 'torch/_subclasses/functional_tensor.py' 2025-09-07T06:38:17.6530126Z adding 'torch/_subclasses/meta_utils.py' 2025-09-07T06:38:17.6538000Z adding 'torch/_subclasses/schema_check_mode.py' 2025-09-07T06:38:17.6541895Z adding 'torch/_vendor/__init__.py' 2025-09-07T06:38:17.6545753Z adding 'torch/_vendor/packaging/__init__.py' 2025-09-07T06:38:17.6548735Z adding 'torch/_vendor/packaging/_structures.py' 2025-09-07T06:38:17.6555462Z adding 'torch/_vendor/packaging/version.py' 2025-09-07T06:38:17.6561597Z adding 'torch/accelerator/__init__.py' 2025-09-07T06:38:17.6564981Z adding 'torch/accelerator/_utils.py' 2025-09-07T06:38:17.6569225Z adding 'torch/accelerator/memory.py' 2025-09-07T06:38:17.6573152Z adding 'torch/amp/__init__.py' 2025-09-07T06:38:17.6581845Z adding 'torch/amp/autocast_mode.py' 2025-09-07T06:38:17.6593720Z adding 'torch/amp/grad_scaler.py' 2025-09-07T06:38:17.6598309Z adding 'torch/ao/__init__.py' 2025-09-07T06:38:17.6602279Z adding 'torch/ao/nn/__init__.py' 2025-09-07T06:38:17.6606171Z adding 'torch/ao/nn/intrinsic/__init__.py' 2025-09-07T06:38:17.6609958Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2025-09-07T06:38:17.6614023Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2025-09-07T06:38:17.6617865Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2025-09-07T06:38:17.6621654Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2025-09-07T06:38:17.6630131Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2025-09-07T06:38:17.6635439Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2025-09-07T06:38:17.6639705Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2025-09-07T06:38:17.6643470Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2025-09-07T06:38:17.6647190Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2025-09-07T06:38:17.6650903Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-09-07T06:38:17.6654516Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-09-07T06:38:17.6658452Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2025-09-07T06:38:17.6661901Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2025-09-07T06:38:17.6665660Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2025-09-07T06:38:17.6669931Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2025-09-07T06:38:17.6674326Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2025-09-07T06:38:17.6678086Z adding 'torch/ao/nn/qat/__init__.py' 2025-09-07T06:38:17.6681813Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2025-09-07T06:38:17.6685533Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2025-09-07T06:38:17.6688676Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2025-09-07T06:38:17.6692612Z adding 'torch/ao/nn/qat/modules/__init__.py' 2025-09-07T06:38:17.6697246Z adding 'torch/ao/nn/qat/modules/conv.py' 2025-09-07T06:38:17.6701742Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2025-09-07T06:38:17.6714629Z adding 'torch/ao/nn/qat/modules/linear.py' 2025-09-07T06:38:17.6715011Z adding 'torch/ao/nn/quantizable/__init__.py' 2025-09-07T06:38:17.6719398Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2025-09-07T06:38:17.6727804Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2025-09-07T06:38:17.6736297Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2025-09-07T06:38:17.6740983Z adding 'torch/ao/nn/quantized/__init__.py' 2025-09-07T06:38:17.6749427Z adding 'torch/ao/nn/quantized/functional.py' 2025-09-07T06:38:17.6753844Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2025-09-07T06:38:17.6758036Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2025-09-07T06:38:17.6763221Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2025-09-07T06:38:17.6768218Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2025-09-07T06:38:17.6782677Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2025-09-07T06:38:17.6788899Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2025-09-07T06:38:17.6794251Z adding 'torch/ao/nn/quantized/modules/activation.py' 2025-09-07T06:38:17.6798364Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2025-09-07T06:38:17.6808090Z adding 'torch/ao/nn/quantized/modules/conv.py' 2025-09-07T06:38:17.6812519Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2025-09-07T06:38:17.6818220Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2025-09-07T06:38:17.6822929Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2025-09-07T06:38:17.6829430Z adding 'torch/ao/nn/quantized/modules/linear.py' 2025-09-07T06:38:17.6833966Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2025-09-07T06:38:17.6837747Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2025-09-07T06:38:17.6842284Z adding 'torch/ao/nn/quantized/modules/utils.py' 2025-09-07T06:38:17.6846641Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2025-09-07T06:38:17.6850975Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2025-09-07T06:38:17.6856136Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2025-09-07T06:38:17.6860469Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2025-09-07T06:38:17.6868790Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2025-09-07T06:38:17.6873365Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2025-09-07T06:38:17.6878966Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2025-09-07T06:38:17.6883012Z adding 'torch/ao/nn/sparse/__init__.py' 2025-09-07T06:38:17.6886684Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2025-09-07T06:38:17.6891373Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2025-09-07T06:38:17.6895263Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2025-09-07T06:38:17.6898965Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2025-09-07T06:38:17.6903373Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2025-09-07T06:38:17.6907164Z adding 'torch/ao/ns/__init__.py' 2025-09-07T06:38:17.6914316Z adding 'torch/ao/ns/_numeric_suite.py' 2025-09-07T06:38:17.6928210Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2025-09-07T06:38:17.6932996Z adding 'torch/ao/ns/fx/__init__.py' 2025-09-07T06:38:17.6940998Z adding 'torch/ao/ns/fx/graph_matcher.py' 2025-09-07T06:38:17.6955332Z adding 'torch/ao/ns/fx/graph_passes.py' 2025-09-07T06:38:17.6962378Z adding 'torch/ao/ns/fx/mappings.py' 2025-09-07T06:38:17.6980426Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2025-09-07T06:38:17.6985063Z adding 'torch/ao/ns/fx/ns_types.py' 2025-09-07T06:38:17.6989741Z adding 'torch/ao/ns/fx/pattern_utils.py' 2025-09-07T06:38:17.6995939Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2025-09-07T06:38:17.7003064Z adding 'torch/ao/ns/fx/utils.py' 2025-09-07T06:38:17.7008479Z adding 'torch/ao/ns/fx/weight_utils.py' 2025-09-07T06:38:17.7012771Z adding 'torch/ao/pruning/__init__.py' 2025-09-07T06:38:17.7016112Z adding 'torch/ao/pruning/_mappings.py' 2025-09-07T06:38:17.7020484Z adding 'torch/ao/pruning/_experimental/__init__.py' 2025-09-07T06:38:17.7024075Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2025-09-07T06:38:17.7031883Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2025-09-07T06:38:17.7035904Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2025-09-07T06:38:17.7040622Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2025-09-07T06:38:17.7044516Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2025-09-07T06:38:17.7050934Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2025-09-07T06:38:17.7056308Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2025-09-07T06:38:17.7060523Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2025-09-07T06:38:17.7064279Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2025-09-07T06:38:17.7067878Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2025-09-07T06:38:17.7071620Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2025-09-07T06:38:17.7075397Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2025-09-07T06:38:17.7080303Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2025-09-07T06:38:17.7083218Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2025-09-07T06:38:17.7088768Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2025-09-07T06:38:17.7092787Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2025-09-07T06:38:17.7096205Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2025-09-07T06:38:17.7099566Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2025-09-07T06:38:17.7106445Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2025-09-07T06:38:17.7110269Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2025-09-07T06:38:17.7113917Z adding 'torch/ao/pruning/scheduler/__init__.py' 2025-09-07T06:38:17.7118300Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2025-09-07T06:38:17.7122306Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2025-09-07T06:38:17.7125991Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2025-09-07T06:38:17.7129644Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2025-09-07T06:38:17.7136057Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2025-09-07T06:38:17.7140515Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2025-09-07T06:38:17.7144563Z adding 'torch/ao/pruning/sparsifier/utils.py' 2025-09-07T06:38:17.7149748Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2025-09-07T06:38:17.7155620Z adding 'torch/ao/quantization/__init__.py' 2025-09-07T06:38:17.7160291Z adding 'torch/ao/quantization/_correct_bias.py' 2025-09-07T06:38:17.7165884Z adding 'torch/ao/quantization/_equalize.py' 2025-09-07T06:38:17.7170767Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2025-09-07T06:38:17.7178833Z adding 'torch/ao/quantization/fake_quantize.py' 2025-09-07T06:38:17.7184081Z adding 'torch/ao/quantization/fuse_modules.py' 2025-09-07T06:38:17.7189340Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2025-09-07T06:38:17.7215667Z adding 'torch/ao/quantization/observer.py' 2025-09-07T06:38:17.7225455Z adding 'torch/ao/quantization/qconfig.py' 2025-09-07T06:38:17.7232761Z adding 'torch/ao/quantization/qconfig_mapping.py' 2025-09-07T06:38:17.7236270Z adding 'torch/ao/quantization/quant_type.py' 2025-09-07T06:38:17.7242355Z adding 'torch/ao/quantization/quantization_mappings.py' 2025-09-07T06:38:17.7254056Z adding 'torch/ao/quantization/quantize.py' 2025-09-07T06:38:17.7287834Z adding 'torch/ao/quantization/quantize_fx.py' 2025-09-07T06:38:17.7295759Z adding 'torch/ao/quantization/quantize_jit.py' 2025-09-07T06:38:17.7301473Z adding 'torch/ao/quantization/quantize_pt2e.py' 2025-09-07T06:38:17.7304363Z adding 'torch/ao/quantization/stubs.py' 2025-09-07T06:38:17.7315918Z adding 'torch/ao/quantization/utils.py' 2025-09-07T06:38:17.7320900Z adding 'torch/ao/quantization/backend_config/__init__.py' 2025-09-07T06:38:17.7328727Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2025-09-07T06:38:17.7352132Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2025-09-07T06:38:17.7352675Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2025-09-07T06:38:17.7353130Z adding 'torch/ao/quantization/backend_config/executorch.py' 2025-09-07T06:38:17.7358055Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2025-09-07T06:38:17.7360962Z adding 'torch/ao/quantization/backend_config/native.py' 2025-09-07T06:38:17.7367189Z adding 'torch/ao/quantization/backend_config/onednn.py' 2025-09-07T06:38:17.7371572Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2025-09-07T06:38:17.7376467Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2025-09-07T06:38:17.7381286Z adding 'torch/ao/quantization/backend_config/utils.py' 2025-09-07T06:38:17.7385367Z adding 'torch/ao/quantization/backend_config/x86.py' 2025-09-07T06:38:17.7389610Z adding 'torch/ao/quantization/fx/__init__.py' 2025-09-07T06:38:17.7399883Z adding 'torch/ao/quantization/fx/_decomposed.py' 2025-09-07T06:38:17.7415046Z adding 'torch/ao/quantization/fx/_equalize.py' 2025-09-07T06:38:17.7432475Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2025-09-07T06:38:17.7454083Z adding 'torch/ao/quantization/fx/convert.py' 2025-09-07T06:38:17.7461617Z adding 'torch/ao/quantization/fx/custom_config.py' 2025-09-07T06:38:17.7466665Z adding 'torch/ao/quantization/fx/fuse.py' 2025-09-07T06:38:17.7470834Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2025-09-07T06:38:17.7475049Z adding 'torch/ao/quantization/fx/graph_module.py' 2025-09-07T06:38:17.7478271Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2025-09-07T06:38:17.7481289Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2025-09-07T06:38:17.7486508Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2025-09-07T06:38:17.7491929Z adding 'torch/ao/quantization/fx/match_utils.py' 2025-09-07T06:38:17.7495973Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2025-09-07T06:38:17.7526597Z adding 'torch/ao/quantization/fx/prepare.py' 2025-09-07T06:38:17.7535247Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2025-09-07T06:38:17.7540384Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2025-09-07T06:38:17.7543637Z adding 'torch/ao/quantization/fx/tracer.py' 2025-09-07T06:38:17.7557169Z adding 'torch/ao/quantization/fx/utils.py' 2025-09-07T06:38:17.7561885Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2025-09-07T06:38:17.7585151Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2025-09-07T06:38:17.7597842Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2025-09-07T06:38:17.7603967Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2025-09-07T06:38:17.7616074Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2025-09-07T06:38:17.7620715Z adding 'torch/ao/quantization/pt2e/__init__.py' 2025-09-07T06:38:17.7632148Z adding 'torch/ao/quantization/pt2e/_affine_quantization.py' 2025-09-07T06:38:17.7638555Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2025-09-07T06:38:17.7642345Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2025-09-07T06:38:17.7647139Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2025-09-07T06:38:17.7651741Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2025-09-07T06:38:17.7655774Z adding 'torch/ao/quantization/pt2e/lowering.py' 2025-09-07T06:38:17.7661469Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2025-09-07T06:38:17.7670859Z adding 'torch/ao/quantization/pt2e/prepare.py' 2025-09-07T06:38:17.7684321Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2025-09-07T06:38:17.7693870Z adding 'torch/ao/quantization/pt2e/utils.py' 2025-09-07T06:38:17.7698411Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2025-09-07T06:38:17.7707225Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2025-09-07T06:38:17.7710915Z adding 'torch/ao/quantization/quantizer/__init__.py' 2025-09-07T06:38:17.7714815Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2025-09-07T06:38:17.7718716Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2025-09-07T06:38:17.7723792Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2025-09-07T06:38:17.7727460Z adding 'torch/ao/quantization/quantizer/utils.py' 2025-09-07T06:38:17.7744712Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2025-09-07T06:38:17.7752800Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2025-09-07T06:38:17.7764719Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2025-09-07T06:38:17.7769269Z adding 'torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2025-09-07T06:38:17.7780321Z adding 'torch/autograd/__init__.py' 2025-09-07T06:38:17.7785029Z adding 'torch/autograd/anomaly_mode.py' 2025-09-07T06:38:17.7789999Z adding 'torch/autograd/forward_ad.py' 2025-09-07T06:38:17.7802401Z adding 'torch/autograd/function.py' 2025-09-07T06:38:17.7819281Z adding 'torch/autograd/functional.py' 2025-09-07T06:38:17.7826764Z adding 'torch/autograd/grad_mode.py' 2025-09-07T06:38:17.7860041Z adding 'torch/autograd/gradcheck.py' 2025-09-07T06:38:17.7874097Z adding 'torch/autograd/graph.py' 2025-09-07T06:38:17.7892377Z adding 'torch/autograd/profiler.py' 2025-09-07T06:38:17.7899386Z adding 'torch/autograd/profiler_legacy.py' 2025-09-07T06:38:17.7914299Z adding 'torch/autograd/profiler_util.py' 2025-09-07T06:38:17.7918242Z adding 'torch/autograd/variable.py' 2025-09-07T06:38:17.7921889Z adding 'torch/autograd/_functions/__init__.py' 2025-09-07T06:38:17.7931997Z adding 'torch/autograd/_functions/tensor.py' 2025-09-07T06:38:17.7932413Z adding 'torch/autograd/_functions/utils.py' 2025-09-07T06:38:17.7933278Z adding 'torch/backends/__init__.py' 2025-09-07T06:38:17.7936927Z adding 'torch/backends/_coreml/__init__.py' 2025-09-07T06:38:17.7940821Z adding 'torch/backends/_coreml/preprocess.py' 2025-09-07T06:38:17.7944473Z adding 'torch/backends/_nnapi/__init__.py' 2025-09-07T06:38:17.7948777Z adding 'torch/backends/_nnapi/prepare.py' 2025-09-07T06:38:17.7972491Z adding 'torch/backends/_nnapi/serializer.py' 2025-09-07T06:38:17.7978100Z adding 'torch/backends/cpu/__init__.py' 2025-09-07T06:38:17.7985438Z adding 'torch/backends/cuda/__init__.py' 2025-09-07T06:38:17.7991339Z adding 'torch/backends/cudnn/__init__.py' 2025-09-07T06:38:17.7994924Z adding 'torch/backends/cudnn/rnn.py' 2025-09-07T06:38:17.7998930Z adding 'torch/backends/cusparselt/__init__.py' 2025-09-07T06:38:17.8002554Z adding 'torch/backends/kleidiai/__init__.py' 2025-09-07T06:38:17.8006270Z adding 'torch/backends/mha/__init__.py' 2025-09-07T06:38:17.8010158Z adding 'torch/backends/miopen/__init__.py' 2025-09-07T06:38:17.8014294Z adding 'torch/backends/mkl/__init__.py' 2025-09-07T06:38:17.8018858Z adding 'torch/backends/mkldnn/__init__.py' 2025-09-07T06:38:17.8023025Z adding 'torch/backends/mps/__init__.py' 2025-09-07T06:38:17.8026852Z adding 'torch/backends/nnpack/__init__.py' 2025-09-07T06:38:17.8030421Z adding 'torch/backends/openmp/__init__.py' 2025-09-07T06:38:17.8034862Z adding 'torch/backends/opt_einsum/__init__.py' 2025-09-07T06:38:17.8038992Z adding 'torch/backends/quantized/__init__.py' 2025-09-07T06:38:17.8042593Z adding 'torch/backends/xeon/__init__.py' 2025-09-07T06:38:17.8054668Z adding 'torch/backends/xeon/run_cpu.py' 2025-09-07T06:38:17.8059240Z adding 'torch/backends/xnnpack/__init__.py' 2025-09-07T06:38:17.8264382Z adding 'torch/bin/FileStoreTest.exe' 2025-09-07T06:38:17.8490525Z adding 'torch/bin/TCPStoreTest.exe' 2025-09-07T06:38:17.9911144Z adding 'torch/bin/protoc.exe' 2025-09-07T06:38:18.4063579Z adding 'torch/bin/test_api.exe' 2025-09-07T06:38:18.6660508Z adding 'torch/bin/test_jit.exe' 2025-09-07T06:38:18.7772532Z adding 'torch/bin/test_lazy.exe' 2025-09-07T06:38:18.8886823Z adding 'torch/bin/test_nativert.exe' 2025-09-07T06:38:18.8950645Z adding 'torch/compiler/__init__.py' 2025-09-07T06:38:18.8957206Z adding 'torch/compiler/_cache.py' 2025-09-07T06:38:18.8961684Z adding 'torch/compiler/config.py' 2025-09-07T06:38:18.8965614Z adding 'torch/contrib/__init__.py' 2025-09-07T06:38:18.8970158Z adding 'torch/contrib/_tensorboard_vis.py' 2025-09-07T06:38:18.8975113Z adding 'torch/cpu/__init__.py' 2025-09-07T06:38:18.8980243Z adding 'torch/cpu/amp/__init__.py' 2025-09-07T06:38:18.8983685Z adding 'torch/cpu/amp/autocast_mode.py' 2025-09-07T06:38:18.8986859Z adding 'torch/cpu/amp/grad_scaler.py' 2025-09-07T06:38:18.8992290Z adding 'torch/csrc/inductor/aoti_runtime/model.h' 2025-09-07T06:38:18.9015610Z adding 'torch/cuda/__init__.py' 2025-09-07T06:38:18.9020324Z adding 'torch/cuda/_gpu_trace.py' 2025-09-07T06:38:18.9030611Z adding 'torch/cuda/_memory_viz.py' 2025-09-07T06:38:18.9034412Z adding 'torch/cuda/_pin_memory_utils.py' 2025-09-07T06:38:18.9042726Z adding 'torch/cuda/_sanitizer.py' 2025-09-07T06:38:18.9049385Z adding 'torch/cuda/_utils.py' 2025-09-07T06:38:18.9052773Z adding 'torch/cuda/comm.py' 2025-09-07T06:38:18.9056911Z adding 'torch/cuda/gds.py' 2025-09-07T06:38:18.9068284Z adding 'torch/cuda/graphs.py' 2025-09-07T06:38:18.9073816Z adding 'torch/cuda/jiterator.py' 2025-09-07T06:38:18.9089640Z adding 'torch/cuda/memory.py' 2025-09-07T06:38:18.9094894Z adding 'torch/cuda/nccl.py' 2025-09-07T06:38:18.9098933Z adding 'torch/cuda/nvtx.py' 2025-09-07T06:38:18.9102656Z adding 'torch/cuda/profiler.py' 2025-09-07T06:38:18.9106529Z adding 'torch/cuda/random.py' 2025-09-07T06:38:18.9109646Z adding 'torch/cuda/sparse.py' 2025-09-07T06:38:18.9114787Z adding 'torch/cuda/streams.py' 2025-09-07T06:38:18.9126743Z adding 'torch/cuda/tunable.py' 2025-09-07T06:38:18.9131408Z adding 'torch/cuda/amp/__init__.py' 2025-09-07T06:38:18.9135003Z adding 'torch/cuda/amp/autocast_mode.py' 2025-09-07T06:38:18.9138194Z adding 'torch/cuda/amp/common.py' 2025-09-07T06:38:18.9141285Z adding 'torch/cuda/amp/grad_scaler.py' 2025-09-07T06:38:18.9146494Z adding 'torch/distributed/_C_stubs.py' 2025-09-07T06:38:18.9150773Z adding 'torch/distributed/__init__.py' 2025-09-07T06:38:18.9154386Z adding 'torch/distributed/_checkpointable.py' 2025-09-07T06:38:18.9157714Z adding 'torch/distributed/_composable_state.py' 2025-09-07T06:38:18.9161900Z adding 'torch/distributed/_dist2.py' 2025-09-07T06:38:18.9166255Z adding 'torch/distributed/_distributed_c10d.py' 2025-09-07T06:38:18.9182651Z adding 'torch/distributed/_functional_collectives.py' 2025-09-07T06:38:18.9186311Z adding 'torch/distributed/_functional_collectives_impl.py' 2025-09-07T06:38:18.9190432Z adding 'torch/distributed/_serialization.py' 2025-09-07T06:38:18.9201313Z adding 'torch/distributed/_state_dict_utils.py' 2025-09-07T06:38:18.9205876Z adding 'torch/distributed/argparse_util.py' 2025-09-07T06:38:18.9209643Z adding 'torch/distributed/c10d_logger.py' 2025-09-07T06:38:18.9217715Z adding 'torch/distributed/collective_utils.py' 2025-09-07T06:38:18.9221234Z adding 'torch/distributed/constants.py' 2025-09-07T06:38:18.9240256Z adding 'torch/distributed/device_mesh.py' 2025-09-07T06:38:18.9314978Z adding 'torch/distributed/distributed_c10d.py' 2025-09-07T06:38:18.9325828Z adding 'torch/distributed/launch.py' 2025-09-07T06:38:18.9328467Z adding 'torch/distributed/logging_handlers.py' 2025-09-07T06:38:18.9332560Z adding 'torch/distributed/remote_device.py' 2025-09-07T06:38:18.9338076Z adding 'torch/distributed/rendezvous.py' 2025-09-07T06:38:18.9351820Z adding 'torch/distributed/run.py' 2025-09-07T06:38:18.9358714Z adding 'torch/distributed/utils.py' 2025-09-07T06:38:18.9363081Z adding 'torch/distributed/_composable/__init__.py' 2025-09-07T06:38:18.9367297Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2025-09-07T06:38:18.9372737Z adding 'torch/distributed/_composable/contract.py' 2025-09-07T06:38:18.9378185Z adding 'torch/distributed/_composable/replicate.py' 2025-09-07T06:38:18.9385080Z adding 'torch/distributed/_composable/replicate_with_fsdp.py' 2025-09-07T06:38:18.9389129Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2025-09-07T06:38:18.9392069Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2025-09-07T06:38:18.9395760Z adding 'torch/distributed/_shard/__init__.py' 2025-09-07T06:38:18.9398997Z adding 'torch/distributed/_shard/_utils.py' 2025-09-07T06:38:18.9404770Z adding 'torch/distributed/_shard/api.py' 2025-09-07T06:38:18.9408598Z adding 'torch/distributed/_shard/common_op_utils.py' 2025-09-07T06:38:18.9412050Z adding 'torch/distributed/_shard/metadata.py' 2025-09-07T06:38:18.9415285Z adding 'torch/distributed/_shard/op_registry_utils.py' 2025-09-07T06:38:18.9418340Z adding 'torch/distributed/_shard/sharder.py' 2025-09-07T06:38:18.9422108Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2025-09-07T06:38:18.9426227Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2025-09-07T06:38:18.9433143Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2025-09-07T06:38:18.9476870Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2025-09-07T06:38:18.9477324Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2025-09-07T06:38:18.9477843Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2025-09-07T06:38:18.9478306Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2025-09-07T06:38:18.9478788Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2025-09-07T06:38:18.9479229Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2025-09-07T06:38:18.9480203Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2025-09-07T06:38:18.9486355Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2025-09-07T06:38:18.9490378Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2025-09-07T06:38:18.9494631Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2025-09-07T06:38:18.9498200Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2025-09-07T06:38:18.9502381Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2025-09-07T06:38:18.9505609Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2025-09-07T06:38:18.9510055Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2025-09-07T06:38:18.9514047Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2025-09-07T06:38:18.9517847Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2025-09-07T06:38:18.9521685Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2025-09-07T06:38:18.9526762Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2025-09-07T06:38:18.9532686Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2025-09-07T06:38:18.9538007Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2025-09-07T06:38:18.9542119Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2025-09-07T06:38:18.9548193Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2025-09-07T06:38:18.9554016Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2025-09-07T06:38:18.9561908Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2025-09-07T06:38:18.9566173Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2025-09-07T06:38:18.9569879Z adding 'torch/distributed/_sharding_spec/__init__.py' 2025-09-07T06:38:18.9591435Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2025-09-07T06:38:18.9604398Z adding 'torch/distributed/_symmetric_memory/_nvshmem_triton.py' 2025-09-07T06:38:18.9609287Z adding 'torch/distributed/_tensor/__init__.py' 2025-09-07T06:38:18.9612199Z adding 'torch/distributed/_tensor/api.py' 2025-09-07T06:38:18.9615439Z adding 'torch/distributed/_tensor/placement_types.py' 2025-09-07T06:38:18.9618934Z adding 'torch/distributed/_tools/__init__.py' 2025-09-07T06:38:18.9622024Z adding 'torch/distributed/_tools/common_utils.py' 2025-09-07T06:38:18.9626662Z adding 'torch/distributed/_tools/fake_collectives.py' 2025-09-07T06:38:18.9635101Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2025-09-07T06:38:18.9640860Z adding 'torch/distributed/_tools/ilp_utils.py' 2025-09-07T06:38:18.9656048Z adding 'torch/distributed/_tools/mem_tracker.py' 2025-09-07T06:38:18.9662401Z adding 'torch/distributed/_tools/memory_tracker.py' 2025-09-07T06:38:18.9667723Z adding 'torch/distributed/_tools/mod_tracker.py' 2025-09-07T06:38:18.9675811Z adding 'torch/distributed/_tools/runtime_estimator.py' 2025-09-07T06:38:18.9690668Z adding 'torch/distributed/_tools/sac_estimator.py' 2025-09-07T06:38:18.9697281Z adding 'torch/distributed/_tools/sac_ilp.py' 2025-09-07T06:38:18.9701250Z adding 'torch/distributed/algorithms/__init__.py' 2025-09-07T06:38:18.9707407Z adding 'torch/distributed/algorithms/join.py' 2025-09-07T06:38:18.9711394Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2025-09-07T06:38:18.9717417Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2025-09-07T06:38:18.9722064Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2025-09-07T06:38:18.9725960Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2025-09-07T06:38:18.9730043Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2025-09-07T06:38:18.9733952Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2025-09-07T06:38:18.9737394Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2025-09-07T06:38:18.9741516Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2025-09-07T06:38:18.9746347Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2025-09-07T06:38:18.9753711Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2025-09-07T06:38:18.9757549Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2025-09-07T06:38:18.9762509Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2025-09-07T06:38:18.9765950Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2025-09-07T06:38:18.9770433Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2025-09-07T06:38:18.9774978Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2025-09-07T06:38:18.9789020Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2025-09-07T06:38:18.9794507Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2025-09-07T06:38:18.9798531Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2025-09-07T06:38:18.9802825Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2025-09-07T06:38:18.9808401Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2025-09-07T06:38:18.9812165Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2025-09-07T06:38:18.9816505Z adding 'torch/distributed/autograd/__init__.py' 2025-09-07T06:38:18.9821129Z adding 'torch/distributed/checkpoint/__init__.py' 2025-09-07T06:38:18.9825386Z adding 'torch/distributed/checkpoint/_async_executor.py' 2025-09-07T06:38:18.9831160Z adding 'torch/distributed/checkpoint/_async_process_executor.py' 2025-09-07T06:38:18.9834165Z adding 'torch/distributed/checkpoint/_async_thread_executor.py' 2025-09-07T06:38:18.9838132Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2025-09-07T06:38:18.9848669Z adding 'torch/distributed/checkpoint/_consolidate_hf_safetensors.py' 2025-09-07T06:38:18.9854160Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2025-09-07T06:38:18.9856611Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2025-09-07T06:38:18.9861419Z adding 'torch/distributed/checkpoint/_extension.py' 2025-09-07T06:38:18.9865964Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2025-09-07T06:38:18.9869825Z adding 'torch/distributed/checkpoint/_hf_utils.py' 2025-09-07T06:38:18.9873542Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2025-09-07T06:38:18.9879944Z adding 'torch/distributed/checkpoint/_pg_transport.py' 2025-09-07T06:38:18.9884262Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2025-09-07T06:38:18.9890666Z adding 'torch/distributed/checkpoint/_state_dict_stager.py' 2025-09-07T06:38:18.9894448Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2025-09-07T06:38:18.9899847Z adding 'torch/distributed/checkpoint/_traverse.py' 2025-09-07T06:38:18.9902090Z adding 'torch/distributed/checkpoint/_version.py' 2025-09-07T06:38:18.9905637Z adding 'torch/distributed/checkpoint/api.py' 2025-09-07T06:38:18.9926269Z adding 'torch/distributed/checkpoint/default_planner.py' 2025-09-07T06:38:18.9929357Z adding 'torch/distributed/checkpoint/filesystem.py' 2025-09-07T06:38:18.9935730Z adding 'torch/distributed/checkpoint/format_utils.py' 2025-09-07T06:38:18.9942556Z adding 'torch/distributed/checkpoint/hf_storage.py' 2025-09-07T06:38:18.9946840Z adding 'torch/distributed/checkpoint/logger.py' 2025-09-07T06:38:18.9950389Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2025-09-07T06:38:18.9954122Z adding 'torch/distributed/checkpoint/metadata.py' 2025-09-07T06:38:18.9961402Z adding 'torch/distributed/checkpoint/optimizer.py' 2025-09-07T06:38:18.9967698Z adding 'torch/distributed/checkpoint/planner.py' 2025-09-07T06:38:18.9974768Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2025-09-07T06:38:18.9980487Z adding 'torch/distributed/checkpoint/quantized_hf_storage.py' 2025-09-07T06:38:18.9984002Z adding 'torch/distributed/checkpoint/resharding.py' 2025-09-07T06:38:18.9991977Z adding 'torch/distributed/checkpoint/staging.py' 2025-09-07T06:38:19.0010525Z adding 'torch/distributed/checkpoint/state_dict.py' 2025-09-07T06:38:19.0018202Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2025-09-07T06:38:19.0025580Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2025-09-07T06:38:19.0029222Z adding 'torch/distributed/checkpoint/stateful.py' 2025-09-07T06:38:19.0033906Z adding 'torch/distributed/checkpoint/storage.py' 2025-09-07T06:38:19.0040653Z adding 'torch/distributed/checkpoint/utils.py' 2025-09-07T06:38:19.0045452Z adding 'torch/distributed/checkpoint/_experimental/__init__.py' 2025-09-07T06:38:19.0050506Z adding 'torch/distributed/checkpoint/_experimental/barriers.py' 2025-09-07T06:38:19.0054935Z adding 'torch/distributed/checkpoint/_experimental/builder.py' 2025-09-07T06:38:19.0060759Z adding 'torch/distributed/checkpoint/_experimental/checkpoint_process.py' 2025-09-07T06:38:19.0066020Z adding 'torch/distributed/checkpoint/_experimental/checkpoint_reader.py' 2025-09-07T06:38:19.0070508Z adding 'torch/distributed/checkpoint/_experimental/checkpoint_writer.py' 2025-09-07T06:38:19.0075526Z adding 'torch/distributed/checkpoint/_experimental/checkpointer.py' 2025-09-07T06:38:19.0078982Z adding 'torch/distributed/checkpoint/_experimental/config.py' 2025-09-07T06:38:19.0083801Z adding 'torch/distributed/checkpoint/_experimental/staging.py' 2025-09-07T06:38:19.0087060Z adding 'torch/distributed/checkpoint/_experimental/types.py' 2025-09-07T06:38:19.0090191Z adding 'torch/distributed/checkpoint/_experimental/utils.py' 2025-09-07T06:38:19.0095065Z adding 'torch/distributed/elastic/__init__.py' 2025-09-07T06:38:19.0098343Z adding 'torch/distributed/elastic/control_plane.py' 2025-09-07T06:38:19.0101934Z adding 'torch/distributed/elastic/agent/__init__.py' 2025-09-07T06:38:19.0105927Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2025-09-07T06:38:19.0120338Z adding 'torch/distributed/elastic/agent/server/api.py' 2025-09-07T06:38:19.0124567Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2025-09-07T06:38:19.0131340Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2025-09-07T06:38:19.0136916Z adding 'torch/distributed/elastic/events/__init__.py' 2025-09-07T06:38:19.0140706Z adding 'torch/distributed/elastic/events/api.py' 2025-09-07T06:38:19.0143828Z adding 'torch/distributed/elastic/events/handlers.py' 2025-09-07T06:38:19.0148751Z adding 'torch/distributed/elastic/metrics/__init__.py' 2025-09-07T06:38:19.0153061Z adding 'torch/distributed/elastic/metrics/api.py' 2025-09-07T06:38:19.0158899Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2025-09-07T06:38:19.0172036Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2025-09-07T06:38:19.0177496Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2025-09-07T06:38:19.0181083Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2025-09-07T06:38:19.0189532Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2025-09-07T06:38:19.0194768Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2025-09-07T06:38:19.0197677Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2025-09-07T06:38:19.0201666Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2025-09-07T06:38:19.0204754Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2025-09-07T06:38:19.0208610Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2025-09-07T06:38:19.0214178Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2025-09-07T06:38:19.0218043Z adding 'torch/distributed/elastic/rendezvous/_etcd_stub.py' 2025-09-07T06:38:19.0223899Z adding 'torch/distributed/elastic/rendezvous/api.py' 2025-09-07T06:38:19.0229941Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2025-09-07T06:38:19.0246634Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2025-09-07T06:38:19.0261969Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2025-09-07T06:38:19.0267750Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2025-09-07T06:38:19.0273138Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2025-09-07T06:38:19.0278286Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2025-09-07T06:38:19.0282149Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2025-09-07T06:38:19.0286775Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2025-09-07T06:38:19.0292303Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2025-09-07T06:38:19.0295967Z adding 'torch/distributed/elastic/timer/__init__.py' 2025-09-07T06:38:19.0301495Z adding 'torch/distributed/elastic/timer/api.py' 2025-09-07T06:38:19.0305062Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2025-09-07T06:38:19.0312099Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2025-09-07T06:38:19.0316524Z adding 'torch/distributed/elastic/timer/local_timer.py' 2025-09-07T06:38:19.0321065Z adding 'torch/distributed/elastic/utils/__init__.py' 2025-09-07T06:38:19.0323934Z adding 'torch/distributed/elastic/utils/api.py' 2025-09-07T06:38:19.0328576Z adding 'torch/distributed/elastic/utils/distributed.py' 2025-09-07T06:38:19.0332596Z adding 'torch/distributed/elastic/utils/log_level.py' 2025-09-07T06:38:19.0335403Z adding 'torch/distributed/elastic/utils/logging.py' 2025-09-07T06:38:19.0340291Z adding 'torch/distributed/elastic/utils/store.py' 2025-09-07T06:38:19.0344426Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2025-09-07T06:38:19.0347825Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2025-09-07T06:38:19.0351747Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2025-09-07T06:38:19.0356123Z adding 'torch/distributed/fsdp/__init__.py' 2025-09-07T06:38:19.0366321Z adding 'torch/distributed/fsdp/_common_utils.py' 2025-09-07T06:38:19.0370596Z adding 'torch/distributed/fsdp/_debug_utils.py' 2025-09-07T06:38:19.0374568Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2025-09-07T06:38:19.0381096Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2025-09-07T06:38:19.0423920Z adding 'torch/distributed/fsdp/_flat_param.py' 2025-09-07T06:38:19.0463600Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2025-09-07T06:38:19.0463993Z adding 'torch/distributed/fsdp/_init_utils.py' 2025-09-07T06:38:19.0464345Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2025-09-07T06:38:19.0487754Z adding 'torch/distributed/fsdp/_optim_utils.py' 2025-09-07T06:38:19.0514713Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2025-09-07T06:38:19.0519180Z adding 'torch/distributed/fsdp/_shard_utils.py' 2025-09-07T06:38:19.0530362Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2025-09-07T06:38:19.0536592Z adding 'torch/distributed/fsdp/_trace_utils.py' 2025-09-07T06:38:19.0540913Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2025-09-07T06:38:19.0546981Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2025-09-07T06:38:19.0552572Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2025-09-07T06:38:19.0560283Z adding 'torch/distributed/fsdp/api.py' 2025-09-07T06:38:19.0593509Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2025-09-07T06:38:19.0602354Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2025-09-07T06:38:19.0611513Z adding 'torch/distributed/fsdp/wrap.py' 2025-09-07T06:38:19.0616200Z adding 'torch/distributed/fsdp/_fully_shard/__init__.py' 2025-09-07T06:38:19.0620380Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2025-09-07T06:38:19.0630871Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2025-09-07T06:38:19.0635707Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2025-09-07T06:38:19.0641004Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2025-09-07T06:38:19.0656049Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2025-09-07T06:38:19.0670295Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2025-09-07T06:38:19.0678044Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2025-09-07T06:38:19.0690086Z adding 'torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2025-09-07T06:38:19.0694732Z adding 'torch/distributed/launcher/__init__.py' 2025-09-07T06:38:19.0700706Z adding 'torch/distributed/launcher/api.py' 2025-09-07T06:38:19.0704696Z adding 'torch/distributed/nn/__init__.py' 2025-09-07T06:38:19.0710535Z adding 'torch/distributed/nn/functional.py' 2025-09-07T06:38:19.0714532Z adding 'torch/distributed/nn/api/__init__.py' 2025-09-07T06:38:19.0724332Z adding 'torch/distributed/nn/api/remote_module.py' 2025-09-07T06:38:19.0728792Z adding 'torch/distributed/nn/jit/__init__.py' 2025-09-07T06:38:19.0733969Z adding 'torch/distributed/nn/jit/instantiator.py' 2025-09-07T06:38:19.0736891Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2025-09-07T06:38:19.0740684Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2025-09-07T06:38:19.0745407Z adding 'torch/distributed/optim/__init__.py' 2025-09-07T06:38:19.0748126Z adding 'torch/distributed/optim/_deprecation_warning.py' 2025-09-07T06:38:19.0752368Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2025-09-07T06:38:19.0757010Z adding 'torch/distributed/optim/functional_adadelta.py' 2025-09-07T06:38:19.0760456Z adding 'torch/distributed/optim/functional_adagrad.py' 2025-09-07T06:38:19.0765013Z adding 'torch/distributed/optim/functional_adam.py' 2025-09-07T06:38:19.0769278Z adding 'torch/distributed/optim/functional_adamax.py' 2025-09-07T06:38:19.0774268Z adding 'torch/distributed/optim/functional_adamw.py' 2025-09-07T06:38:19.0778064Z adding 'torch/distributed/optim/functional_rmsprop.py' 2025-09-07T06:38:19.0782150Z adding 'torch/distributed/optim/functional_rprop.py' 2025-09-07T06:38:19.0786577Z adding 'torch/distributed/optim/functional_sgd.py' 2025-09-07T06:38:19.0792841Z adding 'torch/distributed/optim/named_optimizer.py' 2025-09-07T06:38:19.0798696Z adding 'torch/distributed/optim/optimizer.py' 2025-09-07T06:38:19.0803059Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2025-09-07T06:38:19.0806498Z adding 'torch/distributed/optim/utils.py' 2025-09-07T06:38:19.0831866Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2025-09-07T06:38:19.0837430Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2025-09-07T06:38:19.0857614Z adding 'torch/distributed/pipelining/_IR.py' 2025-09-07T06:38:19.0862099Z adding 'torch/distributed/pipelining/__init__.py' 2025-09-07T06:38:19.0869317Z adding 'torch/distributed/pipelining/_backward.py' 2025-09-07T06:38:19.0872869Z adding 'torch/distributed/pipelining/_debug.py' 2025-09-07T06:38:19.0877766Z adding 'torch/distributed/pipelining/_schedule_visualizer.py' 2025-09-07T06:38:19.0881009Z adding 'torch/distributed/pipelining/_unflatten.py' 2025-09-07T06:38:19.0885147Z adding 'torch/distributed/pipelining/_utils.py' 2025-09-07T06:38:19.0892619Z adding 'torch/distributed/pipelining/microbatch.py' 2025-09-07T06:38:19.0949544Z adding 'torch/distributed/pipelining/schedules.py' 2025-09-07T06:38:19.0961496Z adding 'torch/distributed/pipelining/stage.py' 2025-09-07T06:38:19.0968473Z adding 'torch/distributed/rpc/__init__.py' 2025-09-07T06:38:19.0973521Z adding 'torch/distributed/rpc/_utils.py' 2025-09-07T06:38:19.0984671Z adding 'torch/distributed/rpc/api.py' 2025-09-07T06:38:19.0992383Z adding 'torch/distributed/rpc/backend_registry.py' 2025-09-07T06:38:19.0995891Z adding 'torch/distributed/rpc/constants.py' 2025-09-07T06:38:19.1000760Z adding 'torch/distributed/rpc/functions.py' 2025-09-07T06:38:19.1005939Z adding 'torch/distributed/rpc/internal.py' 2025-09-07T06:38:19.1010756Z adding 'torch/distributed/rpc/options.py' 2025-09-07T06:38:19.1014605Z adding 'torch/distributed/rpc/rref_proxy.py' 2025-09-07T06:38:19.1019461Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2025-09-07T06:38:19.1023508Z adding 'torch/distributed/rpc/_testing/__init__.py' 2025-09-07T06:38:19.1026900Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2025-09-07T06:38:19.1031390Z adding 'torch/distributed/tensor/__init__.py' 2025-09-07T06:38:19.1049087Z adding 'torch/distributed/tensor/_api.py' 2025-09-07T06:38:19.1056784Z adding 'torch/distributed/tensor/_collective_utils.py' 2025-09-07T06:38:19.1065621Z adding 'torch/distributed/tensor/_dispatch.py' 2025-09-07T06:38:19.1072064Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2025-09-07T06:38:19.1081478Z adding 'torch/distributed/tensor/_op_schema.py' 2025-09-07T06:38:19.1089947Z adding 'torch/distributed/tensor/_random.py' 2025-09-07T06:38:19.1096939Z adding 'torch/distributed/tensor/_redistribute.py' 2025-09-07T06:38:19.1107368Z adding 'torch/distributed/tensor/_sharding_prop.py' 2025-09-07T06:38:19.1113703Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2025-09-07T06:38:19.1118583Z adding 'torch/distributed/tensor/_tp_conv.py' 2025-09-07T06:38:19.1126041Z adding 'torch/distributed/tensor/_utils.py' 2025-09-07T06:38:19.1129323Z adding 'torch/distributed/tensor/device_mesh.py' 2025-09-07T06:38:19.1140360Z adding 'torch/distributed/tensor/placement_types.py' 2025-09-07T06:38:19.1144841Z adding 'torch/distributed/tensor/_ops/__init__.py' 2025-09-07T06:38:19.1150732Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2025-09-07T06:38:19.1154664Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2025-09-07T06:38:19.1159310Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2025-09-07T06:38:19.1164661Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2025-09-07T06:38:19.1177792Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2025-09-07T06:38:19.1188865Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2025-09-07T06:38:19.1198171Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2025-09-07T06:38:19.1202086Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2025-09-07T06:38:19.1217474Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2025-09-07T06:38:19.1230431Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2025-09-07T06:38:19.1237781Z adding 'torch/distributed/tensor/_ops/utils.py' 2025-09-07T06:38:19.1242326Z adding 'torch/distributed/tensor/debug/__init__.py' 2025-09-07T06:38:19.1251652Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2025-09-07T06:38:19.1256378Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2025-09-07T06:38:19.1262041Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2025-09-07T06:38:19.1265466Z adding 'torch/distributed/tensor/experimental/__init__.py' 2025-09-07T06:38:19.1284907Z adding 'torch/distributed/tensor/experimental/_attention.py' 2025-09-07T06:38:19.1291146Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2025-09-07T06:38:19.1296633Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2025-09-07T06:38:19.1304071Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2025-09-07T06:38:19.1308547Z adding 'torch/distributed/tensor/parallel/__init__.py' 2025-09-07T06:38:19.1311879Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2025-09-07T06:38:19.1316431Z adding 'torch/distributed/tensor/parallel/api.py' 2025-09-07T06:38:19.1320559Z adding 'torch/distributed/tensor/parallel/ddp.py' 2025-09-07T06:38:19.1327095Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2025-09-07T06:38:19.1331388Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2025-09-07T06:38:19.1338724Z adding 'torch/distributed/tensor/parallel/loss.py' 2025-09-07T06:38:19.1349094Z adding 'torch/distributed/tensor/parallel/style.py' 2025-09-07T06:38:19.1356080Z adding 'torch/distributions/__init__.py' 2025-09-07T06:38:19.1360221Z adding 'torch/distributions/bernoulli.py' 2025-09-07T06:38:19.1364004Z adding 'torch/distributions/beta.py' 2025-09-07T06:38:19.1368806Z adding 'torch/distributions/binomial.py' 2025-09-07T06:38:19.1373221Z adding 'torch/distributions/categorical.py' 2025-09-07T06:38:19.1377085Z adding 'torch/distributions/cauchy.py' 2025-09-07T06:38:19.1380326Z adding 'torch/distributions/chi2.py' 2025-09-07T06:38:19.1385423Z adding 'torch/distributions/constraint_registry.py' 2025-09-07T06:38:19.1393115Z adding 'torch/distributions/constraints.py' 2025-09-07T06:38:19.1398725Z adding 'torch/distributions/continuous_bernoulli.py' 2025-09-07T06:38:19.1402982Z adding 'torch/distributions/dirichlet.py' 2025-09-07T06:38:19.1408904Z adding 'torch/distributions/distribution.py' 2025-09-07T06:38:19.1413038Z adding 'torch/distributions/exp_family.py' 2025-09-07T06:38:19.1416538Z adding 'torch/distributions/exponential.py' 2025-09-07T06:38:19.1420739Z adding 'torch/distributions/fishersnedecor.py' 2025-09-07T06:38:19.1425073Z adding 'torch/distributions/gamma.py' 2025-09-07T06:38:19.1429826Z adding 'torch/distributions/generalized_pareto.py' 2025-09-07T06:38:19.1434635Z adding 'torch/distributions/geometric.py' 2025-09-07T06:38:19.1438426Z adding 'torch/distributions/gumbel.py' 2025-09-07T06:38:19.1442103Z adding 'torch/distributions/half_cauchy.py' 2025-09-07T06:38:19.1445558Z adding 'torch/distributions/half_normal.py' 2025-09-07T06:38:19.1449615Z adding 'torch/distributions/independent.py' 2025-09-07T06:38:19.1453396Z adding 'torch/distributions/inverse_gamma.py' 2025-09-07T06:38:19.1463854Z adding 'torch/distributions/kl.py' 2025-09-07T06:38:19.1468264Z adding 'torch/distributions/kumaraswamy.py' 2025-09-07T06:38:19.1472124Z adding 'torch/distributions/laplace.py' 2025-09-07T06:38:19.1476797Z adding 'torch/distributions/lkj_cholesky.py' 2025-09-07T06:38:19.1480332Z adding 'torch/distributions/log_normal.py' 2025-09-07T06:38:19.1484350Z adding 'torch/distributions/logistic_normal.py' 2025-09-07T06:38:19.1489762Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2025-09-07T06:38:19.1495104Z adding 'torch/distributions/mixture_same_family.py' 2025-09-07T06:38:19.1499356Z adding 'torch/distributions/multinomial.py' 2025-09-07T06:38:19.1505952Z adding 'torch/distributions/multivariate_normal.py' 2025-09-07T06:38:19.1510330Z adding 'torch/distributions/negative_binomial.py' 2025-09-07T06:38:19.1514187Z adding 'torch/distributions/normal.py' 2025-09-07T06:38:19.1519238Z adding 'torch/distributions/one_hot_categorical.py' 2025-09-07T06:38:19.1521936Z adding 'torch/distributions/pareto.py' 2025-09-07T06:38:19.1525397Z adding 'torch/distributions/poisson.py' 2025-09-07T06:38:19.1529611Z adding 'torch/distributions/relaxed_bernoulli.py' 2025-09-07T06:38:19.1533884Z adding 'torch/distributions/relaxed_categorical.py' 2025-09-07T06:38:19.1537839Z adding 'torch/distributions/studentT.py' 2025-09-07T06:38:19.1542718Z adding 'torch/distributions/transformed_distribution.py' 2025-09-07T06:38:19.1555811Z adding 'torch/distributions/transforms.py' 2025-09-07T06:38:19.1560402Z adding 'torch/distributions/uniform.py' 2025-09-07T06:38:19.1565358Z adding 'torch/distributions/utils.py' 2025-09-07T06:38:19.1570009Z adding 'torch/distributions/von_mises.py' 2025-09-07T06:38:19.1574985Z adding 'torch/distributions/weibull.py' 2025-09-07T06:38:19.1579930Z adding 'torch/distributions/wishart.py' 2025-09-07T06:38:19.1590149Z adding 'torch/export/__init__.py' 2025-09-07T06:38:19.1598425Z adding 'torch/export/_draft_export.py' 2025-09-07T06:38:19.1602718Z adding 'torch/export/_leakage_detection_utils.py' 2025-09-07T06:38:19.1606213Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2025-09-07T06:38:19.1610533Z adding 'torch/export/_remove_effect_tokens_pass.py' 2025-09-07T06:38:19.1614140Z adding 'torch/export/_safeguard.py' 2025-09-07T06:38:19.1621224Z adding 'torch/export/_swap.py' 2025-09-07T06:38:19.1654441Z adding 'torch/export/_trace.py' 2025-09-07T06:38:19.1659883Z adding 'torch/export/_tree_utils.py' 2025-09-07T06:38:19.1667188Z adding 'torch/export/_unlift.py' 2025-09-07T06:38:19.1670536Z adding 'torch/export/_wrapper_utils.py' 2025-09-07T06:38:19.1673356Z adding 'torch/export/custom_obj.py' 2025-09-07T06:38:19.1676553Z adding 'torch/export/custom_ops.py' 2025-09-07T06:38:19.1681591Z adding 'torch/export/decomp_utils.py' 2025-09-07T06:38:19.1700588Z adding 'torch/export/dynamic_shapes.py' 2025-09-07T06:38:19.1725588Z adding 'torch/export/exported_program.py' 2025-09-07T06:38:19.1736162Z adding 'torch/export/graph_signature.py' 2025-09-07T06:38:19.1773101Z adding 'torch/export/unflatten.py' 2025-09-07T06:38:19.1782730Z adding 'torch/export/experimental/__init__.py' 2025-09-07T06:38:19.1787731Z adding 'torch/export/experimental/_utils.py' 2025-09-07T06:38:19.1792418Z adding 'torch/export/passes/__init__.py' 2025-09-07T06:38:19.1796277Z adding 'torch/export/pt2_archive/__init__.py' 2025-09-07T06:38:19.1809824Z adding 'torch/export/pt2_archive/_package.py' 2025-09-07T06:38:19.1814553Z adding 'torch/export/pt2_archive/_package_weights.py' 2025-09-07T06:38:19.1817698Z adding 'torch/export/pt2_archive/constants.py' 2025-09-07T06:38:19.1830887Z adding 'torch/fft/__init__.py' 2025-09-07T06:38:19.1836025Z adding 'torch/func/__init__.py' 2025-09-07T06:38:19.1843214Z adding 'torch/futures/__init__.py' 2025-09-07T06:38:19.1848591Z adding 'torch/fx/__init__.py' 2025-09-07T06:38:19.1851887Z adding 'torch/fx/_compatibility.py' 2025-09-07T06:38:19.1860226Z adding 'torch/fx/_graph_pickler.py' 2025-09-07T06:38:19.1865149Z adding 'torch/fx/_lazy_graph_module.py' 2025-09-07T06:38:19.1869182Z adding 'torch/fx/_pytree.py' 2025-09-07T06:38:19.1890242Z adding 'torch/fx/_symbolic_trace.py' 2025-09-07T06:38:19.1893884Z adding 'torch/fx/_utils.py' 2025-09-07T06:38:19.1897228Z adding 'torch/fx/annotate.py' 2025-09-07T06:38:19.1900088Z adding 'torch/fx/config.py' 2025-09-07T06:38:19.1936205Z adding 'torch/fx/graph.py' 2025-09-07T06:38:19.1949132Z adding 'torch/fx/graph_module.py' 2025-09-07T06:38:19.1954270Z adding 'torch/fx/immutable_collections.py' 2025-09-07T06:38:19.1962296Z adding 'torch/fx/interpreter.py' 2025-09-07T06:38:19.1977405Z adding 'torch/fx/node.py' 2025-09-07T06:38:19.1987484Z adding 'torch/fx/operator_schemas.py' 2025-09-07T06:38:19.1999237Z adding 'torch/fx/proxy.py' 2025-09-07T06:38:19.2007085Z adding 'torch/fx/subgraph_rewriter.py' 2025-09-07T06:38:19.2010919Z adding 'torch/fx/tensor_type.py' 2025-09-07T06:38:19.2016627Z adding 'torch/fx/traceback.py' 2025-09-07T06:38:19.2021183Z adding 'torch/fx/experimental/__init__.py' 2025-09-07T06:38:19.2024206Z adding 'torch/fx/experimental/_backward_state.py' 2025-09-07T06:38:19.2028226Z adding 'torch/fx/experimental/_config.py' 2025-09-07T06:38:19.2031498Z adding 'torch/fx/experimental/_constant_symnode.py' 2025-09-07T06:38:19.2035395Z adding 'torch/fx/experimental/_dynamism.py' 2025-09-07T06:38:19.2051380Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2025-09-07T06:38:19.2058800Z adding 'torch/fx/experimental/const_fold.py' 2025-09-07T06:38:19.2062176Z adding 'torch/fx/experimental/debug.py' 2025-09-07T06:38:19.2074292Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2025-09-07T06:38:19.2079436Z adding 'torch/fx/experimental/merge_matmul.py' 2025-09-07T06:38:19.2085055Z adding 'torch/fx/experimental/meta_tracer.py' 2025-09-07T06:38:19.2089349Z adding 'torch/fx/experimental/normalize.py' 2025-09-07T06:38:19.2097229Z adding 'torch/fx/experimental/optimization.py' 2025-09-07T06:38:19.2103370Z adding 'torch/fx/experimental/partitioner_utils.py' 2025-09-07T06:38:19.2140281Z adding 'torch/fx/experimental/proxy_tensor.py' 2025-09-07T06:38:19.2151113Z adding 'torch/fx/experimental/recording.py' 2025-09-07T06:38:19.2154590Z adding 'torch/fx/experimental/refinement_types.py' 2025-09-07T06:38:19.2158794Z adding 'torch/fx/experimental/rewriter.py' 2025-09-07T06:38:19.2163137Z adding 'torch/fx/experimental/schema_type_annotation.py' 2025-09-07T06:38:19.2184184Z adding 'torch/fx/experimental/sym_node.py' 2025-09-07T06:38:19.2315683Z adding 'torch/fx/experimental/symbolic_shapes.py' 2025-09-07T06:38:19.2326935Z adding 'torch/fx/experimental/unify_refinements.py' 2025-09-07T06:38:19.2339853Z adding 'torch/fx/experimental/validator.py' 2025-09-07T06:38:19.2344670Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2025-09-07T06:38:19.2350735Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2025-09-07T06:38:19.2366215Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2025-09-07T06:38:19.2381693Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2025-09-07T06:38:19.2385302Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2025-09-07T06:38:19.2391506Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2025-09-07T06:38:19.2395277Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2025-09-07T06:38:19.2398885Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2025-09-07T06:38:19.2402223Z adding 'torch/fx/experimental/unification/__init__.py' 2025-09-07T06:38:19.2405882Z adding 'torch/fx/experimental/unification/core.py' 2025-09-07T06:38:19.2408834Z adding 'torch/fx/experimental/unification/dispatch.py' 2025-09-07T06:38:19.2412772Z adding 'torch/fx/experimental/unification/match.py' 2025-09-07T06:38:19.2416528Z adding 'torch/fx/experimental/unification/more.py' 2025-09-07T06:38:19.2422259Z adding 'torch/fx/experimental/unification/unification_tools.py' 2025-09-07T06:38:19.2426165Z adding 'torch/fx/experimental/unification/utils.py' 2025-09-07T06:38:19.2433330Z adding 'torch/fx/experimental/unification/variable.py' 2025-09-07T06:38:19.2434602Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2025-09-07T06:38:19.2439379Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2025-09-07T06:38:19.2442216Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2025-09-07T06:38:19.2448904Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2025-09-07T06:38:19.2453547Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2025-09-07T06:38:19.2457609Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2025-09-07T06:38:19.2461497Z adding 'torch/fx/passes/__init__.py' 2025-09-07T06:38:19.2468632Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2025-09-07T06:38:19.2472407Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2025-09-07T06:38:19.2476315Z adding 'torch/fx/passes/fake_tensor_prop.py' 2025-09-07T06:38:19.2484471Z adding 'torch/fx/passes/graph_drawer.py' 2025-09-07T06:38:19.2487922Z adding 'torch/fx/passes/graph_manipulation.py' 2025-09-07T06:38:19.2492616Z adding 'torch/fx/passes/graph_transform_observer.py' 2025-09-07T06:38:19.2504727Z adding 'torch/fx/passes/net_min_base.py' 2025-09-07T06:38:19.2510161Z adding 'torch/fx/passes/operator_support.py' 2025-09-07T06:38:19.2515412Z adding 'torch/fx/passes/param_fetch.py' 2025-09-07T06:38:19.2518987Z adding 'torch/fx/passes/pass_manager.py' 2025-09-07T06:38:19.2532841Z adding 'torch/fx/passes/reinplace.py' 2025-09-07T06:38:19.2543732Z adding 'torch/fx/passes/runtime_assert.py' 2025-09-07T06:38:19.2549318Z adding 'torch/fx/passes/shape_prop.py' 2025-09-07T06:38:19.2559351Z adding 'torch/fx/passes/split_module.py' 2025-09-07T06:38:19.2565820Z adding 'torch/fx/passes/split_utils.py' 2025-09-07T06:38:19.2578952Z adding 'torch/fx/passes/splitter_base.py' 2025-09-07T06:38:19.2585441Z adding 'torch/fx/passes/tools_common.py' 2025-09-07T06:38:19.2590335Z adding 'torch/fx/passes/backends/__init__.py' 2025-09-07T06:38:19.2592901Z adding 'torch/fx/passes/backends/cudagraphs.py' 2025-09-07T06:38:19.2596617Z adding 'torch/fx/passes/dialect/__init__.py' 2025-09-07T06:38:19.2600072Z adding 'torch/fx/passes/dialect/common/__init__.py' 2025-09-07T06:38:19.2604433Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2025-09-07T06:38:19.2608149Z adding 'torch/fx/passes/infra/__init__.py' 2025-09-07T06:38:19.2615414Z adding 'torch/fx/passes/infra/partitioner.py' 2025-09-07T06:38:19.2619366Z adding 'torch/fx/passes/infra/pass_base.py' 2025-09-07T06:38:19.2625105Z adding 'torch/fx/passes/infra/pass_manager.py' 2025-09-07T06:38:19.2628924Z adding 'torch/fx/passes/tests/__init__.py' 2025-09-07T06:38:19.2632257Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2025-09-07T06:38:19.2636182Z adding 'torch/fx/passes/utils/__init__.py' 2025-09-07T06:38:19.2639547Z adding 'torch/fx/passes/utils/common.py' 2025-09-07T06:38:19.2645192Z adding 'torch/fx/passes/utils/fuser_utils.py' 2025-09-07T06:38:19.2653381Z adding 'torch/fx/passes/utils/matcher_utils.py' 2025-09-07T06:38:19.2657573Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2025-09-07T06:38:19.2662122Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2025-09-07T06:38:19.2671864Z adding 'torch/include/advisor-annotate.h' 2025-09-07T06:38:19.2685411Z adding 'torch/include/cpuinfo.h' 2025-09-07T06:38:19.2690098Z adding 'torch/include/dnnl.h' 2025-09-07T06:38:19.2693548Z adding 'torch/include/dnnl.hpp' 2025-09-07T06:38:19.2696486Z adding 'torch/include/dnnl_config.h' 2025-09-07T06:38:19.2699623Z adding 'torch/include/dnnl_debug.h' 2025-09-07T06:38:19.2702628Z adding 'torch/include/dnnl_ocl.h' 2025-09-07T06:38:19.2705782Z adding 'torch/include/dnnl_ocl.hpp' 2025-09-07T06:38:19.2708793Z adding 'torch/include/dnnl_sycl.h' 2025-09-07T06:38:19.2711908Z adding 'torch/include/dnnl_sycl.hpp' 2025-09-07T06:38:19.2714902Z adding 'torch/include/dnnl_sycl_types.h' 2025-09-07T06:38:19.2718100Z adding 'torch/include/dnnl_threadpool.h' 2025-09-07T06:38:19.2722166Z adding 'torch/include/dnnl_threadpool.hpp' 2025-09-07T06:38:19.2724283Z adding 'torch/include/dnnl_threadpool_iface.hpp' 2025-09-07T06:38:19.2727918Z adding 'torch/include/dnnl_types.h' 2025-09-07T06:38:19.2730425Z adding 'torch/include/dnnl_version.h' 2025-09-07T06:38:19.2733764Z adding 'torch/include/experiments-config.h' 2025-09-07T06:38:19.2736322Z adding 'torch/include/fp16.h' 2025-09-07T06:38:19.2741628Z adding 'torch/include/fxdiv.h' 2025-09-07T06:38:19.2745698Z adding 'torch/include/ittnotify-zca.h' 2025-09-07T06:38:19.2791610Z adding 'torch/include/ittnotify.h' 2025-09-07T06:38:19.2805693Z adding 'torch/include/jitprofiling.h' 2025-09-07T06:38:19.2809529Z adding 'torch/include/libittnotify.h' 2025-09-07T06:38:19.2812634Z adding 'torch/include/libshm.h' 2025-09-07T06:38:19.2822926Z adding 'torch/include/psimd.h' 2025-09-07T06:38:19.2837692Z adding 'torch/include/pthreadpool.h' 2025-09-07T06:38:19.2877182Z adding 'torch/include/sleef.h' 2025-09-07T06:38:19.2918683Z adding 'torch/include/xnnpack.h' 2025-09-07T06:38:19.2929666Z adding 'torch/include/ATen/ATen.h' 2025-09-07T06:38:19.2933900Z adding 'torch/include/ATen/AccumulateType.h' 2025-09-07T06:38:19.2936849Z adding 'torch/include/ATen/ArrayRef.h' 2025-09-07T06:38:19.2939932Z adding 'torch/include/ATen/Backend.h' 2025-09-07T06:38:19.2942427Z adding 'torch/include/ATen/Backtrace.h' 2025-09-07T06:38:19.2945329Z adding 'torch/include/ATen/BlasBackend.h' 2025-09-07T06:38:19.2950493Z adding 'torch/include/ATen/CPUApplyUtils.h' 2025-09-07T06:38:19.2953854Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2025-09-07T06:38:19.2957165Z adding 'torch/include/ATen/CPUFunctions.h' 2025-09-07T06:38:19.2963194Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2025-09-07T06:38:19.2967312Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2025-09-07T06:38:19.2970575Z adding 'torch/include/ATen/CUDAFunctions.h' 2025-09-07T06:38:19.2977301Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2025-09-07T06:38:19.2981238Z adding 'torch/include/ATen/CachedTensorUtils.h' 2025-09-07T06:38:19.2984675Z adding 'torch/include/ATen/CollapseDims.h' 2025-09-07T06:38:19.2988149Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2025-09-07T06:38:19.2996128Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2025-09-07T06:38:19.2999767Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2025-09-07T06:38:19.3005154Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2025-09-07T06:38:19.3009013Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2025-09-07T06:38:19.3015470Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2025-09-07T06:38:19.3019680Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2025-09-07T06:38:19.3022843Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2025-09-07T06:38:19.3025667Z adding 'torch/include/ATen/Config.h' 2025-09-07T06:38:19.3033883Z adding 'torch/include/ATen/Context.h' 2025-09-07T06:38:19.3037943Z adding 'torch/include/ATen/DLConvertor.h' 2025-09-07T06:38:19.3041069Z adding 'torch/include/ATen/DTensorState.h' 2025-09-07T06:38:19.3043793Z adding 'torch/include/ATen/Device.h' 2025-09-07T06:38:19.3047357Z adding 'torch/include/ATen/DeviceAccelerator.h' 2025-09-07T06:38:19.3050514Z adding 'torch/include/ATen/DeviceGuard.h' 2025-09-07T06:38:19.3053387Z adding 'torch/include/ATen/DimVector.h' 2025-09-07T06:38:19.3055986Z adding 'torch/include/ATen/Dimname.h' 2025-09-07T06:38:19.3064591Z adding 'torch/include/ATen/Dispatch.h' 2025-09-07T06:38:19.3073353Z adding 'torch/include/ATen/Dispatch_v2.h' 2025-09-07T06:38:19.3077880Z adding 'torch/include/ATen/DynamicLibrary.h' 2025-09-07T06:38:19.3081186Z adding 'torch/include/ATen/EmptyTensor.h' 2025-09-07T06:38:19.3084298Z adding 'torch/include/ATen/ExpandBase.h' 2025-09-07T06:38:19.3090227Z adding 'torch/include/ATen/ExpandUtils.h' 2025-09-07T06:38:19.3093562Z adding 'torch/include/ATen/Formatting.h' 2025-09-07T06:38:19.3097439Z adding 'torch/include/ATen/FuncTorchTLS.h' 2025-09-07T06:38:19.3103547Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2025-09-07T06:38:19.3112158Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2025-09-07T06:38:19.3123916Z adding 'torch/include/ATen/Functions.h' 2025-09-07T06:38:19.3128119Z adding 'torch/include/ATen/Generator.h' 2025-09-07T06:38:19.3132276Z adding 'torch/include/ATen/InferSize.h' 2025-09-07T06:38:19.3134970Z adding 'torch/include/ATen/InitialTensorOptions.h' 2025-09-07T06:38:19.3138119Z adding 'torch/include/ATen/Layout.h' 2025-09-07T06:38:19.3140943Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2025-09-07T06:38:19.3145405Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2025-09-07T06:38:19.3149418Z adding 'torch/include/ATen/LegacyVmapMode.h' 2025-09-07T06:38:19.3153767Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2025-09-07T06:38:19.3157182Z adding 'torch/include/ATen/LinalgBackend.h' 2025-09-07T06:38:19.3160897Z adding 'torch/include/ATen/MapAllocator.h' 2025-09-07T06:38:19.3164596Z adding 'torch/include/ATen/MatrixRef.h' 2025-09-07T06:38:19.3167973Z adding 'torch/include/ATen/MemoryOverlap.h' 2025-09-07T06:38:19.3172370Z adding 'torch/include/ATen/MetaFunctions.h' 2025-09-07T06:38:19.3176216Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2025-09-07T06:38:19.3181599Z adding 'torch/include/ATen/MethodOperators.h' 2025-09-07T06:38:19.3184896Z adding 'torch/include/ATen/NamedTensor.h' 2025-09-07T06:38:19.3189632Z adding 'torch/include/ATen/NamedTensorUtils.h' 2025-09-07T06:38:19.3200979Z adding 'torch/include/ATen/NativeFunctions.h' 2025-09-07T06:38:19.3213130Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2025-09-07T06:38:19.3219350Z adding 'torch/include/ATen/NestedTensorImpl.h' 2025-09-07T06:38:19.3223123Z adding 'torch/include/ATen/NumericUtils.h' 2025-09-07T06:38:19.3226621Z adding 'torch/include/ATen/OpMathType.h' 2025-09-07T06:38:19.3230925Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2025-09-07T06:38:19.3242311Z adding 'torch/include/ATen/Operators.h' 2025-09-07T06:38:19.3247663Z adding 'torch/include/ATen/PTThreadPool.h' 2025-09-07T06:38:19.3249650Z adding 'torch/include/ATen/PadNd.h' 2025-09-07T06:38:19.3253623Z adding 'torch/include/ATen/Parallel-inl.h' 2025-09-07T06:38:19.3257166Z adding 'torch/include/ATen/Parallel.h' 2025-09-07T06:38:19.3260393Z adding 'torch/include/ATen/ParallelFuture.h' 2025-09-07T06:38:19.3263253Z adding 'torch/include/ATen/ParallelNative.h' 2025-09-07T06:38:19.3266587Z adding 'torch/include/ATen/ParallelOpenMP.h' 2025-09-07T06:38:19.3270691Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2025-09-07T06:38:19.3272897Z adding 'torch/include/ATen/ROCmFABackend.h' 2025-09-07T06:38:19.3541240Z adding 'torch/include/ATen/RedispatchFunctions.h' 2025-09-07T06:38:19.3732115Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2025-09-07T06:38:19.3760163Z adding 'torch/include/ATen/SDPBackend.h' 2025-09-07T06:38:19.3763465Z adding 'torch/include/ATen/SavedTensorHooks.h' 2025-09-07T06:38:19.3766349Z adding 'torch/include/ATen/Scalar.h' 2025-09-07T06:38:19.3769784Z adding 'torch/include/ATen/ScalarOps.h' 2025-09-07T06:38:19.3772687Z adding 'torch/include/ATen/ScalarType.h' 2025-09-07T06:38:19.3775555Z adding 'torch/include/ATen/SequenceNumber.h' 2025-09-07T06:38:19.3778376Z adding 'torch/include/ATen/SmallVector.h' 2025-09-07T06:38:19.3783529Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2025-09-07T06:38:19.3789646Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2025-09-07T06:38:19.3813742Z adding 'torch/include/ATen/SparseTensorImpl.h' 2025-09-07T06:38:19.3814107Z adding 'torch/include/ATen/Storage.h' 2025-09-07T06:38:19.3814398Z adding 'torch/include/ATen/StorageUtils.h' 2025-09-07T06:38:19.3814700Z adding 'torch/include/ATen/Tensor.h' 2025-09-07T06:38:19.3815013Z adding 'torch/include/ATen/TensorAccessor.h' 2025-09-07T06:38:19.3815339Z adding 'torch/include/ATen/TensorGeometry.h' 2025-09-07T06:38:19.3825800Z adding 'torch/include/ATen/TensorIndexing.h' 2025-09-07T06:38:19.3840382Z adding 'torch/include/ATen/TensorIterator.h' 2025-09-07T06:38:19.3844752Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2025-09-07T06:38:19.3849168Z adding 'torch/include/ATen/TensorMeta.h' 2025-09-07T06:38:19.3853079Z adding 'torch/include/ATen/TensorNames.h' 2025-09-07T06:38:19.3856421Z adding 'torch/include/ATen/TensorOperators.h' 2025-09-07T06:38:19.3859189Z adding 'torch/include/ATen/TensorOptions.h' 2025-09-07T06:38:19.3862841Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2025-09-07T06:38:19.3867679Z adding 'torch/include/ATen/TensorUtils.h' 2025-09-07T06:38:19.3870433Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2025-09-07T06:38:19.3874298Z adding 'torch/include/ATen/ThreadLocalState.h' 2025-09-07T06:38:19.3878642Z adding 'torch/include/ATen/TracerMode.h' 2025-09-07T06:38:19.3881707Z adding 'torch/include/ATen/TypeDefault.h' 2025-09-07T06:38:19.3885621Z adding 'torch/include/ATen/Utils.h' 2025-09-07T06:38:19.3888612Z adding 'torch/include/ATen/Version.h' 2025-09-07T06:38:19.4084738Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2025-09-07T06:38:19.4109441Z adding 'torch/include/ATen/WrapDimUtils.h' 2025-09-07T06:38:19.4113167Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2025-09-07T06:38:19.4124556Z adding 'torch/include/ATen/autocast_mode.h' 2025-09-07T06:38:19.4128208Z adding 'torch/include/ATen/ceil_div.h' 2025-09-07T06:38:19.4133108Z adding 'torch/include/ATen/code_template.h' 2025-09-07T06:38:19.4137162Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2025-09-07T06:38:19.4140160Z adding 'torch/include/ATen/div_rtn.h' 2025-09-07T06:38:19.4146010Z adding 'torch/include/ATen/dlpack.h' 2025-09-07T06:38:19.4149790Z adding 'torch/include/ATen/jit_macros.h' 2025-09-07T06:38:19.4153223Z adding 'torch/include/ATen/jiterator_macros.h' 2025-09-07T06:38:19.4162346Z adding 'torch/include/ATen/record_function.h' 2025-09-07T06:38:19.4168074Z adding 'torch/include/ATen/core/ATenGeneral.h' 2025-09-07T06:38:19.4171055Z adding 'torch/include/ATen/core/ATenOpList.h' 2025-09-07T06:38:19.4174206Z adding 'torch/include/ATen/core/ATen_fwd.h' 2025-09-07T06:38:19.4178906Z adding 'torch/include/ATen/core/ATen_pch.h' 2025-09-07T06:38:19.4182479Z adding 'torch/include/ATen/core/Array.h' 2025-09-07T06:38:19.4185214Z adding 'torch/include/ATen/core/Backtrace.h' 2025-09-07T06:38:19.4196355Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2025-09-07T06:38:19.4200265Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2025-09-07T06:38:19.4205055Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2025-09-07T06:38:19.4207465Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2025-09-07T06:38:19.4214006Z adding 'torch/include/ATen/core/Dict.h' 2025-09-07T06:38:19.4218837Z adding 'torch/include/ATen/core/Dict_inl.h' 2025-09-07T06:38:19.4222205Z adding 'torch/include/ATen/core/DimVector.h' 2025-09-07T06:38:19.4225359Z adding 'torch/include/ATen/core/Dimname.h' 2025-09-07T06:38:19.4230502Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2025-09-07T06:38:19.4233981Z adding 'torch/include/ATen/core/Formatting.h' 2025-09-07T06:38:19.4238589Z adding 'torch/include/ATen/core/Generator.h' 2025-09-07T06:38:19.4242021Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2025-09-07T06:38:19.4250238Z adding 'torch/include/ATen/core/IListRef.h' 2025-09-07T06:38:19.4254818Z adding 'torch/include/ATen/core/IListRef_inl.h' 2025-09-07T06:38:19.4259127Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2025-09-07T06:38:19.4265900Z adding 'torch/include/ATen/core/List.h' 2025-09-07T06:38:19.4271200Z adding 'torch/include/ATen/core/List_inl.h' 2025-09-07T06:38:19.4276063Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2025-09-07T06:38:19.4280410Z adding 'torch/include/ATen/core/NamedTensor.h' 2025-09-07T06:38:19.4284859Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2025-09-07T06:38:19.4290780Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2025-09-07T06:38:19.4293391Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2025-09-07T06:38:19.4296501Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2025-09-07T06:38:19.4299882Z adding 'torch/include/ATen/core/QuantizerBase.h' 2025-09-07T06:38:19.4302899Z adding 'torch/include/ATen/core/Range.h' 2025-09-07T06:38:19.4305820Z adding 'torch/include/ATen/core/Reduction.h' 2025-09-07T06:38:19.4308487Z adding 'torch/include/ATen/core/Scalar.h' 2025-09-07T06:38:19.4311158Z adding 'torch/include/ATen/core/ScalarType.h' 2025-09-07T06:38:19.4314507Z adding 'torch/include/ATen/core/Tensor.h' 2025-09-07T06:38:19.4319044Z adding 'torch/include/ATen/core/TensorAccessor.h' 2025-09-07T06:38:19.4334558Z adding 'torch/include/ATen/core/TensorBase.h' 2025-09-07T06:38:19.4390538Z adding 'torch/include/ATen/core/TensorBody.h' 2025-09-07T06:38:19.4400120Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2025-09-07T06:38:19.4404352Z adding 'torch/include/ATen/core/TransformationHelper.h' 2025-09-07T06:38:19.4407338Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2025-09-07T06:38:19.4410241Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2025-09-07T06:38:19.4414089Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2025-09-07T06:38:19.4417580Z adding 'torch/include/ATen/core/Variadic.h' 2025-09-07T06:38:19.4421043Z adding 'torch/include/ATen/core/Vitals.h' 2025-09-07T06:38:19.4425071Z adding 'torch/include/ATen/core/alias_info.h' 2025-09-07T06:38:19.4440298Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2025-09-07T06:38:19.4445830Z adding 'torch/include/ATen/core/blob.h' 2025-09-07T06:38:19.4450181Z adding 'torch/include/ATen/core/builtin_function.h' 2025-09-07T06:38:19.4494088Z adding 'torch/include/ATen/core/class_type.h' 2025-09-07T06:38:19.4494470Z adding 'torch/include/ATen/core/custom_class.h' 2025-09-07T06:38:19.4506041Z adding 'torch/include/ATen/core/dynamic_type.h' 2025-09-07T06:38:19.4508569Z adding 'torch/include/ATen/core/enum_tag.h' 2025-09-07T06:38:19.4512323Z adding 'torch/include/ATen/core/enum_type.h' 2025-09-07T06:38:19.4516100Z adding 'torch/include/ATen/core/function.h' 2025-09-07T06:38:19.4526259Z adding 'torch/include/ATen/core/function_schema.h' 2025-09-07T06:38:19.4530701Z adding 'torch/include/ATen/core/function_schema_inl.h' 2025-09-07T06:38:19.4533930Z adding 'torch/include/ATen/core/functional.h' 2025-09-07T06:38:19.4536785Z adding 'torch/include/ATen/core/grad_mode.h' 2025-09-07T06:38:19.4542361Z adding 'torch/include/ATen/core/interned_strings.h' 2025-09-07T06:38:19.4546087Z adding 'torch/include/ATen/core/interned_strings_class.h' 2025-09-07T06:38:19.4565537Z adding 'torch/include/ATen/core/ivalue.h' 2025-09-07T06:38:19.4596225Z adding 'torch/include/ATen/core/ivalue_inl.h' 2025-09-07T06:38:19.4601294Z adding 'torch/include/ATen/core/ivalue_to.h' 2025-09-07T06:38:19.4623809Z adding 'torch/include/ATen/core/jit_type.h' 2025-09-07T06:38:19.4633976Z adding 'torch/include/ATen/core/jit_type_base.h' 2025-09-07T06:38:19.4638145Z adding 'torch/include/ATen/core/operator_name.h' 2025-09-07T06:38:19.4642218Z adding 'torch/include/ATen/core/qualified_name.h' 2025-09-07T06:38:19.4645502Z adding 'torch/include/ATen/core/rref_interface.h' 2025-09-07T06:38:19.4649859Z adding 'torch/include/ATen/core/stack.h' 2025-09-07T06:38:19.4654402Z adding 'torch/include/ATen/core/symbol.h' 2025-09-07T06:38:19.4658693Z adding 'torch/include/ATen/core/type_factory.h' 2025-09-07T06:38:19.4671932Z adding 'torch/include/ATen/core/type_ptr.h' 2025-09-07T06:38:19.4674610Z adding 'torch/include/ATen/core/typeid.h' 2025-09-07T06:38:19.4680696Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2025-09-07T06:38:19.4684573Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2025-09-07T06:38:19.4689780Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2025-09-07T06:38:19.4695996Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2025-09-07T06:38:19.4699561Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2025-09-07T06:38:19.4703865Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2025-09-07T06:38:19.4707249Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2025-09-07T06:38:19.4713123Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2025-09-07T06:38:19.4723260Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2025-09-07T06:38:19.4727848Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2025-09-07T06:38:19.4733640Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2025-09-07T06:38:19.4738455Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2025-09-07T06:38:19.4751769Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2025-09-07T06:38:19.4755711Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2025-09-07T06:38:19.4762142Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2025-09-07T06:38:19.4765702Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2025-09-07T06:38:19.4768831Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2025-09-07T06:38:19.4773332Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2025-09-07T06:38:19.4777718Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2025-09-07T06:38:19.4782351Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2025-09-07T06:38:19.4790962Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2025-09-07T06:38:19.4795511Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2025-09-07T06:38:19.4798582Z adding 'torch/include/ATen/cpu/Utils.h' 2025-09-07T06:38:19.4802845Z adding 'torch/include/ATen/cpu/vml.h' 2025-09-07T06:38:19.4806861Z adding 'torch/include/ATen/cpu/vec/functional.h' 2025-09-07T06:38:19.4811973Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2025-09-07T06:38:19.4818774Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2025-09-07T06:38:19.4822219Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2025-09-07T06:38:19.4825671Z adding 'torch/include/ATen/cpu/vec/vec.h' 2025-09-07T06:38:19.4838699Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2025-09-07T06:38:19.4843662Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2025-09-07T06:38:19.4848005Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2025-09-07T06:38:19.4852549Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2025-09-07T06:38:19.4858017Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2025-09-07T06:38:19.4862290Z adding 'torch/include/ATen/cpu/vec/vec_quant.h' 2025-09-07T06:38:19.4866916Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2025-09-07T06:38:19.4873600Z adding 'torch/include/ATen/cpu/vec/sve/vec_bfloat16.h' 2025-09-07T06:38:19.4878608Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2025-09-07T06:38:19.4884874Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2025-09-07T06:38:19.4893806Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2025-09-07T06:38:19.4900783Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2025-09-07T06:38:19.4907474Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2025-09-07T06:38:19.4912095Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2025-09-07T06:38:19.4919133Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2025-09-07T06:38:19.4923211Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2025-09-07T06:38:19.4929931Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2025-09-07T06:38:19.4937627Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2025-09-07T06:38:19.4965270Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2025-09-07T06:38:19.4965843Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2025-09-07T06:38:19.4966307Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2025-09-07T06:38:19.4966722Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2025-09-07T06:38:19.4967136Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_16bit_float.h' 2025-09-07T06:38:19.4971451Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2025-09-07T06:38:19.4978994Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2025-09-07T06:38:19.4987074Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2025-09-07T06:38:19.4992618Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2025-09-07T06:38:19.4998215Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2025-09-07T06:38:19.5007143Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2025-09-07T06:38:19.5012384Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half.h' 2025-09-07T06:38:19.5026862Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2025-09-07T06:38:19.5033010Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2025-09-07T06:38:19.5044360Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2025-09-07T06:38:19.5050203Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2025-09-07T06:38:19.5054880Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2025-09-07T06:38:19.5062844Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2025-09-07T06:38:19.5071671Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2025-09-07T06:38:19.5085373Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2025-09-07T06:38:19.5085966Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2025-09-07T06:38:19.5089733Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2025-09-07T06:38:19.5095243Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2025-09-07T06:38:19.5100159Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2025-09-07T06:38:19.5105433Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2025-09-07T06:38:19.5111731Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2025-09-07T06:38:19.5118283Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2025-09-07T06:38:19.5125988Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2025-09-07T06:38:19.5150943Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2025-09-07T06:38:19.5159771Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2025-09-07T06:38:19.5175585Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2025-09-07T06:38:19.5185054Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2025-09-07T06:38:19.5195428Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2025-09-07T06:38:19.5200996Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2025-09-07T06:38:19.5206947Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2025-09-07T06:38:19.5216607Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2025-09-07T06:38:19.5224711Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float8.h' 2025-09-07T06:38:19.5237858Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2025-09-07T06:38:19.5245048Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2025-09-07T06:38:19.5256498Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2025-09-07T06:38:19.5262535Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2025-09-07T06:38:19.5265814Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2025-09-07T06:38:19.5269486Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2025-09-07T06:38:19.5276605Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2025-09-07T06:38:19.5285418Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2025-09-07T06:38:19.5291065Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2025-09-07T06:38:19.5294589Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2025-09-07T06:38:19.5298369Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2025-09-07T06:38:19.5302479Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2025-09-07T06:38:19.5305102Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2025-09-07T06:38:19.5310231Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2025-09-07T06:38:19.5315126Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2025-09-07T06:38:19.5319649Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2025-09-07T06:38:19.5322678Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2025-09-07T06:38:19.5326136Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2025-09-07T06:38:19.5331145Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2025-09-07T06:38:19.5335554Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2025-09-07T06:38:19.5339012Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2025-09-07T06:38:19.5342815Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2025-09-07T06:38:19.5345398Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2025-09-07T06:38:19.5349064Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2025-09-07T06:38:19.5352188Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2025-09-07T06:38:19.5357063Z adding 'torch/include/ATen/cuda/Exceptions.h' 2025-09-07T06:38:19.5361197Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2025-09-07T06:38:19.5364288Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2025-09-07T06:38:19.5367233Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2025-09-07T06:38:19.5369976Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2025-09-07T06:38:19.5373144Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2025-09-07T06:38:19.5377233Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2025-09-07T06:38:19.5379521Z adding 'torch/include/ATen/cuda/Sleep.h' 2025-09-07T06:38:19.5383038Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2025-09-07T06:38:19.5386026Z adding 'torch/include/ATen/cuda/cub-RadixSortPairs.cuh' 2025-09-07T06:38:19.5394336Z adding 'torch/include/ATen/cuda/cub.cuh' 2025-09-07T06:38:19.5398280Z adding 'torch/include/ATen/cuda/cub.h' 2025-09-07T06:38:19.5401804Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2025-09-07T06:38:19.5405829Z adding 'torch/include/ATen/cuda/jiterator.h' 2025-09-07T06:38:19.5409593Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2025-09-07T06:38:19.5413064Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2025-09-07T06:38:19.5417583Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2025-09-07T06:38:19.5423749Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2025-09-07T06:38:19.5426235Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2025-09-07T06:38:19.5430315Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2025-09-07T06:38:19.5434604Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2025-09-07T06:38:19.5436835Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2025-09-07T06:38:19.5446909Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2025-09-07T06:38:19.5447411Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2025-09-07T06:38:19.5448575Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2025-09-07T06:38:19.5453778Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2025-09-07T06:38:19.5460330Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2025-09-07T06:38:19.5467888Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2025-09-07T06:38:19.5473105Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2025-09-07T06:38:19.5477843Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2025-09-07T06:38:19.5481219Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2025-09-07T06:38:19.5485706Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2025-09-07T06:38:19.5492489Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2025-09-07T06:38:19.5500271Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2025-09-07T06:38:19.5504972Z adding 'torch/include/ATen/cudnn/Handle.h' 2025-09-07T06:38:19.5506490Z adding 'torch/include/ATen/cudnn/Handles.h' 2025-09-07T06:38:19.5509376Z adding 'torch/include/ATen/cudnn/Types.h' 2025-09-07T06:38:19.5512349Z adding 'torch/include/ATen/cudnn/Utils.h' 2025-09-07T06:38:19.5515440Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2025-09-07T06:38:19.5519908Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2025-09-07T06:38:19.5524331Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2025-09-07T06:38:19.5527983Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2025-09-07T06:38:19.5531462Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2025-09-07T06:38:19.5536377Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2025-09-07T06:38:19.5538216Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2025-09-07T06:38:19.5541461Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2025-09-07T06:38:19.5545132Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2025-09-07T06:38:19.5548836Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2025-09-07T06:38:19.5552405Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2025-09-07T06:38:19.5555895Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2025-09-07T06:38:19.5560111Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2025-09-07T06:38:19.5566713Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2025-09-07T06:38:19.5570800Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2025-09-07T06:38:19.5575561Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2025-09-07T06:38:19.5579594Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2025-09-07T06:38:19.5583953Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2025-09-07T06:38:19.5587308Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2025-09-07T06:38:19.5593460Z adding 'torch/include/ATen/functorch/Interpreter.h' 2025-09-07T06:38:19.5599147Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2025-09-07T06:38:19.5602176Z adding 'torch/include/ATen/functorch/Macros.h' 2025-09-07T06:38:19.5605831Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2025-09-07T06:38:19.5609844Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2025-09-07T06:38:19.5613239Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2025-09-07T06:38:19.5619072Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2025-09-07T06:38:19.5623178Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2025-09-07T06:38:19.5629877Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2025-09-07T06:38:19.5633637Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2025-09-07T06:38:19.5637511Z adding 'torch/include/ATen/metal/Context.h' 2025-09-07T06:38:19.5642840Z adding 'torch/include/ATen/miopen/Descriptors.h' 2025-09-07T06:38:19.5646225Z adding 'torch/include/ATen/miopen/Exceptions.h' 2025-09-07T06:38:19.5649146Z adding 'torch/include/ATen/miopen/Handle.h' 2025-09-07T06:38:19.5652081Z adding 'torch/include/ATen/miopen/Types.h' 2025-09-07T06:38:19.5655024Z adding 'torch/include/ATen/miopen/Utils.h' 2025-09-07T06:38:19.5658071Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2025-09-07T06:38:19.5661970Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2025-09-07T06:38:19.5665847Z adding 'torch/include/ATen/mps/IndexKernels.h' 2025-09-07T06:38:19.5674413Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2025-09-07T06:38:19.5678478Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2025-09-07T06:38:19.5681908Z adding 'torch/include/ATen/mps/MPSDevice.h' 2025-09-07T06:38:19.5685730Z adding 'torch/include/ATen/mps/MPSEvent.h' 2025-09-07T06:38:19.5689109Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2025-09-07T06:38:19.5693376Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2025-09-07T06:38:19.5696894Z adding 'torch/include/ATen/mps/MPSHooks.h' 2025-09-07T06:38:19.5704123Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2025-09-07T06:38:19.5708471Z adding 'torch/include/ATen/mps/MPSStream.h' 2025-09-07T06:38:19.5714522Z adding 'torch/include/ATen/native/Activation.h' 2025-09-07T06:38:19.5717929Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2025-09-07T06:38:19.5721011Z adding 'torch/include/ATen/native/AmpKernels.h' 2025-09-07T06:38:19.5725964Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2025-09-07T06:38:19.5729877Z adding 'torch/include/ATen/native/BinaryOps.h' 2025-09-07T06:38:19.5734804Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2025-09-07T06:38:19.5739254Z adding 'torch/include/ATen/native/CPUBlas.h' 2025-09-07T06:38:19.5742909Z adding 'torch/include/ATen/native/CPUFallback.h' 2025-09-07T06:38:19.5745965Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2025-09-07T06:38:19.5749706Z adding 'torch/include/ATen/native/ComplexHelper.h' 2025-09-07T06:38:19.5753047Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2025-09-07T06:38:19.5757335Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2025-09-07T06:38:19.5764195Z adding 'torch/include/ATen/native/ConvUtils.h' 2025-09-07T06:38:19.5767753Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2025-09-07T06:38:19.5770658Z adding 'torch/include/ATen/native/Copy.h' 2025-09-07T06:38:19.5773673Z adding 'torch/include/ATen/native/Cross.h' 2025-09-07T06:38:19.5777936Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2025-09-07T06:38:19.5783876Z adding 'torch/include/ATen/native/DispatchStub.h' 2025-09-07T06:38:19.5787339Z adding 'torch/include/ATen/native/Distance.h' 2025-09-07T06:38:19.5793873Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2025-09-07T06:38:19.5802947Z adding 'torch/include/ATen/native/Distributions.h' 2025-09-07T06:38:19.5807431Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2025-09-07T06:38:19.5810521Z adding 'torch/include/ATen/native/Fill.h' 2025-09-07T06:38:19.5816844Z adding 'torch/include/ATen/native/ForeachUtils.h' 2025-09-07T06:38:19.5820674Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2025-09-07T06:38:19.5823723Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2025-09-07T06:38:19.5826582Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2025-09-07T06:38:19.5829552Z adding 'torch/include/ATen/native/FusedAdam.h' 2025-09-07T06:38:19.5832464Z adding 'torch/include/ATen/native/FusedSGD.h' 2025-09-07T06:38:19.5835502Z adding 'torch/include/ATen/native/Gelu.h' 2025-09-07T06:38:19.5840242Z adding 'torch/include/ATen/native/GridSampler.h' 2025-09-07T06:38:19.5844142Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2025-09-07T06:38:19.5849018Z adding 'torch/include/ATen/native/GroupedMMUtils.h' 2025-09-07T06:38:19.5851711Z adding 'torch/include/ATen/native/Histogram.h' 2025-09-07T06:38:19.5855435Z adding 'torch/include/ATen/native/IndexKernel.h' 2025-09-07T06:38:19.5859555Z adding 'torch/include/ATen/native/IndexingUtils.h' 2025-09-07T06:38:19.5862979Z adding 'torch/include/ATen/native/Lerp.h' 2025-09-07T06:38:19.5866897Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2025-09-07T06:38:19.5876911Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2025-09-07T06:38:19.5881020Z adding 'torch/include/ATen/native/LossMulti.h' 2025-09-07T06:38:19.5927474Z adding 'torch/include/ATen/native/Math.h' 2025-09-07T06:38:19.5934311Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2025-09-07T06:38:19.5939267Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2025-09-07T06:38:19.5943194Z adding 'torch/include/ATen/native/MaxPooling.h' 2025-09-07T06:38:19.5977672Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2025-09-07T06:38:19.5978092Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2025-09-07T06:38:19.5978452Z adding 'torch/include/ATen/native/Normalization.h' 2025-09-07T06:38:19.5978807Z adding 'torch/include/ATen/native/Padding.h' 2025-09-07T06:38:19.5979248Z adding 'torch/include/ATen/native/PixelShuffle.h' 2025-09-07T06:38:19.5979620Z adding 'torch/include/ATen/native/PointwiseOps.h' 2025-09-07T06:38:19.5979951Z adding 'torch/include/ATen/native/Pool.h' 2025-09-07T06:38:19.5980262Z adding 'torch/include/ATen/native/Pow.h' 2025-09-07T06:38:19.5980579Z adding 'torch/include/ATen/native/RNN.h' 2025-09-07T06:38:19.5981869Z adding 'torch/include/ATen/native/RangeFactories.h' 2025-09-07T06:38:19.5985592Z adding 'torch/include/ATen/native/RangeUtils.h' 2025-09-07T06:38:19.5989727Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2025-09-07T06:38:19.5991997Z adding 'torch/include/ATen/native/ReduceOps.h' 2025-09-07T06:38:19.5998502Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2025-09-07T06:38:19.6002224Z adding 'torch/include/ATen/native/ReductionType.h' 2025-09-07T06:38:19.6005525Z adding 'torch/include/ATen/native/Repeat.h' 2025-09-07T06:38:19.6010522Z adding 'torch/include/ATen/native/Resize.h' 2025-09-07T06:38:19.6014734Z adding 'torch/include/ATen/native/ResizeCommon.h' 2025-09-07T06:38:19.6018440Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2025-09-07T06:38:19.6021555Z adding 'torch/include/ATen/native/SegmentReduce.h' 2025-09-07T06:38:19.6027077Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2025-09-07T06:38:19.6031125Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2025-09-07T06:38:19.6034164Z adding 'torch/include/ATen/native/Sorting.h' 2025-09-07T06:38:19.6037540Z adding 'torch/include/ATen/native/SortingUtils.h' 2025-09-07T06:38:19.6042150Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2025-09-07T06:38:19.6046067Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2025-09-07T06:38:19.6050193Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2025-09-07T06:38:19.6053817Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2025-09-07T06:38:19.6057682Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2025-09-07T06:38:19.6061044Z adding 'torch/include/ATen/native/TensorCompare.h' 2025-09-07T06:38:19.6064146Z adding 'torch/include/ATen/native/TensorConversions.h' 2025-09-07T06:38:19.6067413Z adding 'torch/include/ATen/native/TensorDimApply.h' 2025-09-07T06:38:19.6071682Z adding 'torch/include/ATen/native/TensorFactories.h' 2025-09-07T06:38:19.6074663Z adding 'torch/include/ATen/native/TensorIterator.h' 2025-09-07T06:38:19.6078021Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2025-09-07T06:38:19.6080870Z adding 'torch/include/ATen/native/TensorProperties.h' 2025-09-07T06:38:19.6084829Z adding 'torch/include/ATen/native/TensorShape.h' 2025-09-07T06:38:19.6088151Z adding 'torch/include/ATen/native/TensorTransformations.h' 2025-09-07T06:38:19.6092229Z adding 'torch/include/ATen/native/TopKImpl.h' 2025-09-07T06:38:19.6094851Z adding 'torch/include/ATen/native/TransposeType.h' 2025-09-07T06:38:19.6098252Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2025-09-07T06:38:19.6101422Z adding 'torch/include/ATen/native/TypeProperties.h' 2025-09-07T06:38:19.6105164Z adding 'torch/include/ATen/native/UnaryOps.h' 2025-09-07T06:38:19.6108376Z adding 'torch/include/ATen/native/Unfold2d.h' 2025-09-07T06:38:19.6111363Z adding 'torch/include/ATen/native/Unfold3d.h' 2025-09-07T06:38:19.6114990Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2025-09-07T06:38:19.6122423Z adding 'torch/include/ATen/native/UpSample.h' 2025-09-07T06:38:19.6126202Z adding 'torch/include/ATen/native/batch_norm.h' 2025-09-07T06:38:19.6129734Z adding 'torch/include/ATen/native/group_norm.h' 2025-09-07T06:38:19.6133674Z adding 'torch/include/ATen/native/im2col.h' 2025-09-07T06:38:19.6138077Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2025-09-07T06:38:19.6141962Z adding 'torch/include/ATen/native/layer_norm.h' 2025-09-07T06:38:19.6145321Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2025-09-07T06:38:19.6148567Z adding 'torch/include/ATen/native/vol2col.h' 2025-09-07T06:38:19.6154468Z adding 'torch/include/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.h' 2025-09-07T06:38:19.6158268Z adding 'torch/include/ATen/native/ao_sparse/quantized/cpu/packed_params.h' 2025-09-07T06:38:19.6162560Z adding 'torch/include/ATen/native/ao_sparse/quantized/cpu/qnnpack_utils.h' 2025-09-07T06:38:19.6166634Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2025-09-07T06:38:19.6169876Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2025-09-07T06:38:19.6173945Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2025-09-07T06:38:19.6176058Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2025-09-07T06:38:19.6179682Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2025-09-07T06:38:19.6185439Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2025-09-07T06:38:19.6188946Z adding 'torch/include/ATen/native/cpu/Elu.h' 2025-09-07T06:38:19.6192638Z adding 'torch/include/ATen/native/cpu/Gelu.h' 2025-09-07T06:38:19.6196830Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2025-09-07T06:38:19.6199736Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2025-09-07T06:38:19.6202974Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2025-09-07T06:38:19.6206334Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2025-09-07T06:38:19.6210006Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2025-09-07T06:38:19.6215759Z adding 'torch/include/ATen/native/cpu/LogSoftmaxKernelImpl.h' 2025-09-07T06:38:19.6222074Z adding 'torch/include/ATen/native/cpu/Loops.h' 2025-09-07T06:38:19.6225627Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2025-09-07T06:38:19.6228609Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2025-09-07T06:38:19.6234505Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2025-09-07T06:38:19.6239395Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2025-09-07T06:38:19.6243096Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2025-09-07T06:38:19.6246318Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2025-09-07T06:38:19.6250724Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2025-09-07T06:38:19.6254224Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2025-09-07T06:38:19.6259724Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2025-09-07T06:38:19.6262039Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2025-09-07T06:38:19.6277869Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2025-09-07T06:38:19.6282895Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2025-09-07T06:38:19.6288857Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2025-09-07T06:38:19.6292590Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2025-09-07T06:38:19.6296106Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2025-09-07T06:38:19.6300489Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2025-09-07T06:38:19.6305857Z adding 'torch/include/ATen/native/cpu/utils.h' 2025-09-07T06:38:19.6309323Z adding 'torch/include/ATen/native/cpu/zmath.h' 2025-09-07T06:38:19.6314825Z adding 'torch/include/ATen/native/cuda/Activation.h' 2025-09-07T06:38:19.6318153Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2025-09-07T06:38:19.6323923Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2025-09-07T06:38:19.6334879Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2025-09-07T06:38:19.6338944Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2025-09-07T06:38:19.6341954Z adding 'torch/include/ATen/native/cuda/Copy.h' 2025-09-07T06:38:19.6351997Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2025-09-07T06:38:19.6356162Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2025-09-07T06:38:19.6359388Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2025-09-07T06:38:19.6368980Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2025-09-07T06:38:19.6372833Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2025-09-07T06:38:19.6375949Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2025-09-07T06:38:19.6381591Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2025-09-07T06:38:19.6386189Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2025-09-07T06:38:19.6390268Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2025-09-07T06:38:19.6393837Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2025-09-07T06:38:19.6397553Z adding 'torch/include/ATen/native/cuda/GroupMM.h' 2025-09-07T06:38:19.6401188Z adding 'torch/include/ATen/native/cuda/GroupMMCommon.cuh' 2025-09-07T06:38:19.6404512Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2025-09-07T06:38:19.6408403Z adding 'torch/include/ATen/native/cuda/IndexKernelUtils.h' 2025-09-07T06:38:19.6412792Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2025-09-07T06:38:19.6419069Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2025-09-07T06:38:19.6422581Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2025-09-07T06:38:19.6428036Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2025-09-07T06:38:19.6463155Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2025-09-07T06:38:19.6474040Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2025-09-07T06:38:19.6477782Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2025-09-07T06:38:19.6483173Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2025-09-07T06:38:19.6501959Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2025-09-07T06:38:19.6509732Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2025-09-07T06:38:19.6513540Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2025-09-07T06:38:19.6517020Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2025-09-07T06:38:19.6534699Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2025-09-07T06:38:19.6538930Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2025-09-07T06:38:19.6542202Z adding 'torch/include/ATen/native/cuda/Resize.h' 2025-09-07T06:38:19.6545617Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2025-09-07T06:38:19.6548611Z adding 'torch/include/ATen/native/cuda/ScaledGroupMM.h' 2025-09-07T06:38:19.6551735Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2025-09-07T06:38:19.6558783Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2025-09-07T06:38:19.6562326Z adding 'torch/include/ATen/native/cuda/Sort.h' 2025-09-07T06:38:19.6565327Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2025-09-07T06:38:19.6570951Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2025-09-07T06:38:19.6574284Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2025-09-07T06:38:19.6578404Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2025-09-07T06:38:19.6584551Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2025-09-07T06:38:19.6591904Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2025-09-07T06:38:19.6595238Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2025-09-07T06:38:19.6598126Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2025-09-07T06:38:19.6601011Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2025-09-07T06:38:19.6606359Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2025-09-07T06:38:19.6610371Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2025-09-07T06:38:19.6613719Z adding 'torch/include/ATen/native/cuda/cutlass_common.cuh' 2025-09-07T06:38:19.6616777Z adding 'torch/include/ATen/native/cuda/fused_adagrad_impl.cuh' 2025-09-07T06:38:19.6620637Z adding 'torch/include/ATen/native/cuda/fused_adagrad_utils.cuh' 2025-09-07T06:38:19.6623807Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2025-09-07T06:38:19.6626737Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2025-09-07T06:38:19.6631222Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2025-09-07T06:38:19.6634509Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2025-09-07T06:38:19.6637493Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2025-09-07T06:38:19.6642043Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2025-09-07T06:38:19.6646784Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2025-09-07T06:38:19.6655126Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2025-09-07T06:38:19.6658751Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2025-09-07T06:38:19.6663534Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2025-09-07T06:38:19.6667698Z adding 'torch/include/ATen/native/hip/ck_bgemm.h' 2025-09-07T06:38:19.6670751Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2025-09-07T06:38:19.6675879Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2025-09-07T06:38:19.6679553Z adding 'torch/include/ATen/native/hip/ck_types.h' 2025-09-07T06:38:19.6683867Z adding 'torch/include/ATen/native/hip/bgemm_kernels/bgemm_kernel_collection.h' 2025-09-07T06:38:19.6688194Z adding 'torch/include/ATen/native/hip/bgemm_kernels/bgemm_kernel_template.h' 2025-09-07T06:38:19.6692321Z adding 'torch/include/ATen/native/kleidiai/kai_kernels.h' 2025-09-07T06:38:19.6695770Z adding 'torch/include/ATen/native/kleidiai/kai_pack.h' 2025-09-07T06:38:19.6699421Z adding 'torch/include/ATen/native/kleidiai/kai_ukernel_interface.h' 2025-09-07T06:38:19.6704014Z adding 'torch/include/ATen/native/mkldnn/xpu/Conv.h' 2025-09-07T06:38:19.6707361Z adding 'torch/include/ATen/native/mkldnn/xpu/FusionUtils.h' 2025-09-07T06:38:19.6710691Z adding 'torch/include/ATen/native/mkldnn/xpu/qconv.h' 2025-09-07T06:38:19.6714019Z adding 'torch/include/ATen/native/mkldnn/xpu/qlinear.h' 2025-09-07T06:38:19.6721718Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2025-09-07T06:38:19.6728864Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/DnnlExt.h' 2025-09-07T06:38:19.6733020Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/LRUCache.h' 2025-09-07T06:38:19.6736928Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2025-09-07T06:38:19.6740843Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2025-09-07T06:38:19.6744504Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2025-09-07T06:38:19.6748399Z adding 'torch/include/ATen/native/mps/Copy.h' 2025-09-07T06:38:19.6751681Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2025-09-07T06:38:19.6754990Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2025-09-07T06:38:19.6759430Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2025-09-07T06:38:19.6764443Z adding 'torch/include/ATen/native/mps/MetalShaderLibrary.h' 2025-09-07T06:38:19.6772693Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2025-09-07T06:38:19.6776563Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2025-09-07T06:38:19.6780581Z adding 'torch/include/ATen/native/mps/kernels/GridSampler.h' 2025-09-07T06:38:19.6783889Z adding 'torch/include/ATen/native/mps/kernels/Pooling.h' 2025-09-07T06:38:19.6788063Z adding 'torch/include/ATen/native/mps/kernels/UpSample.h' 2025-09-07T06:38:19.6791328Z adding 'torch/include/ATen/native/mps/operations/BinaryKernel.h' 2025-09-07T06:38:19.6794631Z adding 'torch/include/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.h' 2025-09-07T06:38:19.6797632Z adding 'torch/include/ATen/native/mps/operations/FusedAdamKernelImpl.h' 2025-09-07T06:38:19.6800914Z adding 'torch/include/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.h' 2025-09-07T06:38:19.6803988Z adding 'torch/include/ATen/native/mps/operations/FusedAdamWKernelImpl.h' 2025-09-07T06:38:19.6810378Z adding 'torch/include/ATen/native/mps/operations/MultiTensorApply.h' 2025-09-07T06:38:19.6814286Z adding 'torch/include/ATen/native/mtia/EmptyTensor.h' 2025-09-07T06:38:19.6818459Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2025-09-07T06:38:19.6822600Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2025-09-07T06:38:19.6825729Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2025-09-07T06:38:19.6829116Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2025-09-07T06:38:19.6835908Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2025-09-07T06:38:19.6840734Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2025-09-07T06:38:19.6844154Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2025-09-07T06:38:19.6847661Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2025-09-07T06:38:19.6851231Z adding 'torch/include/ATen/native/quantized/Copy.h' 2025-09-07T06:38:19.6854049Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2025-09-07T06:38:19.6857211Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2025-09-07T06:38:19.6860808Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2025-09-07T06:38:19.6863944Z adding 'torch/include/ATen/native/quantized/library.h' 2025-09-07T06:38:19.6870665Z adding 'torch/include/ATen/native/quantized/cpu/ACLUtils.h' 2025-09-07T06:38:19.6874297Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2025-09-07T06:38:19.6877266Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2025-09-07T06:38:19.6883001Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2025-09-07T06:38:19.6890782Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2025-09-07T06:38:19.6897052Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2025-09-07T06:38:19.6900746Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2025-09-07T06:38:19.6904143Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2025-09-07T06:38:19.6909603Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2025-09-07T06:38:19.6915659Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2025-09-07T06:38:19.6921181Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2025-09-07T06:38:19.6924428Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2025-09-07T06:38:19.6927851Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2025-09-07T06:38:19.6931484Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2025-09-07T06:38:19.6934263Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2025-09-07T06:38:19.6937530Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2025-09-07T06:38:19.6943470Z adding 'torch/include/ATen/native/quantized/cudnn/utils.h' 2025-09-07T06:38:19.6968443Z adding 'torch/include/ATen/native/transformers/attention.h' 2025-09-07T06:38:19.6968920Z adding 'torch/include/ATen/native/transformers/sdp_utils.h' 2025-09-07T06:38:19.6969361Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2025-09-07T06:38:19.6969830Z adding 'torch/include/ATen/native/transformers/cuda/sdp_utils.h' 2025-09-07T06:38:19.6970467Z adding 'torch/include/ATen/native/transformers/cuda/flash_attn/flash_api.h' 2025-09-07T06:38:19.6974375Z adding 'torch/include/ATen/native/transformers/cuda/flash_attn/static_switch.h' 2025-09-07T06:38:19.6978863Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/debug_utils.h' 2025-09-07T06:38:19.6983939Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm_kernel_utils.h' 2025-09-07T06:38:19.7013745Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernel_backward.h' 2025-09-07T06:38:19.7034135Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernel_forward.h' 2025-09-07T06:38:19.7038554Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/pytorch_utils.h' 2025-09-07T06:38:19.7046980Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_pipelined.h' 2025-09-07T06:38:19.7052394Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_rescale_output.h' 2025-09-07T06:38:19.7057087Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_thread_apply_logsumexp.h' 2025-09-07T06:38:19.7061526Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma.h' 2025-09-07T06:38:19.7066069Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_base.h' 2025-09-07T06:38:19.7075061Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_multistage.h' 2025-09-07T06:38:19.7081961Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_pipelined.h' 2025-09-07T06:38:19.7086324Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/find_default_mma.h' 2025-09-07T06:38:19.7091695Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_accum_lambda_iterator.h' 2025-09-07T06:38:19.7112081Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_from_smem.h' 2025-09-07T06:38:19.7118835Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/default_warp_iterator_from_smem.h' 2025-09-07T06:38:19.7126314Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h' 2025-09-07T06:38:19.7130114Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/make_residual_last.h' 2025-09-07T06:38:19.7141591Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h' 2025-09-07T06:38:19.7153240Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h' 2025-09-07T06:38:19.7157902Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/transpose_warp_iterator.h' 2025-09-07T06:38:19.7163381Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/warp_iterator_from_smem.h' 2025-09-07T06:38:19.7177214Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB.h' 2025-09-07T06:38:19.7184650Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF.h' 2025-09-07T06:38:19.7189799Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/transform/tile_smem_loader.h' 2025-09-07T06:38:19.7194628Z adding 'torch/include/ATen/native/transformers/hip/aotriton_adapter.h' 2025-09-07T06:38:19.7197753Z adding 'torch/include/ATen/native/transformers/hip/aotriton_versions.h' 2025-09-07T06:38:19.7201021Z adding 'torch/include/ATen/native/transformers/hip/gemm_kernel_utils.h' 2025-09-07T06:38:19.7207430Z adding 'torch/include/ATen/native/transformers/hip/flash_attn/flash_api.h' 2025-09-07T06:38:19.7212910Z adding 'torch/include/ATen/native/transformers/hip/flash_attn/ck/me_ck_api.h' 2025-09-07T06:38:19.7216155Z adding 'torch/include/ATen/native/utils/Factory.h' 2025-09-07T06:38:19.7219587Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2025-09-07T06:38:19.7222987Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2025-09-07T06:38:19.7410472Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2025-09-07T06:38:19.7414053Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2025-09-07T06:38:19.7417449Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7420654Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2025-09-07T06:38:19.7424732Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2025-09-07T06:38:19.7426921Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2025-09-07T06:38:19.7430800Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2025-09-07T06:38:19.7433587Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7436782Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2025-09-07T06:38:19.7439916Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2025-09-07T06:38:19.7443091Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2025-09-07T06:38:19.7446362Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2025-09-07T06:38:19.7449885Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2025-09-07T06:38:19.7458039Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2025-09-07T06:38:19.7458669Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7460156Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-09-07T06:38:19.7466439Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-09-07T06:38:19.7467012Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2025-09-07T06:38:19.7469981Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2025-09-07T06:38:19.7473425Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7476418Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2025-09-07T06:38:19.7479817Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2025-09-07T06:38:19.7482710Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2025-09-07T06:38:19.7486152Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2025-09-07T06:38:19.7490640Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2025-09-07T06:38:19.7492694Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7495619Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2025-09-07T06:38:19.7498694Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2025-09-07T06:38:19.7502085Z adding 'torch/include/ATen/ops/_add_relu.h' 2025-09-07T06:38:19.7505406Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7508444Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2025-09-07T06:38:19.7511536Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2025-09-07T06:38:19.7514564Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2025-09-07T06:38:19.7518182Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2025-09-07T06:38:19.7521487Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2025-09-07T06:38:19.7524863Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:19.7527822Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2025-09-07T06:38:19.7530941Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2025-09-07T06:38:19.7534105Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2025-09-07T06:38:19.7537359Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2025-09-07T06:38:19.7540536Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2025-09-07T06:38:19.7543663Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2025-09-07T06:38:19.7546859Z adding 'torch/include/ATen/ops/_aminmax.h' 2025-09-07T06:38:19.7550389Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7553390Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2025-09-07T06:38:19.7556451Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2025-09-07T06:38:19.7566161Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2025-09-07T06:38:19.7572853Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2025-09-07T06:38:19.7576824Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2025-09-07T06:38:19.7580027Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7583096Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2025-09-07T06:38:19.7588101Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2025-09-07T06:38:19.7591297Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2025-09-07T06:38:19.7594709Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2025-09-07T06:38:19.7598005Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2025-09-07T06:38:19.7601402Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7604783Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2025-09-07T06:38:19.7607828Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2025-09-07T06:38:19.7611009Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2025-09-07T06:38:19.7614257Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2025-09-07T06:38:19.7617695Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2025-09-07T06:38:19.7620918Z adding 'torch/include/ATen/ops/_assert_async.h' 2025-09-07T06:38:19.7624040Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2025-09-07T06:38:19.7627137Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2025-09-07T06:38:19.7630087Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2025-09-07T06:38:19.7633343Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2025-09-07T06:38:19.7636277Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2025-09-07T06:38:19.7639483Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7642427Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2025-09-07T06:38:19.7645518Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2025-09-07T06:38:19.7648824Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2025-09-07T06:38:19.7652268Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7655406Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h' 2025-09-07T06:38:19.7658442Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2025-09-07T06:38:19.7661645Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2025-09-07T06:38:19.7664677Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2025-09-07T06:38:19.7667953Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7670839Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2025-09-07T06:38:19.7673965Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2025-09-07T06:38:19.7676930Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2025-09-07T06:38:19.7680143Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7683072Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2025-09-07T06:38:19.7686279Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2025-09-07T06:38:19.7689102Z adding 'torch/include/ATen/ops/_backward.h' 2025-09-07T06:38:19.7692445Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7695363Z adding 'torch/include/ATen/ops/_backward_native.h' 2025-09-07T06:38:19.7698692Z adding 'torch/include/ATen/ops/_backward_ops.h' 2025-09-07T06:38:19.7701746Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2025-09-07T06:38:19.7704951Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2025-09-07T06:38:19.7708488Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7711518Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2025-09-07T06:38:19.7715062Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2025-09-07T06:38:19.7718537Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7721530Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2025-09-07T06:38:19.7724919Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2025-09-07T06:38:19.7728483Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2025-09-07T06:38:19.7732183Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7735237Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2025-09-07T06:38:19.7738770Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2025-09-07T06:38:19.7742345Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2025-09-07T06:38:19.7745737Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7748999Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2025-09-07T06:38:19.7752216Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2025-09-07T06:38:19.7755536Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2025-09-07T06:38:19.7759242Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2025-09-07T06:38:19.7762398Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2025-09-07T06:38:19.7765845Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7768652Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2025-09-07T06:38:19.7771903Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2025-09-07T06:38:19.7774998Z adding 'torch/include/ATen/ops/_cast_Char.h' 2025-09-07T06:38:19.7778343Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7781211Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2025-09-07T06:38:19.7784531Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2025-09-07T06:38:19.7787639Z adding 'torch/include/ATen/ops/_cast_Double.h' 2025-09-07T06:38:19.7791287Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7794938Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2025-09-07T06:38:19.7797136Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2025-09-07T06:38:19.7800696Z adding 'torch/include/ATen/ops/_cast_Float.h' 2025-09-07T06:38:19.7803673Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7806707Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2025-09-07T06:38:19.7809797Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2025-09-07T06:38:19.7813106Z adding 'torch/include/ATen/ops/_cast_Half.h' 2025-09-07T06:38:19.7816357Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7819402Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2025-09-07T06:38:19.7823544Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2025-09-07T06:38:19.7825728Z adding 'torch/include/ATen/ops/_cast_Int.h' 2025-09-07T06:38:19.7829609Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7832088Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2025-09-07T06:38:19.7835340Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2025-09-07T06:38:19.7838448Z adding 'torch/include/ATen/ops/_cast_Long.h' 2025-09-07T06:38:19.7841840Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7844764Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2025-09-07T06:38:19.7848154Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2025-09-07T06:38:19.7852296Z adding 'torch/include/ATen/ops/_cast_Short.h' 2025-09-07T06:38:19.7854747Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7858047Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2025-09-07T06:38:19.7860859Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2025-09-07T06:38:19.7864143Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2025-09-07T06:38:19.7867471Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7870676Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2025-09-07T06:38:19.7873742Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2025-09-07T06:38:19.7876930Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2025-09-07T06:38:19.7880921Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2025-09-07T06:38:19.7883488Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2025-09-07T06:38:19.7886963Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7889982Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2025-09-07T06:38:19.7893335Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2025-09-07T06:38:19.7896457Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2025-09-07T06:38:19.7899928Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2025-09-07T06:38:19.7904207Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2025-09-07T06:38:19.7906623Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7910045Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2025-09-07T06:38:19.7914035Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2025-09-07T06:38:19.7915935Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2025-09-07T06:38:19.7919241Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2025-09-07T06:38:19.7922491Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2025-09-07T06:38:19.7925734Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.7928849Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2025-09-07T06:38:19.7932984Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2025-09-07T06:38:19.7935393Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2025-09-07T06:38:19.7939130Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7942227Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2025-09-07T06:38:19.7945421Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2025-09-07T06:38:19.7948656Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2025-09-07T06:38:19.7951962Z adding 'torch/include/ATen/ops/_coalesce.h' 2025-09-07T06:38:19.7972716Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7973232Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2025-09-07T06:38:19.7973588Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2025-09-07T06:38:19.7973919Z adding 'torch/include/ATen/ops/_coalesced.h' 2025-09-07T06:38:19.7974383Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.7974910Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2025-09-07T06:38:19.7976348Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2025-09-07T06:38:19.7979694Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2025-09-07T06:38:19.7982899Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2025-09-07T06:38:19.7986378Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2025-09-07T06:38:19.7990846Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2025-09-07T06:38:19.7992749Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2025-09-07T06:38:19.7996871Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2025-09-07T06:38:19.7999189Z adding 'torch/include/ATen/ops/_conj.h' 2025-09-07T06:38:19.8002434Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8005401Z adding 'torch/include/ATen/ops/_conj_copy.h' 2025-09-07T06:38:19.8008936Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8012209Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:19.8015097Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2025-09-07T06:38:19.8018261Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2025-09-07T06:38:19.8021326Z adding 'torch/include/ATen/ops/_conj_native.h' 2025-09-07T06:38:19.8024649Z adding 'torch/include/ATen/ops/_conj_ops.h' 2025-09-07T06:38:19.8027780Z adding 'torch/include/ATen/ops/_conj_physical.h' 2025-09-07T06:38:19.8031087Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8033970Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2025-09-07T06:38:19.8037123Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2025-09-07T06:38:19.8040682Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2025-09-07T06:38:19.8044105Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2025-09-07T06:38:19.8047180Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2025-09-07T06:38:19.8050485Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2025-09-07T06:38:19.8054725Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2025-09-07T06:38:19.8057415Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:19.8060904Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2025-09-07T06:38:19.8063528Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2025-09-07T06:38:19.8066530Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2025-09-07T06:38:19.8069752Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2025-09-07T06:38:19.8072834Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2025-09-07T06:38:19.8076149Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2025-09-07T06:38:19.8079391Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2025-09-07T06:38:19.8082763Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:19.8085836Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2025-09-07T06:38:19.8088997Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2025-09-07T06:38:19.8092114Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2025-09-07T06:38:19.8095382Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2025-09-07T06:38:19.8098683Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2025-09-07T06:38:19.8101955Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2025-09-07T06:38:19.8105051Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2025-09-07T06:38:19.8108167Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2025-09-07T06:38:19.8111273Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h' 2025-09-07T06:38:19.8115495Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h' 2025-09-07T06:38:19.8117573Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h' 2025-09-07T06:38:19.8120705Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h' 2025-09-07T06:38:19.8123724Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2025-09-07T06:38:19.8126832Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2025-09-07T06:38:19.8130630Z adding 'torch/include/ATen/ops/_convolution.h' 2025-09-07T06:38:19.8134527Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8137766Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.8141096Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2025-09-07T06:38:19.8144572Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.8147563Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2025-09-07T06:38:19.8150841Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2025-09-07T06:38:19.8154095Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2025-09-07T06:38:19.8157657Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.8160351Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2025-09-07T06:38:19.8163524Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2025-09-07T06:38:19.8166613Z adding 'torch/include/ATen/ops/_convolution_native.h' 2025-09-07T06:38:19.8170094Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2025-09-07T06:38:19.8173417Z adding 'torch/include/ATen/ops/_copy_from.h' 2025-09-07T06:38:19.8176581Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2025-09-07T06:38:19.8179861Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8182803Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2025-09-07T06:38:19.8185972Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2025-09-07T06:38:19.8189661Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8192092Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2025-09-07T06:38:19.8195253Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2025-09-07T06:38:19.8198308Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2025-09-07T06:38:19.8201529Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2025-09-07T06:38:19.8204460Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2025-09-07T06:38:19.8207555Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2025-09-07T06:38:19.8210658Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2025-09-07T06:38:19.8214021Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2025-09-07T06:38:19.8217218Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2025-09-07T06:38:19.8220456Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2025-09-07T06:38:19.8223757Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2025-09-07T06:38:19.8226972Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2025-09-07T06:38:19.8230494Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2025-09-07T06:38:19.8234320Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2025-09-07T06:38:19.8236905Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2025-09-07T06:38:19.8240488Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2025-09-07T06:38:19.8243883Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8247128Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2025-09-07T06:38:19.8250857Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2025-09-07T06:38:19.8253786Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2025-09-07T06:38:19.8257294Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2025-09-07T06:38:19.8260683Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8263920Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2025-09-07T06:38:19.8267043Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2025-09-07T06:38:19.8270383Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2025-09-07T06:38:19.8274456Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2025-09-07T06:38:19.8277184Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2025-09-07T06:38:19.8280876Z adding 'torch/include/ATen/ops/_cudnn_attention_backward.h' 2025-09-07T06:38:19.8284300Z adding 'torch/include/ATen/ops/_cudnn_attention_backward_cuda_dispatch.h' 2025-09-07T06:38:19.8287566Z adding 'torch/include/ATen/ops/_cudnn_attention_backward_native.h' 2025-09-07T06:38:19.8291689Z adding 'torch/include/ATen/ops/_cudnn_attention_backward_ops.h' 2025-09-07T06:38:19.8294597Z adding 'torch/include/ATen/ops/_cudnn_attention_forward.h' 2025-09-07T06:38:19.8298160Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_cuda_dispatch.h' 2025-09-07T06:38:19.8301315Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_native.h' 2025-09-07T06:38:19.8304848Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_ops.h' 2025-09-07T06:38:19.8308853Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2025-09-07T06:38:19.8311687Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8314896Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2025-09-07T06:38:19.8318015Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2025-09-07T06:38:19.8321617Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2025-09-07T06:38:19.8325986Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2025-09-07T06:38:19.8328576Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8332650Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2025-09-07T06:38:19.8336254Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2025-09-07T06:38:19.8339266Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2025-09-07T06:38:19.8343408Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2025-09-07T06:38:19.8347895Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2025-09-07T06:38:19.8351940Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8355382Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2025-09-07T06:38:19.8358626Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2025-09-07T06:38:19.8362456Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2025-09-07T06:38:19.8366085Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8369480Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2025-09-07T06:38:19.8373548Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2025-09-07T06:38:19.8376898Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8380187Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2025-09-07T06:38:19.8383270Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2025-09-07T06:38:19.8386772Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2025-09-07T06:38:19.8390491Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2025-09-07T06:38:19.8393784Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2025-09-07T06:38:19.8397129Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2025-09-07T06:38:19.8400384Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.8403548Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2025-09-07T06:38:19.8407630Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2025-09-07T06:38:19.8409851Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2025-09-07T06:38:19.8413628Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.8416279Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2025-09-07T06:38:19.8419533Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2025-09-07T06:38:19.8422554Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2025-09-07T06:38:19.8425959Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.8428824Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2025-09-07T06:38:19.8432145Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2025-09-07T06:38:19.8436202Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2025-09-07T06:38:19.8438687Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.8442176Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2025-09-07T06:38:19.8444872Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2025-09-07T06:38:19.8448010Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2025-09-07T06:38:19.8451103Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2025-09-07T06:38:19.8454423Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2025-09-07T06:38:19.8457403Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2025-09-07T06:38:19.8460736Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2025-09-07T06:38:19.8463798Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2025-09-07T06:38:19.8488959Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2025-09-07T06:38:19.8489459Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2025-09-07T06:38:19.8489900Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2025-09-07T06:38:19.8490275Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2025-09-07T06:38:19.8491180Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2025-09-07T06:38:19.8491777Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.8492490Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2025-09-07T06:38:19.8493003Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2025-09-07T06:38:19.8495447Z adding 'torch/include/ATen/ops/_dimI.h' 2025-09-07T06:38:19.8498466Z adding 'torch/include/ATen/ops/_dimI_native.h' 2025-09-07T06:38:19.8501740Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2025-09-07T06:38:19.8504716Z adding 'torch/include/ATen/ops/_dimV.h' 2025-09-07T06:38:19.8507926Z adding 'torch/include/ATen/ops/_dimV_native.h' 2025-09-07T06:38:19.8511053Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2025-09-07T06:38:19.8514366Z adding 'torch/include/ATen/ops/_dim_arange.h' 2025-09-07T06:38:19.8517589Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.8520446Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2025-09-07T06:38:19.8524306Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2025-09-07T06:38:19.8526941Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2025-09-07T06:38:19.8530253Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8533396Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2025-09-07T06:38:19.8536427Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2025-09-07T06:38:19.8540412Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2025-09-07T06:38:19.8542777Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2025-09-07T06:38:19.8546021Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit.h' 2025-09-07T06:38:19.8549106Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h' 2025-09-07T06:38:19.8552153Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h' 2025-09-07T06:38:19.8555298Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h' 2025-09-07T06:38:19.8558414Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h' 2025-09-07T06:38:19.8561622Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h' 2025-09-07T06:38:19.8564641Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h' 2025-09-07T06:38:19.8567777Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h' 2025-09-07T06:38:19.8571530Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2025-09-07T06:38:19.8575236Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2025-09-07T06:38:19.8578373Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2025-09-07T06:38:19.8581707Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2025-09-07T06:38:19.8585283Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2025-09-07T06:38:19.8588883Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2025-09-07T06:38:19.8591851Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2025-09-07T06:38:19.8595182Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2025-09-07T06:38:19.8598719Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2025-09-07T06:38:19.8602167Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8605237Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2025-09-07T06:38:19.8608410Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2025-09-07T06:38:19.8611522Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2025-09-07T06:38:19.8614924Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2025-09-07T06:38:19.8618187Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2025-09-07T06:38:19.8621506Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2025-09-07T06:38:19.8625329Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2025-09-07T06:38:19.8628386Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2025-09-07T06:38:19.8631627Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2025-09-07T06:38:19.8634728Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2025-09-07T06:38:19.8637999Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2025-09-07T06:38:19.8641320Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8644396Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2025-09-07T06:38:19.8647556Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2025-09-07T06:38:19.8651205Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2025-09-07T06:38:19.8655012Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8658118Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2025-09-07T06:38:19.8661286Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2025-09-07T06:38:19.8664400Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2025-09-07T06:38:19.8667762Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2025-09-07T06:38:19.8671168Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2025-09-07T06:38:19.8674647Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8677720Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2025-09-07T06:38:19.8680988Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2025-09-07T06:38:19.8683998Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2025-09-07T06:38:19.8687510Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2025-09-07T06:38:19.8690729Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2025-09-07T06:38:19.8694260Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2025-09-07T06:38:19.8697685Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2025-09-07T06:38:19.8701063Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8704084Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2025-09-07T06:38:19.8707188Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2025-09-07T06:38:19.8710214Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2025-09-07T06:38:19.8713523Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2025-09-07T06:38:19.8716837Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2025-09-07T06:38:19.8720185Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.8723166Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2025-09-07T06:38:19.8726363Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2025-09-07T06:38:19.8730211Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2025-09-07T06:38:19.8734038Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8737265Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2025-09-07T06:38:19.8740500Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2025-09-07T06:38:19.8743908Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2025-09-07T06:38:19.8747922Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2025-09-07T06:38:19.8751629Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8755689Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2025-09-07T06:38:19.8758936Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2025-09-07T06:38:19.8761708Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2025-09-07T06:38:19.8764929Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2025-09-07T06:38:19.8768237Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8771289Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2025-09-07T06:38:19.8774634Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2025-09-07T06:38:19.8778169Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2025-09-07T06:38:19.8781573Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2025-09-07T06:38:19.8784757Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2025-09-07T06:38:19.8788063Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2025-09-07T06:38:19.8791101Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2025-09-07T06:38:19.8794488Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2025-09-07T06:38:19.8797859Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8801053Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2025-09-07T06:38:19.8813816Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2025-09-07T06:38:19.8814699Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2025-09-07T06:38:19.8815326Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2025-09-07T06:38:19.8815927Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2025-09-07T06:38:19.8817708Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2025-09-07T06:38:19.8820774Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2025-09-07T06:38:19.8824100Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2025-09-07T06:38:19.8827163Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2025-09-07T06:38:19.8830553Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2025-09-07T06:38:19.8834764Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8837066Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2025-09-07T06:38:19.8840450Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2025-09-07T06:38:19.8843462Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2025-09-07T06:38:19.8846875Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2025-09-07T06:38:19.8850229Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2025-09-07T06:38:19.8853982Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8857641Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2025-09-07T06:38:19.8860372Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2025-09-07T06:38:19.8863631Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2025-09-07T06:38:19.8867112Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2025-09-07T06:38:19.8870470Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2025-09-07T06:38:19.8874718Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2025-09-07T06:38:19.8877154Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2025-09-07T06:38:19.8880659Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2025-09-07T06:38:19.8883900Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2025-09-07T06:38:19.8887513Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2025-09-07T06:38:19.8891900Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2025-09-07T06:38:19.8894363Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2025-09-07T06:38:19.8897797Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2025-09-07T06:38:19.8900829Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2025-09-07T06:38:19.8904193Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2025-09-07T06:38:19.8907331Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2025-09-07T06:38:19.8910668Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2025-09-07T06:38:19.8914283Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2025-09-07T06:38:19.8917145Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2025-09-07T06:38:19.8920731Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2025-09-07T06:38:19.8923602Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2025-09-07T06:38:19.8926830Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2025-09-07T06:38:19.8929860Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2025-09-07T06:38:19.8933282Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2025-09-07T06:38:19.8937938Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2025-09-07T06:38:19.8940434Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2025-09-07T06:38:19.8943717Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2025-09-07T06:38:19.8947093Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2025-09-07T06:38:19.8950804Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2025-09-07T06:38:19.8955140Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2025-09-07T06:38:19.8957553Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2025-09-07T06:38:19.8961241Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2025-09-07T06:38:19.8964250Z adding 'torch/include/ATen/ops/_foobar.h' 2025-09-07T06:38:19.8967795Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8971284Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2025-09-07T06:38:19.8975092Z adding 'torch/include/ATen/ops/_foobar_native.h' 2025-09-07T06:38:19.8978553Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2025-09-07T06:38:19.8981748Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2025-09-07T06:38:19.8985517Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.8989753Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2025-09-07T06:38:19.8991566Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2025-09-07T06:38:19.8995943Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2025-09-07T06:38:19.8998264Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2025-09-07T06:38:19.9002122Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9004823Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2025-09-07T06:38:19.9007899Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2025-09-07T06:38:19.9011120Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2025-09-07T06:38:19.9014976Z adding 'torch/include/ATen/ops/_foreach_add.h' 2025-09-07T06:38:19.9018520Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9021693Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2025-09-07T06:38:19.9025029Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2025-09-07T06:38:19.9029263Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2025-09-07T06:38:19.9032789Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2025-09-07T06:38:19.9036392Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9039547Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2025-09-07T06:38:19.9042789Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2025-09-07T06:38:19.9046519Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2025-09-07T06:38:19.9050210Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2025-09-07T06:38:19.9053880Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9057010Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2025-09-07T06:38:19.9060450Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2025-09-07T06:38:19.9064217Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2025-09-07T06:38:19.9067531Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2025-09-07T06:38:19.9070829Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9074218Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2025-09-07T06:38:19.9077257Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2025-09-07T06:38:19.9080441Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2025-09-07T06:38:19.9083614Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2025-09-07T06:38:19.9086878Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9089978Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2025-09-07T06:38:19.9093019Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2025-09-07T06:38:19.9097050Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2025-09-07T06:38:19.9100310Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2025-09-07T06:38:19.9103642Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9106656Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2025-09-07T06:38:19.9109667Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2025-09-07T06:38:19.9112848Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2025-09-07T06:38:19.9116489Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2025-09-07T06:38:19.9119917Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9123142Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2025-09-07T06:38:19.9126314Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2025-09-07T06:38:19.9130020Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2025-09-07T06:38:19.9133673Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2025-09-07T06:38:19.9136988Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9140093Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2025-09-07T06:38:19.9143337Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2025-09-07T06:38:19.9146996Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2025-09-07T06:38:19.9150340Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2025-09-07T06:38:19.9153742Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9156877Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2025-09-07T06:38:19.9159817Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2025-09-07T06:38:19.9163101Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2025-09-07T06:38:19.9166282Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2025-09-07T06:38:19.9169598Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9172763Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2025-09-07T06:38:19.9175867Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2025-09-07T06:38:19.9178996Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2025-09-07T06:38:19.9182195Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2025-09-07T06:38:19.9185526Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9188368Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2025-09-07T06:38:19.9191370Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2025-09-07T06:38:19.9194579Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2025-09-07T06:38:19.9198077Z adding 'torch/include/ATen/ops/_foreach_div.h' 2025-09-07T06:38:19.9201625Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9204580Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2025-09-07T06:38:19.9207790Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2025-09-07T06:38:19.9211616Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2025-09-07T06:38:19.9215191Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2025-09-07T06:38:19.9218544Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9221395Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2025-09-07T06:38:19.9224388Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2025-09-07T06:38:19.9227583Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2025-09-07T06:38:19.9230701Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2025-09-07T06:38:19.9234374Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9239287Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2025-09-07T06:38:19.9242273Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2025-09-07T06:38:19.9245396Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2025-09-07T06:38:19.9248524Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2025-09-07T06:38:19.9251783Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9254905Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2025-09-07T06:38:19.9257922Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2025-09-07T06:38:19.9261124Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2025-09-07T06:38:19.9264400Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2025-09-07T06:38:19.9267746Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9270744Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2025-09-07T06:38:19.9273739Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2025-09-07T06:38:19.9276921Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2025-09-07T06:38:19.9280655Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2025-09-07T06:38:19.9283982Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9286925Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2025-09-07T06:38:19.9289901Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2025-09-07T06:38:19.9293220Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2025-09-07T06:38:19.9296358Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2025-09-07T06:38:19.9299636Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9302603Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2025-09-07T06:38:19.9305860Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2025-09-07T06:38:19.9308874Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2025-09-07T06:38:19.9312124Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2025-09-07T06:38:19.9315561Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9318645Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2025-09-07T06:38:19.9321879Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2025-09-07T06:38:19.9325429Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2025-09-07T06:38:19.9328887Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2025-09-07T06:38:19.9332175Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9335142Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2025-09-07T06:38:19.9338123Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2025-09-07T06:38:19.9341331Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2025-09-07T06:38:19.9344439Z adding 'torch/include/ATen/ops/_foreach_log.h' 2025-09-07T06:38:19.9347537Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2025-09-07T06:38:19.9350981Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9353870Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2025-09-07T06:38:19.9356738Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2025-09-07T06:38:19.9359950Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2025-09-07T06:38:19.9363087Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2025-09-07T06:38:19.9366345Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9369316Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2025-09-07T06:38:19.9372519Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2025-09-07T06:38:19.9375735Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2025-09-07T06:38:19.9378764Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2025-09-07T06:38:19.9382325Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9385262Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2025-09-07T06:38:19.9388167Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2025-09-07T06:38:19.9391363Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2025-09-07T06:38:19.9394634Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9397580Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2025-09-07T06:38:19.9400533Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2025-09-07T06:38:19.9403687Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2025-09-07T06:38:19.9406752Z adding 'torch/include/ATen/ops/_foreach_max.h' 2025-09-07T06:38:19.9410008Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9413122Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2025-09-07T06:38:19.9416124Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2025-09-07T06:38:19.9419253Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2025-09-07T06:38:19.9422573Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2025-09-07T06:38:19.9425984Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9429023Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2025-09-07T06:38:19.9432164Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2025-09-07T06:38:19.9436078Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2025-09-07T06:38:19.9439610Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2025-09-07T06:38:19.9443026Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9446130Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2025-09-07T06:38:19.9449278Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2025-09-07T06:38:19.9453055Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2025-09-07T06:38:19.9456632Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2025-09-07T06:38:19.9460129Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9463242Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2025-09-07T06:38:19.9466504Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2025-09-07T06:38:19.9470213Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2025-09-07T06:38:19.9473527Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2025-09-07T06:38:19.9476840Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9494908Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2025-09-07T06:38:19.9495334Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2025-09-07T06:38:19.9495701Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2025-09-07T06:38:19.9496066Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2025-09-07T06:38:19.9496545Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9497791Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2025-09-07T06:38:19.9538550Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2025-09-07T06:38:19.9538965Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2025-09-07T06:38:19.9539328Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2025-09-07T06:38:19.9539796Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9540336Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2025-09-07T06:38:19.9540748Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2025-09-07T06:38:19.9541109Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2025-09-07T06:38:19.9541479Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2025-09-07T06:38:19.9542004Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9542603Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2025-09-07T06:38:19.9544596Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2025-09-07T06:38:19.9545053Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2025-09-07T06:38:19.9545451Z adding 'torch/include/ATen/ops/_foreach_round.h' 2025-09-07T06:38:19.9548636Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9551818Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2025-09-07T06:38:19.9554801Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2025-09-07T06:38:19.9558232Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2025-09-07T06:38:19.9562697Z adding 'torch/include/ATen/ops/_foreach_rsqrt.h' 2025-09-07T06:38:19.9564857Z adding 'torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9567828Z adding 'torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h' 2025-09-07T06:38:19.9570783Z adding 'torch/include/ATen/ops/_foreach_rsqrt_native.h' 2025-09-07T06:38:19.9574283Z adding 'torch/include/ATen/ops/_foreach_rsqrt_ops.h' 2025-09-07T06:38:19.9577716Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2025-09-07T06:38:19.9580996Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9583986Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2025-09-07T06:38:19.9586982Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2025-09-07T06:38:19.9590390Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2025-09-07T06:38:19.9593489Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2025-09-07T06:38:19.9596702Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9599654Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2025-09-07T06:38:19.9602638Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2025-09-07T06:38:19.9605802Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2025-09-07T06:38:19.9608953Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2025-09-07T06:38:19.9612335Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9615629Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2025-09-07T06:38:19.9618684Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2025-09-07T06:38:19.9621946Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2025-09-07T06:38:19.9625061Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2025-09-07T06:38:19.9628458Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9631471Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2025-09-07T06:38:19.9634526Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2025-09-07T06:38:19.9637596Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2025-09-07T06:38:19.9640696Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2025-09-07T06:38:19.9643946Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9646902Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2025-09-07T06:38:19.9649871Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2025-09-07T06:38:19.9653174Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2025-09-07T06:38:19.9656553Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2025-09-07T06:38:19.9659961Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9663014Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2025-09-07T06:38:19.9666167Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2025-09-07T06:38:19.9669747Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2025-09-07T06:38:19.9673018Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2025-09-07T06:38:19.9676280Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9679271Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2025-09-07T06:38:19.9682324Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2025-09-07T06:38:19.9685409Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2025-09-07T06:38:19.9688571Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2025-09-07T06:38:19.9691873Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9694913Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2025-09-07T06:38:19.9698010Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2025-09-07T06:38:19.9701327Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2025-09-07T06:38:19.9704579Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2025-09-07T06:38:19.9707933Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9710968Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2025-09-07T06:38:19.9713915Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2025-09-07T06:38:19.9717078Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2025-09-07T06:38:19.9720173Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2025-09-07T06:38:19.9723464Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9726468Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2025-09-07T06:38:19.9729443Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2025-09-07T06:38:19.9732782Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2025-09-07T06:38:19.9735970Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2025-09-07T06:38:19.9739160Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2025-09-07T06:38:19.9742103Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2025-09-07T06:38:19.9745220Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2025-09-07T06:38:19.9748286Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2025-09-07T06:38:19.9751541Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9754437Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2025-09-07T06:38:19.9757525Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2025-09-07T06:38:19.9760653Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2025-09-07T06:38:19.9763847Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9766785Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2025-09-07T06:38:19.9770066Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9773193Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2025-09-07T06:38:19.9776409Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2025-09-07T06:38:19.9779781Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2025-09-07T06:38:19.9783381Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2025-09-07T06:38:19.9786695Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2025-09-07T06:38:19.9790147Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9793255Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2025-09-07T06:38:19.9796442Z adding 'torch/include/ATen/ops/_fused_adagrad_cuda_dispatch.h' 2025-09-07T06:38:19.9799644Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2025-09-07T06:38:19.9803464Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2025-09-07T06:38:19.9807299Z adding 'torch/include/ATen/ops/_fused_adam.h' 2025-09-07T06:38:19.9810970Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9814310Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2025-09-07T06:38:19.9817506Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2025-09-07T06:38:19.9820855Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2025-09-07T06:38:19.9824719Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2025-09-07T06:38:19.9828706Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2025-09-07T06:38:19.9832364Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9835524Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2025-09-07T06:38:19.9838713Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2025-09-07T06:38:19.9841959Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2025-09-07T06:38:19.9846665Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2025-09-07T06:38:19.9850224Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2025-09-07T06:38:19.9853642Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9856711Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2025-09-07T06:38:19.9859730Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2025-09-07T06:38:19.9863093Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2025-09-07T06:38:19.9866578Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2025-09-07T06:38:19.9870101Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9873214Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2025-09-07T06:38:19.9876384Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2025-09-07T06:38:19.9879559Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2025-09-07T06:38:19.9884334Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2025-09-07T06:38:19.9886511Z adding 'torch/include/ATen/ops/_fused_rms_norm.h' 2025-09-07T06:38:19.9889673Z adding 'torch/include/ATen/ops/_fused_rms_norm_backward.h' 2025-09-07T06:38:19.9892976Z adding 'torch/include/ATen/ops/_fused_rms_norm_backward_cuda_dispatch.h' 2025-09-07T06:38:19.9896026Z adding 'torch/include/ATen/ops/_fused_rms_norm_backward_native.h' 2025-09-07T06:38:19.9899259Z adding 'torch/include/ATen/ops/_fused_rms_norm_backward_ops.h' 2025-09-07T06:38:19.9902611Z adding 'torch/include/ATen/ops/_fused_rms_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.9905573Z adding 'torch/include/ATen/ops/_fused_rms_norm_cuda_dispatch.h' 2025-09-07T06:38:19.9908584Z adding 'torch/include/ATen/ops/_fused_rms_norm_native.h' 2025-09-07T06:38:19.9911740Z adding 'torch/include/ATen/ops/_fused_rms_norm_ops.h' 2025-09-07T06:38:19.9914859Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2025-09-07T06:38:19.9918054Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2025-09-07T06:38:19.9921197Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2025-09-07T06:38:19.9924339Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2025-09-07T06:38:19.9927404Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2025-09-07T06:38:19.9930600Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2025-09-07T06:38:19.9934277Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2025-09-07T06:38:19.9937871Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9941084Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2025-09-07T06:38:19.9944335Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2025-09-07T06:38:19.9947514Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2025-09-07T06:38:19.9951289Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2025-09-07T06:38:19.9954505Z adding 'torch/include/ATen/ops/_fw_primal.h' 2025-09-07T06:38:19.9957735Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9960686Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2025-09-07T06:38:19.9963985Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:19.9967304Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:19.9970057Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2025-09-07T06:38:19.9973349Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2025-09-07T06:38:19.9976359Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2025-09-07T06:38:19.9979455Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2025-09-07T06:38:19.9982564Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2025-09-07T06:38:19.9987273Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:19.9989189Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2025-09-07T06:38:20.0030947Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2025-09-07T06:38:20.0031167Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2025-09-07T06:38:20.0031395Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2025-09-07T06:38:20.0031751Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.0032006Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2025-09-07T06:38:20.0032320Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2025-09-07T06:38:20.0032645Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0032862Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2025-09-07T06:38:20.0033063Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2025-09-07T06:38:20.0033183Z adding 'torch/include/ATen/ops/_grouped_mm.h' 2025-09-07T06:38:20.0033446Z adding 'torch/include/ATen/ops/_grouped_mm_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0033613Z adding 'torch/include/ATen/ops/_grouped_mm_cuda_dispatch.h' 2025-09-07T06:38:20.0036855Z adding 'torch/include/ATen/ops/_grouped_mm_native.h' 2025-09-07T06:38:20.0038834Z adding 'torch/include/ATen/ops/_grouped_mm_ops.h' 2025-09-07T06:38:20.0043060Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2025-09-07T06:38:20.0045591Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.0049149Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2025-09-07T06:38:20.0051742Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2025-09-07T06:38:20.0055117Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2025-09-07T06:38:20.0058268Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0061119Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2025-09-07T06:38:20.0064204Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2025-09-07T06:38:20.0067672Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2025-09-07T06:38:20.0071005Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0074009Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2025-09-07T06:38:20.0077019Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2025-09-07T06:38:20.0080253Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2025-09-07T06:38:20.0083746Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2025-09-07T06:38:20.0087078Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0090137Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2025-09-07T06:38:20.0093259Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2025-09-07T06:38:20.0096528Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2025-09-07T06:38:20.0099738Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2025-09-07T06:38:20.0103141Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0106086Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2025-09-07T06:38:20.0109088Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2025-09-07T06:38:20.0112768Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2025-09-07T06:38:20.0115880Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2025-09-07T06:38:20.0119304Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0122228Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2025-09-07T06:38:20.0125290Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2025-09-07T06:38:20.0128547Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2025-09-07T06:38:20.0131667Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2025-09-07T06:38:20.0135062Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2025-09-07T06:38:20.0138077Z adding 'torch/include/ATen/ops/_indices.h' 2025-09-07T06:38:20.0141204Z adding 'torch/include/ATen/ops/_indices_copy.h' 2025-09-07T06:38:20.0144451Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0147741Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.0150421Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2025-09-07T06:38:20.0153529Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2025-09-07T06:38:20.0156526Z adding 'torch/include/ATen/ops/_indices_native.h' 2025-09-07T06:38:20.0159616Z adding 'torch/include/ATen/ops/_indices_ops.h' 2025-09-07T06:38:20.0162724Z adding 'torch/include/ATen/ops/_int_mm.h' 2025-09-07T06:38:20.0165879Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2025-09-07T06:38:20.0168999Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2025-09-07T06:38:20.0172203Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2025-09-07T06:38:20.0175398Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2025-09-07T06:38:20.0178442Z adding 'torch/include/ATen/ops/_is_all_true.h' 2025-09-07T06:38:20.0181712Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0184452Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2025-09-07T06:38:20.0187496Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2025-09-07T06:38:20.0190869Z adding 'torch/include/ATen/ops/_is_any_true.h' 2025-09-07T06:38:20.0194096Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0196953Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2025-09-07T06:38:20.0200053Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2025-09-07T06:38:20.0203058Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2025-09-07T06:38:20.0206285Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.0209105Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2025-09-07T06:38:20.0212355Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2025-09-07T06:38:20.0215687Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2025-09-07T06:38:20.0218924Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2025-09-07T06:38:20.0222073Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2025-09-07T06:38:20.0225084Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2025-09-07T06:38:20.0228225Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2025-09-07T06:38:20.0231183Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2025-09-07T06:38:20.0234391Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0237275Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2025-09-07T06:38:20.0240400Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2025-09-07T06:38:20.0243427Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2025-09-07T06:38:20.0246648Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0249517Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2025-09-07T06:38:20.0252737Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2025-09-07T06:38:20.0255799Z adding 'torch/include/ATen/ops/_linalg_det.h' 2025-09-07T06:38:20.0259142Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.0262130Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2025-09-07T06:38:20.0265202Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2025-09-07T06:38:20.0268225Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2025-09-07T06:38:20.0272165Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2025-09-07T06:38:20.0276215Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2025-09-07T06:38:20.0280676Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2025-09-07T06:38:20.0285300Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2025-09-07T06:38:20.0290054Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.0294108Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2025-09-07T06:38:20.0298635Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2025-09-07T06:38:20.0303860Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2025-09-07T06:38:20.0308371Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2025-09-07T06:38:20.0312526Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2025-09-07T06:38:20.0317073Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2025-09-07T06:38:20.0321456Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2025-09-07T06:38:20.0325619Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2025-09-07T06:38:20.0329423Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2025-09-07T06:38:20.0332698Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2025-09-07T06:38:20.0335954Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2025-09-07T06:38:20.0339487Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2025-09-07T06:38:20.0342829Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.0346018Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2025-09-07T06:38:20.0349217Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2025-09-07T06:38:20.0352355Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2025-09-07T06:38:20.0355618Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2025-09-07T06:38:20.0358929Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2025-09-07T06:38:20.0362079Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2025-09-07T06:38:20.0365332Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2025-09-07T06:38:20.0368856Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.0371957Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2025-09-07T06:38:20.0375598Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2025-09-07T06:38:20.0378355Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2025-09-07T06:38:20.0381743Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2025-09-07T06:38:20.0385831Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2025-09-07T06:38:20.0388233Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2025-09-07T06:38:20.0391684Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2025-09-07T06:38:20.0395064Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.0398284Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2025-09-07T06:38:20.0401698Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2025-09-07T06:38:20.0404831Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2025-09-07T06:38:20.0408738Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2025-09-07T06:38:20.0411247Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2025-09-07T06:38:20.0414779Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2025-09-07T06:38:20.0417936Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2025-09-07T06:38:20.0421217Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2025-09-07T06:38:20.0424267Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2025-09-07T06:38:20.0427400Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2025-09-07T06:38:20.0431131Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2025-09-07T06:38:20.0433857Z adding 'torch/include/ATen/ops/_log_softmax.h' 2025-09-07T06:38:20.0437567Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2025-09-07T06:38:20.0440649Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.0443778Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2025-09-07T06:38:20.0446945Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2025-09-07T06:38:20.0450159Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2025-09-07T06:38:20.0453408Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2025-09-07T06:38:20.0456654Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2025-09-07T06:38:20.0460589Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2025-09-07T06:38:20.0463458Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.0466604Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2025-09-07T06:38:20.0469752Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2025-09-07T06:38:20.0472941Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2025-09-07T06:38:20.0476097Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2025-09-07T06:38:20.0496802Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2025-09-07T06:38:20.0497104Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2025-09-07T06:38:20.0497235Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2025-09-07T06:38:20.0497418Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2025-09-07T06:38:20.0497592Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2025-09-07T06:38:20.0497739Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2025-09-07T06:38:20.0500943Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2025-09-07T06:38:20.0511466Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2025-09-07T06:38:20.0512041Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0515045Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2025-09-07T06:38:20.0518620Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2025-09-07T06:38:20.0521853Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2025-09-07T06:38:20.0525102Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.0527964Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2025-09-07T06:38:20.0531064Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2025-09-07T06:38:20.0534518Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2025-09-07T06:38:20.0537762Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2025-09-07T06:38:20.0540780Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2025-09-07T06:38:20.0543941Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2025-09-07T06:38:20.0546976Z adding 'torch/include/ATen/ops/_make_dual.h' 2025-09-07T06:38:20.0550268Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0554096Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2025-09-07T06:38:20.0556675Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0559791Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.0562563Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2025-09-07T06:38:20.0565741Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2025-09-07T06:38:20.0568709Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2025-09-07T06:38:20.0571779Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2025-09-07T06:38:20.0575094Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2025-09-07T06:38:20.0578381Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0581359Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2025-09-07T06:38:20.0584587Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2025-09-07T06:38:20.0587617Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2025-09-07T06:38:20.0590822Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2025-09-07T06:38:20.0593962Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2025-09-07T06:38:20.0597216Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0600462Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2025-09-07T06:38:20.0603244Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2025-09-07T06:38:20.0607015Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2025-09-07T06:38:20.0610371Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2025-09-07T06:38:20.0613484Z adding 'torch/include/ATen/ops/_masked_scale.h' 2025-09-07T06:38:20.0616731Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0619672Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2025-09-07T06:38:20.0622572Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2025-09-07T06:38:20.0625864Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2025-09-07T06:38:20.0628902Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2025-09-07T06:38:20.0632044Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2025-09-07T06:38:20.0635670Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0638681Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2025-09-07T06:38:20.0641730Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2025-09-07T06:38:20.0644764Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2025-09-07T06:38:20.0647888Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2025-09-07T06:38:20.0651100Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0654200Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2025-09-07T06:38:20.0657239Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2025-09-07T06:38:20.0660206Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2025-09-07T06:38:20.0663381Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2025-09-07T06:38:20.0666480Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2025-09-07T06:38:20.0669581Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2025-09-07T06:38:20.0672521Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2025-09-07T06:38:20.0675638Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2025-09-07T06:38:20.0678679Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2025-09-07T06:38:20.0682261Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0684817Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2025-09-07T06:38:20.0687983Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2025-09-07T06:38:20.0691039Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2025-09-07T06:38:20.0694422Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0697469Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2025-09-07T06:38:20.0700401Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2025-09-07T06:38:20.0703576Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2025-09-07T06:38:20.0707095Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2025-09-07T06:38:20.0710583Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0713466Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2025-09-07T06:38:20.0716716Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2025-09-07T06:38:20.0720270Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2025-09-07T06:38:20.0723928Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0726826Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2025-09-07T06:38:20.0730047Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2025-09-07T06:38:20.0733660Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2025-09-07T06:38:20.0737191Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0740400Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2025-09-07T06:38:20.0743655Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2025-09-07T06:38:20.0747040Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2025-09-07T06:38:20.0750384Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2025-09-07T06:38:20.0753954Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0756987Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2025-09-07T06:38:20.0760451Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2025-09-07T06:38:20.0764158Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2025-09-07T06:38:20.0767718Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2025-09-07T06:38:20.0771333Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0774622Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2025-09-07T06:38:20.0777785Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2025-09-07T06:38:20.0780997Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2025-09-07T06:38:20.0784409Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2025-09-07T06:38:20.0787632Z adding 'torch/include/ATen/ops/_neg_view.h' 2025-09-07T06:38:20.0790820Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0793913Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2025-09-07T06:38:20.0797135Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0800381Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.0803256Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2025-09-07T06:38:20.0806368Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2025-09-07T06:38:20.0809421Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2025-09-07T06:38:20.0812570Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2025-09-07T06:38:20.0815893Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2025-09-07T06:38:20.0819133Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2025-09-07T06:38:20.0822278Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2025-09-07T06:38:20.0825221Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2025-09-07T06:38:20.0828516Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2025-09-07T06:38:20.0831569Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2025-09-07T06:38:20.0834851Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2025-09-07T06:38:20.0838219Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0841133Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2025-09-07T06:38:20.0844396Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2025-09-07T06:38:20.0847606Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0850709Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2025-09-07T06:38:20.0853832Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2025-09-07T06:38:20.0856972Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2025-09-07T06:38:20.0860134Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2025-09-07T06:38:20.0863553Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2025-09-07T06:38:20.0866688Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2025-09-07T06:38:20.0869855Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2025-09-07T06:38:20.0873005Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2025-09-07T06:38:20.0875963Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2025-09-07T06:38:20.0879207Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2025-09-07T06:38:20.0882206Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2025-09-07T06:38:20.0885306Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2025-09-07T06:38:20.0888379Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2025-09-07T06:38:20.0891545Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2025-09-07T06:38:20.0894711Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2025-09-07T06:38:20.0898125Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2025-09-07T06:38:20.0900963Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2025-09-07T06:38:20.0903899Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2025-09-07T06:38:20.0907055Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2025-09-07T06:38:20.0910019Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2025-09-07T06:38:20.0913114Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2025-09-07T06:38:20.0916142Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2025-09-07T06:38:20.0919278Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2025-09-07T06:38:20.0922188Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2025-09-07T06:38:20.0925432Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2025-09-07T06:38:20.0928397Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2025-09-07T06:38:20.0931703Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2025-09-07T06:38:20.0935643Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0938627Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.0941485Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2025-09-07T06:38:20.0944640Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2025-09-07T06:38:20.0947806Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2025-09-07T06:38:20.0950812Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2025-09-07T06:38:20.0954090Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2025-09-07T06:38:20.0957116Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2025-09-07T06:38:20.0960350Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2025-09-07T06:38:20.0963335Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2025-09-07T06:38:20.0966466Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2025-09-07T06:38:20.0969592Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2025-09-07T06:38:20.0972913Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2025-09-07T06:38:20.0976297Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.0979537Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2025-09-07T06:38:20.0982972Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2025-09-07T06:38:20.0985596Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2025-09-07T06:38:20.1004361Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2025-09-07T06:38:20.1005114Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2025-09-07T06:38:20.1005361Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2025-09-07T06:38:20.1005583Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2025-09-07T06:38:20.1005773Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2025-09-07T06:38:20.1006073Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2025-09-07T06:38:20.1010434Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2025-09-07T06:38:20.1013128Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1016500Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2025-09-07T06:38:20.1019491Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2025-09-07T06:38:20.1022707Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2025-09-07T06:38:20.1026037Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1028994Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2025-09-07T06:38:20.1032133Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2025-09-07T06:38:20.1035224Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2025-09-07T06:38:20.1039522Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2025-09-07T06:38:20.1041460Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2025-09-07T06:38:20.1044457Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2025-09-07T06:38:20.1047685Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1050796Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2025-09-07T06:38:20.1053787Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2025-09-07T06:38:20.1057026Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2025-09-07T06:38:20.1060266Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1063104Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2025-09-07T06:38:20.1066178Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2025-09-07T06:38:20.1069197Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2025-09-07T06:38:20.1072289Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2025-09-07T06:38:20.1075651Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1078785Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.1081511Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2025-09-07T06:38:20.1084652Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2025-09-07T06:38:20.1087880Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2025-09-07T06:38:20.1090915Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2025-09-07T06:38:20.1093925Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2025-09-07T06:38:20.1097070Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2025-09-07T06:38:20.1100137Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2025-09-07T06:38:20.1103348Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2025-09-07T06:38:20.1106684Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1109889Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.1112753Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2025-09-07T06:38:20.1116123Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2025-09-07T06:38:20.1119108Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2025-09-07T06:38:20.1122222Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2025-09-07T06:38:20.1125378Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2025-09-07T06:38:20.1128678Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1131530Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2025-09-07T06:38:20.1134858Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2025-09-07T06:38:20.1137919Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2025-09-07T06:38:20.1141110Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1144105Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2025-09-07T06:38:20.1147120Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2025-09-07T06:38:20.1150901Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2025-09-07T06:38:20.1154335Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1157248Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2025-09-07T06:38:20.1160433Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2025-09-07T06:38:20.1163372Z adding 'torch/include/ATen/ops/_nnz.h' 2025-09-07T06:38:20.1166293Z adding 'torch/include/ATen/ops/_nnz_native.h' 2025-09-07T06:38:20.1169346Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2025-09-07T06:38:20.1172573Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2025-09-07T06:38:20.1175805Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2025-09-07T06:38:20.1179089Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1181981Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2025-09-07T06:38:20.1185099Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2025-09-07T06:38:20.1188319Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1191214Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2025-09-07T06:38:20.1194380Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2025-09-07T06:38:20.1197504Z adding 'torch/include/ATen/ops/_pad_circular.h' 2025-09-07T06:38:20.1201028Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1203829Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2025-09-07T06:38:20.1206954Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2025-09-07T06:38:20.1210025Z adding 'torch/include/ATen/ops/_pad_enum.h' 2025-09-07T06:38:20.1213331Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1216189Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2025-09-07T06:38:20.1219293Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2025-09-07T06:38:20.1222365Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2025-09-07T06:38:20.1225607Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1228478Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2025-09-07T06:38:20.1231563Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2025-09-07T06:38:20.1235009Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2025-09-07T06:38:20.1237941Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2025-09-07T06:38:20.1240966Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2025-09-07T06:38:20.1244058Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2025-09-07T06:38:20.1247174Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2025-09-07T06:38:20.1250583Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2025-09-07T06:38:20.1253796Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1256879Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2025-09-07T06:38:20.1259911Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2025-09-07T06:38:20.1263074Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2025-09-07T06:38:20.1267149Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2025-09-07T06:38:20.1269453Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2025-09-07T06:38:20.1272908Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1275883Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2025-09-07T06:38:20.1279048Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2025-09-07T06:38:20.1282056Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2025-09-07T06:38:20.1285402Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2025-09-07T06:38:20.1288427Z adding 'torch/include/ATen/ops/_pin_memory.h' 2025-09-07T06:38:20.1291890Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1294914Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2025-09-07T06:38:20.1298198Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2025-09-07T06:38:20.1301344Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2025-09-07T06:38:20.1304416Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2025-09-07T06:38:20.1307644Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2025-09-07T06:38:20.1310722Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2025-09-07T06:38:20.1313772Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2025-09-07T06:38:20.1316841Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2025-09-07T06:38:20.1320030Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2025-09-07T06:38:20.1323027Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2025-09-07T06:38:20.1326106Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2025-09-07T06:38:20.1329193Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2025-09-07T06:38:20.1333186Z adding 'torch/include/ATen/ops/_print.h' 2025-09-07T06:38:20.1336585Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1339442Z adding 'torch/include/ATen/ops/_print_native.h' 2025-09-07T06:38:20.1342631Z adding 'torch/include/ATen/ops/_print_ops.h' 2025-09-07T06:38:20.1345653Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2025-09-07T06:38:20.1349146Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1351929Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2025-09-07T06:38:20.1355122Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2025-09-07T06:38:20.1358326Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2025-09-07T06:38:20.1361602Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1364584Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2025-09-07T06:38:20.1367694Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2025-09-07T06:38:20.1371912Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2025-09-07T06:38:20.1375498Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2025-09-07T06:38:20.1378923Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1382206Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.1385032Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2025-09-07T06:38:20.1388345Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2025-09-07T06:38:20.1391507Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2025-09-07T06:38:20.1394805Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2025-09-07T06:38:20.1397861Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2025-09-07T06:38:20.1400900Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2025-09-07T06:38:20.1404119Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2025-09-07T06:38:20.1407243Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2025-09-07T06:38:20.1410605Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1413549Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2025-09-07T06:38:20.1416737Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2025-09-07T06:38:20.1419746Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2025-09-07T06:38:20.1423109Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1425966Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2025-09-07T06:38:20.1429283Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2025-09-07T06:38:20.1432700Z adding 'torch/include/ATen/ops/_resize_output.h' 2025-09-07T06:38:20.1436107Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1439217Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2025-09-07T06:38:20.1442172Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2025-09-07T06:38:20.1445599Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2025-09-07T06:38:20.1448730Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2025-09-07T06:38:20.1452211Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1455165Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2025-09-07T06:38:20.1458413Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2025-09-07T06:38:20.1461534Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2025-09-07T06:38:20.1464799Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1467720Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2025-09-07T06:38:20.1470805Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2025-09-07T06:38:20.1474030Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2025-09-07T06:38:20.1477325Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1480451Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2025-09-07T06:38:20.1483475Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2025-09-07T06:38:20.1486727Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2025-09-07T06:38:20.1490406Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2025-09-07T06:38:20.1493934Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2025-09-07T06:38:20.1497571Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1500830Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2025-09-07T06:38:20.1503935Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2025-09-07T06:38:20.1507323Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2025-09-07T06:38:20.1510686Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1513866Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2025-09-07T06:38:20.1516943Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2025-09-07T06:38:20.1520332Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2025-09-07T06:38:20.1523388Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2025-09-07T06:38:20.1526765Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2025-09-07T06:38:20.1530099Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2025-09-07T06:38:20.1533736Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2025-09-07T06:38:20.1537303Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2025-09-07T06:38:20.1540386Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2025-09-07T06:38:20.1543647Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2025-09-07T06:38:20.1546819Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2025-09-07T06:38:20.1549893Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2025-09-07T06:38:20.1553339Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2025-09-07T06:38:20.1556572Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2025-09-07T06:38:20.1559757Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2025-09-07T06:38:20.1563012Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2025-09-07T06:38:20.1566035Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2025-09-07T06:38:20.1569314Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2025-09-07T06:38:20.1572616Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2025-09-07T06:38:20.1575659Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2025-09-07T06:38:20.1578845Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2025-09-07T06:38:20.1581971Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2025-09-07T06:38:20.1585512Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2025-09-07T06:38:20.1588842Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2025-09-07T06:38:20.1591912Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2025-09-07T06:38:20.1595183Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2025-09-07T06:38:20.1598289Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2025-09-07T06:38:20.1601351Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2025-09-07T06:38:20.1604519Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2025-09-07T06:38:20.1607703Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2025-09-07T06:38:20.1610751Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2025-09-07T06:38:20.1613969Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2025-09-07T06:38:20.1617099Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2025-09-07T06:38:20.1620056Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2025-09-07T06:38:20.1623225Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2025-09-07T06:38:20.1626271Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2025-09-07T06:38:20.1629498Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2025-09-07T06:38:20.1632691Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2025-09-07T06:38:20.1636156Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2025-09-07T06:38:20.1639743Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1642766Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2025-09-07T06:38:20.1646250Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2025-09-07T06:38:20.1649652Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1652815Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2025-09-07T06:38:20.1656083Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2025-09-07T06:38:20.1659286Z adding 'torch/include/ATen/ops/_scaled_grouped_mm.h' 2025-09-07T06:38:20.1662430Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_cuda_dispatch.h' 2025-09-07T06:38:20.1665586Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_native.h' 2025-09-07T06:38:20.1668898Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_ops.h' 2025-09-07T06:38:20.1672087Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2025-09-07T06:38:20.1675500Z adding 'torch/include/ATen/ops/_scaled_mm_cpu_dispatch.h' 2025-09-07T06:38:20.1678728Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2025-09-07T06:38:20.1681852Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2025-09-07T06:38:20.1685176Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2025-09-07T06:38:20.1688627Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2025-09-07T06:38:20.1692120Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1695285Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2025-09-07T06:38:20.1698624Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2025-09-07T06:38:20.1701628Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2025-09-07T06:38:20.1705057Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2025-09-07T06:38:20.1708078Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2025-09-07T06:38:20.1711435Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1714312Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2025-09-07T06:38:20.1717496Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2025-09-07T06:38:20.1721529Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2025-09-07T06:38:20.1725350Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1728622Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.1731924Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.1735281Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2025-09-07T06:38:20.1738819Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2025-09-07T06:38:20.1742431Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2025-09-07T06:38:20.1745916Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2025-09-07T06:38:20.1749134Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2025-09-07T06:38:20.1752314Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2025-09-07T06:38:20.1755587Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2025-09-07T06:38:20.1758813Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2025-09-07T06:38:20.1762081Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1765098Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2025-09-07T06:38:20.1768224Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2025-09-07T06:38:20.1771385Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2025-09-07T06:38:20.1774770Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1777736Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2025-09-07T06:38:20.1780931Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2025-09-07T06:38:20.1784100Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2025-09-07T06:38:20.1787430Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1790239Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2025-09-07T06:38:20.1793419Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2025-09-07T06:38:20.1796365Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2025-09-07T06:38:20.1799692Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1803107Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2025-09-07T06:38:20.1806413Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2025-09-07T06:38:20.1809471Z adding 'torch/include/ATen/ops/_softmax.h' 2025-09-07T06:38:20.1812847Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2025-09-07T06:38:20.1816540Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.1819428Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2025-09-07T06:38:20.1822680Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2025-09-07T06:38:20.1825663Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2025-09-07T06:38:20.1828935Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2025-09-07T06:38:20.1831993Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2025-09-07T06:38:20.1835345Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2025-09-07T06:38:20.1838710Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.1841635Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2025-09-07T06:38:20.1844809Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2025-09-07T06:38:20.1847798Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2025-09-07T06:38:20.1851002Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2025-09-07T06:38:20.1854156Z adding 'torch/include/ATen/ops/_softmax_native.h' 2025-09-07T06:38:20.1857528Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2025-09-07T06:38:20.1860680Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2025-09-07T06:38:20.1864080Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1867081Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2025-09-07T06:38:20.1870281Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2025-09-07T06:38:20.1873488Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2025-09-07T06:38:20.1876600Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2025-09-07T06:38:20.1880090Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1883157Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.1886075Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2025-09-07T06:38:20.1889293Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2025-09-07T06:38:20.1892514Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2025-09-07T06:38:20.1895735Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2025-09-07T06:38:20.1898966Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2025-09-07T06:38:20.1902388Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1905325Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2025-09-07T06:38:20.1908708Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2025-09-07T06:38:20.1911863Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2025-09-07T06:38:20.1915346Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1918384Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2025-09-07T06:38:20.1921591Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2025-09-07T06:38:20.1925192Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2025-09-07T06:38:20.1928706Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1931777Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2025-09-07T06:38:20.1935059Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2025-09-07T06:38:20.1938423Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2025-09-07T06:38:20.1941906Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1944865Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2025-09-07T06:38:20.1948176Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2025-09-07T06:38:20.1951749Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2025-09-07T06:38:20.1955251Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.1958215Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2025-09-07T06:38:20.1961564Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2025-09-07T06:38:20.1964821Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2025-09-07T06:38:20.1968680Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2025-09-07T06:38:20.1972489Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1975611Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2025-09-07T06:38:20.1978692Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2025-09-07T06:38:20.1982082Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2025-09-07T06:38:20.1985356Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.1988601Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2025-09-07T06:38:20.1991612Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2025-09-07T06:38:20.1994825Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2025-09-07T06:38:20.1998006Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2025-09-07T06:38:20.2001268Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2004218Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2025-09-07T06:38:20.2007382Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2025-09-07T06:38:20.2010478Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2025-09-07T06:38:20.2013831Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2016729Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2025-09-07T06:38:20.2020146Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2025-09-07T06:38:20.2023311Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2025-09-07T06:38:20.2026571Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2029508Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2025-09-07T06:38:20.2032702Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2025-09-07T06:38:20.2035899Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2025-09-07T06:38:20.2039177Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2042059Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2025-09-07T06:38:20.2045249Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2025-09-07T06:38:20.2048400Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2025-09-07T06:38:20.2051582Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2025-09-07T06:38:20.2054988Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2057883Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2025-09-07T06:38:20.2061054Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2025-09-07T06:38:20.2064223Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2067278Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2070178Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2025-09-07T06:38:20.2074377Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2025-09-07T06:38:20.2077613Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2025-09-07T06:38:20.2080953Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2083781Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2025-09-07T06:38:20.2086918Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2025-09-07T06:38:20.2090005Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2025-09-07T06:38:20.2093367Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2096191Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2025-09-07T06:38:20.2099343Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2025-09-07T06:38:20.2102433Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2025-09-07T06:38:20.2105537Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2025-09-07T06:38:20.2108633Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2025-09-07T06:38:20.2111784Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2025-09-07T06:38:20.2114715Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2025-09-07T06:38:20.2117809Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2025-09-07T06:38:20.2120923Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2025-09-07T06:38:20.2124087Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2025-09-07T06:38:20.2127081Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2025-09-07T06:38:20.2130593Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2025-09-07T06:38:20.2133778Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2025-09-07T06:38:20.2136960Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2025-09-07T06:38:20.2139896Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2025-09-07T06:38:20.2142979Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2025-09-07T06:38:20.2146142Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2025-09-07T06:38:20.2149273Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2025-09-07T06:38:20.2152241Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2025-09-07T06:38:20.2155313Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2025-09-07T06:38:20.2158371Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2025-09-07T06:38:20.2161532Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2025-09-07T06:38:20.2164509Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2025-09-07T06:38:20.2167661Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2025-09-07T06:38:20.2170708Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2025-09-07T06:38:20.2173957Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2025-09-07T06:38:20.2177073Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2025-09-07T06:38:20.2180191Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2025-09-07T06:38:20.2183426Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2025-09-07T06:38:20.2186642Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2025-09-07T06:38:20.2189701Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2025-09-07T06:38:20.2192863Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2025-09-07T06:38:20.2196104Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2025-09-07T06:38:20.2199424Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2025-09-07T06:38:20.2202794Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2205819Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2025-09-07T06:38:20.2209067Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2025-09-07T06:38:20.2212399Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2215481Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2218532Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2025-09-07T06:38:20.2221874Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2025-09-07T06:38:20.2225808Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2025-09-07T06:38:20.2229310Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2232127Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2025-09-07T06:38:20.2235342Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2025-09-07T06:38:20.2238482Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2025-09-07T06:38:20.2241751Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2025-09-07T06:38:20.2245097Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2248136Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2025-09-07T06:38:20.2251410Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2025-09-07T06:38:20.2254896Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2258029Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2261089Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2025-09-07T06:38:20.2264878Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2025-09-07T06:38:20.2268099Z adding 'torch/include/ATen/ops/_spdiags.h' 2025-09-07T06:38:20.2271573Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2274486Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2025-09-07T06:38:20.2277575Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2025-09-07T06:38:20.2280793Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2025-09-07T06:38:20.2283950Z adding 'torch/include/ATen/ops/_spsolve.h' 2025-09-07T06:38:20.2286887Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2025-09-07T06:38:20.2290120Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2025-09-07T06:38:20.2293362Z adding 'torch/include/ATen/ops/_stack.h' 2025-09-07T06:38:20.2296725Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2300066Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2025-09-07T06:38:20.2302868Z adding 'torch/include/ATen/ops/_stack_native.h' 2025-09-07T06:38:20.2306183Z adding 'torch/include/ATen/ops/_stack_ops.h' 2025-09-07T06:38:20.2309316Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2025-09-07T06:38:20.2312762Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2315794Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2025-09-07T06:38:20.2318971Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2025-09-07T06:38:20.2322065Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2025-09-07T06:38:20.2325470Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2328491Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2025-09-07T06:38:20.2331625Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2025-09-07T06:38:20.2334711Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2025-09-07T06:38:20.2338247Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2025-09-07T06:38:20.2341480Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2025-09-07T06:38:20.2344312Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2025-09-07T06:38:20.2347605Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2025-09-07T06:38:20.2350938Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2354578Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2025-09-07T06:38:20.2357250Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2025-09-07T06:38:20.2360557Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2025-09-07T06:38:20.2364597Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2367033Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2370295Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2025-09-07T06:38:20.2373354Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2025-09-07T06:38:20.2376685Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2025-09-07T06:38:20.2379936Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2383063Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2025-09-07T06:38:20.2387312Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2389693Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.2393165Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2025-09-07T06:38:20.2395845Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2025-09-07T06:38:20.2398983Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2025-09-07T06:38:20.2402177Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2025-09-07T06:38:20.2405202Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2025-09-07T06:38:20.2408425Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2411433Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2025-09-07T06:38:20.2414640Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2025-09-07T06:38:20.2417891Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2025-09-07T06:38:20.2422001Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2424271Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2025-09-07T06:38:20.2427653Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2025-09-07T06:38:20.2430601Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2025-09-07T06:38:20.2433911Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2025-09-07T06:38:20.2437190Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2440341Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2025-09-07T06:38:20.2443303Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2025-09-07T06:38:20.2446992Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2025-09-07T06:38:20.2450564Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2025-09-07T06:38:20.2453579Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2456752Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2025-09-07T06:38:20.2459632Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2025-09-07T06:38:20.2462908Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2025-09-07T06:38:20.2466016Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2025-09-07T06:38:20.2469467Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2472527Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2025-09-07T06:38:20.2476024Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2025-09-07T06:38:20.2478822Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2025-09-07T06:38:20.2482017Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2025-09-07T06:38:20.2485407Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2488325Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2025-09-07T06:38:20.2491563Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2025-09-07T06:38:20.2494758Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2025-09-07T06:38:20.2498258Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2501119Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2025-09-07T06:38:20.2504478Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2025-09-07T06:38:20.2507455Z adding 'torch/include/ATen/ops/_test_string_default.h' 2025-09-07T06:38:20.2510610Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2513609Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2025-09-07T06:38:20.2516697Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2025-09-07T06:38:20.2519768Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2025-09-07T06:38:20.2523050Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2525920Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2025-09-07T06:38:20.2529175Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2025-09-07T06:38:20.2532582Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2025-09-07T06:38:20.2535779Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2538712Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2025-09-07T06:38:20.2541854Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2025-09-07T06:38:20.2545039Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2025-09-07T06:38:20.2548391Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2551324Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2025-09-07T06:38:20.2554590Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2025-09-07T06:38:20.2557679Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2025-09-07T06:38:20.2561040Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2025-09-07T06:38:20.2564441Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2567439Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2025-09-07T06:38:20.2570451Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2025-09-07T06:38:20.2573785Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2025-09-07T06:38:20.2577057Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2580063Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2025-09-07T06:38:20.2583030Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2025-09-07T06:38:20.2586281Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2025-09-07T06:38:20.2589489Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2025-09-07T06:38:20.2592692Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2025-09-07T06:38:20.2595964Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2599042Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2025-09-07T06:38:20.2602394Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2605310Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2025-09-07T06:38:20.2608348Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2025-09-07T06:38:20.2611675Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2025-09-07T06:38:20.2614911Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2025-09-07T06:38:20.2618215Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2025-09-07T06:38:20.2621464Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2624442Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2025-09-07T06:38:20.2627440Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2025-09-07T06:38:20.2630722Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2025-09-07T06:38:20.2633969Z adding 'torch/include/ATen/ops/_to_copy.h' 2025-09-07T06:38:20.2637348Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2640297Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2025-09-07T06:38:20.2643613Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2025-09-07T06:38:20.2646636Z adding 'torch/include/ATen/ops/_to_cpu.h' 2025-09-07T06:38:20.2649924Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2652946Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2025-09-07T06:38:20.2656015Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2025-09-07T06:38:20.2660645Z adding 'torch/include/ATen/ops/_to_dense.h' 2025-09-07T06:38:20.2663396Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2666440Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2025-09-07T06:38:20.2669672Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2025-09-07T06:38:20.2672830Z adding 'torch/include/ATen/ops/_to_sparse.h' 2025-09-07T06:38:20.2675934Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2025-09-07T06:38:20.2679191Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2682189Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2025-09-07T06:38:20.2685251Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2025-09-07T06:38:20.2688224Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2025-09-07T06:38:20.2691369Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2025-09-07T06:38:20.2694607Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2025-09-07T06:38:20.2697843Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2700810Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2025-09-07T06:38:20.2703799Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2025-09-07T06:38:20.2706793Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2025-09-07T06:38:20.2709945Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2025-09-07T06:38:20.2713196Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2716180Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2025-09-07T06:38:20.2719175Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2025-09-07T06:38:20.2722362Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2725307Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2025-09-07T06:38:20.2728329Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2025-09-07T06:38:20.2731284Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2025-09-07T06:38:20.2740561Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2025-09-07T06:38:20.2740942Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2025-09-07T06:38:20.2741544Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2743767Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2025-09-07T06:38:20.2746653Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2025-09-07T06:38:20.2749578Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2025-09-07T06:38:20.2752745Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2025-09-07T06:38:20.2755867Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2025-09-07T06:38:20.2758909Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2025-09-07T06:38:20.2762207Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2025-09-07T06:38:20.2765345Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2025-09-07T06:38:20.2768396Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2025-09-07T06:38:20.2771311Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2025-09-07T06:38:20.2774514Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2025-09-07T06:38:20.2777608Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2025-09-07T06:38:20.2780929Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2783880Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2025-09-07T06:38:20.2786898Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2025-09-07T06:38:20.2789865Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2025-09-07T06:38:20.2793057Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2025-09-07T06:38:20.2797014Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2025-09-07T06:38:20.2800693Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2803843Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2025-09-07T06:38:20.2807217Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2025-09-07T06:38:20.2810336Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2025-09-07T06:38:20.2814076Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2025-09-07T06:38:20.2817445Z adding 'torch/include/ATen/ops/_trilinear.h' 2025-09-07T06:38:20.2820755Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2824088Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.2826899Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2025-09-07T06:38:20.2830319Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2025-09-07T06:38:20.2833712Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2025-09-07T06:38:20.2837168Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2840316Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2025-09-07T06:38:20.2843390Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2025-09-07T06:38:20.2846800Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2025-09-07T06:38:20.2850000Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2025-09-07T06:38:20.2853484Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2856487Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2025-09-07T06:38:20.2859582Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2025-09-07T06:38:20.2862793Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2025-09-07T06:38:20.2866048Z adding 'torch/include/ATen/ops/_unique.h' 2025-09-07T06:38:20.2869265Z adding 'torch/include/ATen/ops/_unique2.h' 2025-09-07T06:38:20.2872691Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2875718Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2025-09-07T06:38:20.2878757Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2025-09-07T06:38:20.2881841Z adding 'torch/include/ATen/ops/_unique2_native.h' 2025-09-07T06:38:20.2885106Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2025-09-07T06:38:20.2888502Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2891488Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2025-09-07T06:38:20.2894748Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2025-09-07T06:38:20.2897734Z adding 'torch/include/ATen/ops/_unique_native.h' 2025-09-07T06:38:20.2901034Z adding 'torch/include/ATen/ops/_unique_ops.h' 2025-09-07T06:38:20.2904081Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2025-09-07T06:38:20.2908094Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.2911028Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2025-09-07T06:38:20.2914171Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2025-09-07T06:38:20.2917342Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2025-09-07T06:38:20.2920568Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2923556Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2025-09-07T06:38:20.2926996Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2025-09-07T06:38:20.2929948Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2025-09-07T06:38:20.2933274Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2936901Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2025-09-07T06:38:20.2939407Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2025-09-07T06:38:20.2942646Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2025-09-07T06:38:20.2946718Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2949007Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2025-09-07T06:38:20.2952347Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2025-09-07T06:38:20.2955421Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2025-09-07T06:38:20.2958836Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2961699Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2025-09-07T06:38:20.2965007Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2025-09-07T06:38:20.2968252Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2025-09-07T06:38:20.2971736Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.2975269Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2025-09-07T06:38:20.2978056Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2025-09-07T06:38:20.2981861Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2025-09-07T06:38:20.2985969Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2025-09-07T06:38:20.2989442Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.2992652Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2025-09-07T06:38:20.2995940Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2025-09-07T06:38:20.2999179Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2025-09-07T06:38:20.3002770Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2025-09-07T06:38:20.3006599Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2025-09-07T06:38:20.3010331Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2025-09-07T06:38:20.3014350Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3017713Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3021178Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2025-09-07T06:38:20.3024409Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2025-09-07T06:38:20.3027595Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2025-09-07T06:38:20.3030810Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2025-09-07T06:38:20.3034084Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2025-09-07T06:38:20.3037406Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2025-09-07T06:38:20.3041334Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2025-09-07T06:38:20.3045244Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2025-09-07T06:38:20.3048805Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3051986Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2025-09-07T06:38:20.3055276Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2025-09-07T06:38:20.3058475Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2025-09-07T06:38:20.3061705Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2025-09-07T06:38:20.3064749Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2025-09-07T06:38:20.3067994Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2025-09-07T06:38:20.3071956Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3074634Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3077741Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2025-09-07T06:38:20.3080910Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2025-09-07T06:38:20.3083962Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2025-09-07T06:38:20.3087172Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2025-09-07T06:38:20.3090339Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2025-09-07T06:38:20.3093793Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2025-09-07T06:38:20.3097366Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2025-09-07T06:38:20.3101027Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2025-09-07T06:38:20.3104957Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3108673Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.3112893Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.3116357Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2025-09-07T06:38:20.3119633Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2025-09-07T06:38:20.3122860Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2025-09-07T06:38:20.3125894Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2025-09-07T06:38:20.3129206Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3132282Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3135385Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2025-09-07T06:38:20.3138593Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2025-09-07T06:38:20.3141692Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2025-09-07T06:38:20.3144765Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2025-09-07T06:38:20.3147826Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2025-09-07T06:38:20.3151416Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2025-09-07T06:38:20.3154886Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2025-09-07T06:38:20.3158536Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2025-09-07T06:38:20.3162283Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3165311Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.3168790Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.3171503Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2025-09-07T06:38:20.3174820Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2025-09-07T06:38:20.3177986Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2025-09-07T06:38:20.3181163Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2025-09-07T06:38:20.3184471Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3187495Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3190556Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2025-09-07T06:38:20.3194266Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2025-09-07T06:38:20.3197003Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2025-09-07T06:38:20.3200041Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2025-09-07T06:38:20.3203079Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2025-09-07T06:38:20.3206381Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2025-09-07T06:38:20.3210095Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2025-09-07T06:38:20.3214006Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2025-09-07T06:38:20.3217606Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3220793Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.3223974Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.3226995Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2025-09-07T06:38:20.3230201Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2025-09-07T06:38:20.3233259Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2025-09-07T06:38:20.3236497Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2025-09-07T06:38:20.3239835Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3242902Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3245963Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2025-09-07T06:38:20.3249566Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2025-09-07T06:38:20.3252669Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2025-09-07T06:38:20.3256211Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2025-09-07T06:38:20.3259055Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2025-09-07T06:38:20.3262574Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2025-09-07T06:38:20.3265830Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2025-09-07T06:38:20.3269192Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2025-09-07T06:38:20.3272004Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2025-09-07T06:38:20.3275371Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2025-09-07T06:38:20.3278417Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2025-09-07T06:38:20.3281782Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3285652Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2025-09-07T06:38:20.3287845Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2025-09-07T06:38:20.3291421Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2025-09-07T06:38:20.3294429Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2025-09-07T06:38:20.3297537Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2025-09-07T06:38:20.3300570Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2025-09-07T06:38:20.3303807Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2025-09-07T06:38:20.3306914Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2025-09-07T06:38:20.3310295Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3313807Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2025-09-07T06:38:20.3316576Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2025-09-07T06:38:20.3320869Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2025-09-07T06:38:20.3323174Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3326240Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2025-09-07T06:38:20.3329245Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2025-09-07T06:38:20.3332980Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2025-09-07T06:38:20.3336122Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3339083Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2025-09-07T06:38:20.3342278Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2025-09-07T06:38:20.3345508Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2025-09-07T06:38:20.3348841Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3352341Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2025-09-07T06:38:20.3354951Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2025-09-07T06:38:20.3358228Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2025-09-07T06:38:20.3361543Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3364285Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2025-09-07T06:38:20.3367626Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2025-09-07T06:38:20.3370904Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2025-09-07T06:38:20.3374211Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3377048Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2025-09-07T06:38:20.3380303Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2025-09-07T06:38:20.3383163Z adding 'torch/include/ATen/ops/_values.h' 2025-09-07T06:38:20.3386379Z adding 'torch/include/ATen/ops/_values_copy.h' 2025-09-07T06:38:20.3390748Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.3393003Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3396335Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2025-09-07T06:38:20.3398993Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2025-09-07T06:38:20.3402020Z adding 'torch/include/ATen/ops/_values_native.h' 2025-09-07T06:38:20.3405141Z adding 'torch/include/ATen/ops/_values_ops.h' 2025-09-07T06:38:20.3408112Z adding 'torch/include/ATen/ops/_version.h' 2025-09-07T06:38:20.3411347Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3414489Z adding 'torch/include/ATen/ops/_version_native.h' 2025-09-07T06:38:20.3417509Z adding 'torch/include/ATen/ops/_version_ops.h' 2025-09-07T06:38:20.3420914Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2025-09-07T06:38:20.3423868Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2025-09-07T06:38:20.3427020Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h' 2025-09-07T06:38:20.3430135Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h' 2025-09-07T06:38:20.3433219Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h' 2025-09-07T06:38:20.3436360Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h' 2025-09-07T06:38:20.3439492Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2025-09-07T06:38:20.3442612Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2025-09-07T06:38:20.3445893Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros.h' 2025-09-07T06:38:20.3450064Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros_native.h' 2025-09-07T06:38:20.3452246Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros_ops.h' 2025-09-07T06:38:20.3456070Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2025-09-07T06:38:20.3459041Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2025-09-07T06:38:20.3462307Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cuda_dispatch.h' 2025-09-07T06:38:20.3465346Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2025-09-07T06:38:20.3468488Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2025-09-07T06:38:20.3471484Z adding 'torch/include/ATen/ops/_weight_norm.h' 2025-09-07T06:38:20.3474735Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3477998Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2025-09-07T06:38:20.3481184Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3484243Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2025-09-07T06:38:20.3487428Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2025-09-07T06:38:20.3490647Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2025-09-07T06:38:20.3493963Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2025-09-07T06:38:20.3497631Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.3500993Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2025-09-07T06:38:20.3504382Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2025-09-07T06:38:20.3507433Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2025-09-07T06:38:20.3510835Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2025-09-07T06:38:20.3514198Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.3517342Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2025-09-07T06:38:20.3520412Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2025-09-07T06:38:20.3523641Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2025-09-07T06:38:20.3526805Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2025-09-07T06:38:20.3529939Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2025-09-07T06:38:20.3533108Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2025-09-07T06:38:20.3536183Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2025-09-07T06:38:20.3539485Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3542497Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2025-09-07T06:38:20.3546462Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2025-09-07T06:38:20.3549660Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2025-09-07T06:38:20.3552906Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3555830Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2025-09-07T06:38:20.3559162Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2025-09-07T06:38:20.3562160Z adding 'torch/include/ATen/ops/abs.h' 2025-09-07T06:38:20.3565400Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.3568403Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2025-09-07T06:38:20.3571443Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2025-09-07T06:38:20.3574599Z adding 'torch/include/ATen/ops/abs_native.h' 2025-09-07T06:38:20.3577764Z adding 'torch/include/ATen/ops/abs_ops.h' 2025-09-07T06:38:20.3580868Z adding 'torch/include/ATen/ops/absolute.h' 2025-09-07T06:38:20.3585082Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3588563Z adding 'torch/include/ATen/ops/absolute_native.h' 2025-09-07T06:38:20.3590365Z adding 'torch/include/ATen/ops/absolute_ops.h' 2025-09-07T06:38:20.3593466Z adding 'torch/include/ATen/ops/acos.h' 2025-09-07T06:38:20.3596747Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3599659Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2025-09-07T06:38:20.3602681Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2025-09-07T06:38:20.3605614Z adding 'torch/include/ATen/ops/acos_meta.h' 2025-09-07T06:38:20.3608663Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2025-09-07T06:38:20.3611556Z adding 'torch/include/ATen/ops/acos_native.h' 2025-09-07T06:38:20.3614844Z adding 'torch/include/ATen/ops/acos_ops.h' 2025-09-07T06:38:20.3617916Z adding 'torch/include/ATen/ops/acosh.h' 2025-09-07T06:38:20.3621171Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3624019Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2025-09-07T06:38:20.3627024Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2025-09-07T06:38:20.3640686Z adding 'torch/include/ATen/ops/acosh_meta.h' 2025-09-07T06:38:20.3644687Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2025-09-07T06:38:20.3647438Z adding 'torch/include/ATen/ops/acosh_native.h' 2025-09-07T06:38:20.3650633Z adding 'torch/include/ATen/ops/acosh_ops.h' 2025-09-07T06:38:20.3654704Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2025-09-07T06:38:20.3657413Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.3660536Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3663382Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2025-09-07T06:38:20.3666628Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2025-09-07T06:38:20.3669894Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2025-09-07T06:38:20.3673456Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3676398Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2025-09-07T06:38:20.3679327Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2025-09-07T06:38:20.3682288Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2025-09-07T06:38:20.3685476Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2025-09-07T06:38:20.3688845Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2025-09-07T06:38:20.3692161Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2025-09-07T06:38:20.3695314Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.3698388Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.3701379Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2025-09-07T06:38:20.3704508Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2025-09-07T06:38:20.3707745Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3710788Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2025-09-07T06:38:20.3713879Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2025-09-07T06:38:20.3716890Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2025-09-07T06:38:20.3720028Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2025-09-07T06:38:20.3723089Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2025-09-07T06:38:20.3726372Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.3729260Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2025-09-07T06:38:20.3732435Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2025-09-07T06:38:20.3736233Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2025-09-07T06:38:20.3738725Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2025-09-07T06:38:20.3742098Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3745025Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.3748133Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.3751087Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2025-09-07T06:38:20.3754199Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2025-09-07T06:38:20.3757214Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2025-09-07T06:38:20.3760409Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2025-09-07T06:38:20.3763859Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3766702Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2025-09-07T06:38:20.3769819Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2025-09-07T06:38:20.3772876Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2025-09-07T06:38:20.3775975Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2025-09-07T06:38:20.3778957Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2025-09-07T06:38:20.3782105Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2025-09-07T06:38:20.3785183Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2025-09-07T06:38:20.3788336Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2025-09-07T06:38:20.3791701Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3794608Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.3797688Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.3800734Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2025-09-07T06:38:20.3804008Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2025-09-07T06:38:20.3807029Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2025-09-07T06:38:20.3810342Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2025-09-07T06:38:20.3814495Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3851756Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2025-09-07T06:38:20.3852372Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2025-09-07T06:38:20.3852832Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2025-09-07T06:38:20.3853307Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2025-09-07T06:38:20.3853795Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2025-09-07T06:38:20.3854213Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2025-09-07T06:38:20.3854575Z adding 'torch/include/ATen/ops/add.h' 2025-09-07T06:38:20.3855002Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.3855631Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3857588Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2025-09-07T06:38:20.3857979Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2025-09-07T06:38:20.3858332Z adding 'torch/include/ATen/ops/add_meta.h' 2025-09-07T06:38:20.3860237Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2025-09-07T06:38:20.3863622Z adding 'torch/include/ATen/ops/add_native.h' 2025-09-07T06:38:20.3867065Z adding 'torch/include/ATen/ops/add_ops.h' 2025-09-07T06:38:20.3870454Z adding 'torch/include/ATen/ops/addbmm.h' 2025-09-07T06:38:20.3873805Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2025-09-07T06:38:20.3877068Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2025-09-07T06:38:20.3880132Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2025-09-07T06:38:20.3883067Z adding 'torch/include/ATen/ops/addbmm_native.h' 2025-09-07T06:38:20.3886804Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2025-09-07T06:38:20.3889673Z adding 'torch/include/ATen/ops/addcdiv.h' 2025-09-07T06:38:20.3893189Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3896140Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2025-09-07T06:38:20.3899193Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2025-09-07T06:38:20.3902890Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2025-09-07T06:38:20.3905449Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2025-09-07T06:38:20.3908394Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2025-09-07T06:38:20.3911610Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2025-09-07T06:38:20.3914715Z adding 'torch/include/ATen/ops/addcmul.h' 2025-09-07T06:38:20.3918038Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3920997Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2025-09-07T06:38:20.3924068Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2025-09-07T06:38:20.3927032Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2025-09-07T06:38:20.3930113Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2025-09-07T06:38:20.3933530Z adding 'torch/include/ATen/ops/addcmul_native.h' 2025-09-07T06:38:20.3936634Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2025-09-07T06:38:20.3939836Z adding 'torch/include/ATen/ops/addmm.h' 2025-09-07T06:38:20.3943201Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3946138Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2025-09-07T06:38:20.3949319Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2025-09-07T06:38:20.3952274Z adding 'torch/include/ATen/ops/addmm_meta.h' 2025-09-07T06:38:20.3955575Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2025-09-07T06:38:20.3958758Z adding 'torch/include/ATen/ops/addmm_native.h' 2025-09-07T06:38:20.3962336Z adding 'torch/include/ATen/ops/addmm_ops.h' 2025-09-07T06:38:20.3965439Z adding 'torch/include/ATen/ops/addmv.h' 2025-09-07T06:38:20.3968795Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.3971685Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2025-09-07T06:38:20.3974911Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2025-09-07T06:38:20.3977912Z adding 'torch/include/ATen/ops/addmv_meta.h' 2025-09-07T06:38:20.3981039Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2025-09-07T06:38:20.3984070Z adding 'torch/include/ATen/ops/addmv_native.h' 2025-09-07T06:38:20.3987323Z adding 'torch/include/ATen/ops/addmv_ops.h' 2025-09-07T06:38:20.3990602Z adding 'torch/include/ATen/ops/addr.h' 2025-09-07T06:38:20.3993931Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.3996945Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2025-09-07T06:38:20.3999975Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2025-09-07T06:38:20.4002981Z adding 'torch/include/ATen/ops/addr_native.h' 2025-09-07T06:38:20.4006212Z adding 'torch/include/ATen/ops/addr_ops.h' 2025-09-07T06:38:20.4009234Z adding 'torch/include/ATen/ops/adjoint.h' 2025-09-07T06:38:20.4012490Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4015316Z adding 'torch/include/ATen/ops/adjoint_native.h' 2025-09-07T06:38:20.4018366Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2025-09-07T06:38:20.4021714Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2025-09-07T06:38:20.4024992Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2025-09-07T06:38:20.4028367Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4031189Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2025-09-07T06:38:20.4034294Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2025-09-07T06:38:20.4037497Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4040362Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2025-09-07T06:38:20.4043540Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2025-09-07T06:38:20.4046509Z adding 'torch/include/ATen/ops/alias.h' 2025-09-07T06:38:20.4049650Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4052691Z adding 'torch/include/ATen/ops/alias_copy.h' 2025-09-07T06:38:20.4055932Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4059135Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4061890Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2025-09-07T06:38:20.4064979Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2025-09-07T06:38:20.4067964Z adding 'torch/include/ATen/ops/alias_native.h' 2025-09-07T06:38:20.4071020Z adding 'torch/include/ATen/ops/alias_ops.h' 2025-09-07T06:38:20.4073948Z adding 'torch/include/ATen/ops/align_as.h' 2025-09-07T06:38:20.4077095Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4079912Z adding 'torch/include/ATen/ops/align_as_native.h' 2025-09-07T06:38:20.4082940Z adding 'torch/include/ATen/ops/align_as_ops.h' 2025-09-07T06:38:20.4085899Z adding 'torch/include/ATen/ops/align_tensors.h' 2025-09-07T06:38:20.4089060Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4103746Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2025-09-07T06:38:20.4103898Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2025-09-07T06:38:20.4104024Z adding 'torch/include/ATen/ops/align_to.h' 2025-09-07T06:38:20.4104279Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4106221Z adding 'torch/include/ATen/ops/align_to_native.h' 2025-09-07T06:38:20.4147553Z adding 'torch/include/ATen/ops/align_to_ops.h' 2025-09-07T06:38:20.4147671Z adding 'torch/include/ATen/ops/all.h' 2025-09-07T06:38:20.4147921Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4148233Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4148458Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4148584Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2025-09-07T06:38:20.4148724Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2025-09-07T06:38:20.4148828Z adding 'torch/include/ATen/ops/all_meta.h' 2025-09-07T06:38:20.4148956Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2025-09-07T06:38:20.4149065Z adding 'torch/include/ATen/ops/all_native.h' 2025-09-07T06:38:20.4149180Z adding 'torch/include/ATen/ops/all_ops.h' 2025-09-07T06:38:20.4149291Z adding 'torch/include/ATen/ops/allclose.h' 2025-09-07T06:38:20.4153258Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4155459Z adding 'torch/include/ATen/ops/allclose_native.h' 2025-09-07T06:38:20.4158860Z adding 'torch/include/ATen/ops/allclose_ops.h' 2025-09-07T06:38:20.4161826Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2025-09-07T06:38:20.4165195Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4168363Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2025-09-07T06:38:20.4171650Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2025-09-07T06:38:20.4174860Z adding 'torch/include/ATen/ops/amax.h' 2025-09-07T06:38:20.4178268Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4181234Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2025-09-07T06:38:20.4184342Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2025-09-07T06:38:20.4187298Z adding 'torch/include/ATen/ops/amax_meta.h' 2025-09-07T06:38:20.4190357Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2025-09-07T06:38:20.4193323Z adding 'torch/include/ATen/ops/amax_native.h' 2025-09-07T06:38:20.4196784Z adding 'torch/include/ATen/ops/amax_ops.h' 2025-09-07T06:38:20.4199827Z adding 'torch/include/ATen/ops/amin.h' 2025-09-07T06:38:20.4203414Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4206354Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2025-09-07T06:38:20.4209437Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2025-09-07T06:38:20.4212506Z adding 'torch/include/ATen/ops/amin_meta.h' 2025-09-07T06:38:20.4215551Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2025-09-07T06:38:20.4218482Z adding 'torch/include/ATen/ops/amin_native.h' 2025-09-07T06:38:20.4221634Z adding 'torch/include/ATen/ops/amin_ops.h' 2025-09-07T06:38:20.4224722Z adding 'torch/include/ATen/ops/aminmax.h' 2025-09-07T06:38:20.4228237Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4231165Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2025-09-07T06:38:20.4234238Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2025-09-07T06:38:20.4237253Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2025-09-07T06:38:20.4240321Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2025-09-07T06:38:20.4243231Z adding 'torch/include/ATen/ops/aminmax_native.h' 2025-09-07T06:38:20.4246434Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2025-09-07T06:38:20.4249516Z adding 'torch/include/ATen/ops/and.h' 2025-09-07T06:38:20.4252842Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4255675Z adding 'torch/include/ATen/ops/and_native.h' 2025-09-07T06:38:20.4259335Z adding 'torch/include/ATen/ops/and_ops.h' 2025-09-07T06:38:20.4262462Z adding 'torch/include/ATen/ops/angle.h' 2025-09-07T06:38:20.4265632Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2025-09-07T06:38:20.4268575Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2025-09-07T06:38:20.4271478Z adding 'torch/include/ATen/ops/angle_native.h' 2025-09-07T06:38:20.4274555Z adding 'torch/include/ATen/ops/angle_ops.h' 2025-09-07T06:38:20.4277836Z adding 'torch/include/ATen/ops/any.h' 2025-09-07T06:38:20.4281139Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4284469Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4288353Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4291468Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2025-09-07T06:38:20.4294754Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2025-09-07T06:38:20.4297726Z adding 'torch/include/ATen/ops/any_meta.h' 2025-09-07T06:38:20.4300860Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2025-09-07T06:38:20.4303956Z adding 'torch/include/ATen/ops/any_native.h' 2025-09-07T06:38:20.4307430Z adding 'torch/include/ATen/ops/any_ops.h' 2025-09-07T06:38:20.4310901Z adding 'torch/include/ATen/ops/arange.h' 2025-09-07T06:38:20.4314281Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4317265Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2025-09-07T06:38:20.4320283Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2025-09-07T06:38:20.4323308Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2025-09-07T06:38:20.4326344Z adding 'torch/include/ATen/ops/arange_native.h' 2025-09-07T06:38:20.4329771Z adding 'torch/include/ATen/ops/arange_ops.h' 2025-09-07T06:38:20.4333126Z adding 'torch/include/ATen/ops/arccos.h' 2025-09-07T06:38:20.4336296Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4339129Z adding 'torch/include/ATen/ops/arccos_native.h' 2025-09-07T06:38:20.4342287Z adding 'torch/include/ATen/ops/arccos_ops.h' 2025-09-07T06:38:20.4345382Z adding 'torch/include/ATen/ops/arccosh.h' 2025-09-07T06:38:20.4348637Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4351540Z adding 'torch/include/ATen/ops/arccosh_native.h' 2025-09-07T06:38:20.4354694Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2025-09-07T06:38:20.4357856Z adding 'torch/include/ATen/ops/arcsin.h' 2025-09-07T06:38:20.4361098Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4363933Z adding 'torch/include/ATen/ops/arcsin_native.h' 2025-09-07T06:38:20.4367123Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2025-09-07T06:38:20.4370158Z adding 'torch/include/ATen/ops/arcsinh.h' 2025-09-07T06:38:20.4373532Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4376375Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2025-09-07T06:38:20.4379490Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2025-09-07T06:38:20.4382550Z adding 'torch/include/ATen/ops/arctan.h' 2025-09-07T06:38:20.4385784Z adding 'torch/include/ATen/ops/arctan2.h' 2025-09-07T06:38:20.4389609Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4392025Z adding 'torch/include/ATen/ops/arctan2_native.h' 2025-09-07T06:38:20.4395927Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2025-09-07T06:38:20.4398628Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4401697Z adding 'torch/include/ATen/ops/arctan_native.h' 2025-09-07T06:38:20.4404854Z adding 'torch/include/ATen/ops/arctan_ops.h' 2025-09-07T06:38:20.4408085Z adding 'torch/include/ATen/ops/arctanh.h' 2025-09-07T06:38:20.4411340Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4414496Z adding 'torch/include/ATen/ops/arctanh_native.h' 2025-09-07T06:38:20.4418212Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2025-09-07T06:38:20.4420979Z adding 'torch/include/ATen/ops/argmax.h' 2025-09-07T06:38:20.4424896Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4427401Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2025-09-07T06:38:20.4430641Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2025-09-07T06:38:20.4433615Z adding 'torch/include/ATen/ops/argmax_meta.h' 2025-09-07T06:38:20.4436864Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2025-09-07T06:38:20.4439810Z adding 'torch/include/ATen/ops/argmax_native.h' 2025-09-07T06:38:20.4443104Z adding 'torch/include/ATen/ops/argmax_ops.h' 2025-09-07T06:38:20.4446222Z adding 'torch/include/ATen/ops/argmin.h' 2025-09-07T06:38:20.4449699Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4453248Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2025-09-07T06:38:20.4455928Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2025-09-07T06:38:20.4459039Z adding 'torch/include/ATen/ops/argmin_meta.h' 2025-09-07T06:38:20.4462167Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2025-09-07T06:38:20.4465277Z adding 'torch/include/ATen/ops/argmin_native.h' 2025-09-07T06:38:20.4468408Z adding 'torch/include/ATen/ops/argmin_ops.h' 2025-09-07T06:38:20.4471717Z adding 'torch/include/ATen/ops/argsort.h' 2025-09-07T06:38:20.4476010Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4478125Z adding 'torch/include/ATen/ops/argsort_native.h' 2025-09-07T06:38:20.4481826Z adding 'torch/include/ATen/ops/argsort_ops.h' 2025-09-07T06:38:20.4484642Z adding 'torch/include/ATen/ops/argwhere.h' 2025-09-07T06:38:20.4488045Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4490743Z adding 'torch/include/ATen/ops/argwhere_native.h' 2025-09-07T06:38:20.4494062Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2025-09-07T06:38:20.4497378Z adding 'torch/include/ATen/ops/as_strided.h' 2025-09-07T06:38:20.4500977Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4543042Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2025-09-07T06:38:20.4543340Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4543772Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4543939Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2025-09-07T06:38:20.4544084Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2025-09-07T06:38:20.4544249Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2025-09-07T06:38:20.4544407Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2025-09-07T06:38:20.4544572Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2025-09-07T06:38:20.4544702Z adding 'torch/include/ATen/ops/as_strided_native.h' 2025-09-07T06:38:20.4544821Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2025-09-07T06:38:20.4545028Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2025-09-07T06:38:20.4545316Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4549340Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4551456Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2025-09-07T06:38:20.4555172Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2025-09-07T06:38:20.4558004Z adding 'torch/include/ATen/ops/asin.h' 2025-09-07T06:38:20.4561485Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4564383Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2025-09-07T06:38:20.4567559Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2025-09-07T06:38:20.4570527Z adding 'torch/include/ATen/ops/asin_meta.h' 2025-09-07T06:38:20.4573668Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2025-09-07T06:38:20.4577220Z adding 'torch/include/ATen/ops/asin_native.h' 2025-09-07T06:38:20.4580103Z adding 'torch/include/ATen/ops/asin_ops.h' 2025-09-07T06:38:20.4583178Z adding 'torch/include/ATen/ops/asinh.h' 2025-09-07T06:38:20.4586462Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4589352Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2025-09-07T06:38:20.4593214Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2025-09-07T06:38:20.4595634Z adding 'torch/include/ATen/ops/asinh_meta.h' 2025-09-07T06:38:20.4598756Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2025-09-07T06:38:20.4601764Z adding 'torch/include/ATen/ops/asinh_native.h' 2025-09-07T06:38:20.4604982Z adding 'torch/include/ATen/ops/asinh_ops.h' 2025-09-07T06:38:20.4608060Z adding 'torch/include/ATen/ops/atan.h' 2025-09-07T06:38:20.4611099Z adding 'torch/include/ATen/ops/atan2.h' 2025-09-07T06:38:20.4614540Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4617423Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2025-09-07T06:38:20.4620530Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2025-09-07T06:38:20.4623888Z adding 'torch/include/ATen/ops/atan2_meta.h' 2025-09-07T06:38:20.4626734Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2025-09-07T06:38:20.4629759Z adding 'torch/include/ATen/ops/atan2_native.h' 2025-09-07T06:38:20.4632965Z adding 'torch/include/ATen/ops/atan2_ops.h' 2025-09-07T06:38:20.4636285Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4639128Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2025-09-07T06:38:20.4642231Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2025-09-07T06:38:20.4645063Z adding 'torch/include/ATen/ops/atan_meta.h' 2025-09-07T06:38:20.4648079Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2025-09-07T06:38:20.4651115Z adding 'torch/include/ATen/ops/atan_native.h' 2025-09-07T06:38:20.4654528Z adding 'torch/include/ATen/ops/atan_ops.h' 2025-09-07T06:38:20.4657667Z adding 'torch/include/ATen/ops/atanh.h' 2025-09-07T06:38:20.4661133Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4664001Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2025-09-07T06:38:20.4666996Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2025-09-07T06:38:20.4669945Z adding 'torch/include/ATen/ops/atanh_meta.h' 2025-09-07T06:38:20.4672984Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2025-09-07T06:38:20.4675938Z adding 'torch/include/ATen/ops/atanh_native.h' 2025-09-07T06:38:20.4680195Z adding 'torch/include/ATen/ops/atanh_ops.h' 2025-09-07T06:38:20.4682524Z adding 'torch/include/ATen/ops/atleast_1d.h' 2025-09-07T06:38:20.4685732Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4688535Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2025-09-07T06:38:20.4691657Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2025-09-07T06:38:20.4694821Z adding 'torch/include/ATen/ops/atleast_2d.h' 2025-09-07T06:38:20.4698038Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4700852Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2025-09-07T06:38:20.4704329Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2025-09-07T06:38:20.4707176Z adding 'torch/include/ATen/ops/atleast_3d.h' 2025-09-07T06:38:20.4710345Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4713139Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2025-09-07T06:38:20.4716622Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2025-09-07T06:38:20.4719811Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2025-09-07T06:38:20.4723020Z adding 'torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4726160Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4728973Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2025-09-07T06:38:20.4732342Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2025-09-07T06:38:20.4735561Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2025-09-07T06:38:20.4738849Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2025-09-07T06:38:20.4742236Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4745180Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.4748315Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.4751378Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2025-09-07T06:38:20.4754552Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2025-09-07T06:38:20.4757609Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2025-09-07T06:38:20.4760906Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2025-09-07T06:38:20.4764290Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4767281Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2025-09-07T06:38:20.4770378Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2025-09-07T06:38:20.4773953Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2025-09-07T06:38:20.4777167Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2025-09-07T06:38:20.4781394Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2025-09-07T06:38:20.4783752Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2025-09-07T06:38:20.4787380Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2025-09-07T06:38:20.4790600Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2025-09-07T06:38:20.4794007Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4796990Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.4800351Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.4803957Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2025-09-07T06:38:20.4806663Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2025-09-07T06:38:20.4810417Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2025-09-07T06:38:20.4813300Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2025-09-07T06:38:20.4816805Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4819775Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2025-09-07T06:38:20.4823112Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2025-09-07T06:38:20.4826097Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2025-09-07T06:38:20.4829450Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2025-09-07T06:38:20.4833395Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2025-09-07T06:38:20.4835997Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2025-09-07T06:38:20.4839402Z adding 'torch/include/ATen/ops/baddbmm.h' 2025-09-07T06:38:20.4842813Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.4845905Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2025-09-07T06:38:20.4849115Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2025-09-07T06:38:20.4852399Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2025-09-07T06:38:20.4856386Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2025-09-07T06:38:20.4858698Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2025-09-07T06:38:20.4862347Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2025-09-07T06:38:20.4865731Z adding 'torch/include/ATen/ops/bartlett_window.h' 2025-09-07T06:38:20.4869256Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4872283Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2025-09-07T06:38:20.4875697Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2025-09-07T06:38:20.4879345Z adding 'torch/include/ATen/ops/batch_norm.h' 2025-09-07T06:38:20.4882185Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2025-09-07T06:38:20.4885532Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2025-09-07T06:38:20.4888646Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2025-09-07T06:38:20.4892129Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2025-09-07T06:38:20.4896453Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4898698Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2025-09-07T06:38:20.4902270Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2025-09-07T06:38:20.4905139Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2025-09-07T06:38:20.4908416Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2025-09-07T06:38:20.4911689Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2025-09-07T06:38:20.4915125Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2025-09-07T06:38:20.4919421Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4921662Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2025-09-07T06:38:20.4925331Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2025-09-07T06:38:20.4928095Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2025-09-07T06:38:20.4931596Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.4934660Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2025-09-07T06:38:20.4938007Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2025-09-07T06:38:20.4940962Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2025-09-07T06:38:20.4960541Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2025-09-07T06:38:20.4960719Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2025-09-07T06:38:20.4961032Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4961334Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2025-09-07T06:38:20.4961513Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2025-09-07T06:38:20.4962856Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2025-09-07T06:38:20.4966598Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2025-09-07T06:38:20.4969758Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4973112Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2025-09-07T06:38:20.4976141Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2025-09-07T06:38:20.4979650Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2025-09-07T06:38:20.4982690Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2025-09-07T06:38:20.4986117Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2025-09-07T06:38:20.4989257Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2025-09-07T06:38:20.4992561Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.4995849Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2025-09-07T06:38:20.4998707Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2025-09-07T06:38:20.5001872Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2025-09-07T06:38:20.5005051Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2025-09-07T06:38:20.5008349Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5012076Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2025-09-07T06:38:20.5014699Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2025-09-07T06:38:20.5017680Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2025-09-07T06:38:20.5020962Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2025-09-07T06:38:20.5024385Z adding 'torch/include/ATen/ops/bernoulli.h' 2025-09-07T06:38:20.5036459Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5039738Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5042876Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2025-09-07T06:38:20.5045946Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2025-09-07T06:38:20.5048953Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2025-09-07T06:38:20.5052086Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2025-09-07T06:38:20.5055643Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2025-09-07T06:38:20.5058783Z adding 'torch/include/ATen/ops/bilinear.h' 2025-09-07T06:38:20.5061989Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5064827Z adding 'torch/include/ATen/ops/bilinear_native.h' 2025-09-07T06:38:20.5067946Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2025-09-07T06:38:20.5071069Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2025-09-07T06:38:20.5074306Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2025-09-07T06:38:20.5077499Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2025-09-07T06:38:20.5080716Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2025-09-07T06:38:20.5083695Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2025-09-07T06:38:20.5086891Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2025-09-07T06:38:20.5090047Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2025-09-07T06:38:20.5093236Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2025-09-07T06:38:20.5096520Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2025-09-07T06:38:20.5099987Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2025-09-07T06:38:20.5103243Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2025-09-07T06:38:20.5106561Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5109462Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2025-09-07T06:38:20.5112685Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2025-09-07T06:38:20.5115899Z adding 'torch/include/ATen/ops/bincount.h' 2025-09-07T06:38:20.5119280Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5122269Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2025-09-07T06:38:20.5125342Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2025-09-07T06:38:20.5128291Z adding 'torch/include/ATen/ops/bincount_native.h' 2025-09-07T06:38:20.5131452Z adding 'torch/include/ATen/ops/bincount_ops.h' 2025-09-07T06:38:20.5134725Z adding 'torch/include/ATen/ops/binomial.h' 2025-09-07T06:38:20.5137960Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5140898Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2025-09-07T06:38:20.5143964Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2025-09-07T06:38:20.5146920Z adding 'torch/include/ATen/ops/binomial_native.h' 2025-09-07T06:38:20.5150073Z adding 'torch/include/ATen/ops/binomial_ops.h' 2025-09-07T06:38:20.5153294Z adding 'torch/include/ATen/ops/bitwise_and.h' 2025-09-07T06:38:20.5156590Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5159802Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5162623Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2025-09-07T06:38:20.5165912Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2025-09-07T06:38:20.5168815Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2025-09-07T06:38:20.5171951Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2025-09-07T06:38:20.5174989Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2025-09-07T06:38:20.5178420Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2025-09-07T06:38:20.5181821Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2025-09-07T06:38:20.5185255Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5188390Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5191269Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2025-09-07T06:38:20.5194310Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2025-09-07T06:38:20.5197221Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2025-09-07T06:38:20.5200560Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2025-09-07T06:38:20.5203596Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2025-09-07T06:38:20.5207243Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2025-09-07T06:38:20.5211352Z adding 'torch/include/ATen/ops/bitwise_not.h' 2025-09-07T06:38:20.5214015Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5217326Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2025-09-07T06:38:20.5220167Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2025-09-07T06:38:20.5223199Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2025-09-07T06:38:20.5226303Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2025-09-07T06:38:20.5229377Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2025-09-07T06:38:20.5232523Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2025-09-07T06:38:20.5235902Z adding 'torch/include/ATen/ops/bitwise_or.h' 2025-09-07T06:38:20.5240226Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5242606Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5245934Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2025-09-07T06:38:20.5248955Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2025-09-07T06:38:20.5252233Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2025-09-07T06:38:20.5255350Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2025-09-07T06:38:20.5258477Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2025-09-07T06:38:20.5262918Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2025-09-07T06:38:20.5265518Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2025-09-07T06:38:20.5269115Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5272209Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5275247Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2025-09-07T06:38:20.5278297Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2025-09-07T06:38:20.5281505Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2025-09-07T06:38:20.5284510Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2025-09-07T06:38:20.5287768Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2025-09-07T06:38:20.5292153Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2025-09-07T06:38:20.5294839Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2025-09-07T06:38:20.5298319Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5301829Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5304823Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2025-09-07T06:38:20.5307844Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2025-09-07T06:38:20.5310931Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2025-09-07T06:38:20.5315017Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2025-09-07T06:38:20.5317235Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2025-09-07T06:38:20.5320852Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2025-09-07T06:38:20.5324281Z adding 'torch/include/ATen/ops/blackman_window.h' 2025-09-07T06:38:20.5327992Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5330843Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2025-09-07T06:38:20.5334490Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2025-09-07T06:38:20.5337945Z adding 'torch/include/ATen/ops/block_diag.h' 2025-09-07T06:38:20.5341018Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5343983Z adding 'torch/include/ATen/ops/block_diag_native.h' 2025-09-07T06:38:20.5347139Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2025-09-07T06:38:20.5350485Z adding 'torch/include/ATen/ops/bmm.h' 2025-09-07T06:38:20.5353722Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5356815Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2025-09-07T06:38:20.5360821Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2025-09-07T06:38:20.5363110Z adding 'torch/include/ATen/ops/bmm_meta.h' 2025-09-07T06:38:20.5366725Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2025-09-07T06:38:20.5369423Z adding 'torch/include/ATen/ops/bmm_native.h' 2025-09-07T06:38:20.5372967Z adding 'torch/include/ATen/ops/bmm_ops.h' 2025-09-07T06:38:20.5376091Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2025-09-07T06:38:20.5379476Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5382273Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2025-09-07T06:38:20.5385522Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2025-09-07T06:38:20.5389651Z adding 'torch/include/ATen/ops/broadcast_to.h' 2025-09-07T06:38:20.5392062Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5395049Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2025-09-07T06:38:20.5398155Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2025-09-07T06:38:20.5401422Z adding 'torch/include/ATen/ops/bucketize.h' 2025-09-07T06:38:20.5404762Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5407860Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2025-09-07T06:38:20.5410921Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2025-09-07T06:38:20.5414287Z adding 'torch/include/ATen/ops/bucketize_native.h' 2025-09-07T06:38:20.5418554Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2025-09-07T06:38:20.5420859Z adding 'torch/include/ATen/ops/can_cast.h' 2025-09-07T06:38:20.5424718Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5426969Z adding 'torch/include/ATen/ops/can_cast_native.h' 2025-09-07T06:38:20.5430315Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2025-09-07T06:38:20.5433288Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2025-09-07T06:38:20.5436637Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5439470Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2025-09-07T06:38:20.5442684Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2025-09-07T06:38:20.5445788Z adding 'torch/include/ATen/ops/cat.h' 2025-09-07T06:38:20.5449286Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5453569Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5455550Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2025-09-07T06:38:20.5459095Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2025-09-07T06:38:20.5462309Z adding 'torch/include/ATen/ops/cat_meta.h' 2025-09-07T06:38:20.5465684Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2025-09-07T06:38:20.5468771Z adding 'torch/include/ATen/ops/cat_native.h' 2025-09-07T06:38:20.5472387Z adding 'torch/include/ATen/ops/cat_ops.h' 2025-09-07T06:38:20.5476298Z adding 'torch/include/ATen/ops/cauchy.h' 2025-09-07T06:38:20.5478978Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5482204Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2025-09-07T06:38:20.5485159Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2025-09-07T06:38:20.5488375Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2025-09-07T06:38:20.5491410Z adding 'torch/include/ATen/ops/cauchy_native.h' 2025-09-07T06:38:20.5494896Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2025-09-07T06:38:20.5497954Z adding 'torch/include/ATen/ops/ccol_indices.h' 2025-09-07T06:38:20.5501281Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5504990Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2025-09-07T06:38:20.5507562Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5516703Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5516868Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2025-09-07T06:38:20.5517685Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2025-09-07T06:38:20.5520601Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2025-09-07T06:38:20.5524096Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2025-09-07T06:38:20.5527112Z adding 'torch/include/ATen/ops/cdist.h' 2025-09-07T06:38:20.5530562Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5533518Z adding 'torch/include/ATen/ops/cdist_native.h' 2025-09-07T06:38:20.5536827Z adding 'torch/include/ATen/ops/cdist_ops.h' 2025-09-07T06:38:20.5539938Z adding 'torch/include/ATen/ops/ceil.h' 2025-09-07T06:38:20.5543471Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5546387Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2025-09-07T06:38:20.5549689Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2025-09-07T06:38:20.5552657Z adding 'torch/include/ATen/ops/ceil_meta.h' 2025-09-07T06:38:20.5555672Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2025-09-07T06:38:20.5559705Z adding 'torch/include/ATen/ops/ceil_native.h' 2025-09-07T06:38:20.5562040Z adding 'torch/include/ATen/ops/ceil_ops.h' 2025-09-07T06:38:20.5565158Z adding 'torch/include/ATen/ops/celu.h' 2025-09-07T06:38:20.5568470Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5571316Z adding 'torch/include/ATen/ops/celu_native.h' 2025-09-07T06:38:20.5575458Z adding 'torch/include/ATen/ops/celu_ops.h' 2025-09-07T06:38:20.5577950Z adding 'torch/include/ATen/ops/chain_matmul.h' 2025-09-07T06:38:20.5581164Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5583960Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2025-09-07T06:38:20.5587074Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2025-09-07T06:38:20.5590006Z adding 'torch/include/ATen/ops/chalf.h' 2025-09-07T06:38:20.5593230Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5596125Z adding 'torch/include/ATen/ops/chalf_native.h' 2025-09-07T06:38:20.5599203Z adding 'torch/include/ATen/ops/chalf_ops.h' 2025-09-07T06:38:20.5602441Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2025-09-07T06:38:20.5606876Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5608963Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2025-09-07T06:38:20.5612072Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2025-09-07T06:38:20.5615129Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2025-09-07T06:38:20.5618232Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2025-09-07T06:38:20.5621268Z adding 'torch/include/ATen/ops/cholesky.h' 2025-09-07T06:38:20.5624348Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2025-09-07T06:38:20.5627381Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2025-09-07T06:38:20.5630376Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2025-09-07T06:38:20.5633505Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2025-09-07T06:38:20.5636539Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2025-09-07T06:38:20.5639463Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2025-09-07T06:38:20.5642596Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2025-09-07T06:38:20.5645544Z adding 'torch/include/ATen/ops/cholesky_native.h' 2025-09-07T06:38:20.5648679Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2025-09-07T06:38:20.5651827Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2025-09-07T06:38:20.5655161Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5657969Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2025-09-07T06:38:20.5661111Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2025-09-07T06:38:20.5664404Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2025-09-07T06:38:20.5668355Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5670714Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2025-09-07T06:38:20.5673839Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2025-09-07T06:38:20.5676807Z adding 'torch/include/ATen/ops/chunk.h' 2025-09-07T06:38:20.5680003Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5682823Z adding 'torch/include/ATen/ops/chunk_native.h' 2025-09-07T06:38:20.5685921Z adding 'torch/include/ATen/ops/chunk_ops.h' 2025-09-07T06:38:20.5689101Z adding 'torch/include/ATen/ops/clamp.h' 2025-09-07T06:38:20.5692637Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5695658Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2025-09-07T06:38:20.5698823Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2025-09-07T06:38:20.5701986Z adding 'torch/include/ATen/ops/clamp_max.h' 2025-09-07T06:38:20.5705359Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5708258Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2025-09-07T06:38:20.5711365Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2025-09-07T06:38:20.5714353Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2025-09-07T06:38:20.5717443Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2025-09-07T06:38:20.5720397Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2025-09-07T06:38:20.5723753Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2025-09-07T06:38:20.5726825Z adding 'torch/include/ATen/ops/clamp_meta.h' 2025-09-07T06:38:20.5729987Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2025-09-07T06:38:20.5733265Z adding 'torch/include/ATen/ops/clamp_min.h' 2025-09-07T06:38:20.5736592Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5739492Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2025-09-07T06:38:20.5742965Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2025-09-07T06:38:20.5745950Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2025-09-07T06:38:20.5749050Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2025-09-07T06:38:20.5752077Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2025-09-07T06:38:20.5755364Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2025-09-07T06:38:20.5758536Z adding 'torch/include/ATen/ops/clamp_native.h' 2025-09-07T06:38:20.5762240Z adding 'torch/include/ATen/ops/clamp_ops.h' 2025-09-07T06:38:20.5766640Z adding 'torch/include/ATen/ops/clip.h' 2025-09-07T06:38:20.5770308Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5773443Z adding 'torch/include/ATen/ops/clip_native.h' 2025-09-07T06:38:20.5777364Z adding 'torch/include/ATen/ops/clip_ops.h' 2025-09-07T06:38:20.5781294Z adding 'torch/include/ATen/ops/clone.h' 2025-09-07T06:38:20.5783790Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5787115Z adding 'torch/include/ATen/ops/clone_native.h' 2025-09-07T06:38:20.5790110Z adding 'torch/include/ATen/ops/clone_ops.h' 2025-09-07T06:38:20.5793214Z adding 'torch/include/ATen/ops/coalesce.h' 2025-09-07T06:38:20.5796383Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5799332Z adding 'torch/include/ATen/ops/coalesce_native.h' 2025-09-07T06:38:20.5802387Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2025-09-07T06:38:20.5805905Z adding 'torch/include/ATen/ops/col2im.h' 2025-09-07T06:38:20.5809997Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2025-09-07T06:38:20.5812707Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2025-09-07T06:38:20.5815906Z adding 'torch/include/ATen/ops/col2im_native.h' 2025-09-07T06:38:20.5819212Z adding 'torch/include/ATen/ops/col2im_ops.h' 2025-09-07T06:38:20.5822497Z adding 'torch/include/ATen/ops/col_indices.h' 2025-09-07T06:38:20.5825592Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5828763Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2025-09-07T06:38:20.5833052Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5835332Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.5838686Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2025-09-07T06:38:20.5841374Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2025-09-07T06:38:20.5844485Z adding 'torch/include/ATen/ops/col_indices_native.h' 2025-09-07T06:38:20.5847555Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2025-09-07T06:38:20.5850755Z adding 'torch/include/ATen/ops/column_stack.h' 2025-09-07T06:38:20.5854192Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5857201Z adding 'torch/include/ATen/ops/column_stack_native.h' 2025-09-07T06:38:20.5860358Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2025-09-07T06:38:20.5863589Z adding 'torch/include/ATen/ops/combinations.h' 2025-09-07T06:38:20.5867490Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5869871Z adding 'torch/include/ATen/ops/combinations_native.h' 2025-09-07T06:38:20.5873105Z adding 'torch/include/ATen/ops/combinations_ops.h' 2025-09-07T06:38:20.5876165Z adding 'torch/include/ATen/ops/complex.h' 2025-09-07T06:38:20.5879561Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5882502Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2025-09-07T06:38:20.5885696Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2025-09-07T06:38:20.5888640Z adding 'torch/include/ATen/ops/complex_native.h' 2025-09-07T06:38:20.5892059Z adding 'torch/include/ATen/ops/complex_ops.h' 2025-09-07T06:38:20.5896201Z adding 'torch/include/ATen/ops/concat.h' 2025-09-07T06:38:20.5898695Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5902011Z adding 'torch/include/ATen/ops/concat_native.h' 2025-09-07T06:38:20.5904896Z adding 'torch/include/ATen/ops/concat_ops.h' 2025-09-07T06:38:20.5908398Z adding 'torch/include/ATen/ops/concatenate.h' 2025-09-07T06:38:20.5911659Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5914723Z adding 'torch/include/ATen/ops/concatenate_native.h' 2025-09-07T06:38:20.5918640Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2025-09-07T06:38:20.5921250Z adding 'torch/include/ATen/ops/conj.h' 2025-09-07T06:38:20.5925107Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5927435Z adding 'torch/include/ATen/ops/conj_native.h' 2025-09-07T06:38:20.5930766Z adding 'torch/include/ATen/ops/conj_ops.h' 2025-09-07T06:38:20.5933835Z adding 'torch/include/ATen/ops/conj_physical.h' 2025-09-07T06:38:20.5937185Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5940188Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5943332Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2025-09-07T06:38:20.5946403Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2025-09-07T06:38:20.5949524Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2025-09-07T06:38:20.5953664Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2025-09-07T06:38:20.5956247Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2025-09-07T06:38:20.5959773Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.5962694Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2025-09-07T06:38:20.5965993Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2025-09-07T06:38:20.5968932Z adding 'torch/include/ATen/ops/contiguous.h' 2025-09-07T06:38:20.5972510Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5975939Z adding 'torch/include/ATen/ops/contiguous_native.h' 2025-09-07T06:38:20.5978587Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2025-09-07T06:38:20.5982338Z adding 'torch/include/ATen/ops/conv1d.h' 2025-09-07T06:38:20.5985478Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.5988530Z adding 'torch/include/ATen/ops/conv1d_native.h' 2025-09-07T06:38:20.5991817Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2025-09-07T06:38:20.5995477Z adding 'torch/include/ATen/ops/conv2d.h' 2025-09-07T06:38:20.5999830Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6002003Z adding 'torch/include/ATen/ops/conv2d_native.h' 2025-09-07T06:38:20.6005515Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2025-09-07T06:38:20.6009069Z adding 'torch/include/ATen/ops/conv3d.h' 2025-09-07T06:38:20.6012739Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6015662Z adding 'torch/include/ATen/ops/conv3d_native.h' 2025-09-07T06:38:20.6023428Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2025-09-07T06:38:20.6023672Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2025-09-07T06:38:20.6027075Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6030332Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2025-09-07T06:38:20.6033474Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2025-09-07T06:38:20.6037009Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2025-09-07T06:38:20.6041548Z adding 'torch/include/ATen/ops/conv_tbc.h' 2025-09-07T06:38:20.6043483Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2025-09-07T06:38:20.6047807Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6049835Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2025-09-07T06:38:20.6053073Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2025-09-07T06:38:20.6056285Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6059465Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2025-09-07T06:38:20.6062553Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2025-09-07T06:38:20.6065856Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2025-09-07T06:38:20.6069232Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6072110Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2025-09-07T06:38:20.6075455Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2025-09-07T06:38:20.6078754Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2025-09-07T06:38:20.6082101Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6084973Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2025-09-07T06:38:20.6088243Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2025-09-07T06:38:20.6091483Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2025-09-07T06:38:20.6094977Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6097845Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2025-09-07T06:38:20.6101006Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2025-09-07T06:38:20.6105847Z adding 'torch/include/ATen/ops/convolution.h' 2025-09-07T06:38:20.6108859Z adding 'torch/include/ATen/ops/convolution_backward.h' 2025-09-07T06:38:20.6112661Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6115737Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2025-09-07T06:38:20.6118784Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2025-09-07T06:38:20.6122228Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2025-09-07T06:38:20.6125999Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2025-09-07T06:38:20.6129757Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6132892Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2025-09-07T06:38:20.6136271Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2025-09-07T06:38:20.6139618Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6142584Z adding 'torch/include/ATen/ops/convolution_native.h' 2025-09-07T06:38:20.6145843Z adding 'torch/include/ATen/ops/convolution_ops.h' 2025-09-07T06:38:20.6149536Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2025-09-07T06:38:20.6153143Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6156091Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2025-09-07T06:38:20.6159368Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2025-09-07T06:38:20.6162648Z adding 'torch/include/ATen/ops/copy.h' 2025-09-07T06:38:20.6165919Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6169065Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6172426Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2025-09-07T06:38:20.6175277Z adding 'torch/include/ATen/ops/copy_native.h' 2025-09-07T06:38:20.6178512Z adding 'torch/include/ATen/ops/copy_ops.h' 2025-09-07T06:38:20.6181727Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2025-09-07T06:38:20.6184990Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6187978Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2025-09-07T06:38:20.6190955Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2025-09-07T06:38:20.6194133Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2025-09-07T06:38:20.6197243Z adding 'torch/include/ATen/ops/copysign.h' 2025-09-07T06:38:20.6200500Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6203681Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6206479Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2025-09-07T06:38:20.6209498Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2025-09-07T06:38:20.6212552Z adding 'torch/include/ATen/ops/copysign_meta.h' 2025-09-07T06:38:20.6215640Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2025-09-07T06:38:20.6218628Z adding 'torch/include/ATen/ops/copysign_native.h' 2025-09-07T06:38:20.6221956Z adding 'torch/include/ATen/ops/copysign_ops.h' 2025-09-07T06:38:20.6225020Z adding 'torch/include/ATen/ops/corrcoef.h' 2025-09-07T06:38:20.6228210Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6231091Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2025-09-07T06:38:20.6234037Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2025-09-07T06:38:20.6237041Z adding 'torch/include/ATen/ops/cos.h' 2025-09-07T06:38:20.6240315Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6243206Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2025-09-07T06:38:20.6246203Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2025-09-07T06:38:20.6249139Z adding 'torch/include/ATen/ops/cos_meta.h' 2025-09-07T06:38:20.6252269Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2025-09-07T06:38:20.6255263Z adding 'torch/include/ATen/ops/cos_native.h' 2025-09-07T06:38:20.6258401Z adding 'torch/include/ATen/ops/cos_ops.h' 2025-09-07T06:38:20.6261470Z adding 'torch/include/ATen/ops/cosh.h' 2025-09-07T06:38:20.6265016Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6268806Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2025-09-07T06:38:20.6271133Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2025-09-07T06:38:20.6274711Z adding 'torch/include/ATen/ops/cosh_meta.h' 2025-09-07T06:38:20.6277307Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2025-09-07T06:38:20.6280472Z adding 'torch/include/ATen/ops/cosh_native.h' 2025-09-07T06:38:20.6283623Z adding 'torch/include/ATen/ops/cosh_ops.h' 2025-09-07T06:38:20.6286947Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2025-09-07T06:38:20.6290211Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6293345Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2025-09-07T06:38:20.6297038Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2025-09-07T06:38:20.6299676Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2025-09-07T06:38:20.6303513Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6305994Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2025-09-07T06:38:20.6309250Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2025-09-07T06:38:20.6312713Z adding 'torch/include/ATen/ops/count_nonzero.h' 2025-09-07T06:38:20.6316177Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6319181Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2025-09-07T06:38:20.6322381Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2025-09-07T06:38:20.6326279Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2025-09-07T06:38:20.6328825Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2025-09-07T06:38:20.6332121Z adding 'torch/include/ATen/ops/cov.h' 2025-09-07T06:38:20.6335382Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6338600Z adding 'torch/include/ATen/ops/cov_native.h' 2025-09-07T06:38:20.6341684Z adding 'torch/include/ATen/ops/cov_ops.h' 2025-09-07T06:38:20.6344990Z adding 'torch/include/ATen/ops/cross.h' 2025-09-07T06:38:20.6349215Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6351693Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2025-09-07T06:38:20.6355357Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6358047Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2025-09-07T06:38:20.6361303Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2025-09-07T06:38:20.6364266Z adding 'torch/include/ATen/ops/cross_native.h' 2025-09-07T06:38:20.6367672Z adding 'torch/include/ATen/ops/cross_ops.h' 2025-09-07T06:38:20.6370648Z adding 'torch/include/ATen/ops/crow_indices.h' 2025-09-07T06:38:20.6374120Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6378086Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2025-09-07T06:38:20.6380433Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6384048Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6386466Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2025-09-07T06:38:20.6389699Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2025-09-07T06:38:20.6392671Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2025-09-07T06:38:20.6395924Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2025-09-07T06:38:20.6399051Z adding 'torch/include/ATen/ops/ctc_loss.h' 2025-09-07T06:38:20.6402531Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6405451Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2025-09-07T06:38:20.6408897Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2025-09-07T06:38:20.6412547Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2025-09-07T06:38:20.6415619Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2025-09-07T06:38:20.6419038Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6422022Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2025-09-07T06:38:20.6425168Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2025-09-07T06:38:20.6428358Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2025-09-07T06:38:20.6431764Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6435466Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2025-09-07T06:38:20.6437866Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2025-09-07T06:38:20.6441237Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2025-09-07T06:38:20.6444449Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2025-09-07T06:38:20.6447952Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2025-09-07T06:38:20.6451986Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6454708Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2025-09-07T06:38:20.6458447Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2025-09-07T06:38:20.6461306Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2025-09-07T06:38:20.6464726Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2025-09-07T06:38:20.6467793Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2025-09-07T06:38:20.6471377Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2025-09-07T06:38:20.6475601Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2025-09-07T06:38:20.6478861Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2025-09-07T06:38:20.6482564Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6485616Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2025-09-07T06:38:20.6488919Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2025-09-07T06:38:20.6492945Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2025-09-07T06:38:20.6495594Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2025-09-07T06:38:20.6498887Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2025-09-07T06:38:20.6502024Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2025-09-07T06:38:20.6505732Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2025-09-07T06:38:20.6510494Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6513259Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2025-09-07T06:38:20.6516450Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2025-09-07T06:38:20.6519715Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2025-09-07T06:38:20.6533337Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2025-09-07T06:38:20.6533693Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6533928Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2025-09-07T06:38:20.6534902Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2025-09-07T06:38:20.6539024Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2025-09-07T06:38:20.6541531Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2025-09-07T06:38:20.6544866Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2025-09-07T06:38:20.6548123Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6551410Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2025-09-07T06:38:20.6554324Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2025-09-07T06:38:20.6557693Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2025-09-07T06:38:20.6562264Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6564106Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2025-09-07T06:38:20.6568462Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2025-09-07T06:38:20.6570810Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2025-09-07T06:38:20.6574508Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2025-09-07T06:38:20.6577418Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6580297Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2025-09-07T06:38:20.6583386Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2025-09-07T06:38:20.6586809Z adding 'torch/include/ATen/ops/cummax.h' 2025-09-07T06:38:20.6590065Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6593134Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6596097Z adding 'torch/include/ATen/ops/cummax_native.h' 2025-09-07T06:38:20.6599403Z adding 'torch/include/ATen/ops/cummax_ops.h' 2025-09-07T06:38:20.6602776Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2025-09-07T06:38:20.6606012Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6608856Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2025-09-07T06:38:20.6611969Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2025-09-07T06:38:20.6615173Z adding 'torch/include/ATen/ops/cummin.h' 2025-09-07T06:38:20.6618419Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6628133Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6628387Z adding 'torch/include/ATen/ops/cummin_native.h' 2025-09-07T06:38:20.6632154Z adding 'torch/include/ATen/ops/cummin_ops.h' 2025-09-07T06:38:20.6635899Z adding 'torch/include/ATen/ops/cumprod.h' 2025-09-07T06:38:20.6639286Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2025-09-07T06:38:20.6642246Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6645128Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2025-09-07T06:38:20.6648286Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2025-09-07T06:38:20.6651743Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6654960Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6658018Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2025-09-07T06:38:20.6661211Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2025-09-07T06:38:20.6664234Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2025-09-07T06:38:20.6667346Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2025-09-07T06:38:20.6670425Z adding 'torch/include/ATen/ops/cumprod_native.h' 2025-09-07T06:38:20.6674003Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2025-09-07T06:38:20.6677332Z adding 'torch/include/ATen/ops/cumsum.h' 2025-09-07T06:38:20.6680935Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6683850Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6686880Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2025-09-07T06:38:20.6689966Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2025-09-07T06:38:20.6693065Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2025-09-07T06:38:20.6696190Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2025-09-07T06:38:20.6699333Z adding 'torch/include/ATen/ops/cumsum_native.h' 2025-09-07T06:38:20.6702717Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2025-09-07T06:38:20.6706007Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2025-09-07T06:38:20.6709303Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6712162Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2025-09-07T06:38:20.6715328Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2025-09-07T06:38:20.6718248Z adding 'torch/include/ATen/ops/data.h' 2025-09-07T06:38:20.6721477Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6724328Z adding 'torch/include/ATen/ops/data_native.h' 2025-09-07T06:38:20.6727395Z adding 'torch/include/ATen/ops/data_ops.h' 2025-09-07T06:38:20.6730742Z adding 'torch/include/ATen/ops/deg2rad.h' 2025-09-07T06:38:20.6733876Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6737207Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2025-09-07T06:38:20.6740441Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2025-09-07T06:38:20.6743416Z adding 'torch/include/ATen/ops/dense_dim.h' 2025-09-07T06:38:20.6746614Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6749708Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2025-09-07T06:38:20.6752547Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2025-09-07T06:38:20.6755657Z adding 'torch/include/ATen/ops/dequantize.h' 2025-09-07T06:38:20.6759022Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6762003Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2025-09-07T06:38:20.6765025Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2025-09-07T06:38:20.6767992Z adding 'torch/include/ATen/ops/dequantize_native.h' 2025-09-07T06:38:20.6771308Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2025-09-07T06:38:20.6774504Z adding 'torch/include/ATen/ops/det.h' 2025-09-07T06:38:20.6777691Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6780585Z adding 'torch/include/ATen/ops/det_native.h' 2025-09-07T06:38:20.6783696Z adding 'torch/include/ATen/ops/det_ops.h' 2025-09-07T06:38:20.6786850Z adding 'torch/include/ATen/ops/detach.h' 2025-09-07T06:38:20.6789971Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6792906Z adding 'torch/include/ATen/ops/detach_copy.h' 2025-09-07T06:38:20.6796137Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6799312Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6802072Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2025-09-07T06:38:20.6805483Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2025-09-07T06:38:20.6808165Z adding 'torch/include/ATen/ops/detach_native.h' 2025-09-07T06:38:20.6811324Z adding 'torch/include/ATen/ops/detach_ops.h' 2025-09-07T06:38:20.6814488Z adding 'torch/include/ATen/ops/diag.h' 2025-09-07T06:38:20.6817736Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6820726Z adding 'torch/include/ATen/ops/diag_embed.h' 2025-09-07T06:38:20.6823991Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6827161Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6830198Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2025-09-07T06:38:20.6833461Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2025-09-07T06:38:20.6836489Z adding 'torch/include/ATen/ops/diag_native.h' 2025-09-07T06:38:20.6839667Z adding 'torch/include/ATen/ops/diag_ops.h' 2025-09-07T06:38:20.6842719Z adding 'torch/include/ATen/ops/diagflat.h' 2025-09-07T06:38:20.6846005Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6848772Z adding 'torch/include/ATen/ops/diagflat_native.h' 2025-09-07T06:38:20.6851925Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2025-09-07T06:38:20.6855115Z adding 'torch/include/ATen/ops/diagonal.h' 2025-09-07T06:38:20.6858549Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2025-09-07T06:38:20.6862035Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6864996Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2025-09-07T06:38:20.6868282Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2025-09-07T06:38:20.6871469Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6874605Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6877604Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2025-09-07T06:38:20.6880961Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6884582Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6887183Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2025-09-07T06:38:20.6890307Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2025-09-07T06:38:20.6893503Z adding 'torch/include/ATen/ops/diagonal_native.h' 2025-09-07T06:38:20.6896638Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2025-09-07T06:38:20.6899771Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2025-09-07T06:38:20.6903080Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6906472Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6909072Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2025-09-07T06:38:20.6912296Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2025-09-07T06:38:20.6915417Z adding 'torch/include/ATen/ops/diff.h' 2025-09-07T06:38:20.6918705Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.6921622Z adding 'torch/include/ATen/ops/diff_native.h' 2025-09-07T06:38:20.6924826Z adding 'torch/include/ATen/ops/diff_ops.h' 2025-09-07T06:38:20.6928416Z adding 'torch/include/ATen/ops/digamma.h' 2025-09-07T06:38:20.6931468Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6942226Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2025-09-07T06:38:20.6942510Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2025-09-07T06:38:20.6942654Z adding 'torch/include/ATen/ops/digamma_meta.h' 2025-09-07T06:38:20.6943516Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2025-09-07T06:38:20.6946398Z adding 'torch/include/ATen/ops/digamma_native.h' 2025-09-07T06:38:20.6949837Z adding 'torch/include/ATen/ops/digamma_ops.h' 2025-09-07T06:38:20.6952747Z adding 'torch/include/ATen/ops/dist.h' 2025-09-07T06:38:20.6955989Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6958926Z adding 'torch/include/ATen/ops/dist_native.h' 2025-09-07T06:38:20.6962128Z adding 'torch/include/ATen/ops/dist_ops.h' 2025-09-07T06:38:20.6965452Z adding 'torch/include/ATen/ops/div.h' 2025-09-07T06:38:20.6968838Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.6972107Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.6975478Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2025-09-07T06:38:20.6978601Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2025-09-07T06:38:20.6981643Z adding 'torch/include/ATen/ops/div_meta.h' 2025-09-07T06:38:20.6984859Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2025-09-07T06:38:20.6988063Z adding 'torch/include/ATen/ops/div_native.h' 2025-09-07T06:38:20.6991777Z adding 'torch/include/ATen/ops/div_ops.h' 2025-09-07T06:38:20.6995568Z adding 'torch/include/ATen/ops/divide.h' 2025-09-07T06:38:20.6998669Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7001583Z adding 'torch/include/ATen/ops/divide_native.h' 2025-09-07T06:38:20.7005212Z adding 'torch/include/ATen/ops/divide_ops.h' 2025-09-07T06:38:20.7008523Z adding 'torch/include/ATen/ops/dot.h' 2025-09-07T06:38:20.7011749Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7014905Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2025-09-07T06:38:20.7017975Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2025-09-07T06:38:20.7020888Z adding 'torch/include/ATen/ops/dot_native.h' 2025-09-07T06:38:20.7024059Z adding 'torch/include/ATen/ops/dot_ops.h' 2025-09-07T06:38:20.7027153Z adding 'torch/include/ATen/ops/dropout.h' 2025-09-07T06:38:20.7030409Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7045205Z adding 'torch/include/ATen/ops/dropout_native.h' 2025-09-07T06:38:20.7045350Z adding 'torch/include/ATen/ops/dropout_ops.h' 2025-09-07T06:38:20.7045459Z adding 'torch/include/ATen/ops/dsplit.h' 2025-09-07T06:38:20.7045725Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7047523Z adding 'torch/include/ATen/ops/dsplit_native.h' 2025-09-07T06:38:20.7088629Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2025-09-07T06:38:20.7088780Z adding 'torch/include/ATen/ops/dstack.h' 2025-09-07T06:38:20.7089048Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7089186Z adding 'torch/include/ATen/ops/dstack_native.h' 2025-09-07T06:38:20.7089316Z adding 'torch/include/ATen/ops/dstack_ops.h' 2025-09-07T06:38:20.7089424Z adding 'torch/include/ATen/ops/einsum.h' 2025-09-07T06:38:20.7089663Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7089786Z adding 'torch/include/ATen/ops/einsum_native.h' 2025-09-07T06:38:20.7089899Z adding 'torch/include/ATen/ops/einsum_ops.h' 2025-09-07T06:38:20.7089991Z adding 'torch/include/ATen/ops/elu.h' 2025-09-07T06:38:20.7090106Z adding 'torch/include/ATen/ops/elu_backward.h' 2025-09-07T06:38:20.7090531Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.7094676Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2025-09-07T06:38:20.7096606Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2025-09-07T06:38:20.7100797Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2025-09-07T06:38:20.7102997Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2025-09-07T06:38:20.7106839Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2025-09-07T06:38:20.7109584Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2025-09-07T06:38:20.7113105Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.7116084Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2025-09-07T06:38:20.7119556Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2025-09-07T06:38:20.7123897Z adding 'torch/include/ATen/ops/elu_meta.h' 2025-09-07T06:38:20.7125953Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2025-09-07T06:38:20.7128959Z adding 'torch/include/ATen/ops/elu_native.h' 2025-09-07T06:38:20.7132325Z adding 'torch/include/ATen/ops/elu_ops.h' 2025-09-07T06:38:20.7135821Z adding 'torch/include/ATen/ops/embedding.h' 2025-09-07T06:38:20.7139433Z adding 'torch/include/ATen/ops/embedding_backward.h' 2025-09-07T06:38:20.7142914Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7145718Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2025-09-07T06:38:20.7148850Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2025-09-07T06:38:20.7152034Z adding 'torch/include/ATen/ops/embedding_bag.h' 2025-09-07T06:38:20.7155384Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7158390Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2025-09-07T06:38:20.7161597Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2025-09-07T06:38:20.7165027Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7168366Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2025-09-07T06:38:20.7172143Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7176254Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2025-09-07T06:38:20.7178578Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2025-09-07T06:38:20.7181603Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2025-09-07T06:38:20.7184964Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2025-09-07T06:38:20.7187979Z adding 'torch/include/ATen/ops/embedding_native.h' 2025-09-07T06:38:20.7191221Z adding 'torch/include/ATen/ops/embedding_ops.h' 2025-09-07T06:38:20.7194427Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2025-09-07T06:38:20.7197697Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7200660Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2025-09-07T06:38:20.7203723Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2025-09-07T06:38:20.7206758Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2025-09-07T06:38:20.7209717Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2025-09-07T06:38:20.7213095Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2025-09-07T06:38:20.7216222Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2025-09-07T06:38:20.7219478Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7222367Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2025-09-07T06:38:20.7225500Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2025-09-07T06:38:20.7229453Z adding 'torch/include/ATen/ops/empty.h' 2025-09-07T06:38:20.7233030Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7236263Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7239249Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2025-09-07T06:38:20.7242376Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2025-09-07T06:38:20.7245580Z adding 'torch/include/ATen/ops/empty_like.h' 2025-09-07T06:38:20.7248951Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7252898Z adding 'torch/include/ATen/ops/empty_like_native.h' 2025-09-07T06:38:20.7256273Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2025-09-07T06:38:20.7259500Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2025-09-07T06:38:20.7262732Z adding 'torch/include/ATen/ops/empty_native.h' 2025-09-07T06:38:20.7266261Z adding 'torch/include/ATen/ops/empty_ops.h' 2025-09-07T06:38:20.7269936Z adding 'torch/include/ATen/ops/empty_permuted.h' 2025-09-07T06:38:20.7273499Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7276454Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2025-09-07T06:38:20.7279702Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2025-09-07T06:38:20.7283013Z adding 'torch/include/ATen/ops/empty_quantized.h' 2025-09-07T06:38:20.7286323Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7289249Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2025-09-07T06:38:20.7292671Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2025-09-07T06:38:20.7296285Z adding 'torch/include/ATen/ops/empty_strided.h' 2025-09-07T06:38:20.7299714Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7303328Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2025-09-07T06:38:20.7305843Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2025-09-07T06:38:20.7308925Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2025-09-07T06:38:20.7312269Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2025-09-07T06:38:20.7315543Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2025-09-07T06:38:20.7318719Z adding 'torch/include/ATen/ops/eq.h' 2025-09-07T06:38:20.7322134Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.7325089Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2025-09-07T06:38:20.7328487Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2025-09-07T06:38:20.7331429Z adding 'torch/include/ATen/ops/eq_meta.h' 2025-09-07T06:38:20.7334874Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2025-09-07T06:38:20.7338422Z adding 'torch/include/ATen/ops/eq_native.h' 2025-09-07T06:38:20.7342587Z adding 'torch/include/ATen/ops/eq_ops.h' 2025-09-07T06:38:20.7345819Z adding 'torch/include/ATen/ops/equal.h' 2025-09-07T06:38:20.7348943Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2025-09-07T06:38:20.7352163Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2025-09-07T06:38:20.7355139Z adding 'torch/include/ATen/ops/equal_native.h' 2025-09-07T06:38:20.7358385Z adding 'torch/include/ATen/ops/equal_ops.h' 2025-09-07T06:38:20.7361492Z adding 'torch/include/ATen/ops/erf.h' 2025-09-07T06:38:20.7364987Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.7368705Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2025-09-07T06:38:20.7371119Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2025-09-07T06:38:20.7374468Z adding 'torch/include/ATen/ops/erf_meta.h' 2025-09-07T06:38:20.7377469Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2025-09-07T06:38:20.7380598Z adding 'torch/include/ATen/ops/erf_native.h' 2025-09-07T06:38:20.7383790Z adding 'torch/include/ATen/ops/erf_ops.h' 2025-09-07T06:38:20.7387047Z adding 'torch/include/ATen/ops/erfc.h' 2025-09-07T06:38:20.7390369Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.7393459Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2025-09-07T06:38:20.7397543Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2025-09-07T06:38:20.7399658Z adding 'torch/include/ATen/ops/erfc_meta.h' 2025-09-07T06:38:20.7403242Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2025-09-07T06:38:20.7405889Z adding 'torch/include/ATen/ops/erfc_native.h' 2025-09-07T06:38:20.7409215Z adding 'torch/include/ATen/ops/erfc_ops.h' 2025-09-07T06:38:20.7412384Z adding 'torch/include/ATen/ops/erfinv.h' 2025-09-07T06:38:20.7415842Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.7418793Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2025-09-07T06:38:20.7421996Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2025-09-07T06:38:20.7424952Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2025-09-07T06:38:20.7428176Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2025-09-07T06:38:20.7431911Z adding 'torch/include/ATen/ops/erfinv_native.h' 2025-09-07T06:38:20.7434533Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2025-09-07T06:38:20.7437775Z adding 'torch/include/ATen/ops/exp.h' 2025-09-07T06:38:20.7440882Z adding 'torch/include/ATen/ops/exp2.h' 2025-09-07T06:38:20.7444340Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.7447290Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2025-09-07T06:38:20.7450525Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2025-09-07T06:38:20.7454203Z adding 'torch/include/ATen/ops/exp2_meta.h' 2025-09-07T06:38:20.7456989Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2025-09-07T06:38:20.7460517Z adding 'torch/include/ATen/ops/exp2_native.h' 2025-09-07T06:38:20.7464328Z adding 'torch/include/ATen/ops/exp2_ops.h' 2025-09-07T06:38:20.7467235Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.7470159Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2025-09-07T06:38:20.7473409Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2025-09-07T06:38:20.7476376Z adding 'torch/include/ATen/ops/exp_meta.h' 2025-09-07T06:38:20.7479578Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2025-09-07T06:38:20.7483483Z adding 'torch/include/ATen/ops/exp_native.h' 2025-09-07T06:38:20.7485818Z adding 'torch/include/ATen/ops/exp_ops.h' 2025-09-07T06:38:20.7489273Z adding 'torch/include/ATen/ops/expand.h' 2025-09-07T06:38:20.7492081Z adding 'torch/include/ATen/ops/expand_as.h' 2025-09-07T06:38:20.7495554Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7498384Z adding 'torch/include/ATen/ops/expand_as_native.h' 2025-09-07T06:38:20.7501708Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2025-09-07T06:38:20.7504992Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7508362Z adding 'torch/include/ATen/ops/expand_copy.h' 2025-09-07T06:38:20.7512430Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7515090Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.7518081Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2025-09-07T06:38:20.7521291Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2025-09-07T06:38:20.7543694Z adding 'torch/include/ATen/ops/expand_native.h' 2025-09-07T06:38:20.7544091Z adding 'torch/include/ATen/ops/expand_ops.h' 2025-09-07T06:38:20.7544415Z adding 'torch/include/ATen/ops/expm1.h' 2025-09-07T06:38:20.7544927Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.7545471Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2025-09-07T06:38:20.7545856Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2025-09-07T06:38:20.7546219Z adding 'torch/include/ATen/ops/expm1_meta.h' 2025-09-07T06:38:20.7549762Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2025-09-07T06:38:20.7551960Z adding 'torch/include/ATen/ops/expm1_native.h' 2025-09-07T06:38:20.7555819Z adding 'torch/include/ATen/ops/expm1_ops.h' 2025-09-07T06:38:20.7558458Z adding 'torch/include/ATen/ops/exponential.h' 2025-09-07T06:38:20.7561910Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7564892Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2025-09-07T06:38:20.7568101Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2025-09-07T06:38:20.7571133Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2025-09-07T06:38:20.7574237Z adding 'torch/include/ATen/ops/exponential_native.h' 2025-09-07T06:38:20.7578282Z adding 'torch/include/ATen/ops/exponential_ops.h' 2025-09-07T06:38:20.7581465Z adding 'torch/include/ATen/ops/eye.h' 2025-09-07T06:38:20.7585037Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7588085Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2025-09-07T06:38:20.7591214Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2025-09-07T06:38:20.7594508Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2025-09-07T06:38:20.7597562Z adding 'torch/include/ATen/ops/eye_native.h' 2025-09-07T06:38:20.7600948Z adding 'torch/include/ATen/ops/eye_ops.h' 2025-09-07T06:38:20.7604218Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2025-09-07T06:38:20.7607462Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2025-09-07T06:38:20.7610604Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2025-09-07T06:38:20.7614039Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7617488Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2025-09-07T06:38:20.7620055Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2025-09-07T06:38:20.7623351Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7626576Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2025-09-07T06:38:20.7629663Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2025-09-07T06:38:20.7632705Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2025-09-07T06:38:20.7635990Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2025-09-07T06:38:20.7639258Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7642160Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2025-09-07T06:38:20.7645289Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2025-09-07T06:38:20.7648373Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2025-09-07T06:38:20.7651614Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2025-09-07T06:38:20.7654880Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2025-09-07T06:38:20.7658103Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7660980Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2025-09-07T06:38:20.7664069Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2025-09-07T06:38:20.7667298Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7670308Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2025-09-07T06:38:20.7673398Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2025-09-07T06:38:20.7676472Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2025-09-07T06:38:20.7680401Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2025-09-07T06:38:20.7683104Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7686936Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2025-09-07T06:38:20.7689357Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2025-09-07T06:38:20.7692773Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2025-09-07T06:38:20.7696101Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7699297Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2025-09-07T06:38:20.7702629Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7705722Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2025-09-07T06:38:20.7709935Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2025-09-07T06:38:20.7712091Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2025-09-07T06:38:20.7715658Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2025-09-07T06:38:20.7718630Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2025-09-07T06:38:20.7722068Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7725139Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2025-09-07T06:38:20.7729203Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7732658Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2025-09-07T06:38:20.7735036Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2025-09-07T06:38:20.7738645Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2025-09-07T06:38:20.7741377Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2025-09-07T06:38:20.7744621Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2025-09-07T06:38:20.7747942Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7750956Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2025-09-07T06:38:20.7754097Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2025-09-07T06:38:20.7757329Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2025-09-07T06:38:20.7761545Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7763612Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2025-09-07T06:38:20.7767510Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2025-09-07T06:38:20.7769982Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2025-09-07T06:38:20.7773470Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7776357Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2025-09-07T06:38:20.7779658Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2025-09-07T06:38:20.7782773Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2025-09-07T06:38:20.7786199Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7789075Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2025-09-07T06:38:20.7792507Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2025-09-07T06:38:20.7796222Z adding 'torch/include/ATen/ops/feature_dropout.h' 2025-09-07T06:38:20.7798966Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7802158Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2025-09-07T06:38:20.7805151Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2025-09-07T06:38:20.7808761Z adding 'torch/include/ATen/ops/fft_fft.h' 2025-09-07T06:38:20.7813382Z adding 'torch/include/ATen/ops/fft_fft2.h' 2025-09-07T06:38:20.7816090Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7819227Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2025-09-07T06:38:20.7822746Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2025-09-07T06:38:20.7826302Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7829261Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2025-09-07T06:38:20.7832622Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2025-09-07T06:38:20.7836418Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2025-09-07T06:38:20.7839337Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.7842473Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2025-09-07T06:38:20.7845671Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2025-09-07T06:38:20.7849243Z adding 'torch/include/ATen/ops/fft_fftn.h' 2025-09-07T06:38:20.7853676Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7855873Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2025-09-07T06:38:20.7859347Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2025-09-07T06:38:20.7862381Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2025-09-07T06:38:20.7865797Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7868835Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2025-09-07T06:38:20.7872004Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2025-09-07T06:38:20.7876327Z adding 'torch/include/ATen/ops/fft_hfft.h' 2025-09-07T06:38:20.7879060Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2025-09-07T06:38:20.7882709Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7885704Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2025-09-07T06:38:20.7889201Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2025-09-07T06:38:20.7893268Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7895720Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2025-09-07T06:38:20.7899612Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2025-09-07T06:38:20.7902555Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2025-09-07T06:38:20.7906138Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7909177Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2025-09-07T06:38:20.7912611Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2025-09-07T06:38:20.7916806Z adding 'torch/include/ATen/ops/fft_ifft.h' 2025-09-07T06:38:20.7919717Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2025-09-07T06:38:20.7923334Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7926267Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2025-09-07T06:38:20.7929638Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2025-09-07T06:38:20.7934210Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7936380Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2025-09-07T06:38:20.7939882Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2025-09-07T06:38:20.7943184Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2025-09-07T06:38:20.7946852Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7949843Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2025-09-07T06:38:20.7953252Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2025-09-07T06:38:20.7956984Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2025-09-07T06:38:20.7959734Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7962866Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2025-09-07T06:38:20.7965815Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2025-09-07T06:38:20.7969305Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2025-09-07T06:38:20.7972939Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2025-09-07T06:38:20.7976565Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7979972Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2025-09-07T06:38:20.7982893Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2025-09-07T06:38:20.7986398Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.7989342Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2025-09-07T06:38:20.7992764Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2025-09-07T06:38:20.7997179Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2025-09-07T06:38:20.8000661Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8003891Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2025-09-07T06:38:20.8007093Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2025-09-07T06:38:20.8010769Z adding 'torch/include/ATen/ops/fft_irfft.h' 2025-09-07T06:38:20.8014556Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2025-09-07T06:38:20.8018074Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8021196Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2025-09-07T06:38:20.8024440Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2025-09-07T06:38:20.8028225Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8031955Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2025-09-07T06:38:20.8034586Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2025-09-07T06:38:20.8038249Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2025-09-07T06:38:20.8041666Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8044782Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2025-09-07T06:38:20.8048066Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2025-09-07T06:38:20.8051838Z adding 'torch/include/ATen/ops/fft_rfft.h' 2025-09-07T06:38:20.8056026Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2025-09-07T06:38:20.8059083Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8062002Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2025-09-07T06:38:20.8065209Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2025-09-07T06:38:20.8068893Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8071772Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2025-09-07T06:38:20.8075021Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2025-09-07T06:38:20.8078243Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2025-09-07T06:38:20.8082866Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8086015Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2025-09-07T06:38:20.8093131Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2025-09-07T06:38:20.8096669Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2025-09-07T06:38:20.8100183Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8103182Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2025-09-07T06:38:20.8106404Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2025-09-07T06:38:20.8109657Z adding 'torch/include/ATen/ops/fill.h' 2025-09-07T06:38:20.8114415Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8116186Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2025-09-07T06:38:20.8119268Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2025-09-07T06:38:20.8122224Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2025-09-07T06:38:20.8125513Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8128246Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2025-09-07T06:38:20.8131317Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2025-09-07T06:38:20.8134499Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2025-09-07T06:38:20.8137551Z adding 'torch/include/ATen/ops/fill_native.h' 2025-09-07T06:38:20.8140991Z adding 'torch/include/ATen/ops/fill_ops.h' 2025-09-07T06:38:20.8144128Z adding 'torch/include/ATen/ops/fix.h' 2025-09-07T06:38:20.8147407Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8150339Z adding 'torch/include/ATen/ops/fix_native.h' 2025-09-07T06:38:20.8153549Z adding 'torch/include/ATen/ops/fix_ops.h' 2025-09-07T06:38:20.8156729Z adding 'torch/include/ATen/ops/flatten.h' 2025-09-07T06:38:20.8160048Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8162950Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2025-09-07T06:38:20.8166191Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8170249Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2025-09-07T06:38:20.8172465Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2025-09-07T06:38:20.8175495Z adding 'torch/include/ATen/ops/flatten_native.h' 2025-09-07T06:38:20.8178840Z adding 'torch/include/ATen/ops/flatten_ops.h' 2025-09-07T06:38:20.8181979Z adding 'torch/include/ATen/ops/flip.h' 2025-09-07T06:38:20.8185612Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8188285Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2025-09-07T06:38:20.8191353Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2025-09-07T06:38:20.8194169Z adding 'torch/include/ATen/ops/flip_native.h' 2025-09-07T06:38:20.8197330Z adding 'torch/include/ATen/ops/flip_ops.h' 2025-09-07T06:38:20.8200403Z adding 'torch/include/ATen/ops/fliplr.h' 2025-09-07T06:38:20.8203644Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8206474Z adding 'torch/include/ATen/ops/fliplr_native.h' 2025-09-07T06:38:20.8209514Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2025-09-07T06:38:20.8212572Z adding 'torch/include/ATen/ops/flipud.h' 2025-09-07T06:38:20.8215747Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8218552Z adding 'torch/include/ATen/ops/flipud_native.h' 2025-09-07T06:38:20.8221593Z adding 'torch/include/ATen/ops/flipud_ops.h' 2025-09-07T06:38:20.8224802Z adding 'torch/include/ATen/ops/float_power.h' 2025-09-07T06:38:20.8228233Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8231153Z adding 'torch/include/ATen/ops/float_power_native.h' 2025-09-07T06:38:20.8234833Z adding 'torch/include/ATen/ops/float_power_ops.h' 2025-09-07T06:38:20.8238035Z adding 'torch/include/ATen/ops/floor.h' 2025-09-07T06:38:20.8241334Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8244200Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2025-09-07T06:38:20.8247245Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2025-09-07T06:38:20.8250413Z adding 'torch/include/ATen/ops/floor_divide.h' 2025-09-07T06:38:20.8253851Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8256848Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2025-09-07T06:38:20.8259940Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2025-09-07T06:38:20.8262959Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2025-09-07T06:38:20.8265979Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2025-09-07T06:38:20.8269356Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2025-09-07T06:38:20.8272411Z adding 'torch/include/ATen/ops/floor_meta.h' 2025-09-07T06:38:20.8275553Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2025-09-07T06:38:20.8278530Z adding 'torch/include/ATen/ops/floor_native.h' 2025-09-07T06:38:20.8281716Z adding 'torch/include/ATen/ops/floor_ops.h' 2025-09-07T06:38:20.8284848Z adding 'torch/include/ATen/ops/fmax.h' 2025-09-07T06:38:20.8288152Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8291027Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2025-09-07T06:38:20.8294232Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2025-09-07T06:38:20.8297183Z adding 'torch/include/ATen/ops/fmax_meta.h' 2025-09-07T06:38:20.8300269Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2025-09-07T06:38:20.8303251Z adding 'torch/include/ATen/ops/fmax_native.h' 2025-09-07T06:38:20.8306359Z adding 'torch/include/ATen/ops/fmax_ops.h' 2025-09-07T06:38:20.8309431Z adding 'torch/include/ATen/ops/fmin.h' 2025-09-07T06:38:20.8312701Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8315529Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2025-09-07T06:38:20.8318636Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2025-09-07T06:38:20.8321569Z adding 'torch/include/ATen/ops/fmin_meta.h' 2025-09-07T06:38:20.8324598Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2025-09-07T06:38:20.8327596Z adding 'torch/include/ATen/ops/fmin_native.h' 2025-09-07T06:38:20.8330714Z adding 'torch/include/ATen/ops/fmin_ops.h' 2025-09-07T06:38:20.8333989Z adding 'torch/include/ATen/ops/fmod.h' 2025-09-07T06:38:20.8337267Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8340486Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8343499Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2025-09-07T06:38:20.8346540Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2025-09-07T06:38:20.8349714Z adding 'torch/include/ATen/ops/fmod_meta.h' 2025-09-07T06:38:20.8352819Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2025-09-07T06:38:20.8356034Z adding 'torch/include/ATen/ops/fmod_native.h' 2025-09-07T06:38:20.8360047Z adding 'torch/include/ATen/ops/fmod_ops.h' 2025-09-07T06:38:20.8362706Z adding 'torch/include/ATen/ops/frac.h' 2025-09-07T06:38:20.8366129Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8369035Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2025-09-07T06:38:20.8372355Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2025-09-07T06:38:20.8375344Z adding 'torch/include/ATen/ops/frac_meta.h' 2025-09-07T06:38:20.8378642Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2025-09-07T06:38:20.8381686Z adding 'torch/include/ATen/ops/frac_native.h' 2025-09-07T06:38:20.8385094Z adding 'torch/include/ATen/ops/frac_ops.h' 2025-09-07T06:38:20.8388776Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2025-09-07T06:38:20.8391770Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2025-09-07T06:38:20.8395223Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8398185Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.8401469Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.8404504Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2025-09-07T06:38:20.8407901Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2025-09-07T06:38:20.8411748Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2025-09-07T06:38:20.8414440Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2025-09-07T06:38:20.8417899Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8420877Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2025-09-07T06:38:20.8424310Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2025-09-07T06:38:20.8427254Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2025-09-07T06:38:20.8430650Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2025-09-07T06:38:20.8434657Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2025-09-07T06:38:20.8437106Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2025-09-07T06:38:20.8440458Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2025-09-07T06:38:20.8443679Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2025-09-07T06:38:20.8447074Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.8450281Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.8453647Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2025-09-07T06:38:20.8457588Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2025-09-07T06:38:20.8460416Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8463554Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2025-09-07T06:38:20.8466731Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2025-09-07T06:38:20.8470866Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2025-09-07T06:38:20.8474842Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2025-09-07T06:38:20.8477626Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2025-09-07T06:38:20.8481134Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2025-09-07T06:38:20.8484162Z adding 'torch/include/ATen/ops/frexp.h' 2025-09-07T06:38:20.8487550Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8490503Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2025-09-07T06:38:20.8493897Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2025-09-07T06:38:20.8497620Z adding 'torch/include/ATen/ops/frexp_native.h' 2025-09-07T06:38:20.8500230Z adding 'torch/include/ATen/ops/frexp_ops.h' 2025-09-07T06:38:20.8503853Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2025-09-07T06:38:20.8506926Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8509848Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2025-09-07T06:38:20.8513021Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2025-09-07T06:38:20.8516818Z adding 'torch/include/ATen/ops/from_blob.h' 2025-09-07T06:38:20.8520742Z adding 'torch/include/ATen/ops/from_file.h' 2025-09-07T06:38:20.8523682Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8526877Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2025-09-07T06:38:20.8529908Z adding 'torch/include/ATen/ops/from_file_native.h' 2025-09-07T06:38:20.8547261Z adding 'torch/include/ATen/ops/from_file_ops.h' 2025-09-07T06:38:20.8547619Z adding 'torch/include/ATen/ops/full.h' 2025-09-07T06:38:20.8548052Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8548502Z adding 'torch/include/ATen/ops/full_like.h' 2025-09-07T06:38:20.8549146Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8553261Z adding 'torch/include/ATen/ops/full_like_native.h' 2025-09-07T06:38:20.8555705Z adding 'torch/include/ATen/ops/full_like_ops.h' 2025-09-07T06:38:20.8559282Z adding 'torch/include/ATen/ops/full_native.h' 2025-09-07T06:38:20.8562506Z adding 'torch/include/ATen/ops/full_ops.h' 2025-09-07T06:38:20.8566052Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2025-09-07T06:38:20.8569434Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8572762Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2025-09-07T06:38:20.8575898Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2025-09-07T06:38:20.8579035Z adding 'torch/include/ATen/ops/gather.h' 2025-09-07T06:38:20.8582385Z adding 'torch/include/ATen/ops/gather_backward.h' 2025-09-07T06:38:20.8585718Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8588577Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2025-09-07T06:38:20.8591688Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2025-09-07T06:38:20.8594953Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8598591Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8601463Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2025-09-07T06:38:20.8604534Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2025-09-07T06:38:20.8607574Z adding 'torch/include/ATen/ops/gather_meta.h' 2025-09-07T06:38:20.8610651Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2025-09-07T06:38:20.8613787Z adding 'torch/include/ATen/ops/gather_native.h' 2025-09-07T06:38:20.8617070Z adding 'torch/include/ATen/ops/gather_ops.h' 2025-09-07T06:38:20.8620202Z adding 'torch/include/ATen/ops/gcd.h' 2025-09-07T06:38:20.8623483Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8626354Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2025-09-07T06:38:20.8629733Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2025-09-07T06:38:20.8632776Z adding 'torch/include/ATen/ops/gcd_meta.h' 2025-09-07T06:38:20.8635977Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2025-09-07T06:38:20.8638861Z adding 'torch/include/ATen/ops/gcd_native.h' 2025-09-07T06:38:20.8642022Z adding 'torch/include/ATen/ops/gcd_ops.h' 2025-09-07T06:38:20.8645173Z adding 'torch/include/ATen/ops/ge.h' 2025-09-07T06:38:20.8648482Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8651474Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2025-09-07T06:38:20.8654699Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2025-09-07T06:38:20.8657699Z adding 'torch/include/ATen/ops/ge_meta.h' 2025-09-07T06:38:20.8660785Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2025-09-07T06:38:20.8663875Z adding 'torch/include/ATen/ops/ge_native.h' 2025-09-07T06:38:20.8667214Z adding 'torch/include/ATen/ops/ge_ops.h' 2025-09-07T06:38:20.8670392Z adding 'torch/include/ATen/ops/gelu.h' 2025-09-07T06:38:20.8673540Z adding 'torch/include/ATen/ops/gelu_backward.h' 2025-09-07T06:38:20.8676873Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8679750Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2025-09-07T06:38:20.8682861Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2025-09-07T06:38:20.8686063Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2025-09-07T06:38:20.8689161Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2025-09-07T06:38:20.8692430Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2025-09-07T06:38:20.8695666Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2025-09-07T06:38:20.8698961Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8701853Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2025-09-07T06:38:20.8704927Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2025-09-07T06:38:20.8707917Z adding 'torch/include/ATen/ops/gelu_meta.h' 2025-09-07T06:38:20.8711005Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2025-09-07T06:38:20.8714062Z adding 'torch/include/ATen/ops/gelu_native.h' 2025-09-07T06:38:20.8717276Z adding 'torch/include/ATen/ops/gelu_ops.h' 2025-09-07T06:38:20.8720452Z adding 'torch/include/ATen/ops/geometric.h' 2025-09-07T06:38:20.8723810Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8726681Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2025-09-07T06:38:20.8729721Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2025-09-07T06:38:20.8732871Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2025-09-07T06:38:20.8735829Z adding 'torch/include/ATen/ops/geometric_native.h' 2025-09-07T06:38:20.8739066Z adding 'torch/include/ATen/ops/geometric_ops.h' 2025-09-07T06:38:20.8742959Z adding 'torch/include/ATen/ops/geqrf.h' 2025-09-07T06:38:20.8746180Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2025-09-07T06:38:20.8749277Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2025-09-07T06:38:20.8752246Z adding 'torch/include/ATen/ops/geqrf_native.h' 2025-09-07T06:38:20.8755432Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2025-09-07T06:38:20.8758538Z adding 'torch/include/ATen/ops/ger.h' 2025-09-07T06:38:20.8761776Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8764623Z adding 'torch/include/ATen/ops/ger_native.h' 2025-09-07T06:38:20.8767726Z adding 'torch/include/ATen/ops/ger_ops.h' 2025-09-07T06:38:20.8770779Z adding 'torch/include/ATen/ops/glu.h' 2025-09-07T06:38:20.8774024Z adding 'torch/include/ATen/ops/glu_backward.h' 2025-09-07T06:38:20.8777153Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2025-09-07T06:38:20.8780190Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2025-09-07T06:38:20.8783284Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2025-09-07T06:38:20.8786578Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8789642Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2025-09-07T06:38:20.8792557Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2025-09-07T06:38:20.8795514Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2025-09-07T06:38:20.8798714Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2025-09-07T06:38:20.8801742Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2025-09-07T06:38:20.8804937Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2025-09-07T06:38:20.8808230Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.8811113Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2025-09-07T06:38:20.8814311Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2025-09-07T06:38:20.8817365Z adding 'torch/include/ATen/ops/glu_jvp.h' 2025-09-07T06:38:20.8820615Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8823523Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2025-09-07T06:38:20.8826528Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2025-09-07T06:38:20.8829421Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2025-09-07T06:38:20.8832652Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2025-09-07T06:38:20.8835683Z adding 'torch/include/ATen/ops/glu_meta.h' 2025-09-07T06:38:20.8838748Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2025-09-07T06:38:20.8841703Z adding 'torch/include/ATen/ops/glu_native.h' 2025-09-07T06:38:20.8844828Z adding 'torch/include/ATen/ops/glu_ops.h' 2025-09-07T06:38:20.8848284Z adding 'torch/include/ATen/ops/gradient.h' 2025-09-07T06:38:20.8851660Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8854798Z adding 'torch/include/ATen/ops/gradient_native.h' 2025-09-07T06:38:20.8858382Z adding 'torch/include/ATen/ops/gradient_ops.h' 2025-09-07T06:38:20.8861672Z adding 'torch/include/ATen/ops/greater.h' 2025-09-07T06:38:20.8864979Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8868031Z adding 'torch/include/ATen/ops/greater_equal.h' 2025-09-07T06:38:20.8871347Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8874259Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2025-09-07T06:38:20.8878722Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2025-09-07T06:38:20.8881928Z adding 'torch/include/ATen/ops/greater_native.h' 2025-09-07T06:38:20.8885339Z adding 'torch/include/ATen/ops/greater_ops.h' 2025-09-07T06:38:20.8888498Z adding 'torch/include/ATen/ops/grid_sampler.h' 2025-09-07T06:38:20.8891627Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2025-09-07T06:38:20.8895076Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2025-09-07T06:38:20.8898430Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8901535Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.8904604Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.8907664Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2025-09-07T06:38:20.8910957Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2025-09-07T06:38:20.8914237Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8917214Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2025-09-07T06:38:20.8920292Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2025-09-07T06:38:20.8923273Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2025-09-07T06:38:20.8926510Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2025-09-07T06:38:20.8929675Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2025-09-07T06:38:20.8933056Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2025-09-07T06:38:20.8936484Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8939432Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2025-09-07T06:38:20.8942518Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2025-09-07T06:38:20.8945568Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2025-09-07T06:38:20.8949176Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2025-09-07T06:38:20.8952368Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.8955367Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2025-09-07T06:38:20.8958414Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2025-09-07T06:38:20.8961379Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2025-09-07T06:38:20.8964609Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2025-09-07T06:38:20.8967861Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8970715Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2025-09-07T06:38:20.8973924Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2025-09-07T06:38:20.8976968Z adding 'torch/include/ATen/ops/group_norm.h' 2025-09-07T06:38:20.8980217Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8983100Z adding 'torch/include/ATen/ops/group_norm_native.h' 2025-09-07T06:38:20.8986193Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2025-09-07T06:38:20.8989291Z adding 'torch/include/ATen/ops/gru.h' 2025-09-07T06:38:20.8992389Z adding 'torch/include/ATen/ops/gru_cell.h' 2025-09-07T06:38:20.8995604Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.8998452Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2025-09-07T06:38:20.9001558Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2025-09-07T06:38:20.9004789Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9007696Z adding 'torch/include/ATen/ops/gru_native.h' 2025-09-07T06:38:20.9010979Z adding 'torch/include/ATen/ops/gru_ops.h' 2025-09-07T06:38:20.9014241Z adding 'torch/include/ATen/ops/gt.h' 2025-09-07T06:38:20.9017589Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9020549Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2025-09-07T06:38:20.9023558Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2025-09-07T06:38:20.9026549Z adding 'torch/include/ATen/ops/gt_meta.h' 2025-09-07T06:38:20.9029615Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2025-09-07T06:38:20.9032690Z adding 'torch/include/ATen/ops/gt_native.h' 2025-09-07T06:38:20.9036063Z adding 'torch/include/ATen/ops/gt_ops.h' 2025-09-07T06:38:20.9039746Z adding 'torch/include/ATen/ops/hamming_window.h' 2025-09-07T06:38:20.9043333Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.9046335Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2025-09-07T06:38:20.9061763Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2025-09-07T06:38:20.9061896Z adding 'torch/include/ATen/ops/hann_window.h' 2025-09-07T06:38:20.9062161Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.9062306Z adding 'torch/include/ATen/ops/hann_window_native.h' 2025-09-07T06:38:20.9064997Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2025-09-07T06:38:20.9105135Z adding 'torch/include/ATen/ops/hardshrink.h' 2025-09-07T06:38:20.9105326Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2025-09-07T06:38:20.9105706Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9105907Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2025-09-07T06:38:20.9106114Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2025-09-07T06:38:20.9106270Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2025-09-07T06:38:20.9106557Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2025-09-07T06:38:20.9106742Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2025-09-07T06:38:20.9106898Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2025-09-07T06:38:20.9107232Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9107396Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2025-09-07T06:38:20.9107566Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2025-09-07T06:38:20.9111240Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2025-09-07T06:38:20.9113162Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2025-09-07T06:38:20.9117297Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2025-09-07T06:38:20.9119515Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2025-09-07T06:38:20.9123293Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2025-09-07T06:38:20.9125959Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2025-09-07T06:38:20.9129598Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9132500Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2025-09-07T06:38:20.9135594Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2025-09-07T06:38:20.9138568Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2025-09-07T06:38:20.9141964Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2025-09-07T06:38:20.9144968Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2025-09-07T06:38:20.9148391Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2025-09-07T06:38:20.9151732Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9154653Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2025-09-07T06:38:20.9157947Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2025-09-07T06:38:20.9160909Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2025-09-07T06:38:20.9163969Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2025-09-07T06:38:20.9166971Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2025-09-07T06:38:20.9170222Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2025-09-07T06:38:20.9173338Z adding 'torch/include/ATen/ops/hardswish.h' 2025-09-07T06:38:20.9176553Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2025-09-07T06:38:20.9179820Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.9182742Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2025-09-07T06:38:20.9185778Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2025-09-07T06:38:20.9188918Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2025-09-07T06:38:20.9192444Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2025-09-07T06:38:20.9195345Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2025-09-07T06:38:20.9198406Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2025-09-07T06:38:20.9201428Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2025-09-07T06:38:20.9204335Z adding 'torch/include/ATen/ops/hardswish_native.h' 2025-09-07T06:38:20.9207469Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2025-09-07T06:38:20.9210645Z adding 'torch/include/ATen/ops/hardtanh.h' 2025-09-07T06:38:20.9214002Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2025-09-07T06:38:20.9217222Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2025-09-07T06:38:20.9220326Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2025-09-07T06:38:20.9223294Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2025-09-07T06:38:20.9226470Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2025-09-07T06:38:20.9229566Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2025-09-07T06:38:20.9232775Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2025-09-07T06:38:20.9235822Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2025-09-07T06:38:20.9238784Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2025-09-07T06:38:20.9242010Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2025-09-07T06:38:20.9245179Z adding 'torch/include/ATen/ops/hash_tensor.h' 2025-09-07T06:38:20.9248512Z adding 'torch/include/ATen/ops/hash_tensor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9251389Z adding 'torch/include/ATen/ops/hash_tensor_cpu_dispatch.h' 2025-09-07T06:38:20.9254575Z adding 'torch/include/ATen/ops/hash_tensor_cuda_dispatch.h' 2025-09-07T06:38:20.9257525Z adding 'torch/include/ATen/ops/hash_tensor_meta.h' 2025-09-07T06:38:20.9260597Z adding 'torch/include/ATen/ops/hash_tensor_meta_dispatch.h' 2025-09-07T06:38:20.9263602Z adding 'torch/include/ATen/ops/hash_tensor_native.h' 2025-09-07T06:38:20.9266830Z adding 'torch/include/ATen/ops/hash_tensor_ops.h' 2025-09-07T06:38:20.9269944Z adding 'torch/include/ATen/ops/heaviside.h' 2025-09-07T06:38:20.9273230Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9276063Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2025-09-07T06:38:20.9279086Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2025-09-07T06:38:20.9282008Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2025-09-07T06:38:20.9285072Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2025-09-07T06:38:20.9287988Z adding 'torch/include/ATen/ops/heaviside_native.h' 2025-09-07T06:38:20.9291200Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2025-09-07T06:38:20.9294535Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2025-09-07T06:38:20.9297781Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9300643Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2025-09-07T06:38:20.9303718Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2025-09-07T06:38:20.9306771Z adding 'torch/include/ATen/ops/histc.h' 2025-09-07T06:38:20.9309881Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2025-09-07T06:38:20.9312965Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2025-09-07T06:38:20.9316467Z adding 'torch/include/ATen/ops/histc_native.h' 2025-09-07T06:38:20.9319204Z adding 'torch/include/ATen/ops/histc_ops.h' 2025-09-07T06:38:20.9322734Z adding 'torch/include/ATen/ops/histogram.h' 2025-09-07T06:38:20.9326039Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2025-09-07T06:38:20.9329104Z adding 'torch/include/ATen/ops/histogram_native.h' 2025-09-07T06:38:20.9332581Z adding 'torch/include/ATen/ops/histogram_ops.h' 2025-09-07T06:38:20.9335917Z adding 'torch/include/ATen/ops/histogramdd.h' 2025-09-07T06:38:20.9339268Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9342188Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2025-09-07T06:38:20.9345496Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2025-09-07T06:38:20.9357939Z adding 'torch/include/ATen/ops/hsplit.h' 2025-09-07T06:38:20.9358216Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9358358Z adding 'torch/include/ATen/ops/hsplit_native.h' 2025-09-07T06:38:20.9359198Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2025-09-07T06:38:20.9362358Z adding 'torch/include/ATen/ops/hspmm.h' 2025-09-07T06:38:20.9401164Z adding 'torch/include/ATen/ops/hspmm_native.h' 2025-09-07T06:38:20.9401304Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2025-09-07T06:38:20.9401414Z adding 'torch/include/ATen/ops/hstack.h' 2025-09-07T06:38:20.9401674Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9401797Z adding 'torch/include/ATen/ops/hstack_native.h' 2025-09-07T06:38:20.9401907Z adding 'torch/include/ATen/ops/hstack_ops.h' 2025-09-07T06:38:20.9402119Z adding 'torch/include/ATen/ops/huber_loss.h' 2025-09-07T06:38:20.9402262Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2025-09-07T06:38:20.9402556Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.9402771Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2025-09-07T06:38:20.9402974Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2025-09-07T06:38:20.9404650Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2025-09-07T06:38:20.9408097Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2025-09-07T06:38:20.9411242Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2025-09-07T06:38:20.9414686Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2025-09-07T06:38:20.9419047Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2025-09-07T06:38:20.9421186Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2025-09-07T06:38:20.9425285Z adding 'torch/include/ATen/ops/hypot.h' 2025-09-07T06:38:20.9427923Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9430830Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2025-09-07T06:38:20.9433921Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2025-09-07T06:38:20.9437119Z adding 'torch/include/ATen/ops/hypot_meta.h' 2025-09-07T06:38:20.9440205Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2025-09-07T06:38:20.9443239Z adding 'torch/include/ATen/ops/hypot_native.h' 2025-09-07T06:38:20.9446590Z adding 'torch/include/ATen/ops/hypot_ops.h' 2025-09-07T06:38:20.9449718Z adding 'torch/include/ATen/ops/i0.h' 2025-09-07T06:38:20.9453255Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9456156Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2025-09-07T06:38:20.9459291Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2025-09-07T06:38:20.9462591Z adding 'torch/include/ATen/ops/i0_meta.h' 2025-09-07T06:38:20.9465676Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2025-09-07T06:38:20.9468635Z adding 'torch/include/ATen/ops/i0_native.h' 2025-09-07T06:38:20.9473005Z adding 'torch/include/ATen/ops/i0_ops.h' 2025-09-07T06:38:20.9475215Z adding 'torch/include/ATen/ops/igamma.h' 2025-09-07T06:38:20.9479914Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9482505Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2025-09-07T06:38:20.9485586Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2025-09-07T06:38:20.9488541Z adding 'torch/include/ATen/ops/igamma_meta.h' 2025-09-07T06:38:20.9491626Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2025-09-07T06:38:20.9494786Z adding 'torch/include/ATen/ops/igamma_native.h' 2025-09-07T06:38:20.9497991Z adding 'torch/include/ATen/ops/igamma_ops.h' 2025-09-07T06:38:20.9501094Z adding 'torch/include/ATen/ops/igammac.h' 2025-09-07T06:38:20.9504418Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9507313Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2025-09-07T06:38:20.9510384Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2025-09-07T06:38:20.9513323Z adding 'torch/include/ATen/ops/igammac_meta.h' 2025-09-07T06:38:20.9516382Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2025-09-07T06:38:20.9519326Z adding 'torch/include/ATen/ops/igammac_native.h' 2025-09-07T06:38:20.9522529Z adding 'torch/include/ATen/ops/igammac_ops.h' 2025-09-07T06:38:20.9525691Z adding 'torch/include/ATen/ops/im2col.h' 2025-09-07T06:38:20.9528827Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2025-09-07T06:38:20.9531993Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2025-09-07T06:38:20.9535243Z adding 'torch/include/ATen/ops/im2col_native.h' 2025-09-07T06:38:20.9538458Z adding 'torch/include/ATen/ops/im2col_ops.h' 2025-09-07T06:38:20.9541483Z adding 'torch/include/ATen/ops/imag.h' 2025-09-07T06:38:20.9544756Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9547503Z adding 'torch/include/ATen/ops/imag_native.h' 2025-09-07T06:38:20.9550563Z adding 'torch/include/ATen/ops/imag_ops.h' 2025-09-07T06:38:20.9553699Z adding 'torch/include/ATen/ops/index.h' 2025-09-07T06:38:20.9556851Z adding 'torch/include/ATen/ops/index_add.h' 2025-09-07T06:38:20.9560197Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9563242Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9566245Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2025-09-07T06:38:20.9569376Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2025-09-07T06:38:20.9572613Z adding 'torch/include/ATen/ops/index_add_meta.h' 2025-09-07T06:38:20.9575835Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2025-09-07T06:38:20.9578861Z adding 'torch/include/ATen/ops/index_add_native.h' 2025-09-07T06:38:20.9588804Z adding 'torch/include/ATen/ops/index_add_ops.h' 2025-09-07T06:38:20.9589222Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9592418Z adding 'torch/include/ATen/ops/index_copy.h' 2025-09-07T06:38:20.9596262Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9599625Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9603018Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2025-09-07T06:38:20.9606385Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2025-09-07T06:38:20.9609750Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2025-09-07T06:38:20.9613306Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2025-09-07T06:38:20.9616571Z adding 'torch/include/ATen/ops/index_copy_native.h' 2025-09-07T06:38:20.9620356Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2025-09-07T06:38:20.9623822Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2025-09-07T06:38:20.9627495Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2025-09-07T06:38:20.9630848Z adding 'torch/include/ATen/ops/index_fill.h' 2025-09-07T06:38:20.9635054Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.9639513Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9642764Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2025-09-07T06:38:20.9646108Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2025-09-07T06:38:20.9649425Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2025-09-07T06:38:20.9652932Z adding 'torch/include/ATen/ops/index_fill_native.h' 2025-09-07T06:38:20.9657389Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2025-09-07T06:38:20.9661095Z adding 'torch/include/ATen/ops/index_meta.h' 2025-09-07T06:38:20.9664498Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2025-09-07T06:38:20.9668068Z adding 'torch/include/ATen/ops/index_native.h' 2025-09-07T06:38:20.9671248Z adding 'torch/include/ATen/ops/index_ops.h' 2025-09-07T06:38:20.9674708Z adding 'torch/include/ATen/ops/index_put.h' 2025-09-07T06:38:20.9678357Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.9681488Z adding 'torch/include/ATen/ops/index_put_native.h' 2025-09-07T06:38:20.9685141Z adding 'torch/include/ATen/ops/index_put_ops.h' 2025-09-07T06:38:20.9688642Z adding 'torch/include/ATen/ops/index_reduce.h' 2025-09-07T06:38:20.9692502Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9697251Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2025-09-07T06:38:20.9700871Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2025-09-07T06:38:20.9704263Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2025-09-07T06:38:20.9707854Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2025-09-07T06:38:20.9711046Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2025-09-07T06:38:20.9714681Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2025-09-07T06:38:20.9718183Z adding 'torch/include/ATen/ops/index_select.h' 2025-09-07T06:38:20.9721724Z adding 'torch/include/ATen/ops/index_select_backward.h' 2025-09-07T06:38:20.9725299Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9728398Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2025-09-07T06:38:20.9731889Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2025-09-07T06:38:20.9735731Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9740282Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2025-09-07T06:38:20.9743715Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2025-09-07T06:38:20.9747062Z adding 'torch/include/ATen/ops/index_select_native.h' 2025-09-07T06:38:20.9750702Z adding 'torch/include/ATen/ops/index_select_ops.h' 2025-09-07T06:38:20.9753940Z adding 'torch/include/ATen/ops/indices.h' 2025-09-07T06:38:20.9757362Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.9760593Z adding 'torch/include/ATen/ops/indices_copy.h' 2025-09-07T06:38:20.9764080Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.9767449Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:20.9770454Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2025-09-07T06:38:20.9774001Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2025-09-07T06:38:20.9777201Z adding 'torch/include/ATen/ops/indices_native.h' 2025-09-07T06:38:20.9780703Z adding 'torch/include/ATen/ops/indices_ops.h' 2025-09-07T06:38:20.9783961Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2025-09-07T06:38:20.9787495Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9790586Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2025-09-07T06:38:20.9794338Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2025-09-07T06:38:20.9797139Z adding 'torch/include/ATen/ops/inner.h' 2025-09-07T06:38:20.9800616Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9803683Z adding 'torch/include/ATen/ops/inner_native.h' 2025-09-07T06:38:20.9807117Z adding 'torch/include/ATen/ops/inner_ops.h' 2025-09-07T06:38:20.9810488Z adding 'torch/include/ATen/ops/instance_norm.h' 2025-09-07T06:38:20.9814187Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9817338Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2025-09-07T06:38:20.9820816Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2025-09-07T06:38:20.9824144Z adding 'torch/include/ATen/ops/int_repr.h' 2025-09-07T06:38:20.9827581Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.9830671Z adding 'torch/include/ATen/ops/int_repr_native.h' 2025-09-07T06:38:20.9834070Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2025-09-07T06:38:20.9837377Z adding 'torch/include/ATen/ops/inverse.h' 2025-09-07T06:38:20.9842425Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9845580Z adding 'torch/include/ATen/ops/inverse_native.h' 2025-09-07T06:38:20.9849022Z adding 'torch/include/ATen/ops/inverse_ops.h' 2025-09-07T06:38:20.9852340Z adding 'torch/include/ATen/ops/is_coalesced.h' 2025-09-07T06:38:20.9855795Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.9858854Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2025-09-07T06:38:20.9862195Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2025-09-07T06:38:20.9865476Z adding 'torch/include/ATen/ops/is_complex.h' 2025-09-07T06:38:20.9869151Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9871912Z adding 'torch/include/ATen/ops/is_complex_native.h' 2025-09-07T06:38:20.9875230Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2025-09-07T06:38:20.9878494Z adding 'torch/include/ATen/ops/is_conj.h' 2025-09-07T06:38:20.9881938Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9884951Z adding 'torch/include/ATen/ops/is_conj_native.h' 2025-09-07T06:38:20.9888382Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2025-09-07T06:38:20.9891526Z adding 'torch/include/ATen/ops/is_distributed.h' 2025-09-07T06:38:20.9895087Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9898115Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2025-09-07T06:38:20.9901431Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2025-09-07T06:38:20.9904666Z adding 'torch/include/ATen/ops/is_floating_point.h' 2025-09-07T06:38:20.9908137Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9911197Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2025-09-07T06:38:20.9914518Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2025-09-07T06:38:20.9917928Z adding 'torch/include/ATen/ops/is_inference.h' 2025-09-07T06:38:20.9921384Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9924399Z adding 'torch/include/ATen/ops/is_inference_native.h' 2025-09-07T06:38:20.9927691Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2025-09-07T06:38:20.9930821Z adding 'torch/include/ATen/ops/is_leaf.h' 2025-09-07T06:38:20.9934403Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9937453Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2025-09-07T06:38:20.9942380Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2025-09-07T06:38:20.9947023Z adding 'torch/include/ATen/ops/is_neg.h' 2025-09-07T06:38:20.9950620Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9955511Z adding 'torch/include/ATen/ops/is_neg_native.h' 2025-09-07T06:38:20.9959907Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2025-09-07T06:38:20.9964537Z adding 'torch/include/ATen/ops/is_nonzero.h' 2025-09-07T06:38:20.9968156Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:20.9972933Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2025-09-07T06:38:20.9977999Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2025-09-07T06:38:20.9982380Z adding 'torch/include/ATen/ops/is_pinned.h' 2025-09-07T06:38:20.9986057Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:20.9990680Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2025-09-07T06:38:20.9995506Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2025-09-07T06:38:21.0000106Z adding 'torch/include/ATen/ops/is_same_size.h' 2025-09-07T06:38:21.0003804Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.0008366Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2025-09-07T06:38:21.0013203Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2025-09-07T06:38:21.0016623Z adding 'torch/include/ATen/ops/is_set_to.h' 2025-09-07T06:38:21.0021421Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2025-09-07T06:38:21.0026219Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2025-09-07T06:38:21.0030753Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2025-09-07T06:38:21.0034295Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2025-09-07T06:38:21.0039337Z adding 'torch/include/ATen/ops/is_signed.h' 2025-09-07T06:38:21.0074979Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0079938Z adding 'torch/include/ATen/ops/is_signed_native.h' 2025-09-07T06:38:21.0084905Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2025-09-07T06:38:21.0088420Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2025-09-07T06:38:21.0093845Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0098695Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2025-09-07T06:38:21.0102161Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2025-09-07T06:38:21.0105470Z adding 'torch/include/ATen/ops/isclose.h' 2025-09-07T06:38:21.0110375Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0113563Z adding 'torch/include/ATen/ops/isclose_native.h' 2025-09-07T06:38:21.0116976Z adding 'torch/include/ATen/ops/isclose_ops.h' 2025-09-07T06:38:21.0120187Z adding 'torch/include/ATen/ops/isfinite.h' 2025-09-07T06:38:21.0125363Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0128621Z adding 'torch/include/ATen/ops/isfinite_native.h' 2025-09-07T06:38:21.0132069Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2025-09-07T06:38:21.0135832Z adding 'torch/include/ATen/ops/isin.h' 2025-09-07T06:38:21.0139495Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0142820Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2025-09-07T06:38:21.0146324Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2025-09-07T06:38:21.0149640Z adding 'torch/include/ATen/ops/isin_meta.h' 2025-09-07T06:38:21.0153124Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2025-09-07T06:38:21.0157965Z adding 'torch/include/ATen/ops/isin_native.h' 2025-09-07T06:38:21.0161953Z adding 'torch/include/ATen/ops/isin_ops.h' 2025-09-07T06:38:21.0165413Z adding 'torch/include/ATen/ops/isinf.h' 2025-09-07T06:38:21.0168894Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.0172021Z adding 'torch/include/ATen/ops/isinf_native.h' 2025-09-07T06:38:21.0175561Z adding 'torch/include/ATen/ops/isinf_ops.h' 2025-09-07T06:38:21.0178871Z adding 'torch/include/ATen/ops/isnan.h' 2025-09-07T06:38:21.0182360Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.0185979Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2025-09-07T06:38:21.0188875Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2025-09-07T06:38:21.0191973Z adding 'torch/include/ATen/ops/isnan_native.h' 2025-09-07T06:38:21.0195376Z adding 'torch/include/ATen/ops/isnan_ops.h' 2025-09-07T06:38:21.0198693Z adding 'torch/include/ATen/ops/isneginf.h' 2025-09-07T06:38:21.0203242Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0206444Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2025-09-07T06:38:21.0209801Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2025-09-07T06:38:21.0213128Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2025-09-07T06:38:21.0216434Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2025-09-07T06:38:21.0219664Z adding 'torch/include/ATen/ops/isneginf_native.h' 2025-09-07T06:38:21.0223054Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2025-09-07T06:38:21.0226365Z adding 'torch/include/ATen/ops/isposinf.h' 2025-09-07T06:38:21.0229922Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0233003Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2025-09-07T06:38:21.0236298Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2025-09-07T06:38:21.0239492Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2025-09-07T06:38:21.0242821Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2025-09-07T06:38:21.0246100Z adding 'torch/include/ATen/ops/isposinf_native.h' 2025-09-07T06:38:21.0249545Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2025-09-07T06:38:21.0252937Z adding 'torch/include/ATen/ops/isreal.h' 2025-09-07T06:38:21.0256349Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0259501Z adding 'torch/include/ATen/ops/isreal_native.h' 2025-09-07T06:38:21.0262809Z adding 'torch/include/ATen/ops/isreal_ops.h' 2025-09-07T06:38:21.0266215Z adding 'torch/include/ATen/ops/istft.h' 2025-09-07T06:38:21.0269784Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0272896Z adding 'torch/include/ATen/ops/istft_native.h' 2025-09-07T06:38:21.0276387Z adding 'torch/include/ATen/ops/istft_ops.h' 2025-09-07T06:38:21.0279612Z adding 'torch/include/ATen/ops/item.h' 2025-09-07T06:38:21.0283014Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0286065Z adding 'torch/include/ATen/ops/item_native.h' 2025-09-07T06:38:21.0289383Z adding 'torch/include/ATen/ops/item_ops.h' 2025-09-07T06:38:21.0293421Z adding 'torch/include/ATen/ops/kaiser_window.h' 2025-09-07T06:38:21.0297303Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.0300596Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2025-09-07T06:38:21.0304588Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2025-09-07T06:38:21.0307983Z adding 'torch/include/ATen/ops/kl_div.h' 2025-09-07T06:38:21.0311451Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0314514Z adding 'torch/include/ATen/ops/kl_div_native.h' 2025-09-07T06:38:21.0317947Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2025-09-07T06:38:21.0321272Z adding 'torch/include/ATen/ops/kron.h' 2025-09-07T06:38:21.0325579Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0328767Z adding 'torch/include/ATen/ops/kron_native.h' 2025-09-07T06:38:21.0332321Z adding 'torch/include/ATen/ops/kron_ops.h' 2025-09-07T06:38:21.0336640Z adding 'torch/include/ATen/ops/kthvalue.h' 2025-09-07T06:38:21.0340372Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.0344242Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0347636Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2025-09-07T06:38:21.0351448Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2025-09-07T06:38:21.0354343Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2025-09-07T06:38:21.0359481Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2025-09-07T06:38:21.0362986Z adding 'torch/include/ATen/ops/l1_loss.h' 2025-09-07T06:38:21.0366497Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0369590Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2025-09-07T06:38:21.0373104Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2025-09-07T06:38:21.0376719Z adding 'torch/include/ATen/ops/layer_norm.h' 2025-09-07T06:38:21.0380285Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0383479Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2025-09-07T06:38:21.0386904Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2025-09-07T06:38:21.0390239Z adding 'torch/include/ATen/ops/lcm.h' 2025-09-07T06:38:21.0393813Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0397038Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2025-09-07T06:38:21.0400372Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2025-09-07T06:38:21.0403581Z adding 'torch/include/ATen/ops/lcm_meta.h' 2025-09-07T06:38:21.0406904Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2025-09-07T06:38:21.0410074Z adding 'torch/include/ATen/ops/lcm_native.h' 2025-09-07T06:38:21.0413706Z adding 'torch/include/ATen/ops/lcm_ops.h' 2025-09-07T06:38:21.0417142Z adding 'torch/include/ATen/ops/ldexp.h' 2025-09-07T06:38:21.0420670Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0423818Z adding 'torch/include/ATen/ops/ldexp_native.h' 2025-09-07T06:38:21.0427321Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2025-09-07T06:38:21.0430773Z adding 'torch/include/ATen/ops/le.h' 2025-09-07T06:38:21.0434355Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0437640Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2025-09-07T06:38:21.0441065Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2025-09-07T06:38:21.0444284Z adding 'torch/include/ATen/ops/le_meta.h' 2025-09-07T06:38:21.0447717Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2025-09-07T06:38:21.0451018Z adding 'torch/include/ATen/ops/le_native.h' 2025-09-07T06:38:21.0454994Z adding 'torch/include/ATen/ops/le_ops.h' 2025-09-07T06:38:21.0459878Z adding 'torch/include/ATen/ops/leaky_relu.h' 2025-09-07T06:38:21.0463573Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2025-09-07T06:38:21.0468764Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0473445Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2025-09-07T06:38:21.0478318Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2025-09-07T06:38:21.0481744Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2025-09-07T06:38:21.0486791Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2025-09-07T06:38:21.0491443Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2025-09-07T06:38:21.0496474Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2025-09-07T06:38:21.0500208Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0504862Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2025-09-07T06:38:21.0509657Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2025-09-07T06:38:21.0514321Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2025-09-07T06:38:21.0517832Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2025-09-07T06:38:21.0522652Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2025-09-07T06:38:21.0527721Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2025-09-07T06:38:21.0532730Z adding 'torch/include/ATen/ops/lerp.h' 2025-09-07T06:38:21.0537782Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0541250Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2025-09-07T06:38:21.0546255Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2025-09-07T06:38:21.0582200Z adding 'torch/include/ATen/ops/lerp_meta.h' 2025-09-07T06:38:21.0587469Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2025-09-07T06:38:21.0590914Z adding 'torch/include/ATen/ops/lerp_native.h' 2025-09-07T06:38:21.0596659Z adding 'torch/include/ATen/ops/lerp_ops.h' 2025-09-07T06:38:21.0602036Z adding 'torch/include/ATen/ops/less.h' 2025-09-07T06:38:21.0607450Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0610919Z adding 'torch/include/ATen/ops/less_equal.h' 2025-09-07T06:38:21.0614709Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0619746Z adding 'torch/include/ATen/ops/less_equal_native.h' 2025-09-07T06:38:21.0623629Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2025-09-07T06:38:21.0627027Z adding 'torch/include/ATen/ops/less_native.h' 2025-09-07T06:38:21.0630819Z adding 'torch/include/ATen/ops/less_ops.h' 2025-09-07T06:38:21.0636106Z adding 'torch/include/ATen/ops/lgamma.h' 2025-09-07T06:38:21.0639693Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0642879Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2025-09-07T06:38:21.0646203Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2025-09-07T06:38:21.0649385Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2025-09-07T06:38:21.0652803Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2025-09-07T06:38:21.0656098Z adding 'torch/include/ATen/ops/lgamma_native.h' 2025-09-07T06:38:21.0659506Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2025-09-07T06:38:21.0664096Z adding 'torch/include/ATen/ops/lift.h' 2025-09-07T06:38:21.0667768Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.0670909Z adding 'torch/include/ATen/ops/lift_fresh.h' 2025-09-07T06:38:21.0674667Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.0677901Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2025-09-07T06:38:21.0681409Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.0684836Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0687831Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2025-09-07T06:38:21.0691233Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2025-09-07T06:38:21.0694547Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2025-09-07T06:38:21.0697872Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2025-09-07T06:38:21.0701060Z adding 'torch/include/ATen/ops/lift_native.h' 2025-09-07T06:38:21.0705459Z adding 'torch/include/ATen/ops/lift_ops.h' 2025-09-07T06:38:21.0708995Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2025-09-07T06:38:21.0712844Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0716175Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2025-09-07T06:38:21.0719815Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0723007Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2025-09-07T06:38:21.0726351Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2025-09-07T06:38:21.0729571Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2025-09-07T06:38:21.0733057Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2025-09-07T06:38:21.0736273Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2025-09-07T06:38:21.0739815Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2025-09-07T06:38:21.0743106Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2025-09-07T06:38:21.0746475Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2025-09-07T06:38:21.0749933Z adding 'torch/include/ATen/ops/linalg_cond.h' 2025-09-07T06:38:21.0753506Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0756656Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2025-09-07T06:38:21.0760303Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2025-09-07T06:38:21.0763699Z adding 'torch/include/ATen/ops/linalg_cross.h' 2025-09-07T06:38:21.0767271Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0770441Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2025-09-07T06:38:21.0773908Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2025-09-07T06:38:21.0777095Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2025-09-07T06:38:21.0780478Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2025-09-07T06:38:21.0783680Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2025-09-07T06:38:21.0787139Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2025-09-07T06:38:21.0790449Z adding 'torch/include/ATen/ops/linalg_det.h' 2025-09-07T06:38:21.0793958Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0797012Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2025-09-07T06:38:21.0800403Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2025-09-07T06:38:21.0803650Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2025-09-07T06:38:21.0807102Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0810241Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2025-09-07T06:38:21.0813701Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2025-09-07T06:38:21.0817122Z adding 'torch/include/ATen/ops/linalg_eig.h' 2025-09-07T06:38:21.0820549Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2025-09-07T06:38:21.0823897Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2025-09-07T06:38:21.0827081Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2025-09-07T06:38:21.0830548Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2025-09-07T06:38:21.0833949Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2025-09-07T06:38:21.0837465Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0840557Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2025-09-07T06:38:21.0844048Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2025-09-07T06:38:21.0847419Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2025-09-07T06:38:21.0851004Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0854358Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2025-09-07T06:38:21.0857651Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2025-09-07T06:38:21.0862144Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2025-09-07T06:38:21.0865755Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2025-09-07T06:38:21.0870615Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2025-09-07T06:38:21.0875590Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0880053Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2025-09-07T06:38:21.0883708Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2025-09-07T06:38:21.0888648Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2025-09-07T06:38:21.0893647Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2025-09-07T06:38:21.0898454Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2025-09-07T06:38:21.0901798Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2025-09-07T06:38:21.0906724Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2025-09-07T06:38:21.0911456Z adding 'torch/include/ATen/ops/linalg_inv.h' 2025-09-07T06:38:21.0916359Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0919752Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2025-09-07T06:38:21.0924901Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0929524Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2025-09-07T06:38:21.0934324Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2025-09-07T06:38:21.0937671Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2025-09-07T06:38:21.0942538Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2025-09-07T06:38:21.0947156Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2025-09-07T06:38:21.0952093Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2025-09-07T06:38:21.0955518Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2025-09-07T06:38:21.0960462Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2025-09-07T06:38:21.0965323Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2025-09-07T06:38:21.0970306Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.0973891Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2025-09-07T06:38:21.0978942Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.0983676Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2025-09-07T06:38:21.0988503Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2025-09-07T06:38:21.0991854Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2025-09-07T06:38:21.0996807Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2025-09-07T06:38:21.1001463Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2025-09-07T06:38:21.1014487Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2025-09-07T06:38:21.1015059Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2025-09-07T06:38:21.1015221Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2025-09-07T06:38:21.1019866Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2025-09-07T06:38:21.1024851Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1029456Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2025-09-07T06:38:21.1032954Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2025-09-07T06:38:21.1037636Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2025-09-07T06:38:21.1042371Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2025-09-07T06:38:21.1045790Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2025-09-07T06:38:21.1050739Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2025-09-07T06:38:21.1055878Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2025-09-07T06:38:21.1060864Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1086108Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2025-09-07T06:38:21.1089683Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2025-09-07T06:38:21.1095018Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2025-09-07T06:38:21.1100414Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2025-09-07T06:38:21.1105721Z adding 'torch/include/ATen/ops/linalg_lu.h' 2025-09-07T06:38:21.1111100Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1114463Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2025-09-07T06:38:21.1117810Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2025-09-07T06:38:21.1122523Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2025-09-07T06:38:21.1126255Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1129667Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2025-09-07T06:38:21.1133351Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1138326Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2025-09-07T06:38:21.1141918Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2025-09-07T06:38:21.1145156Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2025-09-07T06:38:21.1148533Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2025-09-07T06:38:21.1151771Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2025-09-07T06:38:21.1155311Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2025-09-07T06:38:21.1158586Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2025-09-07T06:38:21.1162125Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2025-09-07T06:38:21.1165363Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2025-09-07T06:38:21.1170164Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2025-09-07T06:38:21.1173616Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2025-09-07T06:38:21.1177153Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2025-09-07T06:38:21.1180559Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2025-09-07T06:38:21.1184191Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1187388Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2025-09-07T06:38:21.1190741Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2025-09-07T06:38:21.1194074Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2025-09-07T06:38:21.1197522Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2025-09-07T06:38:21.1200623Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2025-09-07T06:38:21.1204104Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2025-09-07T06:38:21.1207437Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2025-09-07T06:38:21.1212605Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1215780Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2025-09-07T06:38:21.1219251Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2025-09-07T06:38:21.1222905Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2025-09-07T06:38:21.1227918Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1231190Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2025-09-07T06:38:21.1234464Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2025-09-07T06:38:21.1237619Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2025-09-07T06:38:21.1241060Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2025-09-07T06:38:21.1244680Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2025-09-07T06:38:21.1248423Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1251687Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2025-09-07T06:38:21.1255613Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2025-09-07T06:38:21.1259000Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2025-09-07T06:38:21.1262524Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1266347Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2025-09-07T06:38:21.1269870Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2025-09-07T06:38:21.1273774Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2025-09-07T06:38:21.1277637Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1280929Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2025-09-07T06:38:21.1285109Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2025-09-07T06:38:21.1288654Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2025-09-07T06:38:21.1292162Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1295312Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2025-09-07T06:38:21.1298746Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2025-09-07T06:38:21.1302362Z adding 'torch/include/ATen/ops/linalg_norm.h' 2025-09-07T06:38:21.1306049Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1309244Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2025-09-07T06:38:21.1313034Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2025-09-07T06:38:21.1316826Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2025-09-07T06:38:21.1320479Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1323922Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1328763Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1333526Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2025-09-07T06:38:21.1339056Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2025-09-07T06:38:21.1342767Z adding 'torch/include/ATen/ops/linalg_qr.h' 2025-09-07T06:38:21.1347890Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1352564Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2025-09-07T06:38:21.1357426Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2025-09-07T06:38:21.1360732Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2025-09-07T06:38:21.1365670Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2025-09-07T06:38:21.1370177Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2025-09-07T06:38:21.1375140Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2025-09-07T06:38:21.1378693Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2025-09-07T06:38:21.1383688Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1388245Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2025-09-07T06:38:21.1393141Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2025-09-07T06:38:21.1396665Z adding 'torch/include/ATen/ops/linalg_solve.h' 2025-09-07T06:38:21.1401633Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1406397Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2025-09-07T06:38:21.1411425Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1414826Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2025-09-07T06:38:21.1419880Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2025-09-07T06:38:21.1424551Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2025-09-07T06:38:21.1429431Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2025-09-07T06:38:21.1433067Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2025-09-07T06:38:21.1438296Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2025-09-07T06:38:21.1442932Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2025-09-07T06:38:21.1447462Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2025-09-07T06:38:21.1452432Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2025-09-07T06:38:21.1456148Z adding 'torch/include/ATen/ops/linalg_svd.h' 2025-09-07T06:38:21.1461332Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1465885Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2025-09-07T06:38:21.1470854Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2025-09-07T06:38:21.1474477Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2025-09-07T06:38:21.1487672Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1490858Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2025-09-07T06:38:21.1494430Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2025-09-07T06:38:21.1497555Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2025-09-07T06:38:21.1500973Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1503922Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2025-09-07T06:38:21.1507537Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2025-09-07T06:38:21.1510682Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2025-09-07T06:38:21.1514018Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1517082Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2025-09-07T06:38:21.1520300Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2025-09-07T06:38:21.1523721Z adding 'torch/include/ATen/ops/linalg_vander.h' 2025-09-07T06:38:21.1527924Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1530332Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2025-09-07T06:38:21.1533693Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2025-09-07T06:38:21.1536840Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2025-09-07T06:38:21.1540290Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1543160Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2025-09-07T06:38:21.1546490Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2025-09-07T06:38:21.1550654Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2025-09-07T06:38:21.1553408Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1569077Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2025-09-07T06:38:21.1569299Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2025-09-07T06:38:21.1569464Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2025-09-07T06:38:21.1569662Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2025-09-07T06:38:21.1570473Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2025-09-07T06:38:21.1575072Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2025-09-07T06:38:21.1577271Z adding 'torch/include/ATen/ops/linear.h' 2025-09-07T06:38:21.1581084Z adding 'torch/include/ATen/ops/linear_backward.h' 2025-09-07T06:38:21.1584069Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1587161Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2025-09-07T06:38:21.1590460Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2025-09-07T06:38:21.1593934Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1597048Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1599973Z adding 'torch/include/ATen/ops/linear_native.h' 2025-09-07T06:38:21.1604219Z adding 'torch/include/ATen/ops/linear_ops.h' 2025-09-07T06:38:21.1606997Z adding 'torch/include/ATen/ops/linspace.h' 2025-09-07T06:38:21.1610604Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1613784Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2025-09-07T06:38:21.1616848Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2025-09-07T06:38:21.1620285Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2025-09-07T06:38:21.1623197Z adding 'torch/include/ATen/ops/linspace_native.h' 2025-09-07T06:38:21.1626942Z adding 'torch/include/ATen/ops/linspace_ops.h' 2025-09-07T06:38:21.1630182Z adding 'torch/include/ATen/ops/log.h' 2025-09-07T06:38:21.1633341Z adding 'torch/include/ATen/ops/log10.h' 2025-09-07T06:38:21.1636697Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1639570Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2025-09-07T06:38:21.1642744Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2025-09-07T06:38:21.1645624Z adding 'torch/include/ATen/ops/log10_meta.h' 2025-09-07T06:38:21.1648680Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2025-09-07T06:38:21.1651935Z adding 'torch/include/ATen/ops/log10_native.h' 2025-09-07T06:38:21.1655171Z adding 'torch/include/ATen/ops/log10_ops.h' 2025-09-07T06:38:21.1658228Z adding 'torch/include/ATen/ops/log1p.h' 2025-09-07T06:38:21.1661493Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1664362Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2025-09-07T06:38:21.1667383Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2025-09-07T06:38:21.1670355Z adding 'torch/include/ATen/ops/log1p_meta.h' 2025-09-07T06:38:21.1673431Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2025-09-07T06:38:21.1676439Z adding 'torch/include/ATen/ops/log1p_native.h' 2025-09-07T06:38:21.1679649Z adding 'torch/include/ATen/ops/log1p_ops.h' 2025-09-07T06:38:21.1682752Z adding 'torch/include/ATen/ops/log2.h' 2025-09-07T06:38:21.1686070Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1688925Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2025-09-07T06:38:21.1691985Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2025-09-07T06:38:21.1695128Z adding 'torch/include/ATen/ops/log2_meta.h' 2025-09-07T06:38:21.1698202Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2025-09-07T06:38:21.1701136Z adding 'torch/include/ATen/ops/log2_native.h' 2025-09-07T06:38:21.1704334Z adding 'torch/include/ATen/ops/log2_ops.h' 2025-09-07T06:38:21.1707867Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1710659Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2025-09-07T06:38:21.1713915Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2025-09-07T06:38:21.1716826Z adding 'torch/include/ATen/ops/log_meta.h' 2025-09-07T06:38:21.1719852Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2025-09-07T06:38:21.1722814Z adding 'torch/include/ATen/ops/log_native.h' 2025-09-07T06:38:21.1725917Z adding 'torch/include/ATen/ops/log_normal.h' 2025-09-07T06:38:21.1729236Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1732557Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2025-09-07T06:38:21.1735629Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2025-09-07T06:38:21.1738654Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2025-09-07T06:38:21.1741714Z adding 'torch/include/ATen/ops/log_normal_native.h' 2025-09-07T06:38:21.1744973Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2025-09-07T06:38:21.1748170Z adding 'torch/include/ATen/ops/log_ops.h' 2025-09-07T06:38:21.1751253Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2025-09-07T06:38:21.1754359Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2025-09-07T06:38:21.1757517Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2025-09-07T06:38:21.1760537Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2025-09-07T06:38:21.1763522Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2025-09-07T06:38:21.1766672Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2025-09-07T06:38:21.1769921Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1773055Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2025-09-07T06:38:21.1776194Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2025-09-07T06:38:21.1779229Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2025-09-07T06:38:21.1783721Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2025-09-07T06:38:21.1786911Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2025-09-07T06:38:21.1789868Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2025-09-07T06:38:21.1793030Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2025-09-07T06:38:21.1796105Z adding 'torch/include/ATen/ops/log_softmax.h' 2025-09-07T06:38:21.1799363Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1802439Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1805276Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2025-09-07T06:38:21.1808469Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2025-09-07T06:38:21.1811540Z adding 'torch/include/ATen/ops/logaddexp.h' 2025-09-07T06:38:21.1814684Z adding 'torch/include/ATen/ops/logaddexp2.h' 2025-09-07T06:38:21.1817965Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1820808Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2025-09-07T06:38:21.1823791Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2025-09-07T06:38:21.1830353Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2025-09-07T06:38:21.1833444Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2025-09-07T06:38:21.1836377Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2025-09-07T06:38:21.1839460Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2025-09-07T06:38:21.1842729Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1845598Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2025-09-07T06:38:21.1848645Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2025-09-07T06:38:21.1851580Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2025-09-07T06:38:21.1854815Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2025-09-07T06:38:21.1857691Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2025-09-07T06:38:21.1860816Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2025-09-07T06:38:21.1863929Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2025-09-07T06:38:21.1867187Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1870452Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1873342Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2025-09-07T06:38:21.1876763Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2025-09-07T06:38:21.1879821Z adding 'torch/include/ATen/ops/logdet.h' 2025-09-07T06:38:21.1883202Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.1886863Z adding 'torch/include/ATen/ops/logdet_native.h' 2025-09-07T06:38:21.1889267Z adding 'torch/include/ATen/ops/logdet_ops.h' 2025-09-07T06:38:21.1892849Z adding 'torch/include/ATen/ops/logical_and.h' 2025-09-07T06:38:21.1895839Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1898970Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2025-09-07T06:38:21.1902027Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2025-09-07T06:38:21.1905118Z adding 'torch/include/ATen/ops/logical_and_native.h' 2025-09-07T06:38:21.1908375Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2025-09-07T06:38:21.1911589Z adding 'torch/include/ATen/ops/logical_not.h' 2025-09-07T06:38:21.1914818Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1917944Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2025-09-07T06:38:21.1920977Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2025-09-07T06:38:21.1924065Z adding 'torch/include/ATen/ops/logical_not_native.h' 2025-09-07T06:38:21.1927264Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2025-09-07T06:38:21.1930543Z adding 'torch/include/ATen/ops/logical_or.h' 2025-09-07T06:38:21.1933999Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1936992Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2025-09-07T06:38:21.1940214Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2025-09-07T06:38:21.1943466Z adding 'torch/include/ATen/ops/logical_or_native.h' 2025-09-07T06:38:21.1946861Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2025-09-07T06:38:21.1949993Z adding 'torch/include/ATen/ops/logical_xor.h' 2025-09-07T06:38:21.1953687Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.1956654Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2025-09-07T06:38:21.1959876Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2025-09-07T06:38:21.1962883Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2025-09-07T06:38:21.1966195Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2025-09-07T06:38:21.1969454Z adding 'torch/include/ATen/ops/logit.h' 2025-09-07T06:38:21.1972713Z adding 'torch/include/ATen/ops/logit_backward.h' 2025-09-07T06:38:21.1976223Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.1979195Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2025-09-07T06:38:21.1982399Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2025-09-07T06:38:21.1985359Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2025-09-07T06:38:21.1988632Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2025-09-07T06:38:21.1993031Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2025-09-07T06:38:21.1995072Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2025-09-07T06:38:21.1998964Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2025-09-07T06:38:21.2001390Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2025-09-07T06:38:21.2004872Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2025-09-07T06:38:21.2007566Z adding 'torch/include/ATen/ops/logit_native.h' 2025-09-07T06:38:21.2010937Z adding 'torch/include/ATen/ops/logit_ops.h' 2025-09-07T06:38:21.2014718Z adding 'torch/include/ATen/ops/logspace.h' 2025-09-07T06:38:21.2018539Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2022055Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2025-09-07T06:38:21.2024786Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2025-09-07T06:38:21.2028056Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2025-09-07T06:38:21.2031386Z adding 'torch/include/ATen/ops/logspace_native.h' 2025-09-07T06:38:21.2035048Z adding 'torch/include/ATen/ops/logspace_ops.h' 2025-09-07T06:38:21.2038415Z adding 'torch/include/ATen/ops/logsumexp.h' 2025-09-07T06:38:21.2041859Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2045141Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.2048217Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2051214Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2025-09-07T06:38:21.2054633Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2025-09-07T06:38:21.2058018Z adding 'torch/include/ATen/ops/lshift.h' 2025-09-07T06:38:21.2061304Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2065400Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2025-09-07T06:38:21.2068981Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2025-09-07T06:38:21.2072235Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2025-09-07T06:38:21.2075271Z adding 'torch/include/ATen/ops/lshift_native.h' 2025-09-07T06:38:21.2078888Z adding 'torch/include/ATen/ops/lshift_ops.h' 2025-09-07T06:38:21.2082259Z adding 'torch/include/ATen/ops/lstm.h' 2025-09-07T06:38:21.2085795Z adding 'torch/include/ATen/ops/lstm_cell.h' 2025-09-07T06:38:21.2089390Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2092401Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2025-09-07T06:38:21.2095925Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2025-09-07T06:38:21.2099414Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2139668Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2025-09-07T06:38:21.2139987Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2140168Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2025-09-07T06:38:21.2140319Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2025-09-07T06:38:21.2140433Z adding 'torch/include/ATen/ops/lstm_native.h' 2025-09-07T06:38:21.2140536Z adding 'torch/include/ATen/ops/lstm_ops.h' 2025-09-07T06:38:21.2140637Z adding 'torch/include/ATen/ops/lt.h' 2025-09-07T06:38:21.2140939Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.2141065Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2025-09-07T06:38:21.2141196Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2025-09-07T06:38:21.2141313Z adding 'torch/include/ATen/ops/lt_meta.h' 2025-09-07T06:38:21.2142436Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2025-09-07T06:38:21.2145668Z adding 'torch/include/ATen/ops/lt_native.h' 2025-09-07T06:38:21.2159451Z adding 'torch/include/ATen/ops/lt_ops.h' 2025-09-07T06:38:21.2163763Z adding 'torch/include/ATen/ops/lu_solve.h' 2025-09-07T06:38:21.2166316Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2169240Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2025-09-07T06:38:21.2172521Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2025-09-07T06:38:21.2175927Z adding 'torch/include/ATen/ops/lu_unpack.h' 2025-09-07T06:38:21.2179388Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.2182237Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2025-09-07T06:38:21.2185359Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2025-09-07T06:38:21.2188316Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2025-09-07T06:38:21.2191574Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2025-09-07T06:38:21.2194552Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2025-09-07T06:38:21.2197799Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2025-09-07T06:38:21.2200801Z adding 'torch/include/ATen/ops/mH.h' 2025-09-07T06:38:21.2203959Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2206761Z adding 'torch/include/ATen/ops/mH_native.h' 2025-09-07T06:38:21.2209825Z adding 'torch/include/ATen/ops/mH_ops.h' 2025-09-07T06:38:21.2212881Z adding 'torch/include/ATen/ops/mT.h' 2025-09-07T06:38:21.2216248Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2219043Z adding 'torch/include/ATen/ops/mT_native.h' 2025-09-07T06:38:21.2222002Z adding 'torch/include/ATen/ops/mT_ops.h' 2025-09-07T06:38:21.2225100Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2025-09-07T06:38:21.2228361Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2231213Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2025-09-07T06:38:21.2234308Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2025-09-07T06:38:21.2237476Z adding 'torch/include/ATen/ops/masked_fill.h' 2025-09-07T06:38:21.2240802Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2243762Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2025-09-07T06:38:21.2246753Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2025-09-07T06:38:21.2249747Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2025-09-07T06:38:21.2252904Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2025-09-07T06:38:21.2256416Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2025-09-07T06:38:21.2259628Z adding 'torch/include/ATen/ops/masked_scatter.h' 2025-09-07T06:38:21.2262905Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2025-09-07T06:38:21.2266105Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2268913Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2025-09-07T06:38:21.2272018Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2025-09-07T06:38:21.2275181Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2278113Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2025-09-07T06:38:21.2281121Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2025-09-07T06:38:21.2284150Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2025-09-07T06:38:21.2287103Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2025-09-07T06:38:21.2290327Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2025-09-07T06:38:21.2293551Z adding 'torch/include/ATen/ops/masked_select.h' 2025-09-07T06:38:21.2296587Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2025-09-07T06:38:21.2299784Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2302620Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2025-09-07T06:38:21.2305999Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2025-09-07T06:38:21.2309045Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2025-09-07T06:38:21.2312152Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2025-09-07T06:38:21.2315089Z adding 'torch/include/ATen/ops/masked_select_native.h' 2025-09-07T06:38:21.2318113Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2025-09-07T06:38:21.2321230Z adding 'torch/include/ATen/ops/matmul.h' 2025-09-07T06:38:21.2324256Z adding 'torch/include/ATen/ops/matmul_backward.h' 2025-09-07T06:38:21.2327511Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2330390Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2025-09-07T06:38:21.2333711Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2025-09-07T06:38:21.2336937Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2339812Z adding 'torch/include/ATen/ops/matmul_native.h' 2025-09-07T06:38:21.2342920Z adding 'torch/include/ATen/ops/matmul_ops.h' 2025-09-07T06:38:21.2345847Z adding 'torch/include/ATen/ops/matrix_H.h' 2025-09-07T06:38:21.2349003Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2351842Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2025-09-07T06:38:21.2354891Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2025-09-07T06:38:21.2357869Z adding 'torch/include/ATen/ops/matrix_exp.h' 2025-09-07T06:38:21.2360884Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2025-09-07T06:38:21.2364103Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2366938Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2025-09-07T06:38:21.2369978Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2025-09-07T06:38:21.2373573Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2376462Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2025-09-07T06:38:21.2379353Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2025-09-07T06:38:21.2382304Z adding 'torch/include/ATen/ops/matrix_power.h' 2025-09-07T06:38:21.2385533Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2388358Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2025-09-07T06:38:21.2391490Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2025-09-07T06:38:21.2394811Z adding 'torch/include/ATen/ops/max.h' 2025-09-07T06:38:21.2398188Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.2401355Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2404341Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2025-09-07T06:38:21.2407425Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2025-09-07T06:38:21.2410506Z adding 'torch/include/ATen/ops/max_meta.h' 2025-09-07T06:38:21.2413742Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2025-09-07T06:38:21.2416810Z adding 'torch/include/ATen/ops/max_native.h' 2025-09-07T06:38:21.2420322Z adding 'torch/include/ATen/ops/max_ops.h' 2025-09-07T06:38:21.2423531Z adding 'torch/include/ATen/ops/max_pool1d.h' 2025-09-07T06:38:21.2426776Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2429782Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2025-09-07T06:38:21.2432959Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2025-09-07T06:38:21.2436066Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2025-09-07T06:38:21.2439333Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2442193Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2025-09-07T06:38:21.2445336Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2025-09-07T06:38:21.2448384Z adding 'torch/include/ATen/ops/max_pool2d.h' 2025-09-07T06:38:21.2451568Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2025-09-07T06:38:21.2455077Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2457979Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2025-09-07T06:38:21.2461196Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2025-09-07T06:38:21.2465155Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2467291Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2025-09-07T06:38:21.2470360Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2025-09-07T06:38:21.2473567Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2025-09-07T06:38:21.2476802Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2025-09-07T06:38:21.2480482Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.2483478Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2025-09-07T06:38:21.2486589Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2025-09-07T06:38:21.2489589Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2025-09-07T06:38:21.2492927Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2025-09-07T06:38:21.2495981Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2025-09-07T06:38:21.2499313Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2025-09-07T06:38:21.2502669Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.2505633Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2025-09-07T06:38:21.2508988Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2025-09-07T06:38:21.2511983Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2025-09-07T06:38:21.2515141Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2025-09-07T06:38:21.2518154Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2025-09-07T06:38:21.2521462Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2025-09-07T06:38:21.2524536Z adding 'torch/include/ATen/ops/max_pool3d.h' 2025-09-07T06:38:21.2527762Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2530797Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2025-09-07T06:38:21.2534004Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2025-09-07T06:38:21.2537406Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2025-09-07T06:38:21.2541726Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2025-09-07T06:38:21.2544172Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2025-09-07T06:38:21.2547668Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2025-09-07T06:38:21.2550533Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2025-09-07T06:38:21.2553981Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2025-09-07T06:38:21.2557205Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2025-09-07T06:38:21.2560554Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2025-09-07T06:38:21.2564583Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2025-09-07T06:38:21.2567349Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2025-09-07T06:38:21.2570636Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2025-09-07T06:38:21.2574187Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2025-09-07T06:38:21.2577498Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2025-09-07T06:38:21.2580654Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2025-09-07T06:38:21.2583805Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2025-09-07T06:38:21.2587680Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2025-09-07T06:38:21.2591072Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2025-09-07T06:38:21.2594471Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2025-09-07T06:38:21.2597520Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2025-09-07T06:38:21.2601042Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2025-09-07T06:38:21.2604779Z adding 'torch/include/ATen/ops/maximum.h' 2025-09-07T06:38:21.2608420Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.2611710Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2025-09-07T06:38:21.2615373Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2025-09-07T06:38:21.2618747Z adding 'torch/include/ATen/ops/maximum_meta.h' 2025-09-07T06:38:21.2622241Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2025-09-07T06:38:21.2625631Z adding 'torch/include/ATen/ops/maximum_native.h' 2025-09-07T06:38:21.2629281Z adding 'torch/include/ATen/ops/maximum_ops.h' 2025-09-07T06:38:21.2632989Z adding 'torch/include/ATen/ops/mean.h' 2025-09-07T06:38:21.2636340Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2639694Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.2642771Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2645969Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2025-09-07T06:38:21.2649122Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2025-09-07T06:38:21.2652406Z adding 'torch/include/ATen/ops/mean_meta.h' 2025-09-07T06:38:21.2655546Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2025-09-07T06:38:21.2658805Z adding 'torch/include/ATen/ops/mean_native.h' 2025-09-07T06:38:21.2662283Z adding 'torch/include/ATen/ops/mean_ops.h' 2025-09-07T06:38:21.2665707Z adding 'torch/include/ATen/ops/median.h' 2025-09-07T06:38:21.2669277Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2672376Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2675360Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2025-09-07T06:38:21.2678414Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2025-09-07T06:38:21.2681504Z adding 'torch/include/ATen/ops/median_native.h' 2025-09-07T06:38:21.2685083Z adding 'torch/include/ATen/ops/median_ops.h' 2025-09-07T06:38:21.2688307Z adding 'torch/include/ATen/ops/meshgrid.h' 2025-09-07T06:38:21.2691572Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2694621Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2025-09-07T06:38:21.2706281Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2025-09-07T06:38:21.2707133Z adding 'torch/include/ATen/ops/min.h' 2025-09-07T06:38:21.2707993Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.2712837Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2716322Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2025-09-07T06:38:21.2719462Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2025-09-07T06:38:21.2722584Z adding 'torch/include/ATen/ops/min_meta.h' 2025-09-07T06:38:21.2726009Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2025-09-07T06:38:21.2728885Z adding 'torch/include/ATen/ops/min_native.h' 2025-09-07T06:38:21.2732565Z adding 'torch/include/ATen/ops/min_ops.h' 2025-09-07T06:38:21.2735857Z adding 'torch/include/ATen/ops/minimum.h' 2025-09-07T06:38:21.2739329Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.2742309Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2025-09-07T06:38:21.2745423Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2025-09-07T06:38:21.2748462Z adding 'torch/include/ATen/ops/minimum_meta.h' 2025-09-07T06:38:21.2751592Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2025-09-07T06:38:21.2754581Z adding 'torch/include/ATen/ops/minimum_native.h' 2025-09-07T06:38:21.2757757Z adding 'torch/include/ATen/ops/minimum_ops.h' 2025-09-07T06:38:21.2761046Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2025-09-07T06:38:21.2764465Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2025-09-07T06:38:21.2768042Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2772287Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2025-09-07T06:38:21.2774407Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2025-09-07T06:38:21.2777807Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2025-09-07T06:38:21.2781195Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2784282Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2025-09-07T06:38:21.2787357Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2025-09-07T06:38:21.2790736Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2025-09-07T06:38:21.2794364Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2025-09-07T06:38:21.2797950Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2025-09-07T06:38:21.2801288Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2025-09-07T06:38:21.2804312Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2025-09-07T06:38:21.2807556Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2025-09-07T06:38:21.2811033Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2814209Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2025-09-07T06:38:21.2817269Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2025-09-07T06:38:21.2821327Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2025-09-07T06:38:21.2824743Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2025-09-07T06:38:21.2828043Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2025-09-07T06:38:21.2831061Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2025-09-07T06:38:21.2834502Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2025-09-07T06:38:21.2838185Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2025-09-07T06:38:21.2841810Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2845076Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2025-09-07T06:38:21.2848034Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2025-09-07T06:38:21.2851405Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2025-09-07T06:38:21.2855232Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2025-09-07T06:38:21.2858809Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2861919Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2025-09-07T06:38:21.2864950Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2025-09-07T06:38:21.2868258Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2025-09-07T06:38:21.2871670Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2025-09-07T06:38:21.2875687Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2025-09-07T06:38:21.2879326Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2882573Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2025-09-07T06:38:21.2885838Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2025-09-07T06:38:21.2889571Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2025-09-07T06:38:21.2893261Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2896611Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2025-09-07T06:38:21.2899923Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2025-09-07T06:38:21.2903293Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2025-09-07T06:38:21.2906705Z adding 'torch/include/ATen/ops/mish.h' 2025-09-07T06:38:21.2909881Z adding 'torch/include/ATen/ops/mish_backward.h' 2025-09-07T06:38:21.2913223Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.2917067Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2025-09-07T06:38:21.2919476Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2025-09-07T06:38:21.2922820Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2025-09-07T06:38:21.2925716Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2025-09-07T06:38:21.2929119Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.2932107Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2025-09-07T06:38:21.2935387Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2025-09-07T06:38:21.2938401Z adding 'torch/include/ATen/ops/mish_meta.h' 2025-09-07T06:38:21.2941696Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2025-09-07T06:38:21.2945660Z adding 'torch/include/ATen/ops/mish_native.h' 2025-09-07T06:38:21.2948100Z adding 'torch/include/ATen/ops/mish_ops.h' 2025-09-07T06:38:21.2951471Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2025-09-07T06:38:21.2954630Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2025-09-07T06:38:21.2958105Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2961030Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2025-09-07T06:38:21.2964549Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2025-09-07T06:38:21.2968579Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2025-09-07T06:38:21.2971001Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2025-09-07T06:38:21.2974791Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2025-09-07T06:38:21.2978369Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2981556Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2025-09-07T06:38:21.2985472Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2025-09-07T06:38:21.2988460Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2025-09-07T06:38:21.2992226Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2025-09-07T06:38:21.2995064Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.2998253Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2025-09-07T06:38:21.3001581Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3004659Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2025-09-07T06:38:21.3007890Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2025-09-07T06:38:21.3011169Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2025-09-07T06:38:21.3014987Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2025-09-07T06:38:21.3018255Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2025-09-07T06:38:21.3021737Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3024601Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2025-09-07T06:38:21.3028018Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2025-09-07T06:38:21.3032289Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3034341Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2025-09-07T06:38:21.3037938Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2025-09-07T06:38:21.3041025Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2025-09-07T06:38:21.3044445Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2025-09-07T06:38:21.3048051Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3051133Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2025-09-07T06:38:21.3055223Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2025-09-07T06:38:21.3057958Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3061424Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2025-09-07T06:38:21.3064662Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2025-09-07T06:38:21.3080001Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2025-09-07T06:38:21.3080526Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2025-09-07T06:38:21.3081122Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3081742Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2025-09-07T06:38:21.3082413Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2025-09-07T06:38:21.3086274Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3089112Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2025-09-07T06:38:21.3092650Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2025-09-07T06:38:21.3098637Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2025-09-07T06:38:21.3102307Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3105872Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2025-09-07T06:38:21.3109685Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2025-09-07T06:38:21.3113336Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2025-09-07T06:38:21.3117150Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3120116Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2025-09-07T06:38:21.3123405Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2025-09-07T06:38:21.3126769Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2025-09-07T06:38:21.3130587Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2025-09-07T06:38:21.3134608Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3137540Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2025-09-07T06:38:21.3140699Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2025-09-07T06:38:21.3144323Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2025-09-07T06:38:21.3147809Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3150916Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2025-09-07T06:38:21.3154013Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2025-09-07T06:38:21.3157500Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2025-09-07T06:38:21.3160793Z adding 'torch/include/ATen/ops/mm.h' 2025-09-07T06:38:21.3164327Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.3167142Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2025-09-07T06:38:21.3170287Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2025-09-07T06:38:21.3173426Z adding 'torch/include/ATen/ops/mm_meta.h' 2025-09-07T06:38:21.3176502Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2025-09-07T06:38:21.3179598Z adding 'torch/include/ATen/ops/mm_native.h' 2025-09-07T06:38:21.3182940Z adding 'torch/include/ATen/ops/mm_ops.h' 2025-09-07T06:38:21.3186221Z adding 'torch/include/ATen/ops/mode.h' 2025-09-07T06:38:21.3189667Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3192822Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3195706Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2025-09-07T06:38:21.3198882Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2025-09-07T06:38:21.3201799Z adding 'torch/include/ATen/ops/mode_native.h' 2025-09-07T06:38:21.3205133Z adding 'torch/include/ATen/ops/mode_ops.h' 2025-09-07T06:38:21.3208268Z adding 'torch/include/ATen/ops/moveaxis.h' 2025-09-07T06:38:21.3211508Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3214647Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2025-09-07T06:38:21.3218486Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2025-09-07T06:38:21.3221141Z adding 'torch/include/ATen/ops/movedim.h' 2025-09-07T06:38:21.3224355Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3227328Z adding 'torch/include/ATen/ops/movedim_native.h' 2025-09-07T06:38:21.3230406Z adding 'torch/include/ATen/ops/movedim_ops.h' 2025-09-07T06:38:21.3234196Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2025-09-07T06:38:21.3237837Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3240803Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2025-09-07T06:38:21.3244165Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2025-09-07T06:38:21.3247969Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2025-09-07T06:38:21.3251586Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3254772Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2025-09-07T06:38:21.3258108Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2025-09-07T06:38:21.3261201Z adding 'torch/include/ATen/ops/mse_loss.h' 2025-09-07T06:38:21.3264383Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2025-09-07T06:38:21.3267542Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2025-09-07T06:38:21.3270663Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2025-09-07T06:38:21.3273619Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2025-09-07T06:38:21.3276799Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2025-09-07T06:38:21.3280184Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.3283072Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2025-09-07T06:38:21.3286167Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2025-09-07T06:38:21.3289146Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2025-09-07T06:38:21.3292373Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2025-09-07T06:38:21.3295396Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2025-09-07T06:38:21.3298536Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2025-09-07T06:38:21.3301651Z adding 'torch/include/ATen/ops/msort.h' 2025-09-07T06:38:21.3304869Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3307733Z adding 'torch/include/ATen/ops/msort_native.h' 2025-09-07T06:38:21.3310940Z adding 'torch/include/ATen/ops/msort_ops.h' 2025-09-07T06:38:21.3314094Z adding 'torch/include/ATen/ops/mul.h' 2025-09-07T06:38:21.3317390Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3320720Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.3323625Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2025-09-07T06:38:21.3326895Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2025-09-07T06:38:21.3330868Z adding 'torch/include/ATen/ops/mul_meta.h' 2025-09-07T06:38:21.3333273Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2025-09-07T06:38:21.3336823Z adding 'torch/include/ATen/ops/mul_native.h' 2025-09-07T06:38:21.3340098Z adding 'torch/include/ATen/ops/mul_ops.h' 2025-09-07T06:38:21.3343555Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2025-09-07T06:38:21.3346940Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2025-09-07T06:38:21.3350274Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2025-09-07T06:38:21.3354053Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2025-09-07T06:38:21.3356673Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2025-09-07T06:38:21.3360149Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2025-09-07T06:38:21.3363537Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2025-09-07T06:38:21.3366891Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2025-09-07T06:38:21.3369808Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2025-09-07T06:38:21.3373347Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2025-09-07T06:38:21.3377094Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2025-09-07T06:38:21.3379869Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2025-09-07T06:38:21.3383258Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2025-09-07T06:38:21.3386423Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2025-09-07T06:38:21.3389615Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2025-09-07T06:38:21.3392982Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2025-09-07T06:38:21.3396476Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3399997Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2025-09-07T06:38:21.3402899Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2025-09-07T06:38:21.3406212Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2025-09-07T06:38:21.3409294Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2025-09-07T06:38:21.3412807Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2025-09-07T06:38:21.3415896Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2025-09-07T06:38:21.3419285Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2025-09-07T06:38:21.3422932Z adding 'torch/include/ATen/ops/multinomial.h' 2025-09-07T06:38:21.3426220Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2025-09-07T06:38:21.3429506Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2025-09-07T06:38:21.3432565Z adding 'torch/include/ATen/ops/multinomial_native.h' 2025-09-07T06:38:21.3436036Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2025-09-07T06:38:21.3439072Z adding 'torch/include/ATen/ops/multiply.h' 2025-09-07T06:38:21.3442484Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3445409Z adding 'torch/include/ATen/ops/multiply_native.h' 2025-09-07T06:38:21.3448866Z adding 'torch/include/ATen/ops/multiply_ops.h' 2025-09-07T06:38:21.3452218Z adding 'torch/include/ATen/ops/mv.h' 2025-09-07T06:38:21.3455610Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3458656Z adding 'torch/include/ATen/ops/mv_native.h' 2025-09-07T06:38:21.3461846Z adding 'torch/include/ATen/ops/mv_ops.h' 2025-09-07T06:38:21.3465076Z adding 'torch/include/ATen/ops/mvlgamma.h' 2025-09-07T06:38:21.3468348Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3471460Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2025-09-07T06:38:21.3474545Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2025-09-07T06:38:21.3477724Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2025-09-07T06:38:21.3481033Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2025-09-07T06:38:21.3484381Z adding 'torch/include/ATen/ops/nan_to_num.h' 2025-09-07T06:38:21.3487733Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3490852Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2025-09-07T06:38:21.3494277Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2025-09-07T06:38:21.3497234Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2025-09-07T06:38:21.3500662Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2025-09-07T06:38:21.3503943Z adding 'torch/include/ATen/ops/nanmean.h' 2025-09-07T06:38:21.3507432Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3510403Z adding 'torch/include/ATen/ops/nanmean_native.h' 2025-09-07T06:38:21.3513744Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2025-09-07T06:38:21.3517188Z adding 'torch/include/ATen/ops/nanmedian.h' 2025-09-07T06:38:21.3520563Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3523831Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3526908Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2025-09-07T06:38:21.3530337Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2025-09-07T06:38:21.3533584Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2025-09-07T06:38:21.3537232Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2025-09-07T06:38:21.3540717Z adding 'torch/include/ATen/ops/nanquantile.h' 2025-09-07T06:38:21.3544176Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3547287Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2025-09-07T06:38:21.3550709Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2025-09-07T06:38:21.3554101Z adding 'torch/include/ATen/ops/nansum.h' 2025-09-07T06:38:21.3557306Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2025-09-07T06:38:21.3560543Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2025-09-07T06:38:21.3563617Z adding 'torch/include/ATen/ops/nansum_native.h' 2025-09-07T06:38:21.3567243Z adding 'torch/include/ATen/ops/nansum_ops.h' 2025-09-07T06:38:21.3570906Z adding 'torch/include/ATen/ops/narrow.h' 2025-09-07T06:38:21.3574440Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3577854Z adding 'torch/include/ATen/ops/narrow_copy.h' 2025-09-07T06:38:21.3582049Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.3585387Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2025-09-07T06:38:21.3588425Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2025-09-07T06:38:21.3591886Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2025-09-07T06:38:21.3594921Z adding 'torch/include/ATen/ops/narrow_native.h' 2025-09-07T06:38:21.3598374Z adding 'torch/include/ATen/ops/narrow_ops.h' 2025-09-07T06:38:21.3601685Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2025-09-07T06:38:21.3605094Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2025-09-07T06:38:21.3608698Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3611750Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2025-09-07T06:38:21.3615019Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2025-09-07T06:38:21.3618125Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2025-09-07T06:38:21.3621592Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2025-09-07T06:38:21.3625054Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2025-09-07T06:38:21.3628322Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2025-09-07T06:38:21.3631496Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2025-09-07T06:38:21.3634919Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2025-09-07T06:38:21.3638112Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2025-09-07T06:38:21.3641465Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3644488Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2025-09-07T06:38:21.3647597Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2025-09-07T06:38:21.3650700Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2025-09-07T06:38:21.3653884Z adding 'torch/include/ATen/ops/native_dropout.h' 2025-09-07T06:38:21.3657259Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2025-09-07T06:38:21.3660567Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3663539Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2025-09-07T06:38:21.3666643Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2025-09-07T06:38:21.3669648Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2025-09-07T06:38:21.3672857Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2025-09-07T06:38:21.3676126Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3679099Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2025-09-07T06:38:21.3682153Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2025-09-07T06:38:21.3685123Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2025-09-07T06:38:21.3688352Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2025-09-07T06:38:21.3691987Z adding 'torch/include/ATen/ops/native_group_norm.h' 2025-09-07T06:38:21.3695977Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2025-09-07T06:38:21.3699578Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3702734Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2025-09-07T06:38:21.3706004Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2025-09-07T06:38:21.3709148Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2025-09-07T06:38:21.3712693Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2025-09-07T06:38:21.3716185Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3719274Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2025-09-07T06:38:21.3722482Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2025-09-07T06:38:21.3725680Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2025-09-07T06:38:21.3728962Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2025-09-07T06:38:21.3732658Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2025-09-07T06:38:21.3736541Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2025-09-07T06:38:21.3740189Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3743331Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2025-09-07T06:38:21.3746478Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2025-09-07T06:38:21.3749642Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2025-09-07T06:38:21.3753057Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2025-09-07T06:38:21.3756482Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3759561Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2025-09-07T06:38:21.3762651Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2025-09-07T06:38:21.3765769Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2025-09-07T06:38:21.3769102Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2025-09-07T06:38:21.3772502Z adding 'torch/include/ATen/ops/native_norm.h' 2025-09-07T06:38:21.3775876Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3778842Z adding 'torch/include/ATen/ops/native_norm_native.h' 2025-09-07T06:38:21.3782189Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2025-09-07T06:38:21.3785447Z adding 'torch/include/ATen/ops/ne.h' 2025-09-07T06:38:21.3788695Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.3791651Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2025-09-07T06:38:21.3794776Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2025-09-07T06:38:21.3797803Z adding 'torch/include/ATen/ops/ne_meta.h' 2025-09-07T06:38:21.3800949Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2025-09-07T06:38:21.3804000Z adding 'torch/include/ATen/ops/ne_native.h' 2025-09-07T06:38:21.3807384Z adding 'torch/include/ATen/ops/ne_ops.h' 2025-09-07T06:38:21.3810572Z adding 'torch/include/ATen/ops/neg.h' 2025-09-07T06:38:21.3813971Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.3816899Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2025-09-07T06:38:21.3820339Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2025-09-07T06:38:21.3823052Z adding 'torch/include/ATen/ops/neg_meta.h' 2025-09-07T06:38:21.3826119Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2025-09-07T06:38:21.3829120Z adding 'torch/include/ATen/ops/neg_native.h' 2025-09-07T06:38:21.3832298Z adding 'torch/include/ATen/ops/neg_ops.h' 2025-09-07T06:38:21.3835403Z adding 'torch/include/ATen/ops/negative.h' 2025-09-07T06:38:21.3838720Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3841723Z adding 'torch/include/ATen/ops/negative_native.h' 2025-09-07T06:38:21.3844917Z adding 'torch/include/ATen/ops/negative_ops.h' 2025-09-07T06:38:21.3848112Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2025-09-07T06:38:21.3851377Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3854397Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2025-09-07T06:38:21.3857502Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2025-09-07T06:38:21.3860858Z adding 'torch/include/ATen/ops/new_empty.h' 2025-09-07T06:38:21.3864285Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3867220Z adding 'torch/include/ATen/ops/new_empty_native.h' 2025-09-07T06:38:21.3870473Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2025-09-07T06:38:21.3874067Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2025-09-07T06:38:21.3877419Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3880909Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.3883815Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2025-09-07T06:38:21.3926291Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2025-09-07T06:38:21.3926694Z adding 'torch/include/ATen/ops/new_full.h' 2025-09-07T06:38:21.3927147Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3927641Z adding 'torch/include/ATen/ops/new_full_native.h' 2025-09-07T06:38:21.3927988Z adding 'torch/include/ATen/ops/new_full_ops.h' 2025-09-07T06:38:21.3928319Z adding 'torch/include/ATen/ops/new_ones.h' 2025-09-07T06:38:21.3928757Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3929247Z adding 'torch/include/ATen/ops/new_ones_native.h' 2025-09-07T06:38:21.3929581Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2025-09-07T06:38:21.3929903Z adding 'torch/include/ATen/ops/new_zeros.h' 2025-09-07T06:38:21.3930356Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.3930848Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2025-09-07T06:38:21.3932646Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2025-09-07T06:38:21.3935314Z adding 'torch/include/ATen/ops/nextafter.h' 2025-09-07T06:38:21.3938814Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.3941842Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2025-09-07T06:38:21.3944930Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2025-09-07T06:38:21.3947903Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2025-09-07T06:38:21.3950924Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2025-09-07T06:38:21.3953827Z adding 'torch/include/ATen/ops/nextafter_native.h' 2025-09-07T06:38:21.3957160Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2025-09-07T06:38:21.3960539Z adding 'torch/include/ATen/ops/nll_loss.h' 2025-09-07T06:38:21.3964385Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2025-09-07T06:38:21.3968196Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2025-09-07T06:38:21.3971577Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2025-09-07T06:38:21.3974921Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2025-09-07T06:38:21.3977953Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2025-09-07T06:38:21.3981644Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2025-09-07T06:38:21.3984863Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.3988198Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2025-09-07T06:38:21.3991594Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2025-09-07T06:38:21.3994767Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2025-09-07T06:38:21.3997832Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2025-09-07T06:38:21.4001077Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2025-09-07T06:38:21.4004077Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2025-09-07T06:38:21.4007316Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2025-09-07T06:38:21.4010793Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2025-09-07T06:38:21.4014634Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.4017664Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2025-09-07T06:38:21.4020869Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2025-09-07T06:38:21.4024127Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2025-09-07T06:38:21.4027417Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2025-09-07T06:38:21.4030381Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2025-09-07T06:38:21.4033615Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2025-09-07T06:38:21.4036931Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4040244Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2025-09-07T06:38:21.4043726Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.4046743Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2025-09-07T06:38:21.4049909Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2025-09-07T06:38:21.4053012Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2025-09-07T06:38:21.4056182Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2025-09-07T06:38:21.4059201Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2025-09-07T06:38:21.4062443Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2025-09-07T06:38:21.4065504Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2025-09-07T06:38:21.4068887Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2025-09-07T06:38:21.4072157Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4075063Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2025-09-07T06:38:21.4078175Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2025-09-07T06:38:21.4081403Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2025-09-07T06:38:21.4084456Z adding 'torch/include/ATen/ops/nonzero.h' 2025-09-07T06:38:21.4087508Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2025-09-07T06:38:21.4090612Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2025-09-07T06:38:21.4093590Z adding 'torch/include/ATen/ops/nonzero_native.h' 2025-09-07T06:38:21.4096584Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2025-09-07T06:38:21.4099780Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4102598Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2025-09-07T06:38:21.4105640Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2025-09-07T06:38:21.4108744Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2025-09-07T06:38:21.4112034Z adding 'torch/include/ATen/ops/nonzero_static.h' 2025-09-07T06:38:21.4115260Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2025-09-07T06:38:21.4118374Z adding 'torch/include/ATen/ops/nonzero_static_cuda_dispatch.h' 2025-09-07T06:38:21.4121347Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2025-09-07T06:38:21.4124509Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2025-09-07T06:38:21.4128013Z adding 'torch/include/ATen/ops/norm.h' 2025-09-07T06:38:21.4131413Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4134709Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.4137787Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4140827Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2025-09-07T06:38:21.4143951Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2025-09-07T06:38:21.4146940Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2025-09-07T06:38:21.4150107Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4152912Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2025-09-07T06:38:21.4155952Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2025-09-07T06:38:21.4158912Z adding 'torch/include/ATen/ops/norm_meta.h' 2025-09-07T06:38:21.4162006Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2025-09-07T06:38:21.4165160Z adding 'torch/include/ATen/ops/norm_native.h' 2025-09-07T06:38:21.4168969Z adding 'torch/include/ATen/ops/norm_ops.h' 2025-09-07T06:38:21.4174162Z adding 'torch/include/ATen/ops/normal.h' 2025-09-07T06:38:21.4178521Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4218270Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2025-09-07T06:38:21.4218498Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2025-09-07T06:38:21.4218717Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2025-09-07T06:38:21.4218900Z adding 'torch/include/ATen/ops/normal_native.h' 2025-09-07T06:38:21.4219061Z adding 'torch/include/ATen/ops/normal_ops.h' 2025-09-07T06:38:21.4219229Z adding 'torch/include/ATen/ops/not_equal.h' 2025-09-07T06:38:21.4219624Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4219811Z adding 'torch/include/ATen/ops/not_equal_native.h' 2025-09-07T06:38:21.4219984Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2025-09-07T06:38:21.4220143Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2025-09-07T06:38:21.4223853Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4225921Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2025-09-07T06:38:21.4230169Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2025-09-07T06:38:21.4233123Z adding 'torch/include/ATen/ops/numpy_T.h' 2025-09-07T06:38:21.4236821Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4239853Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2025-09-07T06:38:21.4243408Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2025-09-07T06:38:21.4247830Z adding 'torch/include/ATen/ops/one_hot.h' 2025-09-07T06:38:21.4250907Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4254619Z adding 'torch/include/ATen/ops/one_hot_native.h' 2025-09-07T06:38:21.4258085Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2025-09-07T06:38:21.4262142Z adding 'torch/include/ATen/ops/ones.h' 2025-09-07T06:38:21.4266168Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4269597Z adding 'torch/include/ATen/ops/ones_like.h' 2025-09-07T06:38:21.4273510Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4277493Z adding 'torch/include/ATen/ops/ones_like_native.h' 2025-09-07T06:38:21.4280759Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2025-09-07T06:38:21.4284255Z adding 'torch/include/ATen/ops/ones_native.h' 2025-09-07T06:38:21.4288742Z adding 'torch/include/ATen/ops/ones_ops.h' 2025-09-07T06:38:21.4290959Z adding 'torch/include/ATen/ops/or.h' 2025-09-07T06:38:21.4294813Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4297386Z adding 'torch/include/ATen/ops/or_native.h' 2025-09-07T06:38:21.4300655Z adding 'torch/include/ATen/ops/or_ops.h' 2025-09-07T06:38:21.4303721Z adding 'torch/include/ATen/ops/orgqr.h' 2025-09-07T06:38:21.4307241Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4310034Z adding 'torch/include/ATen/ops/orgqr_native.h' 2025-09-07T06:38:21.4313195Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2025-09-07T06:38:21.4316302Z adding 'torch/include/ATen/ops/ormqr.h' 2025-09-07T06:38:21.4319465Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2025-09-07T06:38:21.4322754Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2025-09-07T06:38:21.4325718Z adding 'torch/include/ATen/ops/ormqr_native.h' 2025-09-07T06:38:21.4328852Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2025-09-07T06:38:21.4332091Z adding 'torch/include/ATen/ops/outer.h' 2025-09-07T06:38:21.4335279Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4338109Z adding 'torch/include/ATen/ops/outer_native.h' 2025-09-07T06:38:21.4341234Z adding 'torch/include/ATen/ops/outer_ops.h' 2025-09-07T06:38:21.4351591Z adding 'torch/include/ATen/ops/output_nr.h' 2025-09-07T06:38:21.4354706Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4357672Z adding 'torch/include/ATen/ops/output_nr_native.h' 2025-09-07T06:38:21.4360683Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2025-09-07T06:38:21.4363817Z adding 'torch/include/ATen/ops/pad.h' 2025-09-07T06:38:21.4367109Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4370133Z adding 'torch/include/ATen/ops/pad_native.h' 2025-09-07T06:38:21.4373343Z adding 'torch/include/ATen/ops/pad_ops.h' 2025-09-07T06:38:21.4376415Z adding 'torch/include/ATen/ops/pad_sequence.h' 2025-09-07T06:38:21.4379677Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4382659Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2025-09-07T06:38:21.4385681Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2025-09-07T06:38:21.4388588Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2025-09-07T06:38:21.4391801Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4394630Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2025-09-07T06:38:21.4397686Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2025-09-07T06:38:21.4400626Z adding 'torch/include/ATen/ops/pdist.h' 2025-09-07T06:38:21.4404018Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4408140Z adding 'torch/include/ATen/ops/pdist_native.h' 2025-09-07T06:38:21.4410175Z adding 'torch/include/ATen/ops/pdist_ops.h' 2025-09-07T06:38:21.4413322Z adding 'torch/include/ATen/ops/permute.h' 2025-09-07T06:38:21.4416530Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4419442Z adding 'torch/include/ATen/ops/permute_copy.h' 2025-09-07T06:38:21.4422827Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4425985Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.4428573Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2025-09-07T06:38:21.4431734Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2025-09-07T06:38:21.4434725Z adding 'torch/include/ATen/ops/permute_native.h' 2025-09-07T06:38:21.4437804Z adding 'torch/include/ATen/ops/permute_ops.h' 2025-09-07T06:38:21.4440744Z adding 'torch/include/ATen/ops/pin_memory.h' 2025-09-07T06:38:21.4443873Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4446709Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2025-09-07T06:38:21.4449790Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2025-09-07T06:38:21.4452850Z adding 'torch/include/ATen/ops/pinverse.h' 2025-09-07T06:38:21.4456036Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4458854Z adding 'torch/include/ATen/ops/pinverse_native.h' 2025-09-07T06:38:21.4461890Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2025-09-07T06:38:21.4465102Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2025-09-07T06:38:21.4468199Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4471260Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.4474085Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2025-09-07T06:38:21.4476990Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2025-09-07T06:38:21.4480083Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2025-09-07T06:38:21.4483185Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2025-09-07T06:38:21.4486589Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4489819Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.4492833Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2025-09-07T06:38:21.4495750Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2025-09-07T06:38:21.4499158Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2025-09-07T06:38:21.4501851Z adding 'torch/include/ATen/ops/poisson.h' 2025-09-07T06:38:21.4505036Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4508068Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2025-09-07T06:38:21.4511267Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2025-09-07T06:38:21.4514351Z adding 'torch/include/ATen/ops/poisson_native.h' 2025-09-07T06:38:21.4517428Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2025-09-07T06:38:21.4520746Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4523588Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2025-09-07T06:38:21.4526613Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2025-09-07T06:38:21.4529999Z adding 'torch/include/ATen/ops/poisson_ops.h' 2025-09-07T06:38:21.4533189Z adding 'torch/include/ATen/ops/polar.h' 2025-09-07T06:38:21.4536478Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4539390Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2025-09-07T06:38:21.4542619Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2025-09-07T06:38:21.4545559Z adding 'torch/include/ATen/ops/polar_native.h' 2025-09-07T06:38:21.4548880Z adding 'torch/include/ATen/ops/polar_ops.h' 2025-09-07T06:38:21.4552601Z adding 'torch/include/ATen/ops/polygamma.h' 2025-09-07T06:38:21.4555321Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4558605Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.4561633Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2025-09-07T06:38:21.4564853Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2025-09-07T06:38:21.4567808Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2025-09-07T06:38:21.4571360Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2025-09-07T06:38:21.4574662Z adding 'torch/include/ATen/ops/polygamma_native.h' 2025-09-07T06:38:21.4578409Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2025-09-07T06:38:21.4581906Z adding 'torch/include/ATen/ops/positive.h' 2025-09-07T06:38:21.4585646Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4588934Z adding 'torch/include/ATen/ops/positive_native.h' 2025-09-07T06:38:21.4592437Z adding 'torch/include/ATen/ops/positive_ops.h' 2025-09-07T06:38:21.4596046Z adding 'torch/include/ATen/ops/pow.h' 2025-09-07T06:38:21.4600033Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.4603440Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2025-09-07T06:38:21.4606616Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2025-09-07T06:38:21.4609832Z adding 'torch/include/ATen/ops/pow_meta.h' 2025-09-07T06:38:21.4613125Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2025-09-07T06:38:21.4616478Z adding 'torch/include/ATen/ops/pow_native.h' 2025-09-07T06:38:21.4620063Z adding 'torch/include/ATen/ops/pow_ops.h' 2025-09-07T06:38:21.4623369Z adding 'torch/include/ATen/ops/prelu.h' 2025-09-07T06:38:21.4626692Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4629633Z adding 'torch/include/ATen/ops/prelu_native.h' 2025-09-07T06:38:21.4632686Z adding 'torch/include/ATen/ops/prelu_ops.h' 2025-09-07T06:38:21.4635960Z adding 'torch/include/ATen/ops/prod.h' 2025-09-07T06:38:21.4639464Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4642639Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.4645658Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4648644Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2025-09-07T06:38:21.4651700Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2025-09-07T06:38:21.4655340Z adding 'torch/include/ATen/ops/prod_meta.h' 2025-09-07T06:38:21.4658103Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2025-09-07T06:38:21.4661173Z adding 'torch/include/ATen/ops/prod_native.h' 2025-09-07T06:38:21.4664832Z adding 'torch/include/ATen/ops/prod_ops.h' 2025-09-07T06:38:21.4668006Z adding 'torch/include/ATen/ops/promote_types.h' 2025-09-07T06:38:21.4671239Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4674066Z adding 'torch/include/ATen/ops/promote_types_native.h' 2025-09-07T06:38:21.4677364Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2025-09-07T06:38:21.4680414Z adding 'torch/include/ATen/ops/put.h' 2025-09-07T06:38:21.4683874Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4686962Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2025-09-07T06:38:21.4690064Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2025-09-07T06:38:21.4693218Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2025-09-07T06:38:21.4696212Z adding 'torch/include/ATen/ops/put_native.h' 2025-09-07T06:38:21.4699421Z adding 'torch/include/ATen/ops/put_ops.h' 2025-09-07T06:38:21.4702479Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2025-09-07T06:38:21.4705451Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2025-09-07T06:38:21.4708498Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2025-09-07T06:38:21.4711518Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2025-09-07T06:38:21.4714862Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4717827Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2025-09-07T06:38:21.4721085Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2025-09-07T06:38:21.4724238Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2025-09-07T06:38:21.4727680Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4730513Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2025-09-07T06:38:21.4733755Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2025-09-07T06:38:21.4736678Z adding 'torch/include/ATen/ops/q_scale.h' 2025-09-07T06:38:21.4739634Z adding 'torch/include/ATen/ops/q_scale_native.h' 2025-09-07T06:38:21.4742860Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2025-09-07T06:38:21.4745893Z adding 'torch/include/ATen/ops/q_zero_point.h' 2025-09-07T06:38:21.4749031Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2025-09-07T06:38:21.4752168Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2025-09-07T06:38:21.4755319Z adding 'torch/include/ATen/ops/qr.h' 2025-09-07T06:38:21.4758868Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4761570Z adding 'torch/include/ATen/ops/qr_native.h' 2025-09-07T06:38:21.4764825Z adding 'torch/include/ATen/ops/qr_ops.h' 2025-09-07T06:38:21.4767838Z adding 'torch/include/ATen/ops/qscheme.h' 2025-09-07T06:38:21.4770917Z adding 'torch/include/ATen/ops/qscheme_native.h' 2025-09-07T06:38:21.4774147Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2025-09-07T06:38:21.4777509Z adding 'torch/include/ATen/ops/quantile.h' 2025-09-07T06:38:21.4780975Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4784021Z adding 'torch/include/ATen/ops/quantile_native.h' 2025-09-07T06:38:21.4787515Z adding 'torch/include/ATen/ops/quantile_ops.h' 2025-09-07T06:38:21.4790799Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2025-09-07T06:38:21.4794256Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4797242Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2025-09-07T06:38:21.4800467Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2025-09-07T06:38:21.4803932Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2025-09-07T06:38:21.4806799Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2025-09-07T06:38:21.4810261Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2025-09-07T06:38:21.4813823Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4817022Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2025-09-07T06:38:21.4820138Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2025-09-07T06:38:21.4823374Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2025-09-07T06:38:21.4826719Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4829754Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2025-09-07T06:38:21.4832914Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2025-09-07T06:38:21.4835932Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2025-09-07T06:38:21.4839253Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2025-09-07T06:38:21.4842375Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2025-09-07T06:38:21.4846041Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2025-09-07T06:38:21.4849393Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2025-09-07T06:38:21.4852924Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4856229Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2025-09-07T06:38:21.4859505Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2025-09-07T06:38:21.4863729Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2025-09-07T06:38:21.4866286Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4869257Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2025-09-07T06:38:21.4872586Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2025-09-07T06:38:21.4875787Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2025-09-07T06:38:21.4879266Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4882172Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2025-09-07T06:38:21.4886344Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2025-09-07T06:38:21.4895914Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2025-09-07T06:38:21.4896940Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4899624Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2025-09-07T06:38:21.4903103Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2025-09-07T06:38:21.4906326Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2025-09-07T06:38:21.4909801Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4912725Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2025-09-07T06:38:21.4916153Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2025-09-07T06:38:21.4919432Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2025-09-07T06:38:21.4922779Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4925786Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2025-09-07T06:38:21.4929029Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2025-09-07T06:38:21.4932410Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2025-09-07T06:38:21.4935728Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4938751Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2025-09-07T06:38:21.4942007Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2025-09-07T06:38:21.4945290Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2025-09-07T06:38:21.4948852Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4952140Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2025-09-07T06:38:21.4955917Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2025-09-07T06:38:21.4959576Z adding 'torch/include/ATen/ops/rad2deg.h' 2025-09-07T06:38:21.4963159Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4966077Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2025-09-07T06:38:21.4969588Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2025-09-07T06:38:21.4974843Z adding 'torch/include/ATen/ops/rand.h' 2025-09-07T06:38:21.4979102Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4982397Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.4985741Z adding 'torch/include/ATen/ops/rand_like.h' 2025-09-07T06:38:21.4989093Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.4992008Z adding 'torch/include/ATen/ops/rand_like_native.h' 2025-09-07T06:38:21.4995237Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2025-09-07T06:38:21.5006288Z adding 'torch/include/ATen/ops/rand_native.h' 2025-09-07T06:38:21.5006512Z adding 'torch/include/ATen/ops/rand_ops.h' 2025-09-07T06:38:21.5007199Z adding 'torch/include/ATen/ops/randint.h' 2025-09-07T06:38:21.5011377Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5015863Z adding 'torch/include/ATen/ops/randint_like.h' 2025-09-07T06:38:21.5020433Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5022925Z adding 'torch/include/ATen/ops/randint_like_native.h' 2025-09-07T06:38:21.5026467Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2025-09-07T06:38:21.5029756Z adding 'torch/include/ATen/ops/randint_native.h' 2025-09-07T06:38:21.5033372Z adding 'torch/include/ATen/ops/randint_ops.h' 2025-09-07T06:38:21.5038163Z adding 'torch/include/ATen/ops/randn.h' 2025-09-07T06:38:21.5042281Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5045677Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5048803Z adding 'torch/include/ATen/ops/randn_like.h' 2025-09-07T06:38:21.5052230Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5055399Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-09-07T06:38:21.5058175Z adding 'torch/include/ATen/ops/randn_like_native.h' 2025-09-07T06:38:21.5061431Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2025-09-07T06:38:21.5064798Z adding 'torch/include/ATen/ops/randn_native.h' 2025-09-07T06:38:21.5068441Z adding 'torch/include/ATen/ops/randn_ops.h' 2025-09-07T06:38:21.5071827Z adding 'torch/include/ATen/ops/random.h' 2025-09-07T06:38:21.5075167Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5078087Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2025-09-07T06:38:21.5081090Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2025-09-07T06:38:21.5084053Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2025-09-07T06:38:21.5087073Z adding 'torch/include/ATen/ops/random_native.h' 2025-09-07T06:38:21.5090565Z adding 'torch/include/ATen/ops/random_ops.h' 2025-09-07T06:38:21.5094585Z adding 'torch/include/ATen/ops/randperm.h' 2025-09-07T06:38:21.5098337Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5102636Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2025-09-07T06:38:21.5105807Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2025-09-07T06:38:21.5108629Z adding 'torch/include/ATen/ops/randperm_native.h' 2025-09-07T06:38:21.5111994Z adding 'torch/include/ATen/ops/randperm_ops.h' 2025-09-07T06:38:21.5115462Z adding 'torch/include/ATen/ops/range.h' 2025-09-07T06:38:21.5118736Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5121718Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2025-09-07T06:38:21.5124709Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2025-09-07T06:38:21.5127792Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2025-09-07T06:38:21.5130806Z adding 'torch/include/ATen/ops/range_native.h' 2025-09-07T06:38:21.5134248Z adding 'torch/include/ATen/ops/range_ops.h' 2025-09-07T06:38:21.5137302Z adding 'torch/include/ATen/ops/ravel.h' 2025-09-07T06:38:21.5140490Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5143272Z adding 'torch/include/ATen/ops/ravel_native.h' 2025-09-07T06:38:21.5146306Z adding 'torch/include/ATen/ops/ravel_ops.h' 2025-09-07T06:38:21.5149323Z adding 'torch/include/ATen/ops/real.h' 2025-09-07T06:38:21.5152487Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5155311Z adding 'torch/include/ATen/ops/real_native.h' 2025-09-07T06:38:21.5158349Z adding 'torch/include/ATen/ops/real_ops.h' 2025-09-07T06:38:21.5161395Z adding 'torch/include/ATen/ops/reciprocal.h' 2025-09-07T06:38:21.5164897Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5167602Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2025-09-07T06:38:21.5170579Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2025-09-07T06:38:21.5173622Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2025-09-07T06:38:21.5177293Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2025-09-07T06:38:21.5179718Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2025-09-07T06:38:21.5182799Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2025-09-07T06:38:21.5185769Z adding 'torch/include/ATen/ops/record_stream.h' 2025-09-07T06:38:21.5188798Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2025-09-07T06:38:21.5191706Z adding 'torch/include/ATen/ops/record_stream_native.h' 2025-09-07T06:38:21.5194755Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2025-09-07T06:38:21.5197654Z adding 'torch/include/ATen/ops/refine_names.h' 2025-09-07T06:38:21.5221819Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5221984Z adding 'torch/include/ATen/ops/refine_names_native.h' 2025-09-07T06:38:21.5222109Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2025-09-07T06:38:21.5222238Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2025-09-07T06:38:21.5222426Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2025-09-07T06:38:21.5222832Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5223059Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2025-09-07T06:38:21.5227286Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2025-09-07T06:38:21.5229388Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2025-09-07T06:38:21.5233181Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2025-09-07T06:38:21.5235815Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2025-09-07T06:38:21.5239152Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2025-09-07T06:38:21.5242485Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5245603Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2025-09-07T06:38:21.5248742Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2025-09-07T06:38:21.5251979Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2025-09-07T06:38:21.5256091Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2025-09-07T06:38:21.5258533Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2025-09-07T06:38:21.5261877Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2025-09-07T06:38:21.5265086Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2025-09-07T06:38:21.5268738Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2025-09-07T06:38:21.5273335Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2025-09-07T06:38:21.5275800Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2025-09-07T06:38:21.5279100Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2025-09-07T06:38:21.5282167Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2025-09-07T06:38:21.5285519Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2025-09-07T06:38:21.5288631Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2025-09-07T06:38:21.5291990Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2025-09-07T06:38:21.5296125Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2025-09-07T06:38:21.5298577Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2025-09-07T06:38:21.5302212Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2025-09-07T06:38:21.5305697Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5308854Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2025-09-07T06:38:21.5311977Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2025-09-07T06:38:21.5315112Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2025-09-07T06:38:21.5319209Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2025-09-07T06:38:21.5322075Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2025-09-07T06:38:21.5325086Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2025-09-07T06:38:21.5328201Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5331282Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2025-09-07T06:38:21.5334511Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2025-09-07T06:38:21.5337639Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2025-09-07T06:38:21.5340814Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2025-09-07T06:38:21.5343900Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2025-09-07T06:38:21.5347934Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2025-09-07T06:38:21.5350300Z adding 'torch/include/ATen/ops/relu.h' 2025-09-07T06:38:21.5353690Z adding 'torch/include/ATen/ops/relu6.h' 2025-09-07T06:38:21.5356648Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5359630Z adding 'torch/include/ATen/ops/relu6_native.h' 2025-09-07T06:38:21.5362737Z adding 'torch/include/ATen/ops/relu6_ops.h' 2025-09-07T06:38:21.5366142Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5369067Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2025-09-07T06:38:21.5372370Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2025-09-07T06:38:21.5375937Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2025-09-07T06:38:21.5378614Z adding 'torch/include/ATen/ops/relu_native.h' 2025-09-07T06:38:21.5382332Z adding 'torch/include/ATen/ops/relu_ops.h' 2025-09-07T06:38:21.5385256Z adding 'torch/include/ATen/ops/remainder.h' 2025-09-07T06:38:21.5388763Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5391951Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5394986Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2025-09-07T06:38:21.5398016Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2025-09-07T06:38:21.5401140Z adding 'torch/include/ATen/ops/remainder_meta.h' 2025-09-07T06:38:21.5405282Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2025-09-07T06:38:21.5407449Z adding 'torch/include/ATen/ops/remainder_native.h' 2025-09-07T06:38:21.5411089Z adding 'torch/include/ATen/ops/remainder_ops.h' 2025-09-07T06:38:21.5414278Z adding 'torch/include/ATen/ops/rename.h' 2025-09-07T06:38:21.5417632Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5420510Z adding 'torch/include/ATen/ops/rename_native.h' 2025-09-07T06:38:21.5423811Z adding 'torch/include/ATen/ops/rename_ops.h' 2025-09-07T06:38:21.5427479Z adding 'torch/include/ATen/ops/renorm.h' 2025-09-07T06:38:21.5430441Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5433844Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2025-09-07T06:38:21.5436531Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2025-09-07T06:38:21.5439667Z adding 'torch/include/ATen/ops/renorm_meta.h' 2025-09-07T06:38:21.5442774Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2025-09-07T06:38:21.5445888Z adding 'torch/include/ATen/ops/renorm_native.h' 2025-09-07T06:38:21.5449184Z adding 'torch/include/ATen/ops/renorm_ops.h' 2025-09-07T06:38:21.5452808Z adding 'torch/include/ATen/ops/repeat.h' 2025-09-07T06:38:21.5456783Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5459869Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2025-09-07T06:38:21.5463941Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5468103Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5470884Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2025-09-07T06:38:21.5474040Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2025-09-07T06:38:21.5476556Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2025-09-07T06:38:21.5480055Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2025-09-07T06:38:21.5483088Z adding 'torch/include/ATen/ops/repeat_native.h' 2025-09-07T06:38:21.5486423Z adding 'torch/include/ATen/ops/repeat_ops.h' 2025-09-07T06:38:21.5489746Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2025-09-07T06:38:21.5493549Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2025-09-07T06:38:21.5497356Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5500149Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2025-09-07T06:38:21.5503465Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2025-09-07T06:38:21.5506476Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2025-09-07T06:38:21.5509877Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2025-09-07T06:38:21.5512889Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2025-09-07T06:38:21.5516267Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2025-09-07T06:38:21.5520213Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5523703Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2025-09-07T06:38:21.5527375Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2025-09-07T06:38:21.5530423Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2025-09-07T06:38:21.5533605Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2025-09-07T06:38:21.5536620Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2025-09-07T06:38:21.5539926Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2025-09-07T06:38:21.5543304Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2025-09-07T06:38:21.5546907Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2025-09-07T06:38:21.5550190Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2025-09-07T06:38:21.5553747Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2025-09-07T06:38:21.5556594Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2025-09-07T06:38:21.5559747Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2025-09-07T06:38:21.5563071Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5566031Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2025-09-07T06:38:21.5569118Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2025-09-07T06:38:21.5572364Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2025-09-07T06:38:21.5575568Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2025-09-07T06:38:21.5578536Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2025-09-07T06:38:21.5581707Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2025-09-07T06:38:21.5584981Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2025-09-07T06:38:21.5588437Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2025-09-07T06:38:21.5591736Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2025-09-07T06:38:21.5594886Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2025-09-07T06:38:21.5597896Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2025-09-07T06:38:21.5601311Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2025-09-07T06:38:21.5604552Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5608059Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2025-09-07T06:38:21.5610616Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2025-09-07T06:38:21.5613599Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2025-09-07T06:38:21.5616726Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2025-09-07T06:38:21.5619779Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2025-09-07T06:38:21.5622920Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2025-09-07T06:38:21.5625862Z adding 'torch/include/ATen/ops/requires_grad.h' 2025-09-07T06:38:21.5629043Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5631852Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2025-09-07T06:38:21.5634914Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2025-09-07T06:38:21.5638025Z adding 'torch/include/ATen/ops/reshape.h' 2025-09-07T06:38:21.5640968Z adding 'torch/include/ATen/ops/reshape_as.h' 2025-09-07T06:38:21.5644164Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5647236Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2025-09-07T06:38:21.5649982Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2025-09-07T06:38:21.5653665Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2025-09-07T06:38:21.5657168Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5660205Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2025-09-07T06:38:21.5662989Z adding 'torch/include/ATen/ops/reshape_native.h' 2025-09-07T06:38:21.5666046Z adding 'torch/include/ATen/ops/reshape_ops.h' 2025-09-07T06:38:21.5669443Z adding 'torch/include/ATen/ops/resize.h' 2025-09-07T06:38:21.5672666Z adding 'torch/include/ATen/ops/resize_as.h' 2025-09-07T06:38:21.5675940Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5678837Z adding 'torch/include/ATen/ops/resize_as_native.h' 2025-09-07T06:38:21.5682082Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2025-09-07T06:38:21.5685342Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2025-09-07T06:38:21.5688683Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5691643Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2025-09-07T06:38:21.5694730Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2025-09-07T06:38:21.5697913Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2025-09-07T06:38:21.5701166Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5704184Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2025-09-07T06:38:21.5707223Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2025-09-07T06:38:21.5710273Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2025-09-07T06:38:21.5713269Z adding 'torch/include/ATen/ops/resize_native.h' 2025-09-07T06:38:21.5716533Z adding 'torch/include/ATen/ops/resize_ops.h' 2025-09-07T06:38:21.5719606Z adding 'torch/include/ATen/ops/resolve_conj.h' 2025-09-07T06:38:21.5722796Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5725601Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2025-09-07T06:38:21.5728742Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2025-09-07T06:38:21.5731765Z adding 'torch/include/ATen/ops/resolve_neg.h' 2025-09-07T06:38:21.5735039Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5737836Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2025-09-07T06:38:21.5740903Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2025-09-07T06:38:21.5744014Z adding 'torch/include/ATen/ops/result_type.h' 2025-09-07T06:38:21.5747268Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5750762Z adding 'torch/include/ATen/ops/result_type_native.h' 2025-09-07T06:38:21.5753435Z adding 'torch/include/ATen/ops/result_type_ops.h' 2025-09-07T06:38:21.5756315Z adding 'torch/include/ATen/ops/retain_grad.h' 2025-09-07T06:38:21.5759466Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5762240Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2025-09-07T06:38:21.5765242Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2025-09-07T06:38:21.5768169Z adding 'torch/include/ATen/ops/retains_grad.h' 2025-09-07T06:38:21.5771319Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5774244Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2025-09-07T06:38:21.5777289Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2025-09-07T06:38:21.5780394Z adding 'torch/include/ATen/ops/rms_norm.h' 2025-09-07T06:38:21.5783617Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5786495Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2025-09-07T06:38:21.5789567Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2025-09-07T06:38:21.5792701Z adding 'torch/include/ATen/ops/rnn_relu.h' 2025-09-07T06:38:21.5795788Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2025-09-07T06:38:21.5798995Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5801814Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2025-09-07T06:38:21.5804919Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2025-09-07T06:38:21.5808170Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5811021Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2025-09-07T06:38:21.5814379Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2025-09-07T06:38:21.5817534Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2025-09-07T06:38:21.5820612Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2025-09-07T06:38:21.5823834Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5826656Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2025-09-07T06:38:21.5829838Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2025-09-07T06:38:21.5833798Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5837319Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2025-09-07T06:38:21.5840594Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2025-09-07T06:38:21.5843915Z adding 'torch/include/ATen/ops/roll.h' 2025-09-07T06:38:21.5847260Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5850187Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2025-09-07T06:38:21.5853344Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2025-09-07T06:38:21.5856286Z adding 'torch/include/ATen/ops/roll_native.h' 2025-09-07T06:38:21.5859441Z adding 'torch/include/ATen/ops/roll_ops.h' 2025-09-07T06:38:21.5862526Z adding 'torch/include/ATen/ops/rot90.h' 2025-09-07T06:38:21.5865781Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5868699Z adding 'torch/include/ATen/ops/rot90_native.h' 2025-09-07T06:38:21.5871860Z adding 'torch/include/ATen/ops/rot90_ops.h' 2025-09-07T06:38:21.5874992Z adding 'torch/include/ATen/ops/round.h' 2025-09-07T06:38:21.5878320Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5881226Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2025-09-07T06:38:21.5884290Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2025-09-07T06:38:21.5887527Z adding 'torch/include/ATen/ops/round_meta.h' 2025-09-07T06:38:21.5890624Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2025-09-07T06:38:21.5893748Z adding 'torch/include/ATen/ops/round_native.h' 2025-09-07T06:38:21.5897049Z adding 'torch/include/ATen/ops/round_ops.h' 2025-09-07T06:38:21.5900049Z adding 'torch/include/ATen/ops/row_indices.h' 2025-09-07T06:38:21.5903733Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5906090Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2025-09-07T06:38:21.5909283Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5912412Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.5915160Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2025-09-07T06:38:21.5918287Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2025-09-07T06:38:21.5921203Z adding 'torch/include/ATen/ops/row_indices_native.h' 2025-09-07T06:38:21.5924224Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2025-09-07T06:38:21.5927227Z adding 'torch/include/ATen/ops/row_stack.h' 2025-09-07T06:38:21.5930529Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5933457Z adding 'torch/include/ATen/ops/row_stack_native.h' 2025-09-07T06:38:21.5936535Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2025-09-07T06:38:21.5939618Z adding 'torch/include/ATen/ops/rrelu.h' 2025-09-07T06:38:21.5942871Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.5945747Z adding 'torch/include/ATen/ops/rrelu_native.h' 2025-09-07T06:38:21.5948908Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2025-09-07T06:38:21.5952226Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2025-09-07T06:38:21.5955466Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2025-09-07T06:38:21.5958750Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5961606Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2025-09-07T06:38:21.5964858Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2025-09-07T06:38:21.5968105Z adding 'torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5971154Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2025-09-07T06:38:21.5974423Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2025-09-07T06:38:21.5977487Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2025-09-07T06:38:21.5980622Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2025-09-07T06:38:21.5983979Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2025-09-07T06:38:21.5987378Z adding 'torch/include/ATen/ops/rshift.h' 2025-09-07T06:38:21.5990644Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.5993763Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2025-09-07T06:38:21.5996814Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2025-09-07T06:38:21.5999996Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2025-09-07T06:38:21.6003111Z adding 'torch/include/ATen/ops/rshift_native.h' 2025-09-07T06:38:21.6006532Z adding 'torch/include/ATen/ops/rshift_ops.h' 2025-09-07T06:38:21.6009819Z adding 'torch/include/ATen/ops/rsqrt.h' 2025-09-07T06:38:21.6013202Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6016238Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2025-09-07T06:38:21.6019337Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2025-09-07T06:38:21.6022956Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2025-09-07T06:38:21.6026028Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2025-09-07T06:38:21.6029165Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2025-09-07T06:38:21.6032314Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2025-09-07T06:38:21.6035676Z adding 'torch/include/ATen/ops/rsub.h' 2025-09-07T06:38:21.6039112Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6042071Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2025-09-07T06:38:21.6045239Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2025-09-07T06:38:21.6048750Z adding 'torch/include/ATen/ops/rsub_native.h' 2025-09-07T06:38:21.6051632Z adding 'torch/include/ATen/ops/rsub_ops.h' 2025-09-07T06:38:21.6055009Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2025-09-07T06:38:21.6058499Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6061439Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2025-09-07T06:38:21.6064739Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2025-09-07T06:38:21.6068053Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2025-09-07T06:38:21.6071396Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6074531Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2025-09-07T06:38:21.6080758Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2025-09-07T06:38:21.6081915Z adding 'torch/include/ATen/ops/scatter.h' 2025-09-07T06:38:21.6124178Z adding 'torch/include/ATen/ops/scatter_add.h' 2025-09-07T06:38:21.6124550Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6124821Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6125095Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2025-09-07T06:38:21.6125273Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2025-09-07T06:38:21.6125398Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2025-09-07T06:38:21.6125562Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2025-09-07T06:38:21.6125715Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2025-09-07T06:38:21.6125842Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2025-09-07T06:38:21.6126153Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6126405Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6126555Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2025-09-07T06:38:21.6128435Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2025-09-07T06:38:21.6131477Z adding 'torch/include/ATen/ops/scatter_meta.h' 2025-09-07T06:38:21.6134967Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2025-09-07T06:38:21.6138212Z adding 'torch/include/ATen/ops/scatter_native.h' 2025-09-07T06:38:21.6142369Z adding 'torch/include/ATen/ops/scatter_ops.h' 2025-09-07T06:38:21.6145805Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2025-09-07T06:38:21.6149371Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6152380Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2025-09-07T06:38:21.6155479Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2025-09-07T06:38:21.6158548Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2025-09-07T06:38:21.6161847Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2025-09-07T06:38:21.6164796Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2025-09-07T06:38:21.6168022Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2025-09-07T06:38:21.6171317Z adding 'torch/include/ATen/ops/searchsorted.h' 2025-09-07T06:38:21.6174937Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2025-09-07T06:38:21.6178178Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2025-09-07T06:38:21.6181439Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2025-09-07T06:38:21.6184834Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2025-09-07T06:38:21.6188116Z adding 'torch/include/ATen/ops/segment_reduce.h' 2025-09-07T06:38:21.6191463Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6194438Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2025-09-07T06:38:21.6197539Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2025-09-07T06:38:21.6201143Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2025-09-07T06:38:21.6204004Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2025-09-07T06:38:21.6207239Z adding 'torch/include/ATen/ops/select.h' 2025-09-07T06:38:21.6210607Z adding 'torch/include/ATen/ops/select_backward.h' 2025-09-07T06:38:21.6214121Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6217315Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6220489Z adding 'torch/include/ATen/ops/select_backward_native.h' 2025-09-07T06:38:21.6223713Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2025-09-07T06:38:21.6226916Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6229934Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6233286Z adding 'torch/include/ATen/ops/select_copy.h' 2025-09-07T06:38:21.6236601Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6239735Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6242520Z adding 'torch/include/ATen/ops/select_copy_native.h' 2025-09-07T06:38:21.6245667Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2025-09-07T06:38:21.6248648Z adding 'torch/include/ATen/ops/select_native.h' 2025-09-07T06:38:21.6251836Z adding 'torch/include/ATen/ops/select_ops.h' 2025-09-07T06:38:21.6255189Z adding 'torch/include/ATen/ops/select_scatter.h' 2025-09-07T06:38:21.6258526Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6261844Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6264813Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2025-09-07T06:38:21.6267925Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2025-09-07T06:38:21.6270874Z adding 'torch/include/ATen/ops/selu.h' 2025-09-07T06:38:21.6274030Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6276811Z adding 'torch/include/ATen/ops/selu_native.h' 2025-09-07T06:38:21.6279957Z adding 'torch/include/ATen/ops/selu_ops.h' 2025-09-07T06:38:21.6283610Z adding 'torch/include/ATen/ops/set.h' 2025-09-07T06:38:21.6287135Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6290256Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6293386Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2025-09-07T06:38:21.6296472Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2025-09-07T06:38:21.6299372Z adding 'torch/include/ATen/ops/set_data.h' 2025-09-07T06:38:21.6302506Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6305290Z adding 'torch/include/ATen/ops/set_data_native.h' 2025-09-07T06:38:21.6308335Z adding 'torch/include/ATen/ops/set_data_ops.h' 2025-09-07T06:38:21.6311426Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2025-09-07T06:38:21.6314542Z adding 'torch/include/ATen/ops/set_native.h' 2025-09-07T06:38:21.6318340Z adding 'torch/include/ATen/ops/set_ops.h' 2025-09-07T06:38:21.6321608Z adding 'torch/include/ATen/ops/sgn.h' 2025-09-07T06:38:21.6324885Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6327727Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2025-09-07T06:38:21.6330741Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2025-09-07T06:38:21.6333776Z adding 'torch/include/ATen/ops/sgn_meta.h' 2025-09-07T06:38:21.6336796Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2025-09-07T06:38:21.6339781Z adding 'torch/include/ATen/ops/sgn_native.h' 2025-09-07T06:38:21.6342920Z adding 'torch/include/ATen/ops/sgn_ops.h' 2025-09-07T06:38:21.6345988Z adding 'torch/include/ATen/ops/sigmoid.h' 2025-09-07T06:38:21.6349646Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2025-09-07T06:38:21.6352426Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6355223Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2025-09-07T06:38:21.6358288Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2025-09-07T06:38:21.6361186Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2025-09-07T06:38:21.6364450Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2025-09-07T06:38:21.6367458Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2025-09-07T06:38:21.6370747Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2025-09-07T06:38:21.6374231Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6377134Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2025-09-07T06:38:21.6380295Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2025-09-07T06:38:21.6383272Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2025-09-07T06:38:21.6386462Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2025-09-07T06:38:21.6389471Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2025-09-07T06:38:21.6392858Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2025-09-07T06:38:21.6395947Z adding 'torch/include/ATen/ops/sign.h' 2025-09-07T06:38:21.6399365Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6402254Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2025-09-07T06:38:21.6405781Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2025-09-07T06:38:21.6408870Z adding 'torch/include/ATen/ops/sign_meta.h' 2025-09-07T06:38:21.6411983Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2025-09-07T06:38:21.6415144Z adding 'torch/include/ATen/ops/sign_native.h' 2025-09-07T06:38:21.6418353Z adding 'torch/include/ATen/ops/sign_ops.h' 2025-09-07T06:38:21.6421684Z adding 'torch/include/ATen/ops/signbit.h' 2025-09-07T06:38:21.6425018Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6428104Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2025-09-07T06:38:21.6431335Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2025-09-07T06:38:21.6434309Z adding 'torch/include/ATen/ops/signbit_meta.h' 2025-09-07T06:38:21.6437493Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2025-09-07T06:38:21.6440478Z adding 'torch/include/ATen/ops/signbit_native.h' 2025-09-07T06:38:21.6443738Z adding 'torch/include/ATen/ops/signbit_ops.h' 2025-09-07T06:38:21.6446828Z adding 'torch/include/ATen/ops/silu.h' 2025-09-07T06:38:21.6450075Z adding 'torch/include/ATen/ops/silu_backward.h' 2025-09-07T06:38:21.6453499Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6456710Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6459783Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2025-09-07T06:38:21.6462875Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2025-09-07T06:38:21.6465936Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2025-09-07T06:38:21.6469034Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2025-09-07T06:38:21.6472145Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2025-09-07T06:38:21.6475305Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2025-09-07T06:38:21.6478755Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6481659Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2025-09-07T06:38:21.6484868Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2025-09-07T06:38:21.6487874Z adding 'torch/include/ATen/ops/silu_meta.h' 2025-09-07T06:38:21.6491067Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2025-09-07T06:38:21.6494822Z adding 'torch/include/ATen/ops/silu_native.h' 2025-09-07T06:38:21.6497536Z adding 'torch/include/ATen/ops/silu_ops.h' 2025-09-07T06:38:21.6500738Z adding 'torch/include/ATen/ops/sin.h' 2025-09-07T06:38:21.6504012Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6507088Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2025-09-07T06:38:21.6510306Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2025-09-07T06:38:21.6513235Z adding 'torch/include/ATen/ops/sin_meta.h' 2025-09-07T06:38:21.6516314Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2025-09-07T06:38:21.6519440Z adding 'torch/include/ATen/ops/sin_native.h' 2025-09-07T06:38:21.6522770Z adding 'torch/include/ATen/ops/sin_ops.h' 2025-09-07T06:38:21.6525930Z adding 'torch/include/ATen/ops/sinc.h' 2025-09-07T06:38:21.6529549Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6532346Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2025-09-07T06:38:21.6535571Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2025-09-07T06:38:21.6538547Z adding 'torch/include/ATen/ops/sinc_meta.h' 2025-09-07T06:38:21.6541827Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2025-09-07T06:38:21.6545825Z adding 'torch/include/ATen/ops/sinc_native.h' 2025-09-07T06:38:21.6548120Z adding 'torch/include/ATen/ops/sinc_ops.h' 2025-09-07T06:38:21.6551574Z adding 'torch/include/ATen/ops/sinh.h' 2025-09-07T06:38:21.6554753Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6557759Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2025-09-07T06:38:21.6560807Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2025-09-07T06:38:21.6563903Z adding 'torch/include/ATen/ops/sinh_meta.h' 2025-09-07T06:38:21.6567668Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2025-09-07T06:38:21.6570924Z adding 'torch/include/ATen/ops/sinh_native.h' 2025-09-07T06:38:21.6574350Z adding 'torch/include/ATen/ops/sinh_ops.h' 2025-09-07T06:38:21.6577481Z adding 'torch/include/ATen/ops/size.h' 2025-09-07T06:38:21.6580901Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6583983Z adding 'torch/include/ATen/ops/size_native.h' 2025-09-07T06:38:21.6587254Z adding 'torch/include/ATen/ops/size_ops.h' 2025-09-07T06:38:21.6590783Z adding 'torch/include/ATen/ops/slice.h' 2025-09-07T06:38:21.6594555Z adding 'torch/include/ATen/ops/slice_backward.h' 2025-09-07T06:38:21.6598293Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6601212Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2025-09-07T06:38:21.6604850Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2025-09-07T06:38:21.6608158Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6611712Z adding 'torch/include/ATen/ops/slice_copy.h' 2025-09-07T06:38:21.6615288Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6618919Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6622161Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2025-09-07T06:38:21.6625539Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2025-09-07T06:38:21.6628992Z adding 'torch/include/ATen/ops/slice_inverse.h' 2025-09-07T06:38:21.6632377Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6635443Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2025-09-07T06:38:21.6638563Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2025-09-07T06:38:21.6641756Z adding 'torch/include/ATen/ops/slice_native.h' 2025-09-07T06:38:21.6644918Z adding 'torch/include/ATen/ops/slice_ops.h' 2025-09-07T06:38:21.6648565Z adding 'torch/include/ATen/ops/slice_scatter.h' 2025-09-07T06:38:21.6652103Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6656010Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6658426Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2025-09-07T06:38:21.6661803Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2025-09-07T06:38:21.6664906Z adding 'torch/include/ATen/ops/slogdet.h' 2025-09-07T06:38:21.6668121Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6670933Z adding 'torch/include/ATen/ops/slogdet_native.h' 2025-09-07T06:38:21.6674145Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2025-09-07T06:38:21.6677802Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2025-09-07T06:38:21.6681329Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6684705Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2025-09-07T06:38:21.6688053Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2025-09-07T06:38:21.6691038Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2025-09-07T06:38:21.6694399Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2025-09-07T06:38:21.6697412Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2025-09-07T06:38:21.6700631Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2025-09-07T06:38:21.6704229Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2025-09-07T06:38:21.6707912Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6710969Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2025-09-07T06:38:21.6714110Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2025-09-07T06:38:21.6717117Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2025-09-07T06:38:21.6720354Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2025-09-07T06:38:21.6723940Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2025-09-07T06:38:21.6727464Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6730472Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2025-09-07T06:38:21.6733658Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2025-09-07T06:38:21.6736863Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2025-09-07T06:38:21.6740127Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2025-09-07T06:38:21.6743809Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2025-09-07T06:38:21.6747430Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6750508Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2025-09-07T06:38:21.6753827Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2025-09-07T06:38:21.6756901Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2025-09-07T06:38:21.6760150Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2025-09-07T06:38:21.6763345Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2025-09-07T06:38:21.6766627Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2025-09-07T06:38:21.6770300Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2025-09-07T06:38:21.6773892Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2025-09-07T06:38:21.6777184Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2025-09-07T06:38:21.6780275Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2025-09-07T06:38:21.6783556Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2025-09-07T06:38:21.6786552Z adding 'torch/include/ATen/ops/smm.h' 2025-09-07T06:38:21.6790106Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6792927Z adding 'torch/include/ATen/ops/smm_native.h' 2025-09-07T06:38:21.6796010Z adding 'torch/include/ATen/ops/smm_ops.h' 2025-09-07T06:38:21.6799185Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2025-09-07T06:38:21.6802290Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2025-09-07T06:38:21.6805504Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6808448Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2025-09-07T06:38:21.6811476Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2025-09-07T06:38:21.6814529Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2025-09-07T06:38:21.6817742Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2025-09-07T06:38:21.6821010Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6823935Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2025-09-07T06:38:21.6826973Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2025-09-07T06:38:21.6829894Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2025-09-07T06:38:21.6832959Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2025-09-07T06:38:21.6835928Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2025-09-07T06:38:21.6839070Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2025-09-07T06:38:21.6842169Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2025-09-07T06:38:21.6845336Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2025-09-07T06:38:21.6848621Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6851503Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2025-09-07T06:38:21.6854792Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2025-09-07T06:38:21.6858006Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6860845Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2025-09-07T06:38:21.6864225Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2025-09-07T06:38:21.6867355Z adding 'torch/include/ATen/ops/softmax.h' 2025-09-07T06:38:21.6870778Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6873963Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6876922Z adding 'torch/include/ATen/ops/softmax_native.h' 2025-09-07T06:38:21.6880167Z adding 'torch/include/ATen/ops/softmax_ops.h' 2025-09-07T06:38:21.6883480Z adding 'torch/include/ATen/ops/softplus.h' 2025-09-07T06:38:21.6886723Z adding 'torch/include/ATen/ops/softplus_backward.h' 2025-09-07T06:38:21.6890107Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6893263Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2025-09-07T06:38:21.6896498Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2025-09-07T06:38:21.6899630Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2025-09-07T06:38:21.6902726Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2025-09-07T06:38:21.6905858Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2025-09-07T06:38:21.6909019Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2025-09-07T06:38:21.6912450Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6915348Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2025-09-07T06:38:21.6918605Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2025-09-07T06:38:21.6921631Z adding 'torch/include/ATen/ops/softplus_meta.h' 2025-09-07T06:38:21.6924823Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2025-09-07T06:38:21.6927881Z adding 'torch/include/ATen/ops/softplus_native.h' 2025-09-07T06:38:21.6931082Z adding 'torch/include/ATen/ops/softplus_ops.h' 2025-09-07T06:38:21.6934446Z adding 'torch/include/ATen/ops/softshrink.h' 2025-09-07T06:38:21.6937655Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2025-09-07T06:38:21.6941038Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6943963Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2025-09-07T06:38:21.6947199Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2025-09-07T06:38:21.6950170Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2025-09-07T06:38:21.6953451Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2025-09-07T06:38:21.6956480Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2025-09-07T06:38:21.6959747Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2025-09-07T06:38:21.6963142Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6966061Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2025-09-07T06:38:21.6969286Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2025-09-07T06:38:21.6972354Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2025-09-07T06:38:21.6975977Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2025-09-07T06:38:21.6978956Z adding 'torch/include/ATen/ops/softshrink_native.h' 2025-09-07T06:38:21.6982309Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2025-09-07T06:38:21.6985737Z adding 'torch/include/ATen/ops/sort.h' 2025-09-07T06:38:21.6989233Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.6992596Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.6995703Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.6998867Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2025-09-07T06:38:21.7001986Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2025-09-07T06:38:21.7005101Z adding 'torch/include/ATen/ops/sort_meta.h' 2025-09-07T06:38:21.7008209Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2025-09-07T06:38:21.7011454Z adding 'torch/include/ATen/ops/sort_native.h' 2025-09-07T06:38:21.7015326Z adding 'torch/include/ATen/ops/sort_ops.h' 2025-09-07T06:38:21.7018829Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2025-09-07T06:38:21.7022433Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7025334Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2025-09-07T06:38:21.7028748Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2025-09-07T06:38:21.7032021Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2025-09-07T06:38:21.7035550Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7038635Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2025-09-07T06:38:21.7041950Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2025-09-07T06:38:21.7045664Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2025-09-07T06:38:21.7049188Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7052336Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2025-09-07T06:38:21.7055695Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2025-09-07T06:38:21.7059509Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2025-09-07T06:38:21.7063049Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7066233Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7069354Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2025-09-07T06:38:21.7072844Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2025-09-07T06:38:21.7076356Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2025-09-07T06:38:21.7079812Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7082865Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2025-09-07T06:38:21.7086309Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2025-09-07T06:38:21.7090048Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2025-09-07T06:38:21.7094144Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7097585Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2025-09-07T06:38:21.7101237Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2025-09-07T06:38:21.7104269Z adding 'torch/include/ATen/ops/sparse_dim.h' 2025-09-07T06:38:21.7107655Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7110476Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2025-09-07T06:38:21.7113741Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2025-09-07T06:38:21.7116805Z adding 'torch/include/ATen/ops/sparse_mask.h' 2025-09-07T06:38:21.7120198Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7123028Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2025-09-07T06:38:21.7126342Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2025-09-07T06:38:21.7129465Z adding 'torch/include/ATen/ops/sparse_resize.h' 2025-09-07T06:38:21.7132733Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2025-09-07T06:38:21.7136185Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7139171Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2025-09-07T06:38:21.7142205Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2025-09-07T06:38:21.7145443Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2025-09-07T06:38:21.7148684Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7151670Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2025-09-07T06:38:21.7154830Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2025-09-07T06:38:21.7158048Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2025-09-07T06:38:21.7161232Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2025-09-07T06:38:21.7164279Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2025-09-07T06:38:21.7167500Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2025-09-07T06:38:21.7170783Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2025-09-07T06:38:21.7174199Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7177073Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2025-09-07T06:38:21.7180111Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2025-09-07T06:38:21.7183145Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2025-09-07T06:38:21.7186293Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2025-09-07T06:38:21.7189240Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2025-09-07T06:38:21.7192326Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2025-09-07T06:38:21.7195348Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2025-09-07T06:38:21.7198602Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7201554Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2025-09-07T06:38:21.7204601Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2025-09-07T06:38:21.7207526Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2025-09-07T06:38:21.7210543Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2025-09-07T06:38:21.7213561Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2025-09-07T06:38:21.7216667Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2025-09-07T06:38:21.7219691Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2025-09-07T06:38:21.7223020Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7225831Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2025-09-07T06:38:21.7228878Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2025-09-07T06:38:21.7231753Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2025-09-07T06:38:21.7234789Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2025-09-07T06:38:21.7237704Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2025-09-07T06:38:21.7240989Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2025-09-07T06:38:21.7244077Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2025-09-07T06:38:21.7247475Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7250414Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2025-09-07T06:38:21.7253657Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2025-09-07T06:38:21.7256730Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2025-09-07T06:38:21.7259818Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2025-09-07T06:38:21.7262876Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2025-09-07T06:38:21.7266027Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2025-09-07T06:38:21.7269213Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2025-09-07T06:38:21.7272483Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7276054Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2025-09-07T06:38:21.7279119Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2025-09-07T06:38:21.7282217Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2025-09-07T06:38:21.7285289Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2025-09-07T06:38:21.7288376Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2025-09-07T06:38:21.7291535Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2025-09-07T06:38:21.7295002Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2025-09-07T06:38:21.7298511Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7301795Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7304795Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2025-09-07T06:38:21.7308655Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2025-09-07T06:38:21.7311856Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2025-09-07T06:38:21.7315053Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2025-09-07T06:38:21.7318192Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2025-09-07T06:38:21.7321645Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2025-09-07T06:38:21.7324968Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2025-09-07T06:38:21.7328416Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7331600Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7334798Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2025-09-07T06:38:21.7337936Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2025-09-07T06:38:21.7341358Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2025-09-07T06:38:21.7344559Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2025-09-07T06:38:21.7347341Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2025-09-07T06:38:21.7350813Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2025-09-07T06:38:21.7354259Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2025-09-07T06:38:21.7358010Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7361243Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7364241Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2025-09-07T06:38:21.7367425Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2025-09-07T06:38:21.7370785Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2025-09-07T06:38:21.7373889Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2025-09-07T06:38:21.7376893Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2025-09-07T06:38:21.7380520Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2025-09-07T06:38:21.7383848Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2025-09-07T06:38:21.7387242Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7390447Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7393477Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2025-09-07T06:38:21.7396611Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2025-09-07T06:38:21.7399671Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2025-09-07T06:38:21.7402937Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2025-09-07T06:38:21.7406013Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2025-09-07T06:38:21.7409531Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2025-09-07T06:38:21.7412816Z adding 'torch/include/ATen/ops/special_digamma.h' 2025-09-07T06:38:21.7416239Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7419131Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2025-09-07T06:38:21.7422456Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2025-09-07T06:38:21.7425505Z adding 'torch/include/ATen/ops/special_entr.h' 2025-09-07T06:38:21.7428932Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7431957Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2025-09-07T06:38:21.7434996Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2025-09-07T06:38:21.7437991Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2025-09-07T06:38:21.7441115Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2025-09-07T06:38:21.7444226Z adding 'torch/include/ATen/ops/special_entr_native.h' 2025-09-07T06:38:21.7447361Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2025-09-07T06:38:21.7450622Z adding 'torch/include/ATen/ops/special_erf.h' 2025-09-07T06:38:21.7453928Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7456925Z adding 'torch/include/ATen/ops/special_erf_native.h' 2025-09-07T06:38:21.7460063Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2025-09-07T06:38:21.7463339Z adding 'torch/include/ATen/ops/special_erfc.h' 2025-09-07T06:38:21.7466627Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7469571Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2025-09-07T06:38:21.7472684Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2025-09-07T06:38:21.7476195Z adding 'torch/include/ATen/ops/special_erfcx.h' 2025-09-07T06:38:21.7479535Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7482306Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2025-09-07T06:38:21.7485562Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2025-09-07T06:38:21.7488411Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2025-09-07T06:38:21.7491605Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2025-09-07T06:38:21.7494683Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2025-09-07T06:38:21.7497937Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2025-09-07T06:38:21.7500982Z adding 'torch/include/ATen/ops/special_erfinv.h' 2025-09-07T06:38:21.7504383Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7507295Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2025-09-07T06:38:21.7510594Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2025-09-07T06:38:21.7513700Z adding 'torch/include/ATen/ops/special_exp2.h' 2025-09-07T06:38:21.7517039Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7519962Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2025-09-07T06:38:21.7523106Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2025-09-07T06:38:21.7526302Z adding 'torch/include/ATen/ops/special_expit.h' 2025-09-07T06:38:21.7529571Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7532721Z adding 'torch/include/ATen/ops/special_expit_native.h' 2025-09-07T06:38:21.7535877Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2025-09-07T06:38:21.7539133Z adding 'torch/include/ATen/ops/special_expm1.h' 2025-09-07T06:38:21.7542346Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7545794Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2025-09-07T06:38:21.7549038Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2025-09-07T06:38:21.7552114Z adding 'torch/include/ATen/ops/special_gammainc.h' 2025-09-07T06:38:21.7555543Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7558395Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2025-09-07T06:38:21.7561668Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2025-09-07T06:38:21.7564820Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2025-09-07T06:38:21.7568277Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7571088Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2025-09-07T06:38:21.7574452Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2025-09-07T06:38:21.7577504Z adding 'torch/include/ATen/ops/special_gammaln.h' 2025-09-07T06:38:21.7580915Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7583808Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2025-09-07T06:38:21.7587315Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2025-09-07T06:38:21.7590612Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2025-09-07T06:38:21.7594193Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7597435Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7600553Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2025-09-07T06:38:21.7603638Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2025-09-07T06:38:21.7606791Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2025-09-07T06:38:21.7609908Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2025-09-07T06:38:21.7613236Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2025-09-07T06:38:21.7616591Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2025-09-07T06:38:21.7619950Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2025-09-07T06:38:21.7623585Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7626674Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7629588Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2025-09-07T06:38:21.7632624Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2025-09-07T06:38:21.7635561Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2025-09-07T06:38:21.7638809Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2025-09-07T06:38:21.7641809Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2025-09-07T06:38:21.7645153Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2025-09-07T06:38:21.7648201Z adding 'torch/include/ATen/ops/special_i0.h' 2025-09-07T06:38:21.7651384Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7654338Z adding 'torch/include/ATen/ops/special_i0_native.h' 2025-09-07T06:38:21.7657409Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2025-09-07T06:38:21.7660459Z adding 'torch/include/ATen/ops/special_i0e.h' 2025-09-07T06:38:21.7663718Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7666558Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2025-09-07T06:38:21.7669656Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2025-09-07T06:38:21.7672663Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2025-09-07T06:38:21.7675684Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2025-09-07T06:38:21.7678598Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2025-09-07T06:38:21.7681669Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2025-09-07T06:38:21.7684726Z adding 'torch/include/ATen/ops/special_i1.h' 2025-09-07T06:38:21.7687984Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7690821Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2025-09-07T06:38:21.7693933Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2025-09-07T06:38:21.7696815Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2025-09-07T06:38:21.7699972Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2025-09-07T06:38:21.7702788Z adding 'torch/include/ATen/ops/special_i1_native.h' 2025-09-07T06:38:21.7705846Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2025-09-07T06:38:21.7708893Z adding 'torch/include/ATen/ops/special_i1e.h' 2025-09-07T06:38:21.7712109Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7714952Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2025-09-07T06:38:21.7717940Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2025-09-07T06:38:21.7720845Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2025-09-07T06:38:21.7723865Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2025-09-07T06:38:21.7726886Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2025-09-07T06:38:21.7730485Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2025-09-07T06:38:21.7733868Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2025-09-07T06:38:21.7737240Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7740381Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7743392Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2025-09-07T06:38:21.7746507Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2025-09-07T06:38:21.7749406Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2025-09-07T06:38:21.7752471Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2025-09-07T06:38:21.7755552Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2025-09-07T06:38:21.7758818Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2025-09-07T06:38:21.7762133Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2025-09-07T06:38:21.7765455Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.7768620Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7771478Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2025-09-07T06:38:21.7774673Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2025-09-07T06:38:21.7777609Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2025-09-07T06:38:21.7780707Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2025-09-07T06:38:21.7783704Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2025-09-07T06:38:21.7787090Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2025-09-07T06:38:21.7790104Z adding 'torch/include/ATen/ops/special_log1p.h' 2025-09-07T06:38:21.7793308Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7796111Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2025-09-07T06:38:21.7799176Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2025-09-07T06:38:21.7802196Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2025-09-07T06:38:21.7805469Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7808430Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2025-09-07T06:38:21.7811377Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2025-09-07T06:38:21.7814430Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2025-09-07T06:38:21.7817447Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2025-09-07T06:38:21.7820346Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2025-09-07T06:38:21.7823433Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2025-09-07T06:38:21.7826508Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2025-09-07T06:38:21.7829649Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7832462Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2025-09-07T06:38:21.7835524Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2025-09-07T06:38:21.7838671Z adding 'torch/include/ATen/ops/special_logit.h' 2025-09-07T06:38:21.7841901Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7844712Z adding 'torch/include/ATen/ops/special_logit_native.h' 2025-09-07T06:38:21.7847825Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2025-09-07T06:38:21.7850956Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2025-09-07T06:38:21.7854362Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7857214Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2025-09-07T06:38:21.7860320Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2025-09-07T06:38:21.7863394Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2025-09-07T06:38:21.7866683Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7869558Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2025-09-07T06:38:21.7872573Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2025-09-07T06:38:21.7875510Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2025-09-07T06:38:21.7878599Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2025-09-07T06:38:21.7881606Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2025-09-07T06:38:21.7884645Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2025-09-07T06:38:21.7887720Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2025-09-07T06:38:21.7890987Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7893964Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2025-09-07T06:38:21.7896992Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2025-09-07T06:38:21.7900076Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2025-09-07T06:38:21.7903176Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2025-09-07T06:38:21.7906332Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2025-09-07T06:38:21.7909449Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2025-09-07T06:38:21.7912922Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2025-09-07T06:38:21.7916329Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7919237Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2025-09-07T06:38:21.7922388Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2025-09-07T06:38:21.7925353Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2025-09-07T06:38:21.7928573Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2025-09-07T06:38:21.7931542Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2025-09-07T06:38:21.7934931Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2025-09-07T06:38:21.7937987Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2025-09-07T06:38:21.7941415Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7944321Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2025-09-07T06:38:21.7947508Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2025-09-07T06:38:21.7950426Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2025-09-07T06:38:21.7953743Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2025-09-07T06:38:21.7956747Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2025-09-07T06:38:21.7959963Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2025-09-07T06:38:21.7963106Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2025-09-07T06:38:21.7966384Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7969372Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2025-09-07T06:38:21.7972600Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2025-09-07T06:38:21.7975781Z adding 'torch/include/ATen/ops/special_ndtr.h' 2025-09-07T06:38:21.7979034Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.7982065Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2025-09-07T06:38:21.7985183Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2025-09-07T06:38:21.7988366Z adding 'torch/include/ATen/ops/special_ndtri.h' 2025-09-07T06:38:21.7991698Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.7994681Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2025-09-07T06:38:21.7997801Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2025-09-07T06:38:21.8001068Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2025-09-07T06:38:21.8004446Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2025-09-07T06:38:21.8007447Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2025-09-07T06:38:21.8010792Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2025-09-07T06:38:21.8013905Z adding 'torch/include/ATen/ops/special_polygamma.h' 2025-09-07T06:38:21.8017291Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8020147Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2025-09-07T06:38:21.8023442Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2025-09-07T06:38:21.8026466Z adding 'torch/include/ATen/ops/special_psi.h' 2025-09-07T06:38:21.8030535Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8033586Z adding 'torch/include/ATen/ops/special_psi_native.h' 2025-09-07T06:38:21.8036751Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2025-09-07T06:38:21.8039965Z adding 'torch/include/ATen/ops/special_round.h' 2025-09-07T06:38:21.8043215Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8046195Z adding 'torch/include/ATen/ops/special_round_native.h' 2025-09-07T06:38:21.8049328Z adding 'torch/include/ATen/ops/special_round_ops.h' 2025-09-07T06:38:21.8052710Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2025-09-07T06:38:21.8056096Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8059367Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2025-09-07T06:38:21.8062460Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2025-09-07T06:38:21.8065565Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2025-09-07T06:38:21.8068775Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2025-09-07T06:38:21.8071729Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2025-09-07T06:38:21.8074957Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2025-09-07T06:38:21.8078058Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2025-09-07T06:38:21.8081500Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8084457Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2025-09-07T06:38:21.8087762Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2025-09-07T06:38:21.8090643Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2025-09-07T06:38:21.8094236Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2025-09-07T06:38:21.8097695Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2025-09-07T06:38:21.8101703Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2025-09-07T06:38:21.8105488Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2025-09-07T06:38:21.8109035Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8112395Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8115378Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2025-09-07T06:38:21.8118651Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2025-09-07T06:38:21.8121623Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2025-09-07T06:38:21.8124863Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2025-09-07T06:38:21.8127915Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2025-09-07T06:38:21.8131506Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2025-09-07T06:38:21.8134984Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2025-09-07T06:38:21.8138420Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8141633Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8144705Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2025-09-07T06:38:21.8147787Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2025-09-07T06:38:21.8150762Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2025-09-07T06:38:21.8153849Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2025-09-07T06:38:21.8156889Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2025-09-07T06:38:21.8160511Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2025-09-07T06:38:21.8163824Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2025-09-07T06:38:21.8167167Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8170311Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8173293Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2025-09-07T06:38:21.8176356Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2025-09-07T06:38:21.8179333Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2025-09-07T06:38:21.8182450Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2025-09-07T06:38:21.8185435Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2025-09-07T06:38:21.8188874Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2025-09-07T06:38:21.8192335Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2025-09-07T06:38:21.8195683Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8198912Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8201781Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2025-09-07T06:38:21.8204864Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2025-09-07T06:38:21.8207819Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2025-09-07T06:38:21.8210927Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2025-09-07T06:38:21.8214037Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2025-09-07T06:38:21.8217397Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2025-09-07T06:38:21.8220412Z adding 'torch/include/ATen/ops/special_sinc.h' 2025-09-07T06:38:21.8223655Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8226474Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2025-09-07T06:38:21.8229558Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2025-09-07T06:38:21.8232552Z adding 'torch/include/ATen/ops/special_softmax.h' 2025-09-07T06:38:21.8235698Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8238536Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2025-09-07T06:38:21.8241599Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2025-09-07T06:38:21.8244720Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2025-09-07T06:38:21.8248163Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8251122Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2025-09-07T06:38:21.8254234Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2025-09-07T06:38:21.8257151Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2025-09-07T06:38:21.8260207Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2025-09-07T06:38:21.8263136Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2025-09-07T06:38:21.8266287Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2025-09-07T06:38:21.8269427Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2025-09-07T06:38:21.8272764Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8275950Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8278848Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2025-09-07T06:38:21.8281885Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2025-09-07T06:38:21.8284819Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2025-09-07T06:38:21.8288240Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2025-09-07T06:38:21.8291219Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2025-09-07T06:38:21.8294785Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2025-09-07T06:38:21.8298061Z adding 'torch/include/ATen/ops/special_xlogy.h' 2025-09-07T06:38:21.8301450Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8304323Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2025-09-07T06:38:21.8307661Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2025-09-07T06:38:21.8310903Z adding 'torch/include/ATen/ops/special_zeta.h' 2025-09-07T06:38:21.8314180Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8317330Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8320194Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2025-09-07T06:38:21.8323352Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2025-09-07T06:38:21.8326309Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2025-09-07T06:38:21.8329423Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2025-09-07T06:38:21.8332416Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2025-09-07T06:38:21.8335838Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2025-09-07T06:38:21.8339096Z adding 'torch/include/ATen/ops/split.h' 2025-09-07T06:38:21.8342346Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8345415Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8348723Z adding 'torch/include/ATen/ops/split_copy.h' 2025-09-07T06:38:21.8352045Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8355221Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8357975Z adding 'torch/include/ATen/ops/split_copy_native.h' 2025-09-07T06:38:21.8361135Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2025-09-07T06:38:21.8364099Z adding 'torch/include/ATen/ops/split_native.h' 2025-09-07T06:38:21.8367244Z adding 'torch/include/ATen/ops/split_ops.h' 2025-09-07T06:38:21.8370399Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2025-09-07T06:38:21.8373818Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8377041Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2025-09-07T06:38:21.8380439Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8383613Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8386574Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2025-09-07T06:38:21.8389648Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2025-09-07T06:38:21.8392721Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2025-09-07T06:38:21.8395721Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2025-09-07T06:38:21.8398849Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2025-09-07T06:38:21.8411154Z adding 'torch/include/ATen/ops/sqrt.h' 2025-09-07T06:38:21.8415331Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8417993Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2025-09-07T06:38:21.8421356Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2025-09-07T06:38:21.8424049Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2025-09-07T06:38:21.8427110Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2025-09-07T06:38:21.8430114Z adding 'torch/include/ATen/ops/sqrt_native.h' 2025-09-07T06:38:21.8433513Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2025-09-07T06:38:21.8436507Z adding 'torch/include/ATen/ops/square.h' 2025-09-07T06:38:21.8439750Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8442629Z adding 'torch/include/ATen/ops/square_native.h' 2025-09-07T06:38:21.8445798Z adding 'torch/include/ATen/ops/square_ops.h' 2025-09-07T06:38:21.8449256Z adding 'torch/include/ATen/ops/squeeze.h' 2025-09-07T06:38:21.8452666Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8455720Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8458790Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2025-09-07T06:38:21.8462076Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8465230Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8468169Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2025-09-07T06:38:21.8471520Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2025-09-07T06:38:21.8474577Z adding 'torch/include/ATen/ops/squeeze_native.h' 2025-09-07T06:38:21.8477978Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2025-09-07T06:38:21.8481163Z adding 'torch/include/ATen/ops/sspaddmm.h' 2025-09-07T06:38:21.8484943Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8487852Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2025-09-07T06:38:21.8491071Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2025-09-07T06:38:21.8494211Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2025-09-07T06:38:21.8497393Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2025-09-07T06:38:21.8500487Z adding 'torch/include/ATen/ops/stack.h' 2025-09-07T06:38:21.8503719Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8506565Z adding 'torch/include/ATen/ops/stack_native.h' 2025-09-07T06:38:21.8509813Z adding 'torch/include/ATen/ops/stack_ops.h' 2025-09-07T06:38:21.8513252Z adding 'torch/include/ATen/ops/std.h' 2025-09-07T06:38:21.8516558Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8519615Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2025-09-07T06:38:21.8522743Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2025-09-07T06:38:21.8525985Z adding 'torch/include/ATen/ops/std_mean.h' 2025-09-07T06:38:21.8529289Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8532494Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8535499Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2025-09-07T06:38:21.8538569Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2025-09-07T06:38:21.8541629Z adding 'torch/include/ATen/ops/std_mean_native.h' 2025-09-07T06:38:21.8545146Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2025-09-07T06:38:21.8548655Z adding 'torch/include/ATen/ops/std_native.h' 2025-09-07T06:38:21.8552451Z adding 'torch/include/ATen/ops/std_ops.h' 2025-09-07T06:38:21.8555935Z adding 'torch/include/ATen/ops/stft.h' 2025-09-07T06:38:21.8559223Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8562356Z adding 'torch/include/ATen/ops/stft_native.h' 2025-09-07T06:38:21.8565829Z adding 'torch/include/ATen/ops/stft_ops.h' 2025-09-07T06:38:21.8568972Z adding 'torch/include/ATen/ops/stride.h' 2025-09-07T06:38:21.8572503Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8575381Z adding 'torch/include/ATen/ops/stride_native.h' 2025-09-07T06:38:21.8578599Z adding 'torch/include/ATen/ops/stride_ops.h' 2025-09-07T06:38:21.8581758Z adding 'torch/include/ATen/ops/sub.h' 2025-09-07T06:38:21.8585199Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8588506Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8591511Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2025-09-07T06:38:21.8594889Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2025-09-07T06:38:21.8598275Z adding 'torch/include/ATen/ops/sub_meta.h' 2025-09-07T06:38:21.8601631Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2025-09-07T06:38:21.8604729Z adding 'torch/include/ATen/ops/sub_native.h' 2025-09-07T06:38:21.8608672Z adding 'torch/include/ATen/ops/sub_ops.h' 2025-09-07T06:38:21.8612610Z adding 'torch/include/ATen/ops/subtract.h' 2025-09-07T06:38:21.8643964Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8644496Z adding 'torch/include/ATen/ops/subtract_native.h' 2025-09-07T06:38:21.8644845Z adding 'torch/include/ATen/ops/subtract_ops.h' 2025-09-07T06:38:21.8645174Z adding 'torch/include/ATen/ops/sum.h' 2025-09-07T06:38:21.8645589Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8646239Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8646863Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8647323Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2025-09-07T06:38:21.8647793Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2025-09-07T06:38:21.8649741Z adding 'torch/include/ATen/ops/sum_meta.h' 2025-09-07T06:38:21.8652191Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2025-09-07T06:38:21.8655413Z adding 'torch/include/ATen/ops/sum_native.h' 2025-09-07T06:38:21.8658917Z adding 'torch/include/ATen/ops/sum_ops.h' 2025-09-07T06:38:21.8662400Z adding 'torch/include/ATen/ops/sum_to_size.h' 2025-09-07T06:38:21.8665666Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8668669Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2025-09-07T06:38:21.8671759Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2025-09-07T06:38:21.8674831Z adding 'torch/include/ATen/ops/svd.h' 2025-09-07T06:38:21.8678179Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8681623Z adding 'torch/include/ATen/ops/svd_native.h' 2025-09-07T06:38:21.8684826Z adding 'torch/include/ATen/ops/svd_ops.h' 2025-09-07T06:38:21.8687897Z adding 'torch/include/ATen/ops/swapaxes.h' 2025-09-07T06:38:21.8691113Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8694176Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2025-09-07T06:38:21.8697604Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2025-09-07T06:38:21.8700495Z adding 'torch/include/ATen/ops/swapdims.h' 2025-09-07T06:38:21.8703691Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8706551Z adding 'torch/include/ATen/ops/swapdims_native.h' 2025-09-07T06:38:21.8709612Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2025-09-07T06:38:21.8712790Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2025-09-07T06:38:21.8715948Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8718863Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2025-09-07T06:38:21.8722067Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8725925Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2025-09-07T06:38:21.8728176Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2025-09-07T06:38:21.8731159Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2025-09-07T06:38:21.8734381Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2025-09-07T06:38:21.8737319Z adding 'torch/include/ATen/ops/sym_numel.h' 2025-09-07T06:38:21.8740492Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8743317Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2025-09-07T06:38:21.8746481Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2025-09-07T06:38:21.8749447Z adding 'torch/include/ATen/ops/sym_size.h' 2025-09-07T06:38:21.8752635Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8755435Z adding 'torch/include/ATen/ops/sym_size_native.h' 2025-09-07T06:38:21.8758468Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2025-09-07T06:38:21.8761441Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2025-09-07T06:38:21.8764603Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8767425Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2025-09-07T06:38:21.8770468Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2025-09-07T06:38:21.8774291Z adding 'torch/include/ATen/ops/sym_stride.h' 2025-09-07T06:38:21.8777516Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8780326Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2025-09-07T06:38:21.8783354Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2025-09-07T06:38:21.8786292Z adding 'torch/include/ATen/ops/t.h' 2025-09-07T06:38:21.8789416Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8792359Z adding 'torch/include/ATen/ops/t_copy.h' 2025-09-07T06:38:21.8795480Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.8798713Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8801482Z adding 'torch/include/ATen/ops/t_copy_native.h' 2025-09-07T06:38:21.8804589Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2025-09-07T06:38:21.8807537Z adding 'torch/include/ATen/ops/t_native.h' 2025-09-07T06:38:21.8810655Z adding 'torch/include/ATen/ops/t_ops.h' 2025-09-07T06:38:21.8813834Z adding 'torch/include/ATen/ops/take.h' 2025-09-07T06:38:21.8816926Z adding 'torch/include/ATen/ops/take_along_dim.h' 2025-09-07T06:38:21.8820173Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8823036Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2025-09-07T06:38:21.8826165Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2025-09-07T06:38:21.8829209Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2025-09-07T06:38:21.8832193Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2025-09-07T06:38:21.8835104Z adding 'torch/include/ATen/ops/take_native.h' 2025-09-07T06:38:21.8838199Z adding 'torch/include/ATen/ops/take_ops.h' 2025-09-07T06:38:21.8841244Z adding 'torch/include/ATen/ops/tan.h' 2025-09-07T06:38:21.8844494Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8847395Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2025-09-07T06:38:21.8850421Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2025-09-07T06:38:21.8853510Z adding 'torch/include/ATen/ops/tan_meta.h' 2025-09-07T06:38:21.8856653Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2025-09-07T06:38:21.8859593Z adding 'torch/include/ATen/ops/tan_native.h' 2025-09-07T06:38:21.8863001Z adding 'torch/include/ATen/ops/tan_ops.h' 2025-09-07T06:38:21.8866050Z adding 'torch/include/ATen/ops/tanh.h' 2025-09-07T06:38:21.8869122Z adding 'torch/include/ATen/ops/tanh_backward.h' 2025-09-07T06:38:21.8872431Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8880740Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2025-09-07T06:38:21.8881326Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2025-09-07T06:38:21.8881749Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2025-09-07T06:38:21.8884328Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2025-09-07T06:38:21.8887211Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2025-09-07T06:38:21.8890283Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2025-09-07T06:38:21.8893634Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8896517Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2025-09-07T06:38:21.8899523Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2025-09-07T06:38:21.8902947Z adding 'torch/include/ATen/ops/tanh_meta.h' 2025-09-07T06:38:21.8905693Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2025-09-07T06:38:21.8908742Z adding 'torch/include/ATen/ops/tanh_native.h' 2025-09-07T06:38:21.8911920Z adding 'torch/include/ATen/ops/tanh_ops.h' 2025-09-07T06:38:21.8915024Z adding 'torch/include/ATen/ops/tensor.h' 2025-09-07T06:38:21.8918291Z adding 'torch/include/ATen/ops/tensor_split.h' 2025-09-07T06:38:21.8921621Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8924486Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2025-09-07T06:38:21.8927707Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2025-09-07T06:38:21.8930814Z adding 'torch/include/ATen/ops/tensordot.h' 2025-09-07T06:38:21.8934183Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8937011Z adding 'torch/include/ATen/ops/tensordot_native.h' 2025-09-07T06:38:21.8940260Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2025-09-07T06:38:21.8943657Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2025-09-07T06:38:21.8947177Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.8950108Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2025-09-07T06:38:21.8953311Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2025-09-07T06:38:21.8956422Z adding 'torch/include/ATen/ops/threshold.h' 2025-09-07T06:38:21.8959531Z adding 'torch/include/ATen/ops/threshold_backward.h' 2025-09-07T06:38:21.8962836Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8965719Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2025-09-07T06:38:21.8968804Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2025-09-07T06:38:21.8971754Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2025-09-07T06:38:21.8975018Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2025-09-07T06:38:21.8978043Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2025-09-07T06:38:21.8981209Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2025-09-07T06:38:21.8984468Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.8987359Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2025-09-07T06:38:21.8990397Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2025-09-07T06:38:21.8993327Z adding 'torch/include/ATen/ops/threshold_meta.h' 2025-09-07T06:38:21.8996372Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2025-09-07T06:38:21.8999356Z adding 'torch/include/ATen/ops/threshold_native.h' 2025-09-07T06:38:21.9002495Z adding 'torch/include/ATen/ops/threshold_ops.h' 2025-09-07T06:38:21.9005788Z adding 'torch/include/ATen/ops/tile.h' 2025-09-07T06:38:21.9008986Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9011841Z adding 'torch/include/ATen/ops/tile_native.h' 2025-09-07T06:38:21.9014962Z adding 'torch/include/ATen/ops/tile_ops.h' 2025-09-07T06:38:21.9017872Z adding 'torch/include/ATen/ops/to.h' 2025-09-07T06:38:21.9021163Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9024021Z adding 'torch/include/ATen/ops/to_dense.h' 2025-09-07T06:38:21.9027042Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2025-09-07T06:38:21.9030268Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9033096Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2025-09-07T06:38:21.9036175Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2025-09-07T06:38:21.9039290Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9042096Z adding 'torch/include/ATen/ops/to_dense_native.h' 2025-09-07T06:38:21.9045483Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2025-09-07T06:38:21.9048548Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2025-09-07T06:38:21.9051619Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2025-09-07T06:38:21.9054941Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9057734Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2025-09-07T06:38:21.9060767Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2025-09-07T06:38:21.9063906Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9066853Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2025-09-07T06:38:21.9069796Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2025-09-07T06:38:21.9072969Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2025-09-07T06:38:21.9076014Z adding 'torch/include/ATen/ops/to_native.h' 2025-09-07T06:38:21.9079402Z adding 'torch/include/ATen/ops/to_ops.h' 2025-09-07T06:38:21.9082818Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2025-09-07T06:38:21.9086582Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9089120Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2025-09-07T06:38:21.9092458Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2025-09-07T06:38:21.9095426Z adding 'torch/include/ATen/ops/to_sparse.h' 2025-09-07T06:38:21.9098351Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2025-09-07T06:38:21.9101571Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9105900Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2025-09-07T06:38:21.9107780Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2025-09-07T06:38:21.9110696Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2025-09-07T06:38:21.9113860Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9116710Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2025-09-07T06:38:21.9119774Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2025-09-07T06:38:21.9123014Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9125826Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2025-09-07T06:38:21.9128967Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9132017Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2025-09-07T06:38:21.9135019Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2025-09-07T06:38:21.9137919Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2025-09-07T06:38:21.9141100Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9144050Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2025-09-07T06:38:21.9147044Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2025-09-07T06:38:21.9150065Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2025-09-07T06:38:21.9153255Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2025-09-07T06:38:21.9156609Z adding 'torch/include/ATen/ops/topk.h' 2025-09-07T06:38:21.9160013Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9162962Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2025-09-07T06:38:21.9166135Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2025-09-07T06:38:21.9169110Z adding 'torch/include/ATen/ops/topk_meta.h' 2025-09-07T06:38:21.9172338Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2025-09-07T06:38:21.9175359Z adding 'torch/include/ATen/ops/topk_native.h' 2025-09-07T06:38:21.9178554Z adding 'torch/include/ATen/ops/topk_ops.h' 2025-09-07T06:38:21.9181636Z adding 'torch/include/ATen/ops/trace.h' 2025-09-07T06:38:21.9184735Z adding 'torch/include/ATen/ops/trace_backward.h' 2025-09-07T06:38:21.9187939Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9190840Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2025-09-07T06:38:21.9193961Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2025-09-07T06:38:21.9197127Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9200091Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2025-09-07T06:38:21.9203081Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2025-09-07T06:38:21.9206766Z adding 'torch/include/ATen/ops/trace_native.h' 2025-09-07T06:38:21.9209301Z adding 'torch/include/ATen/ops/trace_ops.h' 2025-09-07T06:38:21.9212461Z adding 'torch/include/ATen/ops/transpose.h' 2025-09-07T06:38:21.9215669Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9218729Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9221652Z adding 'torch/include/ATen/ops/transpose_copy.h' 2025-09-07T06:38:21.9224887Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9228345Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9231009Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2025-09-07T06:38:21.9234130Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2025-09-07T06:38:21.9237091Z adding 'torch/include/ATen/ops/transpose_native.h' 2025-09-07T06:38:21.9240326Z adding 'torch/include/ATen/ops/transpose_ops.h' 2025-09-07T06:38:21.9243408Z adding 'torch/include/ATen/ops/trapezoid.h' 2025-09-07T06:38:21.9247652Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9249767Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2025-09-07T06:38:21.9252989Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2025-09-07T06:38:21.9256019Z adding 'torch/include/ATen/ops/trapz.h' 2025-09-07T06:38:21.9259191Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9262017Z adding 'torch/include/ATen/ops/trapz_native.h' 2025-09-07T06:38:21.9265144Z adding 'torch/include/ATen/ops/trapz_ops.h' 2025-09-07T06:38:21.9268355Z adding 'torch/include/ATen/ops/triangular_solve.h' 2025-09-07T06:38:21.9271722Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9274628Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2025-09-07T06:38:21.9277669Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2025-09-07T06:38:21.9280600Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2025-09-07T06:38:21.9283673Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2025-09-07T06:38:21.9286610Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2025-09-07T06:38:21.9289902Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2025-09-07T06:38:21.9292999Z adding 'torch/include/ATen/ops/tril.h' 2025-09-07T06:38:21.9296237Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9299149Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2025-09-07T06:38:21.9302226Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2025-09-07T06:38:21.9305385Z adding 'torch/include/ATen/ops/tril_indices.h' 2025-09-07T06:38:21.9308797Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9311787Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2025-09-07T06:38:21.9314872Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2025-09-07T06:38:21.9317882Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2025-09-07T06:38:21.9321105Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2025-09-07T06:38:21.9324102Z adding 'torch/include/ATen/ops/tril_meta.h' 2025-09-07T06:38:21.9327188Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2025-09-07T06:38:21.9330137Z adding 'torch/include/ATen/ops/tril_native.h' 2025-09-07T06:38:21.9333454Z adding 'torch/include/ATen/ops/tril_ops.h' 2025-09-07T06:38:21.9336660Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2025-09-07T06:38:21.9339950Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9342773Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2025-09-07T06:38:21.9345883Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2025-09-07T06:38:21.9348908Z adding 'torch/include/ATen/ops/triu.h' 2025-09-07T06:38:21.9352114Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9354999Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2025-09-07T06:38:21.9358093Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2025-09-07T06:38:21.9361287Z adding 'torch/include/ATen/ops/triu_indices.h' 2025-09-07T06:38:21.9364550Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9367523Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2025-09-07T06:38:21.9370656Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2025-09-07T06:38:21.9373729Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2025-09-07T06:38:21.9376934Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2025-09-07T06:38:21.9379897Z adding 'torch/include/ATen/ops/triu_meta.h' 2025-09-07T06:38:21.9382977Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2025-09-07T06:38:21.9385970Z adding 'torch/include/ATen/ops/triu_native.h' 2025-09-07T06:38:21.9389107Z adding 'torch/include/ATen/ops/triu_ops.h' 2025-09-07T06:38:21.9392228Z adding 'torch/include/ATen/ops/true_divide.h' 2025-09-07T06:38:21.9395464Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9398328Z adding 'torch/include/ATen/ops/true_divide_native.h' 2025-09-07T06:38:21.9401613Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2025-09-07T06:38:21.9404720Z adding 'torch/include/ATen/ops/trunc.h' 2025-09-07T06:38:21.9408721Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9411360Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2025-09-07T06:38:21.9414546Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2025-09-07T06:38:21.9417470Z adding 'torch/include/ATen/ops/trunc_meta.h' 2025-09-07T06:38:21.9420491Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2025-09-07T06:38:21.9423490Z adding 'torch/include/ATen/ops/trunc_native.h' 2025-09-07T06:38:21.9426638Z adding 'torch/include/ATen/ops/trunc_ops.h' 2025-09-07T06:38:21.9429573Z adding 'torch/include/ATen/ops/type_as.h' 2025-09-07T06:38:21.9432736Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9436223Z adding 'torch/include/ATen/ops/type_as_native.h' 2025-09-07T06:38:21.9438644Z adding 'torch/include/ATen/ops/type_as_ops.h' 2025-09-07T06:38:21.9441604Z adding 'torch/include/ATen/ops/unbind.h' 2025-09-07T06:38:21.9444797Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9447837Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9450747Z adding 'torch/include/ATen/ops/unbind_copy.h' 2025-09-07T06:38:21.9454053Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9457221Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9459965Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2025-09-07T06:38:21.9463105Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2025-09-07T06:38:21.9466092Z adding 'torch/include/ATen/ops/unbind_native.h' 2025-09-07T06:38:21.9469213Z adding 'torch/include/ATen/ops/unbind_ops.h' 2025-09-07T06:38:21.9472443Z adding 'torch/include/ATen/ops/unflatten.h' 2025-09-07T06:38:21.9475727Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9478625Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2025-09-07T06:38:21.9482568Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9485520Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2025-09-07T06:38:21.9488629Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2025-09-07T06:38:21.9491582Z adding 'torch/include/ATen/ops/unflatten_native.h' 2025-09-07T06:38:21.9494898Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2025-09-07T06:38:21.9497881Z adding 'torch/include/ATen/ops/unfold.h' 2025-09-07T06:38:21.9501241Z adding 'torch/include/ATen/ops/unfold_backward.h' 2025-09-07T06:38:21.9504658Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9507617Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2025-09-07T06:38:21.9510846Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2025-09-07T06:38:21.9513810Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2025-09-07T06:38:21.9517190Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2025-09-07T06:38:21.9520196Z adding 'torch/include/ATen/ops/unfold_copy.h' 2025-09-07T06:38:21.9523646Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9527724Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9529703Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2025-09-07T06:38:21.9533474Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2025-09-07T06:38:21.9536217Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2025-09-07T06:38:21.9539404Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2025-09-07T06:38:21.9542410Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2025-09-07T06:38:21.9545463Z adding 'torch/include/ATen/ops/unfold_native.h' 2025-09-07T06:38:21.9548543Z adding 'torch/include/ATen/ops/unfold_ops.h' 2025-09-07T06:38:21.9551780Z adding 'torch/include/ATen/ops/uniform.h' 2025-09-07T06:38:21.9555016Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9558159Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2025-09-07T06:38:21.9562158Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2025-09-07T06:38:21.9564388Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2025-09-07T06:38:21.9567800Z adding 'torch/include/ATen/ops/uniform_native.h' 2025-09-07T06:38:21.9570726Z adding 'torch/include/ATen/ops/uniform_ops.h' 2025-09-07T06:38:21.9574228Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2025-09-07T06:38:21.9577523Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9581500Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2025-09-07T06:38:21.9583814Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2025-09-07T06:38:21.9587073Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2025-09-07T06:38:21.9590317Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2025-09-07T06:38:21.9593612Z adding 'torch/include/ATen/ops/unique_dim.h' 2025-09-07T06:38:21.9625414Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9625591Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2025-09-07T06:38:21.9626004Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9626210Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2025-09-07T06:38:21.9626421Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2025-09-07T06:38:21.9626623Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2025-09-07T06:38:21.9626797Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2025-09-07T06:38:21.9626949Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2025-09-07T06:38:21.9627120Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2025-09-07T06:38:21.9629083Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2025-09-07T06:38:21.9632579Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2025-09-07T06:38:21.9635693Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2025-09-07T06:38:21.9639107Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9643262Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2025-09-07T06:38:21.9645208Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2025-09-07T06:38:21.9649494Z adding 'torch/include/ATen/ops/unsafe_split.h' 2025-09-07T06:38:21.9652114Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9655037Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2025-09-07T06:38:21.9658214Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2025-09-07T06:38:21.9661810Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2025-09-07T06:38:21.9665243Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9668166Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2025-09-07T06:38:21.9671224Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2025-09-07T06:38:21.9674168Z adding 'torch/include/ATen/ops/unsqueeze.h' 2025-09-07T06:38:21.9677550Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9680481Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2025-09-07T06:38:21.9683693Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9686804Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9689547Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2025-09-07T06:38:21.9692776Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2025-09-07T06:38:21.9695744Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2025-09-07T06:38:21.9698830Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2025-09-07T06:38:21.9702457Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2025-09-07T06:38:21.9707213Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2025-09-07T06:38:21.9710005Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9713025Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2025-09-07T06:38:21.9716245Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2025-09-07T06:38:21.9719243Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2025-09-07T06:38:21.9722478Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2025-09-07T06:38:21.9726133Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2025-09-07T06:38:21.9728783Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2025-09-07T06:38:21.9732141Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9735187Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9738208Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2025-09-07T06:38:21.9741346Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2025-09-07T06:38:21.9744459Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2025-09-07T06:38:21.9747663Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2025-09-07T06:38:21.9750731Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2025-09-07T06:38:21.9754106Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2025-09-07T06:38:21.9757940Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2025-09-07T06:38:21.9761779Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2025-09-07T06:38:21.9765397Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9768479Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2025-09-07T06:38:21.9771629Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2025-09-07T06:38:21.9774773Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2025-09-07T06:38:21.9777961Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2025-09-07T06:38:21.9780971Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2025-09-07T06:38:21.9784254Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2025-09-07T06:38:21.9787550Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9791008Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9794033Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9797158Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2025-09-07T06:38:21.9800216Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2025-09-07T06:38:21.9803187Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2025-09-07T06:38:21.9806362Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2025-09-07T06:38:21.9809476Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2025-09-07T06:38:21.9812950Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2025-09-07T06:38:21.9816558Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2025-09-07T06:38:21.9820189Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2025-09-07T06:38:21.9823728Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9826747Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2025-09-07T06:38:21.9829900Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2025-09-07T06:38:21.9832899Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2025-09-07T06:38:21.9836065Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2025-09-07T06:38:21.9839048Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2025-09-07T06:38:21.9842234Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2025-09-07T06:38:21.9845575Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9848591Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9852144Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2025-09-07T06:38:21.9854810Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2025-09-07T06:38:21.9857774Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2025-09-07T06:38:21.9860881Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2025-09-07T06:38:21.9863888Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2025-09-07T06:38:21.9867177Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2025-09-07T06:38:21.9870745Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2025-09-07T06:38:21.9874348Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2025-09-07T06:38:21.9877824Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9880812Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2025-09-07T06:38:21.9883964Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2025-09-07T06:38:21.9886969Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2025-09-07T06:38:21.9890155Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2025-09-07T06:38:21.9893269Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2025-09-07T06:38:21.9896486Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2025-09-07T06:38:21.9899802Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9902812Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9905830Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2025-09-07T06:38:21.9909989Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2025-09-07T06:38:21.9912186Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2025-09-07T06:38:21.9915785Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2025-09-07T06:38:21.9918517Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2025-09-07T06:38:21.9921892Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2025-09-07T06:38:21.9925652Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2025-09-07T06:38:21.9929742Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2025-09-07T06:38:21.9933463Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9936473Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2025-09-07T06:38:21.9939867Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2025-09-07T06:38:21.9942879Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2025-09-07T06:38:21.9946271Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2025-09-07T06:38:21.9950385Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2025-09-07T06:38:21.9952740Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2025-09-07T06:38:21.9956184Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:21.9959509Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9962712Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:21.9965762Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2025-09-07T06:38:21.9969088Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2025-09-07T06:38:21.9973168Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2025-09-07T06:38:21.9975537Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2025-09-07T06:38:21.9978960Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2025-09-07T06:38:21.9982426Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2025-09-07T06:38:21.9986813Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2025-09-07T06:38:21.9990431Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2025-09-07T06:38:21.9993693Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:21.9996884Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2025-09-07T06:38:22.0000119Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2025-09-07T06:38:22.0003372Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2025-09-07T06:38:22.0007570Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2025-09-07T06:38:22.0009874Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2025-09-07T06:38:22.0013600Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2025-09-07T06:38:22.0016849Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:22.0019968Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:22.0023025Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2025-09-07T06:38:22.0026344Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2025-09-07T06:38:22.0030343Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2025-09-07T06:38:22.0032736Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2025-09-07T06:38:22.0036328Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2025-09-07T06:38:22.0039364Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2025-09-07T06:38:22.0043216Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2025-09-07T06:38:22.0047890Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2025-09-07T06:38:22.0050750Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:22.0054058Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2025-09-07T06:38:22.0057346Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2025-09-07T06:38:22.0060610Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2025-09-07T06:38:22.0064897Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2025-09-07T06:38:22.0067098Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2025-09-07T06:38:22.0070911Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2025-09-07T06:38:22.0073876Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:22.0077070Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:22.0080185Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2025-09-07T06:38:22.0083536Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2025-09-07T06:38:22.0086539Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2025-09-07T06:38:22.0089932Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2025-09-07T06:38:22.0093710Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2025-09-07T06:38:22.0096667Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2025-09-07T06:38:22.0115301Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2025-09-07T06:38:22.0115693Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:22.0115932Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2025-09-07T06:38:22.0116146Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2025-09-07T06:38:22.0116261Z adding 'torch/include/ATen/ops/values.h' 2025-09-07T06:38:22.0117659Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:22.0121823Z adding 'torch/include/ATen/ops/values_copy.h' 2025-09-07T06:38:22.0124056Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:22.0127537Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:22.0130201Z adding 'torch/include/ATen/ops/values_copy_native.h' 2025-09-07T06:38:22.0133612Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2025-09-07T06:38:22.0136587Z adding 'torch/include/ATen/ops/values_native.h' 2025-09-07T06:38:22.0139858Z adding 'torch/include/ATen/ops/values_ops.h' 2025-09-07T06:38:22.0142861Z adding 'torch/include/ATen/ops/vander.h' 2025-09-07T06:38:22.0146028Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:22.0148865Z adding 'torch/include/ATen/ops/vander_native.h' 2025-09-07T06:38:22.0152203Z adding 'torch/include/ATen/ops/vander_ops.h' 2025-09-07T06:38:22.0155862Z adding 'torch/include/ATen/ops/var.h' 2025-09-07T06:38:22.0159282Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:22.0162283Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2025-09-07T06:38:22.0166567Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2025-09-07T06:38:22.0168843Z adding 'torch/include/ATen/ops/var_mean.h' 2025-09-07T06:38:22.0172248Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:22.0175462Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:22.0178814Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2025-09-07T06:38:22.0181868Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2025-09-07T06:38:22.0184862Z adding 'torch/include/ATen/ops/var_mean_native.h' 2025-09-07T06:38:22.0188348Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2025-09-07T06:38:22.0191651Z adding 'torch/include/ATen/ops/var_native.h' 2025-09-07T06:38:22.0195303Z adding 'torch/include/ATen/ops/var_ops.h' 2025-09-07T06:38:22.0198751Z adding 'torch/include/ATen/ops/vdot.h' 2025-09-07T06:38:22.0201951Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:22.0204836Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2025-09-07T06:38:22.0207917Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2025-09-07T06:38:22.0210736Z adding 'torch/include/ATen/ops/vdot_native.h' 2025-09-07T06:38:22.0213968Z adding 'torch/include/ATen/ops/vdot_ops.h' 2025-09-07T06:38:22.0217068Z adding 'torch/include/ATen/ops/view.h' 2025-09-07T06:38:22.0220003Z adding 'torch/include/ATen/ops/view_as.h' 2025-09-07T06:38:22.0222961Z adding 'torch/include/ATen/ops/view_as_complex.h' 2025-09-07T06:38:22.0226007Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2025-09-07T06:38:22.0229992Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:22.0233142Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:22.0235926Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2025-09-07T06:38:22.0239073Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2025-09-07T06:38:22.0242152Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2025-09-07T06:38:22.0245113Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2025-09-07T06:38:22.0248058Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2025-09-07T06:38:22.0251063Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2025-09-07T06:38:22.0254321Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2025-09-07T06:38:22.0257741Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:22.0260583Z adding 'torch/include/ATen/ops/view_as_native.h' 2025-09-07T06:38:22.0264012Z adding 'torch/include/ATen/ops/view_as_ops.h' 2025-09-07T06:38:22.0266730Z adding 'torch/include/ATen/ops/view_as_real.h' 2025-09-07T06:38:22.0270596Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2025-09-07T06:38:22.0273275Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:22.0276537Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:22.0279322Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2025-09-07T06:38:22.0282588Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2025-09-07T06:38:22.0285607Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2025-09-07T06:38:22.0288778Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2025-09-07T06:38:22.0292758Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2025-09-07T06:38:22.0294959Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2025-09-07T06:38:22.0298495Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2025-09-07T06:38:22.0301332Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:22.0304796Z adding 'torch/include/ATen/ops/view_copy.h' 2025-09-07T06:38:22.0308197Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:22.0311569Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:22.0314361Z adding 'torch/include/ATen/ops/view_copy_native.h' 2025-09-07T06:38:22.0317803Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2025-09-07T06:38:22.0321614Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2025-09-07T06:38:22.0324127Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2025-09-07T06:38:22.0327400Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2025-09-07T06:38:22.0330278Z adding 'torch/include/ATen/ops/view_native.h' 2025-09-07T06:38:22.0333613Z adding 'torch/include/ATen/ops/view_ops.h' 2025-09-07T06:38:22.0336684Z adding 'torch/include/ATen/ops/vsplit.h' 2025-09-07T06:38:22.0340046Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:22.0342852Z adding 'torch/include/ATen/ops/vsplit_native.h' 2025-09-07T06:38:22.0346148Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2025-09-07T06:38:22.0350215Z adding 'torch/include/ATen/ops/vstack.h' 2025-09-07T06:38:22.0352716Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:22.0356024Z adding 'torch/include/ATen/ops/vstack_native.h' 2025-09-07T06:38:22.0358798Z adding 'torch/include/ATen/ops/vstack_ops.h' 2025-09-07T06:38:22.0362140Z adding 'torch/include/ATen/ops/where.h' 2025-09-07T06:38:22.0365806Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:22.0369010Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2025-09-07T06:38:22.0373095Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2025-09-07T06:38:22.0375342Z adding 'torch/include/ATen/ops/where_native.h' 2025-09-07T06:38:22.0378904Z adding 'torch/include/ATen/ops/where_ops.h' 2025-09-07T06:38:22.0382234Z adding 'torch/include/ATen/ops/xlogy.h' 2025-09-07T06:38:22.0385713Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:22.0388859Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T06:38:22.0391926Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2025-09-07T06:38:22.0395916Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2025-09-07T06:38:22.0398074Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2025-09-07T06:38:22.0401754Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2025-09-07T06:38:22.0404310Z adding 'torch/include/ATen/ops/xlogy_native.h' 2025-09-07T06:38:22.0407971Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2025-09-07T06:38:22.0411117Z adding 'torch/include/ATen/ops/xor.h' 2025-09-07T06:38:22.0414603Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2025-09-07T06:38:22.0417484Z adding 'torch/include/ATen/ops/xor_native.h' 2025-09-07T06:38:22.0420973Z adding 'torch/include/ATen/ops/xor_ops.h' 2025-09-07T06:38:22.0424873Z adding 'torch/include/ATen/ops/zero.h' 2025-09-07T06:38:22.0427476Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:22.0430589Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2025-09-07T06:38:22.0433603Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2025-09-07T06:38:22.0436746Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2025-09-07T06:38:22.0439686Z adding 'torch/include/ATen/ops/zero_native.h' 2025-09-07T06:38:22.0443001Z adding 'torch/include/ATen/ops/zero_ops.h' 2025-09-07T06:38:22.0447674Z adding 'torch/include/ATen/ops/zeros.h' 2025-09-07T06:38:22.0450278Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:22.0453812Z adding 'torch/include/ATen/ops/zeros_like.h' 2025-09-07T06:38:22.0457187Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2025-09-07T06:38:22.0460532Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-09-07T06:38:22.0463348Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2025-09-07T06:38:22.0466778Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2025-09-07T06:38:22.0470856Z adding 'torch/include/ATen/ops/zeros_native.h' 2025-09-07T06:38:22.0473380Z adding 'torch/include/ATen/ops/zeros_ops.h' 2025-09-07T06:38:22.0480197Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2025-09-07T06:38:22.0485205Z adding 'torch/include/ATen/quantized/Quantizer.h' 2025-09-07T06:38:22.0489772Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2025-09-07T06:38:22.0493821Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2025-09-07T06:38:22.0495857Z adding 'torch/include/ATen/xpu/XPUContext.h' 2025-09-07T06:38:22.0499488Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2025-09-07T06:38:22.0502903Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2025-09-07T06:38:22.0506378Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2025-09-07T06:38:22.0510979Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2025-09-07T06:38:22.0519661Z adding 'torch/include/c10/core/Allocator.h' 2025-09-07T06:38:22.0526643Z adding 'torch/include/c10/core/AllocatorConfig.h' 2025-09-07T06:38:22.0530363Z adding 'torch/include/c10/core/AutogradState.h' 2025-09-07T06:38:22.0535416Z adding 'torch/include/c10/core/Backend.h' 2025-09-07T06:38:22.0539613Z adding 'torch/include/c10/core/CPUAllocator.h' 2025-09-07T06:38:22.0542958Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2025-09-07T06:38:22.0546566Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2025-09-07T06:38:22.0550980Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2025-09-07T06:38:22.0554892Z adding 'torch/include/c10/core/Contiguity.h' 2025-09-07T06:38:22.0558557Z adding 'torch/include/c10/core/CopyBytes.h' 2025-09-07T06:38:22.0562455Z adding 'torch/include/c10/core/DefaultDtype.h' 2025-09-07T06:38:22.0564728Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2025-09-07T06:38:22.0569318Z adding 'torch/include/c10/core/Device.h' 2025-09-07T06:38:22.0572675Z adding 'torch/include/c10/core/DeviceArray.h' 2025-09-07T06:38:22.0577513Z adding 'torch/include/c10/core/DeviceGuard.h' 2025-09-07T06:38:22.0581814Z adding 'torch/include/c10/core/DeviceType.h' 2025-09-07T06:38:22.0595518Z adding 'torch/include/c10/core/DispatchKey.h' 2025-09-07T06:38:22.0612715Z adding 'torch/include/c10/core/DispatchKeySet.h' 2025-09-07T06:38:22.0617849Z adding 'torch/include/c10/core/DynamicCast.h' 2025-09-07T06:38:22.0622228Z adding 'torch/include/c10/core/Event.h' 2025-09-07T06:38:22.0626257Z adding 'torch/include/c10/core/GeneratorImpl.h' 2025-09-07T06:38:22.0629497Z adding 'torch/include/c10/core/GradMode.h' 2025-09-07T06:38:22.0633483Z adding 'torch/include/c10/core/InferenceMode.h' 2025-09-07T06:38:22.0636805Z adding 'torch/include/c10/core/Layout.h' 2025-09-07T06:38:22.0641875Z adding 'torch/include/c10/core/MemoryFormat.h' 2025-09-07T06:38:22.0645194Z adding 'torch/include/c10/core/OptionalRef.h' 2025-09-07T06:38:22.0649203Z adding 'torch/include/c10/core/PyHandleCache.h' 2025-09-07T06:38:22.0652420Z adding 'torch/include/c10/core/QEngine.h' 2025-09-07T06:38:22.0655605Z adding 'torch/include/c10/core/QScheme.h' 2025-09-07T06:38:22.0659029Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2025-09-07T06:38:22.0662730Z adding 'torch/include/c10/core/SafePyObject.h' 2025-09-07T06:38:22.0668806Z adding 'torch/include/c10/core/Scalar.h' 2025-09-07T06:38:22.0676524Z adding 'torch/include/c10/core/ScalarType.h' 2025-09-07T06:38:22.0680520Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2025-09-07T06:38:22.0684788Z adding 'torch/include/c10/core/Storage.h' 2025-09-07T06:38:22.0690469Z adding 'torch/include/c10/core/StorageImpl.h' 2025-09-07T06:38:22.0695622Z adding 'torch/include/c10/core/Stream.h' 2025-09-07T06:38:22.0699983Z adding 'torch/include/c10/core/StreamGuard.h' 2025-09-07T06:38:22.0703838Z adding 'torch/include/c10/core/SymBool.h' 2025-09-07T06:38:22.0707640Z adding 'torch/include/c10/core/SymFloat.h' 2025-09-07T06:38:22.0714410Z adding 'torch/include/c10/core/SymInt.h' 2025-09-07T06:38:22.0718384Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2025-09-07T06:38:22.0722398Z adding 'torch/include/c10/core/SymNodeImpl.h' 2025-09-07T06:38:22.0726843Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2025-09-07T06:38:22.0769334Z adding 'torch/include/c10/core/TensorImpl.h' 2025-09-07T06:38:22.0781907Z adding 'torch/include/c10/core/TensorOptions.h' 2025-09-07T06:38:22.0785778Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2025-09-07T06:38:22.0788947Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2025-09-07T06:38:22.0791975Z adding 'torch/include/c10/core/alignment.h' 2025-09-07T06:38:22.0795545Z adding 'torch/include/c10/core/thread_pool.h' 2025-09-07T06:38:22.0799840Z adding 'torch/include/c10/core/impl/COW.h' 2025-09-07T06:38:22.0803307Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2025-09-07T06:38:22.0809800Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2025-09-07T06:38:22.0813818Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2025-09-07T06:38:22.0817037Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2025-09-07T06:38:22.0820633Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2025-09-07T06:38:22.0827358Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2025-09-07T06:38:22.0831481Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2025-09-07T06:38:22.0837205Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2025-09-07T06:38:22.0841535Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2025-09-07T06:38:22.0847115Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2025-09-07T06:38:22.0850585Z adding 'torch/include/c10/core/impl/PyInterpreterHooks.h' 2025-09-07T06:38:22.0855203Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2025-09-07T06:38:22.0858174Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2025-09-07T06:38:22.0862692Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2025-09-07T06:38:22.0866366Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2025-09-07T06:38:22.0869903Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2025-09-07T06:38:22.0872975Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2025-09-07T06:38:22.0877089Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2025-09-07T06:38:22.0881007Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2025-09-07T06:38:22.0888322Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2025-09-07T06:38:22.0892804Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2025-09-07T06:38:22.0897473Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2025-09-07T06:38:22.0901437Z adding 'torch/include/c10/cuda/CUDAException.h' 2025-09-07T06:38:22.0905363Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2025-09-07T06:38:22.0909368Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2025-09-07T06:38:22.0914353Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2025-09-07T06:38:22.0917979Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2025-09-07T06:38:22.0921304Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2025-09-07T06:38:22.0924349Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2025-09-07T06:38:22.0929924Z adding 'torch/include/c10/cuda/CUDAStream.h' 2025-09-07T06:38:22.0934020Z adding 'torch/include/c10/cuda/driver_api.h' 2025-09-07T06:38:22.0939984Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2025-09-07T06:38:22.0943036Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2025-09-07T06:38:22.0946546Z adding 'torch/include/c10/macros/Export.h' 2025-09-07T06:38:22.0949194Z adding 'torch/include/c10/macros/Macros.h' 2025-09-07T06:38:22.0951986Z adding 'torch/include/c10/macros/cmake_macros.h' 2025-09-07T06:38:22.0956821Z adding 'torch/include/c10/metal/atomic.h' 2025-09-07T06:38:22.0959811Z adding 'torch/include/c10/metal/common.h' 2025-09-07T06:38:22.0963575Z adding 'torch/include/c10/metal/expm1f.h' 2025-09-07T06:38:22.0977175Z adding 'torch/include/c10/metal/igamma.h' 2025-09-07T06:38:22.0984030Z adding 'torch/include/c10/metal/indexing.h' 2025-09-07T06:38:22.0988052Z adding 'torch/include/c10/metal/random.h' 2025-09-07T06:38:22.0992701Z adding 'torch/include/c10/metal/reduction_utils.h' 2025-09-07T06:38:22.1007928Z adding 'torch/include/c10/metal/special_math.h' 2025-09-07T06:38:22.1013622Z adding 'torch/include/c10/metal/utils.h' 2025-09-07T06:38:22.1018743Z adding 'torch/include/c10/mobile/CPUCachingAllocator.h' 2025-09-07T06:38:22.1022850Z adding 'torch/include/c10/mobile/CPUProfilingAllocator.h' 2025-09-07T06:38:22.1027121Z adding 'torch/include/c10/test/util/Macros.h' 2025-09-07T06:38:22.1032449Z adding 'torch/include/c10/test/util/complex_math_test_common.h' 2025-09-07T06:38:22.1039524Z adding 'torch/include/c10/test/util/complex_test_common.h' 2025-09-07T06:38:22.1045993Z adding 'torch/include/c10/util/AbortHandler.h' 2025-09-07T06:38:22.1050079Z adding 'torch/include/c10/util/AlignOf.h' 2025-09-07T06:38:22.1054092Z adding 'torch/include/c10/util/ApproximateClock.h' 2025-09-07T06:38:22.1057163Z adding 'torch/include/c10/util/Array.h' 2025-09-07T06:38:22.1062369Z adding 'torch/include/c10/util/ArrayRef.h' 2025-09-07T06:38:22.1065451Z adding 'torch/include/c10/util/BFloat16-inl.h' 2025-09-07T06:38:22.1069856Z adding 'torch/include/c10/util/BFloat16-math.h' 2025-09-07T06:38:22.1072806Z adding 'torch/include/c10/util/BFloat16.h' 2025-09-07T06:38:22.1075798Z adding 'torch/include/c10/util/Backtrace.h' 2025-09-07T06:38:22.1079430Z adding 'torch/include/c10/util/Bitset.h' 2025-09-07T06:38:22.1082940Z adding 'torch/include/c10/util/C++17.h' 2025-09-07T06:38:22.1086319Z adding 'torch/include/c10/util/CallOnce.h' 2025-09-07T06:38:22.1091271Z adding 'torch/include/c10/util/ConstexprCrc.h' 2025-09-07T06:38:22.1095024Z adding 'torch/include/c10/util/DeadlockDetection.h' 2025-09-07T06:38:22.1098588Z adding 'torch/include/c10/util/Deprecated.h' 2025-09-07T06:38:22.1101603Z adding 'torch/include/c10/util/DimVector.h' 2025-09-07T06:38:22.1104744Z adding 'torch/include/c10/util/DynamicCounter.h' 2025-09-07T06:38:22.1108518Z adding 'torch/include/c10/util/Enumerate.h' 2025-09-07T06:38:22.1119041Z adding 'torch/include/c10/util/Exception.h' 2025-09-07T06:38:22.1123766Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2025-09-07T06:38:22.1127322Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2025-09-07T06:38:22.1130292Z adding 'torch/include/c10/util/FbcodeMaps.h' 2025-09-07T06:38:22.1135561Z adding 'torch/include/c10/util/Flags.h' 2025-09-07T06:38:22.1138678Z adding 'torch/include/c10/util/Float4_e2m1fn_x2.h' 2025-09-07T06:38:22.1141837Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2025-09-07T06:38:22.1144846Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2025-09-07T06:38:22.1147899Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2025-09-07T06:38:22.1150878Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2025-09-07T06:38:22.1154019Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2025-09-07T06:38:22.1157103Z adding 'torch/include/c10/util/Float8_e5m2.h' 2025-09-07T06:38:22.1160065Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2025-09-07T06:38:22.1163018Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2025-09-07T06:38:22.1166057Z adding 'torch/include/c10/util/Float8_e8m0fnu-inl.h' 2025-09-07T06:38:22.1169032Z adding 'torch/include/c10/util/Float8_e8m0fnu.h' 2025-09-07T06:38:22.1172966Z adding 'torch/include/c10/util/FunctionRef.h' 2025-09-07T06:38:22.1176571Z adding 'torch/include/c10/util/Gauge.h' 2025-09-07T06:38:22.1179689Z adding 'torch/include/c10/util/Half-inl.h' 2025-09-07T06:38:22.1182888Z adding 'torch/include/c10/util/Half.h' 2025-09-07T06:38:22.1186678Z adding 'torch/include/c10/util/IdWrapper.h' 2025-09-07T06:38:22.1190927Z adding 'torch/include/c10/util/IntrusiveList.h' 2025-09-07T06:38:22.1194970Z adding 'torch/include/c10/util/Lazy.h' 2025-09-07T06:38:22.1199702Z adding 'torch/include/c10/util/LeftRight.h' 2025-09-07T06:38:22.1203960Z adding 'torch/include/c10/util/Load.h' 2025-09-07T06:38:22.1210062Z adding 'torch/include/c10/util/Logging.h' 2025-09-07T06:38:22.1214185Z adding 'torch/include/c10/util/MathConstants.h' 2025-09-07T06:38:22.1218663Z adding 'torch/include/c10/util/MaybeOwned.h' 2025-09-07T06:38:22.1225163Z adding 'torch/include/c10/util/Metaprogramming.h' 2025-09-07T06:38:22.1226938Z adding 'torch/include/c10/util/NetworkFlow.h' 2025-09-07T06:38:22.1230157Z adding 'torch/include/c10/util/Optional.h' 2025-09-07T06:38:22.1234231Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2025-09-07T06:38:22.1237294Z adding 'torch/include/c10/util/ParallelGuard.h' 2025-09-07T06:38:22.1242828Z adding 'torch/include/c10/util/Registry.h' 2025-09-07T06:38:22.1246399Z adding 'torch/include/c10/util/ScopeExit.h' 2025-09-07T06:38:22.1249599Z adding 'torch/include/c10/util/Semaphore.h' 2025-09-07T06:38:22.1253011Z adding 'torch/include/c10/util/SmallBuffer.h' 2025-09-07T06:38:22.1270352Z adding 'torch/include/c10/util/SmallVector.h' 2025-09-07T06:38:22.1276049Z adding 'torch/include/c10/util/StringUtil.h' 2025-09-07T06:38:22.1279565Z adding 'torch/include/c10/util/Synchronized.h' 2025-09-07T06:38:22.1283328Z adding 'torch/include/c10/util/ThreadLocal.h' 2025-09-07T06:38:22.1286952Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2025-09-07T06:38:22.1290127Z adding 'torch/include/c10/util/Type.h' 2025-09-07T06:38:22.1294124Z adding 'torch/include/c10/util/TypeCast.h' 2025-09-07T06:38:22.1298078Z adding 'torch/include/c10/util/TypeIndex.h' 2025-09-07T06:38:22.1304319Z adding 'torch/include/c10/util/TypeList.h' 2025-09-07T06:38:22.1307560Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2025-09-07T06:38:22.1311410Z adding 'torch/include/c10/util/TypeTraits.h' 2025-09-07T06:38:22.1314470Z adding 'torch/include/c10/util/Unicode.h' 2025-09-07T06:38:22.1318434Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2025-09-07T06:38:22.1321532Z adding 'torch/include/c10/util/Unroll.h' 2025-09-07T06:38:22.1325048Z adding 'torch/include/c10/util/WaitCounter.h' 2025-09-07T06:38:22.1328195Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2025-09-07T06:38:22.1331612Z adding 'torch/include/c10/util/accumulate.h' 2025-09-07T06:38:22.1334547Z adding 'torch/include/c10/util/bit_cast.h' 2025-09-07T06:38:22.1337216Z adding 'torch/include/c10/util/bits.h' 2025-09-07T06:38:22.1340453Z adding 'torch/include/c10/util/complex.h' 2025-09-07T06:38:22.1345093Z adding 'torch/include/c10/util/complex_math.h' 2025-09-07T06:38:22.1348542Z adding 'torch/include/c10/util/complex_utils.h' 2025-09-07T06:38:22.1351570Z adding 'torch/include/c10/util/copysign.h' 2025-09-07T06:38:22.1354583Z adding 'torch/include/c10/util/env.h' 2025-09-07T06:38:22.1357413Z adding 'torch/include/c10/util/error.h' 2025-09-07T06:38:22.1373300Z adding 'torch/include/c10/util/flat_hash_map.h' 2025-09-07T06:38:22.1377568Z adding 'torch/include/c10/util/floating_point_utils.h' 2025-09-07T06:38:22.1381055Z adding 'torch/include/c10/util/generic_math.h' 2025-09-07T06:38:22.1386771Z adding 'torch/include/c10/util/hash.h' 2025-09-07T06:38:22.1392717Z adding 'torch/include/c10/util/int128.h' 2025-09-07T06:38:22.1405754Z adding 'torch/include/c10/util/intrusive_ptr.h' 2025-09-07T06:38:22.1410385Z adding 'torch/include/c10/util/irange.h' 2025-09-07T06:38:22.1421016Z adding 'torch/include/c10/util/llvmMathExtras.h' 2025-09-07T06:38:22.1425546Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2025-09-07T06:38:22.1430425Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2025-09-07T06:38:22.1433657Z adding 'torch/include/c10/util/numa.h' 2025-09-07T06:38:22.1452879Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2025-09-07T06:38:22.1458518Z adding 'torch/include/c10/util/overflows.h' 2025-09-07T06:38:22.1460930Z adding 'torch/include/c10/util/overloaded.h' 2025-09-07T06:38:22.1464208Z adding 'torch/include/c10/util/python_stub.h' 2025-09-07T06:38:22.1466555Z adding 'torch/include/c10/util/qint32.h' 2025-09-07T06:38:22.1469567Z adding 'torch/include/c10/util/qint8.h' 2025-09-07T06:38:22.1472008Z adding 'torch/include/c10/util/quint2x4.h' 2025-09-07T06:38:22.1474613Z adding 'torch/include/c10/util/quint4x2.h' 2025-09-07T06:38:22.1477386Z adding 'torch/include/c10/util/quint8.h' 2025-09-07T06:38:22.1480999Z adding 'torch/include/c10/util/safe_numerics.h' 2025-09-07T06:38:22.1484814Z adding 'torch/include/c10/util/signal_handler.h' 2025-09-07T06:38:22.1494196Z adding 'torch/include/c10/util/sparse_bitset.h' 2025-09-07T06:38:22.1498139Z adding 'torch/include/c10/util/ssize.h' 2025-09-07T06:38:22.1501516Z adding 'torch/include/c10/util/static_tracepoint.h' 2025-09-07T06:38:22.1506275Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2025-09-07T06:38:22.1509232Z adding 'torch/include/c10/util/strides.h' 2025-09-07T06:38:22.1512272Z adding 'torch/include/c10/util/string_utils.h' 2025-09-07T06:38:22.1518924Z adding 'torch/include/c10/util/string_view.h' 2025-09-07T06:38:22.1528655Z adding 'torch/include/c10/util/strong_type.h' 2025-09-07T06:38:22.1533935Z adding 'torch/include/c10/util/tempfile.h' 2025-09-07T06:38:22.1536217Z adding 'torch/include/c10/util/thread_name.h' 2025-09-07T06:38:22.1545505Z adding 'torch/include/c10/util/typeid.h' 2025-09-07T06:38:22.1549227Z adding 'torch/include/c10/util/win32-headers.h' 2025-09-07T06:38:22.1553614Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2025-09-07T06:38:22.1558530Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2025-09-07T06:38:22.1562541Z adding 'torch/include/c10/xpu/XPUException.h' 2025-09-07T06:38:22.1565153Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2025-09-07T06:38:22.1568348Z adding 'torch/include/c10/xpu/XPUMacros.h' 2025-09-07T06:38:22.1574015Z adding 'torch/include/c10/xpu/XPUStream.h' 2025-09-07T06:38:22.1579128Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2025-09-07T06:38:22.1583205Z adding 'torch/include/c10/xpu/test/impl/XPUTest.h' 2025-09-07T06:38:22.1587935Z adding 'torch/include/caffe2/core/common.h' 2025-09-07T06:38:22.1591484Z adding 'torch/include/caffe2/core/macros.h' 2025-09-07T06:38:22.1594706Z adding 'torch/include/caffe2/core/timer.h' 2025-09-07T06:38:22.1600389Z adding 'torch/include/caffe2/perfkernels/batch_box_cox_vec.h' 2025-09-07T06:38:22.1604699Z adding 'torch/include/caffe2/perfkernels/common.h' 2025-09-07T06:38:22.1628991Z adding 'torch/include/caffe2/perfkernels/embedding_lookup_idx.h' 2025-09-07T06:38:22.1650350Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2025-09-07T06:38:22.1655827Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2025-09-07T06:38:22.1658939Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2025-09-07T06:38:22.1664585Z adding 'torch/include/caffe2/serialize/inline_container.h' 2025-09-07T06:38:22.1667933Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2025-09-07T06:38:22.1670944Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2025-09-07T06:38:22.1675446Z adding 'torch/include/caffe2/serialize/versions.h' 2025-09-07T06:38:22.1680447Z adding 'torch/include/caffe2/utils/fixed_divisor.h' 2025-09-07T06:38:22.1683584Z adding 'torch/include/caffe2/utils/proto_wrap.h' 2025-09-07T06:38:22.1686702Z adding 'torch/include/caffe2/utils/string_utils.h' 2025-09-07T06:38:22.1691014Z adding 'torch/include/caffe2/utils/threadpool/ThreadPool.h' 2025-09-07T06:38:22.1694286Z adding 'torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h' 2025-09-07T06:38:22.1700244Z adding 'torch/include/caffe2/utils/threadpool/WorkersPool.h' 2025-09-07T06:38:22.1703841Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h' 2025-09-07T06:38:22.1707873Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool.h' 2025-09-07T06:38:22.1711227Z adding 'torch/include/caffe2/utils/threadpool/thread_pool_guard.h' 2025-09-07T06:38:22.1716696Z adding 'torch/include/fmt/args.h' 2025-09-07T06:38:22.1765061Z adding 'torch/include/fmt/base.h' 2025-09-07T06:38:22.1792026Z adding 'torch/include/fmt/chrono.h' 2025-09-07T06:38:22.1802892Z adding 'torch/include/fmt/color.h' 2025-09-07T06:38:22.1810574Z adding 'torch/include/fmt/compile.h' 2025-09-07T06:38:22.1814047Z adding 'torch/include/fmt/core.h' 2025-09-07T06:38:22.1843876Z adding 'torch/include/fmt/format-inl.h' 2025-09-07T06:38:22.1903436Z adding 'torch/include/fmt/format.h' 2025-09-07T06:38:22.1913245Z adding 'torch/include/fmt/os.h' 2025-09-07T06:38:22.1917684Z adding 'torch/include/fmt/ostream.h' 2025-09-07T06:38:22.1926067Z adding 'torch/include/fmt/printf.h' 2025-09-07T06:38:22.1935957Z adding 'torch/include/fmt/ranges.h' 2025-09-07T06:38:22.1944559Z adding 'torch/include/fmt/std.h' 2025-09-07T06:38:22.1950353Z adding 'torch/include/fmt/xchar.h' 2025-09-07T06:38:22.1954794Z adding 'torch/include/fp16/bitcasts.h' 2025-09-07T06:38:22.1961234Z adding 'torch/include/fp16/fp16.h' 2025-09-07T06:38:22.1965629Z adding 'torch/include/fp16/psimd.h' 2025-09-07T06:38:22.1972844Z adding 'torch/include/google/protobuf/any.h' 2025-09-07T06:38:22.1978611Z adding 'torch/include/google/protobuf/any.pb.h' 2025-09-07T06:38:22.1990433Z adding 'torch/include/google/protobuf/api.pb.h' 2025-09-07T06:38:22.2003550Z adding 'torch/include/google/protobuf/arena.h' 2025-09-07T06:38:22.2011331Z adding 'torch/include/google/protobuf/arena_impl.h' 2025-09-07T06:38:22.2018172Z adding 'torch/include/google/protobuf/arenastring.h' 2025-09-07T06:38:22.2050849Z adding 'torch/include/google/protobuf/descriptor.h' 2025-09-07T06:38:22.2134002Z adding 'torch/include/google/protobuf/descriptor.pb.h' 2025-09-07T06:38:22.2153402Z adding 'torch/include/google/protobuf/descriptor_database.h' 2025-09-07T06:38:22.2158577Z adding 'torch/include/google/protobuf/duration.pb.h' 2025-09-07T06:38:22.2164146Z adding 'torch/include/google/protobuf/dynamic_message.h' 2025-09-07T06:38:22.2168770Z adding 'torch/include/google/protobuf/empty.pb.h' 2025-09-07T06:38:22.2220646Z adding 'torch/include/google/protobuf/extension_set.h' 2025-09-07T06:38:22.2220828Z adding 'torch/include/google/protobuf/extension_set_inl.h' 2025-09-07T06:38:22.2220984Z adding 'torch/include/google/protobuf/field_mask.pb.h' 2025-09-07T06:38:22.2221196Z adding 'torch/include/google/protobuf/generated_enum_reflection.h' 2025-09-07T06:38:22.2221364Z adding 'torch/include/google/protobuf/generated_enum_util.h' 2025-09-07T06:38:22.2223789Z adding 'torch/include/google/protobuf/generated_message_reflection.h' 2025-09-07T06:38:22.2230441Z adding 'torch/include/google/protobuf/generated_message_table_driven.h' 2025-09-07T06:38:22.2236134Z adding 'torch/include/google/protobuf/generated_message_util.h' 2025-09-07T06:38:22.2240265Z adding 'torch/include/google/protobuf/has_bits.h' 2025-09-07T06:38:22.2245165Z adding 'torch/include/google/protobuf/implicit_weak_message.h' 2025-09-07T06:38:22.2249952Z adding 'torch/include/google/protobuf/inlined_string_field.h' 2025-09-07T06:38:22.2267584Z adding 'torch/include/google/protobuf/map.h' 2025-09-07T06:38:22.2273373Z adding 'torch/include/google/protobuf/map_entry.h' 2025-09-07T06:38:22.2283297Z adding 'torch/include/google/protobuf/map_entry_lite.h' 2025-09-07T06:38:22.2294642Z adding 'torch/include/google/protobuf/map_field.h' 2025-09-07T06:38:22.2301850Z adding 'torch/include/google/protobuf/map_field_inl.h' 2025-09-07T06:38:22.2306369Z adding 'torch/include/google/protobuf/map_field_lite.h' 2025-09-07T06:38:22.2315897Z adding 'torch/include/google/protobuf/map_type_handler.h' 2025-09-07T06:38:22.2339083Z adding 'torch/include/google/protobuf/message.h' 2025-09-07T06:38:22.2351172Z adding 'torch/include/google/protobuf/message_lite.h' 2025-09-07T06:38:22.2355223Z adding 'torch/include/google/protobuf/metadata.h' 2025-09-07T06:38:22.2360324Z adding 'torch/include/google/protobuf/metadata_lite.h' 2025-09-07T06:38:22.2371611Z adding 'torch/include/google/protobuf/parse_context.h' 2025-09-07T06:38:22.2375966Z adding 'torch/include/google/protobuf/port.h' 2025-09-07T06:38:22.2383805Z adding 'torch/include/google/protobuf/reflection.h' 2025-09-07T06:38:22.2388214Z adding 'torch/include/google/protobuf/reflection_ops.h' 2025-09-07T06:38:22.2422275Z adding 'torch/include/google/protobuf/repeated_field.h' 2025-09-07T06:38:22.2431151Z adding 'torch/include/google/protobuf/service.h' 2025-09-07T06:38:22.2436495Z adding 'torch/include/google/protobuf/source_context.pb.h' 2025-09-07T06:38:22.2447481Z adding 'torch/include/google/protobuf/struct.pb.h' 2025-09-07T06:38:22.2459627Z adding 'torch/include/google/protobuf/text_format.h' 2025-09-07T06:38:22.2465286Z adding 'torch/include/google/protobuf/timestamp.pb.h' 2025-09-07T06:38:22.2487052Z adding 'torch/include/google/protobuf/type.pb.h' 2025-09-07T06:38:22.2494996Z adding 'torch/include/google/protobuf/unknown_field_set.h' 2025-09-07T06:38:22.2502331Z adding 'torch/include/google/protobuf/wire_format.h' 2025-09-07T06:38:22.2524121Z adding 'torch/include/google/protobuf/wire_format_lite.h' 2025-09-07T06:38:22.2536560Z adding 'torch/include/google/protobuf/wrappers.pb.h' 2025-09-07T06:38:22.2544568Z adding 'torch/include/google/protobuf/compiler/code_generator.h' 2025-09-07T06:38:22.2554065Z adding 'torch/include/google/protobuf/compiler/command_line_interface.h' 2025-09-07T06:38:22.2561514Z adding 'torch/include/google/protobuf/compiler/importer.h' 2025-09-07T06:38:22.2573227Z adding 'torch/include/google/protobuf/compiler/parser.h' 2025-09-07T06:38:22.2579313Z adding 'torch/include/google/protobuf/compiler/plugin.h' 2025-09-07T06:38:22.2592980Z adding 'torch/include/google/protobuf/compiler/plugin.pb.h' 2025-09-07T06:38:22.2599962Z adding 'torch/include/google/protobuf/compiler/cpp/cpp_generator.h' 2025-09-07T06:38:22.2604746Z adding 'torch/include/google/protobuf/compiler/csharp/csharp_generator.h' 2025-09-07T06:38:22.2608834Z adding 'torch/include/google/protobuf/compiler/csharp/csharp_names.h' 2025-09-07T06:38:22.2613732Z adding 'torch/include/google/protobuf/compiler/java/java_generator.h' 2025-09-07T06:38:22.2617499Z adding 'torch/include/google/protobuf/compiler/java/java_names.h' 2025-09-07T06:38:22.2651294Z adding 'torch/include/google/protobuf/compiler/js/js_generator.h' 2025-09-07T06:38:22.2651911Z adding 'torch/include/google/protobuf/compiler/js/well_known_types_embed.h' 2025-09-07T06:38:22.2652541Z adding 'torch/include/google/protobuf/compiler/objectivec/objectivec_generator.h' 2025-09-07T06:38:22.2653183Z adding 'torch/include/google/protobuf/compiler/objectivec/objectivec_helpers.h' 2025-09-07T06:38:22.2653764Z adding 'torch/include/google/protobuf/compiler/php/php_generator.h' 2025-09-07T06:38:22.2654313Z adding 'torch/include/google/protobuf/compiler/python/python_generator.h' 2025-09-07T06:38:22.2658148Z adding 'torch/include/google/protobuf/compiler/ruby/ruby_generator.h' 2025-09-07T06:38:22.2686571Z adding 'torch/include/google/protobuf/io/coded_stream.h' 2025-09-07T06:38:22.2692856Z adding 'torch/include/google/protobuf/io/gzip_stream.h' 2025-09-07T06:38:22.2697303Z adding 'torch/include/google/protobuf/io/io_win32.h' 2025-09-07T06:38:22.2704762Z adding 'torch/include/google/protobuf/io/printer.h' 2025-09-07T06:38:22.2708805Z adding 'torch/include/google/protobuf/io/strtod.h' 2025-09-07T06:38:22.2716631Z adding 'torch/include/google/protobuf/io/tokenizer.h' 2025-09-07T06:38:22.2722680Z adding 'torch/include/google/protobuf/io/zero_copy_stream.h' 2025-09-07T06:38:22.2728379Z adding 'torch/include/google/protobuf/io/zero_copy_stream_impl.h' 2025-09-07T06:38:22.2736003Z adding 'torch/include/google/protobuf/io/zero_copy_stream_impl_lite.h' 2025-09-07T06:38:22.2743071Z adding 'torch/include/google/protobuf/stubs/bytestream.h' 2025-09-07T06:38:22.2748835Z adding 'torch/include/google/protobuf/stubs/callback.h' 2025-09-07T06:38:22.2753646Z adding 'torch/include/google/protobuf/stubs/casts.h' 2025-09-07T06:38:22.2758574Z adding 'torch/include/google/protobuf/stubs/common.h' 2025-09-07T06:38:22.2763093Z adding 'torch/include/google/protobuf/stubs/fastmem.h' 2025-09-07T06:38:22.2767092Z adding 'torch/include/google/protobuf/stubs/hash.h' 2025-09-07T06:38:22.2772309Z adding 'torch/include/google/protobuf/stubs/logging.h' 2025-09-07T06:38:22.2776956Z adding 'torch/include/google/protobuf/stubs/macros.h' 2025-09-07T06:38:22.2787024Z adding 'torch/include/google/protobuf/stubs/map_util.h' 2025-09-07T06:38:22.2792286Z adding 'torch/include/google/protobuf/stubs/mutex.h' 2025-09-07T06:38:22.2795910Z adding 'torch/include/google/protobuf/stubs/once.h' 2025-09-07T06:38:22.2799993Z adding 'torch/include/google/protobuf/stubs/platform_macros.h' 2025-09-07T06:38:22.2805759Z adding 'torch/include/google/protobuf/stubs/port.h' 2025-09-07T06:38:22.2810021Z adding 'torch/include/google/protobuf/stubs/status.h' 2025-09-07T06:38:22.2814048Z adding 'torch/include/google/protobuf/stubs/stl_util.h' 2025-09-07T06:38:22.2821871Z adding 'torch/include/google/protobuf/stubs/stringpiece.h' 2025-09-07T06:38:22.2835664Z adding 'torch/include/google/protobuf/stubs/strutil.h' 2025-09-07T06:38:22.2840793Z adding 'torch/include/google/protobuf/stubs/template_util.h' 2025-09-07T06:38:22.2846009Z adding 'torch/include/google/protobuf/util/delimited_message_util.h' 2025-09-07T06:38:22.2851525Z adding 'torch/include/google/protobuf/util/field_comparator.h' 2025-09-07T06:38:22.2857550Z adding 'torch/include/google/protobuf/util/field_mask_util.h' 2025-09-07T06:38:22.2862459Z adding 'torch/include/google/protobuf/util/json_util.h' 2025-09-07T06:38:22.2880707Z adding 'torch/include/google/protobuf/util/message_differencer.h' 2025-09-07T06:38:22.2887168Z adding 'torch/include/google/protobuf/util/time_util.h' 2025-09-07T06:38:22.2891303Z adding 'torch/include/google/protobuf/util/type_resolver.h' 2025-09-07T06:38:22.2896016Z adding 'torch/include/google/protobuf/util/type_resolver_util.h' 2025-09-07T06:38:22.2900048Z adding 'torch/include/kineto/AbstractConfig.h' 2025-09-07T06:38:22.2904166Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2025-09-07T06:38:22.2907757Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2025-09-07T06:38:22.2910808Z adding 'torch/include/kineto/ActivityType.h' 2025-09-07T06:38:22.2913993Z adding 'torch/include/kineto/ClientInterface.h' 2025-09-07T06:38:22.2920710Z adding 'torch/include/kineto/Config.h' 2025-09-07T06:38:22.2925592Z adding 'torch/include/kineto/GenericTraceActivity.h' 2025-09-07T06:38:22.2930578Z adding 'torch/include/kineto/IActivityProfiler.h' 2025-09-07T06:38:22.2933499Z adding 'torch/include/kineto/ILoggerObserver.h' 2025-09-07T06:38:22.2937939Z adding 'torch/include/kineto/ITraceActivity.h' 2025-09-07T06:38:22.2941894Z adding 'torch/include/kineto/LoggingAPI.h' 2025-09-07T06:38:22.2944193Z adding 'torch/include/kineto/ThreadUtil.h' 2025-09-07T06:38:22.2947776Z adding 'torch/include/kineto/TraceSpan.h' 2025-09-07T06:38:22.2951183Z adding 'torch/include/kineto/libkineto.h' 2025-09-07T06:38:22.2954773Z adding 'torch/include/kineto/output_base.h' 2025-09-07T06:38:22.2957801Z adding 'torch/include/kineto/time_since_epoch.h' 2025-09-07T06:38:22.2968027Z adding 'torch/include/legacy/ittnotify.h' 2025-09-07T06:38:22.2973546Z adding 'torch/include/mimalloc-2.2/mimalloc-new-delete.h' 2025-09-07T06:38:22.2977362Z adding 'torch/include/mimalloc-2.2/mimalloc-override.h' 2025-09-07T06:38:22.2981008Z adding 'torch/include/mimalloc-2.2/mimalloc-stats.h' 2025-09-07T06:38:22.2993791Z adding 'torch/include/mimalloc-2.2/mimalloc.h' 2025-09-07T06:38:22.3032218Z adding 'torch/include/oneapi/dnnl/dnnl.h' 2025-09-07T06:38:22.3150221Z adding 'torch/include/oneapi/dnnl/dnnl.hpp' 2025-09-07T06:38:22.3169017Z adding 'torch/include/oneapi/dnnl/dnnl_common.h' 2025-09-07T06:38:22.3176073Z adding 'torch/include/oneapi/dnnl/dnnl_common.hpp' 2025-09-07T06:38:22.3181591Z adding 'torch/include/oneapi/dnnl/dnnl_common_types.h' 2025-09-07T06:38:22.3186075Z adding 'torch/include/oneapi/dnnl/dnnl_config.h' 2025-09-07T06:38:22.3189672Z adding 'torch/include/oneapi/dnnl/dnnl_debug.h' 2025-09-07T06:38:22.3200105Z adding 'torch/include/oneapi/dnnl/dnnl_graph.h' 2025-09-07T06:38:22.3224168Z adding 'torch/include/oneapi/dnnl/dnnl_graph.hpp' 2025-09-07T06:38:22.3230611Z adding 'torch/include/oneapi/dnnl/dnnl_graph_ocl.h' 2025-09-07T06:38:22.3235266Z adding 'torch/include/oneapi/dnnl/dnnl_graph_ocl.hpp' 2025-09-07T06:38:22.3239430Z adding 'torch/include/oneapi/dnnl/dnnl_graph_sycl.h' 2025-09-07T06:38:22.3243485Z adding 'torch/include/oneapi/dnnl/dnnl_graph_sycl.hpp' 2025-09-07T06:38:22.3250110Z adding 'torch/include/oneapi/dnnl/dnnl_graph_types.h' 2025-09-07T06:38:22.3255773Z adding 'torch/include/oneapi/dnnl/dnnl_ocl.h' 2025-09-07T06:38:22.3262599Z adding 'torch/include/oneapi/dnnl/dnnl_ocl.hpp' 2025-09-07T06:38:22.3266332Z adding 'torch/include/oneapi/dnnl/dnnl_ocl_types.h' 2025-09-07T06:38:22.3270719Z adding 'torch/include/oneapi/dnnl/dnnl_sycl.h' 2025-09-07T06:38:22.3276893Z adding 'torch/include/oneapi/dnnl/dnnl_sycl.hpp' 2025-09-07T06:38:22.3280710Z adding 'torch/include/oneapi/dnnl/dnnl_sycl_types.h' 2025-09-07T06:38:22.3284379Z adding 'torch/include/oneapi/dnnl/dnnl_threadpool.h' 2025-09-07T06:38:22.3288197Z adding 'torch/include/oneapi/dnnl/dnnl_threadpool.hpp' 2025-09-07T06:38:22.3291989Z adding 'torch/include/oneapi/dnnl/dnnl_threadpool_iface.hpp' 2025-09-07T06:38:22.3319545Z adding 'torch/include/oneapi/dnnl/dnnl_types.h' 2025-09-07T06:38:22.3327102Z adding 'torch/include/oneapi/dnnl/dnnl_ukernel.h' 2025-09-07T06:38:22.3333595Z adding 'torch/include/oneapi/dnnl/dnnl_ukernel.hpp' 2025-09-07T06:38:22.3337626Z adding 'torch/include/oneapi/dnnl/dnnl_ukernel_types.h' 2025-09-07T06:38:22.3340738Z adding 'torch/include/oneapi/dnnl/dnnl_version.h' 2025-09-07T06:38:22.3343940Z adding 'torch/include/oneapi/dnnl/dnnl_version_hash.h' 2025-09-07T06:38:22.3354097Z adding 'torch/include/pybind11/attr.h' 2025-09-07T06:38:22.3359257Z adding 'torch/include/pybind11/buffer_info.h' 2025-09-07T06:38:22.3388727Z adding 'torch/include/pybind11/cast.h' 2025-09-07T06:38:22.3395488Z adding 'torch/include/pybind11/chrono.h' 2025-09-07T06:38:22.3398571Z adding 'torch/include/pybind11/common.h' 2025-09-07T06:38:22.3401887Z adding 'torch/include/pybind11/complex.h' 2025-09-07T06:38:22.3405113Z adding 'torch/include/pybind11/critical_section.h' 2025-09-07T06:38:22.3408007Z adding 'torch/include/pybind11/eigen.h' 2025-09-07T06:38:22.3413730Z adding 'torch/include/pybind11/embed.h' 2025-09-07T06:38:22.3417902Z adding 'torch/include/pybind11/eval.h' 2025-09-07T06:38:22.3422256Z adding 'torch/include/pybind11/functional.h' 2025-09-07T06:38:22.3426748Z adding 'torch/include/pybind11/gil.h' 2025-09-07T06:38:22.3430926Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2025-09-07T06:38:22.3434092Z adding 'torch/include/pybind11/gil_simple.h' 2025-09-07T06:38:22.3439012Z adding 'torch/include/pybind11/iostream.h' 2025-09-07T06:38:22.3443025Z adding 'torch/include/pybind11/native_enum.h' 2025-09-07T06:38:22.3471947Z adding 'torch/include/pybind11/numpy.h' 2025-09-07T06:38:22.3478670Z adding 'torch/include/pybind11/operators.h' 2025-09-07T06:38:22.3482312Z adding 'torch/include/pybind11/options.h' 2025-09-07T06:38:22.3533843Z adding 'torch/include/pybind11/pybind11.h' 2025-09-07T06:38:22.3569269Z adding 'torch/include/pybind11/pytypes.h' 2025-09-07T06:38:22.3580401Z adding 'torch/include/pybind11/stl.h' 2025-09-07T06:38:22.3590729Z adding 'torch/include/pybind11/stl_bind.h' 2025-09-07T06:38:22.3597370Z adding 'torch/include/pybind11/subinterpreter.h' 2025-09-07T06:38:22.3601383Z adding 'torch/include/pybind11/trampoline_self_life_support.h' 2025-09-07T06:38:22.3604762Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2025-09-07T06:38:22.3609240Z adding 'torch/include/pybind11/typing.h' 2025-09-07T06:38:22.3613113Z adding 'torch/include/pybind11/warnings.h' 2025-09-07T06:38:22.3618872Z adding 'torch/include/pybind11/conduit/pybind11_conduit_v1.h' 2025-09-07T06:38:22.3621982Z adding 'torch/include/pybind11/conduit/pybind11_platform_abi_id.h' 2025-09-07T06:38:22.3625939Z adding 'torch/include/pybind11/conduit/wrap_include_python_h.h' 2025-09-07T06:38:22.3652123Z adding 'torch/include/pybind11/detail/class.h' 2025-09-07T06:38:22.3661948Z adding 'torch/include/pybind11/detail/common.h' 2025-09-07T06:38:22.3667029Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2025-09-07T06:38:22.3671522Z adding 'torch/include/pybind11/detail/descr.h' 2025-09-07T06:38:22.3676338Z adding 'torch/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h' 2025-09-07T06:38:22.3678667Z adding 'torch/include/pybind11/detail/exception_translation.h' 2025-09-07T06:38:22.3683253Z adding 'torch/include/pybind11/detail/function_record_pyobject.h' 2025-09-07T06:38:22.3691883Z adding 'torch/include/pybind11/detail/init.h' 2025-09-07T06:38:22.3704231Z adding 'torch/include/pybind11/detail/internals.h' 2025-09-07T06:38:22.3709537Z adding 'torch/include/pybind11/detail/native_enum_data.h' 2025-09-07T06:38:22.3713358Z adding 'torch/include/pybind11/detail/pybind11_namespace_macros.h' 2025-09-07T06:38:22.3719254Z adding 'torch/include/pybind11/detail/struct_smart_holder.h' 2025-09-07T06:38:22.3742529Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2025-09-07T06:38:22.3747337Z adding 'torch/include/pybind11/detail/typeid.h' 2025-09-07T06:38:22.3750430Z adding 'torch/include/pybind11/detail/using_smart_holder.h' 2025-09-07T06:38:22.3754077Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2025-09-07T06:38:22.3757878Z adding 'torch/include/pybind11/eigen/common.h' 2025-09-07T06:38:22.3769480Z adding 'torch/include/pybind11/eigen/matrix.h' 2025-09-07T06:38:22.3776537Z adding 'torch/include/pybind11/eigen/tensor.h' 2025-09-07T06:38:22.3781487Z adding 'torch/include/pybind11/stl/filesystem.h' 2025-09-07T06:38:22.3790827Z adding 'torch/include/torch/custom_class.h' 2025-09-07T06:38:22.3795888Z adding 'torch/include/torch/custom_class_detail.h' 2025-09-07T06:38:22.3798966Z adding 'torch/include/torch/extension.h' 2025-09-07T06:38:22.3814469Z adding 'torch/include/torch/library.h' 2025-09-07T06:38:22.3818406Z adding 'torch/include/torch/script.h' 2025-09-07T06:38:22.3823513Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2025-09-07T06:38:22.3826479Z adding 'torch/include/torch/csrc/DataLoader.h' 2025-09-07T06:38:22.3829405Z adding 'torch/include/torch/csrc/Device.h' 2025-09-07T06:38:22.3832272Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2025-09-07T06:38:22.3835264Z adding 'torch/include/torch/csrc/Dtype.h' 2025-09-07T06:38:22.3838370Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2025-09-07T06:38:22.3841320Z adding 'torch/include/torch/csrc/Event.h' 2025-09-07T06:38:22.3847621Z adding 'torch/include/torch/csrc/Exceptions.h' 2025-09-07T06:38:22.3850875Z adding 'torch/include/torch/csrc/Export.h' 2025-09-07T06:38:22.3854065Z adding 'torch/include/torch/csrc/Generator.h' 2025-09-07T06:38:22.3857047Z adding 'torch/include/torch/csrc/Layout.h' 2025-09-07T06:38:22.3860045Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2025-09-07T06:38:22.3862768Z adding 'torch/include/torch/csrc/Module.h' 2025-09-07T06:38:22.3865618Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2025-09-07T06:38:22.3868504Z adding 'torch/include/torch/csrc/PyInterpreterHooks.h' 2025-09-07T06:38:22.3871395Z adding 'torch/include/torch/csrc/QScheme.h' 2025-09-07T06:38:22.3874412Z adding 'torch/include/torch/csrc/Size.h' 2025-09-07T06:38:22.3877420Z adding 'torch/include/torch/csrc/Storage.h' 2025-09-07T06:38:22.3880233Z adding 'torch/include/torch/csrc/StorageMethods.h' 2025-09-07T06:38:22.3882944Z adding 'torch/include/torch/csrc/StorageSharing.h' 2025-09-07T06:38:22.3885836Z adding 'torch/include/torch/csrc/Stream.h' 2025-09-07T06:38:22.3888661Z adding 'torch/include/torch/csrc/THConcat.h' 2025-09-07T06:38:22.3892060Z adding 'torch/include/torch/csrc/THP.h' 2025-09-07T06:38:22.3895536Z adding 'torch/include/torch/csrc/TypeInfo.h' 2025-09-07T06:38:22.3898737Z adding 'torch/include/torch/csrc/Types.h' 2025-09-07T06:38:22.3902426Z adding 'torch/include/torch/csrc/copy_utils.h' 2025-09-07T06:38:22.3905718Z adding 'torch/include/torch/csrc/itt.h' 2025-09-07T06:38:22.3908907Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2025-09-07T06:38:22.3911623Z adding 'torch/include/torch/csrc/python_dimname.h' 2025-09-07T06:38:22.3914847Z adding 'torch/include/torch/csrc/python_headers.h' 2025-09-07T06:38:22.3917744Z adding 'torch/include/torch/csrc/serialization.h' 2025-09-07T06:38:22.3927626Z adding 'torch/include/torch/csrc/utils.h' 2025-09-07T06:38:22.3928727Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2025-09-07T06:38:22.3931972Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2025-09-07T06:38:22.3935090Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2025-09-07T06:38:22.3944541Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2025-09-07T06:38:22.3945015Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2025-09-07T06:38:22.3946017Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2025-09-07T06:38:22.3950364Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2025-09-07T06:38:22.3955300Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2025-09-07T06:38:22.3958714Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2025-09-07T06:38:22.3962047Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2025-09-07T06:38:22.3965415Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2025-09-07T06:38:22.3968874Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2025-09-07T06:38:22.3972010Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2025-09-07T06:38:22.3974935Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2025-09-07T06:38:22.3981355Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2025-09-07T06:38:22.3986825Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2025-09-07T06:38:22.3991127Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2025-09-07T06:38:22.3994122Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2025-09-07T06:38:22.4001158Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2025-09-07T06:38:22.4005091Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2025-09-07T06:38:22.4008661Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2025-09-07T06:38:22.4012467Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2025-09-07T06:38:22.4015842Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2025-09-07T06:38:22.4018897Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2025-09-07T06:38:22.4023314Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2025-09-07T06:38:22.4026993Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2025-09-07T06:38:22.4029887Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2025-09-07T06:38:22.4033290Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2025-09-07T06:38:22.4037394Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2025-09-07T06:38:22.4040456Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2025-09-07T06:38:22.4043701Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2025-09-07T06:38:22.4046714Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2025-09-07T06:38:22.4052679Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2025-09-07T06:38:22.4056553Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2025-09-07T06:38:22.4060455Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2025-09-07T06:38:22.4065041Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2025-09-07T06:38:22.4073765Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2025-09-07T06:38:22.4078110Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2025-09-07T06:38:22.4081547Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2025-09-07T06:38:22.4085052Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2025-09-07T06:38:22.4089586Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2025-09-07T06:38:22.4092050Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2025-09-07T06:38:22.4096510Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2025-09-07T06:38:22.4100224Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2025-09-07T06:38:22.4104300Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2025-09-07T06:38:22.4108472Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2025-09-07T06:38:22.4111630Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2025-09-07T06:38:22.4115232Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2025-09-07T06:38:22.4118581Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2025-09-07T06:38:22.4121806Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2025-09-07T06:38:22.4124874Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2025-09-07T06:38:22.4128251Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2025-09-07T06:38:22.4132474Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2025-09-07T06:38:22.4135791Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2025-09-07T06:38:22.4138927Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2025-09-07T06:38:22.4142117Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2025-09-07T06:38:22.4146036Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2025-09-07T06:38:22.4152650Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2025-09-07T06:38:22.4156433Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2025-09-07T06:38:22.4160706Z adding 'torch/include/torch/csrc/api/include/torch/nativert/ModelRunnerHandle.h' 2025-09-07T06:38:22.4165338Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2025-09-07T06:38:22.4168436Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2025-09-07T06:38:22.4172239Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2025-09-07T06:38:22.4181509Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2025-09-07T06:38:22.4185291Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2025-09-07T06:38:22.4188268Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2025-09-07T06:38:22.4191881Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2025-09-07T06:38:22.4196430Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2025-09-07T06:38:22.4199518Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2025-09-07T06:38:22.4208087Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2025-09-07T06:38:22.4212463Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2025-09-07T06:38:22.4216199Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2025-09-07T06:38:22.4219793Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2025-09-07T06:38:22.4223634Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2025-09-07T06:38:22.4227948Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2025-09-07T06:38:22.4231506Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2025-09-07T06:38:22.4234920Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2025-09-07T06:38:22.4237971Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2025-09-07T06:38:22.4245028Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2025-09-07T06:38:22.4249995Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2025-09-07T06:38:22.4253595Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2025-09-07T06:38:22.4256863Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2025-09-07T06:38:22.4263834Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2025-09-07T06:38:22.4269411Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2025-09-07T06:38:22.4273376Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2025-09-07T06:38:22.4277644Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2025-09-07T06:38:22.4284126Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2025-09-07T06:38:22.4288829Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2025-09-07T06:38:22.4293346Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2025-09-07T06:38:22.4297436Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2025-09-07T06:38:22.4303011Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2025-09-07T06:38:22.4306967Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2025-09-07T06:38:22.4310947Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2025-09-07T06:38:22.4315011Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2025-09-07T06:38:22.4318611Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2025-09-07T06:38:22.4322543Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2025-09-07T06:38:22.4327601Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2025-09-07T06:38:22.4335370Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2025-09-07T06:38:22.4340203Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2025-09-07T06:38:22.4344949Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2025-09-07T06:38:22.4349097Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2025-09-07T06:38:22.4355683Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2025-09-07T06:38:22.4361770Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2025-09-07T06:38:22.4366550Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2025-09-07T06:38:22.4370723Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2025-09-07T06:38:22.4375251Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2025-09-07T06:38:22.4378957Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2025-09-07T06:38:22.4382288Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2025-09-07T06:38:22.4389655Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2025-09-07T06:38:22.4394273Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2025-09-07T06:38:22.4398396Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2025-09-07T06:38:22.4402524Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2025-09-07T06:38:22.4407615Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2025-09-07T06:38:22.4413102Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2025-09-07T06:38:22.4416944Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2025-09-07T06:38:22.4421052Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2025-09-07T06:38:22.4425364Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2025-09-07T06:38:22.4431942Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2025-09-07T06:38:22.4439107Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2025-09-07T06:38:22.4442983Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2025-09-07T06:38:22.4446479Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2025-09-07T06:38:22.4451169Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2025-09-07T06:38:22.4455121Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2025-09-07T06:38:22.4458584Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2025-09-07T06:38:22.4463264Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2025-09-07T06:38:22.4467096Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2025-09-07T06:38:22.4470633Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2025-09-07T06:38:22.4474317Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2025-09-07T06:38:22.4481119Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2025-09-07T06:38:22.4485836Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2025-09-07T06:38:22.4490132Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2025-09-07T06:38:22.4493659Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2025-09-07T06:38:22.4498980Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2025-09-07T06:38:22.4503688Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2025-09-07T06:38:22.4507414Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2025-09-07T06:38:22.4510887Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2025-09-07T06:38:22.4514376Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2025-09-07T06:38:22.4518200Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2025-09-07T06:38:22.4521635Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2025-09-07T06:38:22.4528459Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2025-09-07T06:38:22.4533895Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2025-09-07T06:38:22.4537796Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2025-09-07T06:38:22.4543896Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2025-09-07T06:38:22.4548830Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2025-09-07T06:38:22.4552466Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2025-09-07T06:38:22.4556230Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2025-09-07T06:38:22.4560025Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2025-09-07T06:38:22.4564917Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2025-09-07T06:38:22.4568781Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2025-09-07T06:38:22.4574397Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2025-09-07T06:38:22.4578361Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2025-09-07T06:38:22.4582682Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2025-09-07T06:38:22.4586286Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2025-09-07T06:38:22.4589252Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2025-09-07T06:38:22.4593029Z adding 'torch/include/torch/csrc/api/include/torch/python/init.h' 2025-09-07T06:38:22.4596769Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2025-09-07T06:38:22.4600524Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2025-09-07T06:38:22.4604307Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2025-09-07T06:38:22.4607429Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2025-09-07T06:38:22.4618979Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2025-09-07T06:38:22.4622799Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2025-09-07T06:38:22.4629113Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2025-09-07T06:38:22.4632973Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2025-09-07T06:38:22.4637269Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2025-09-07T06:38:22.4641205Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2025-09-07T06:38:22.4644438Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2025-09-07T06:38:22.4653297Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2025-09-07T06:38:22.4657320Z adding 'torch/include/torch/csrc/autograd/edge.h' 2025-09-07T06:38:22.4663261Z adding 'torch/include/torch/csrc/autograd/engine.h' 2025-09-07T06:38:22.4669140Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2025-09-07T06:38:22.4682382Z adding 'torch/include/torch/csrc/autograd/function.h' 2025-09-07T06:38:22.4686439Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2025-09-07T06:38:22.4689471Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2025-09-07T06:38:22.4695012Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2025-09-07T06:38:22.4698778Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2025-09-07T06:38:22.4702356Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2025-09-07T06:38:22.4705804Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2025-09-07T06:38:22.4708586Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2025-09-07T06:38:22.4713366Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2025-09-07T06:38:22.4719137Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2025-09-07T06:38:22.4722277Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2025-09-07T06:38:22.4725412Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2025-09-07T06:38:22.4728533Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2025-09-07T06:38:22.4732361Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2025-09-07T06:38:22.4735679Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2025-09-07T06:38:22.4738524Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2025-09-07T06:38:22.4741340Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2025-09-07T06:38:22.4745449Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2025-09-07T06:38:22.4748786Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2025-09-07T06:38:22.4751812Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2025-09-07T06:38:22.4754617Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2025-09-07T06:38:22.4757471Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2025-09-07T06:38:22.4760130Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2025-09-07T06:38:22.4763157Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2025-09-07T06:38:22.4765953Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2025-09-07T06:38:22.4768672Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2025-09-07T06:38:22.4771577Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2025-09-07T06:38:22.4775285Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2025-09-07T06:38:22.4778871Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2025-09-07T06:38:22.4782059Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2025-09-07T06:38:22.4786399Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2025-09-07T06:38:22.4789680Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2025-09-07T06:38:22.4792498Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2025-09-07T06:38:22.4808153Z adding 'torch/include/torch/csrc/autograd/variable.h' 2025-09-07T06:38:22.4812290Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2025-09-07T06:38:22.4819912Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2025-09-07T06:38:22.4823813Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2025-09-07T06:38:22.4827032Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2025-09-07T06:38:22.4829977Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2025-09-07T06:38:22.4834859Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2025-09-07T06:38:22.4838725Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2025-09-07T06:38:22.4890728Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2025-09-07T06:38:22.4905563Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2025-09-07T06:38:22.4911688Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2025-09-07T06:38:22.4915662Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2025-09-07T06:38:22.4919089Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2025-09-07T06:38:22.4926939Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2025-09-07T06:38:22.4932119Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2025-09-07T06:38:22.4935802Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2025-09-07T06:38:22.4943581Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2025-09-07T06:38:22.4944121Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2025-09-07T06:38:22.4945346Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2025-09-07T06:38:22.4949329Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2025-09-07T06:38:22.4952998Z adding 'torch/include/torch/csrc/cpu/Module.h' 2025-09-07T06:38:22.4958171Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2025-09-07T06:38:22.4961278Z adding 'torch/include/torch/csrc/cuda/Event.h' 2025-09-07T06:38:22.4964126Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2025-09-07T06:38:22.4967009Z adding 'torch/include/torch/csrc/cuda/Module.h' 2025-09-07T06:38:22.4969913Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2025-09-07T06:38:22.4972834Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2025-09-07T06:38:22.4975941Z adding 'torch/include/torch/csrc/cuda/comm.h' 2025-09-07T06:38:22.4978825Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2025-09-07T06:38:22.4981896Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2025-09-07T06:38:22.4985867Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2025-09-07T06:38:22.4988881Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2025-09-07T06:38:22.4991698Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2025-09-07T06:38:22.4994592Z adding 'torch/include/torch/csrc/cuda/utils.h' 2025-09-07T06:38:22.4999283Z adding 'torch/include/torch/csrc/distributed/autograd/autograd.h' 2025-09-07T06:38:22.5002234Z adding 'torch/include/torch/csrc/distributed/autograd/python_autograd.h' 2025-09-07T06:38:22.5005600Z adding 'torch/include/torch/csrc/distributed/autograd/utils.h' 2025-09-07T06:38:22.5010912Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2025-09-07T06:38:22.5015753Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2025-09-07T06:38:22.5021543Z adding 'torch/include/torch/csrc/distributed/autograd/engine/dist_engine.h' 2025-09-07T06:38:22.5025875Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2025-09-07T06:38:22.5029156Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2025-09-07T06:38:22.5033202Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2025-09-07T06:38:22.5036377Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2025-09-07T06:38:22.5039412Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2025-09-07T06:38:22.5042583Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2025-09-07T06:38:22.5045658Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2025-09-07T06:38:22.5049983Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2025-09-07T06:38:22.5092775Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2025-09-07T06:38:22.5093598Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2025-09-07T06:38:22.5094329Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2025-09-07T06:38:22.5095021Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2025-09-07T06:38:22.5095607Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2025-09-07T06:38:22.5096062Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2025-09-07T06:38:22.5096688Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2025-09-07T06:38:22.5097220Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2025-09-07T06:38:22.5098772Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2025-09-07T06:38:22.5099566Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorderDetail.hpp' 2025-09-07T06:38:22.5104414Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2025-09-07T06:38:22.5106664Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2025-09-07T06:38:22.5110162Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2025-09-07T06:38:22.5112989Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2025-09-07T06:38:22.5119606Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2025-09-07T06:38:22.5123025Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2025-09-07T06:38:22.5127326Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2025-09-07T06:38:22.5130864Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2025-09-07T06:38:22.5140964Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2025-09-07T06:38:22.5148800Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2025-09-07T06:38:22.5157310Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGlooDetail.hpp' 2025-09-07T06:38:22.5162512Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2025-09-07T06:38:22.5184819Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2025-09-07T06:38:22.5191337Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2025-09-07T06:38:22.5195424Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2025-09-07T06:38:22.5200363Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2025-09-07T06:38:22.5204107Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2025-09-07T06:38:22.5216144Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2025-09-07T06:38:22.5216657Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2025-09-07T06:38:22.5220975Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2025-09-07T06:38:22.5226020Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2025-09-07T06:38:22.5230910Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2025-09-07T06:38:22.5234422Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2025-09-07T06:38:22.5238876Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2025-09-07T06:38:22.5242202Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2025-09-07T06:38:22.5250575Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2025-09-07T06:38:22.5254465Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2025-09-07T06:38:22.5258918Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2025-09-07T06:38:22.5262012Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2025-09-07T06:38:22.5266039Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2025-09-07T06:38:22.5269279Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2025-09-07T06:38:22.5272802Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2025-09-07T06:38:22.5275814Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2025-09-07T06:38:22.5279131Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2025-09-07T06:38:22.5283854Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2025-09-07T06:38:22.5287346Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2025-09-07T06:38:22.5290759Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2025-09-07T06:38:22.5302322Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2025-09-07T06:38:22.5306376Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2025-09-07T06:38:22.5309749Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2025-09-07T06:38:22.5313203Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2025-09-07T06:38:22.5316409Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2025-09-07T06:38:22.5320697Z adding 'torch/include/torch/csrc/distributed/c10d/control_collectives/ControlCollectives.hpp' 2025-09-07T06:38:22.5323998Z adding 'torch/include/torch/csrc/distributed/c10d/control_collectives/StoreCollectives.hpp' 2025-09-07T06:38:22.5328224Z adding 'torch/include/torch/csrc/distributed/c10d/control_plane/Handlers.hpp' 2025-09-07T06:38:22.5331451Z adding 'torch/include/torch/csrc/distributed/c10d/control_plane/WorkerServer.hpp' 2025-09-07T06:38:22.5335816Z adding 'torch/include/torch/csrc/distributed/c10d/cuda/CUDAEventCache.hpp' 2025-09-07T06:38:22.5338739Z adding 'torch/include/torch/csrc/distributed/c10d/cuda/StreamBlock.hpp' 2025-09-07T06:38:22.5341653Z adding 'torch/include/torch/csrc/distributed/c10d/cuda/utils.hpp' 2025-09-07T06:38:22.5345485Z adding 'torch/include/torch/csrc/distributed/c10d/quantization/quantization.h' 2025-09-07T06:38:22.5348500Z adding 'torch/include/torch/csrc/distributed/c10d/quantization/quantization_gpu.h' 2025-09-07T06:38:22.5351731Z adding 'torch/include/torch/csrc/distributed/c10d/quantization/quantization_utils.h' 2025-09-07T06:38:22.5358072Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory-inl.h' 2025-09-07T06:38:22.5362176Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory.hpp' 2025-09-07T06:38:22.5365588Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryTypes.hpp' 2025-09-07T06:38:22.5369289Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryUtils.hpp' 2025-09-07T06:38:22.5372717Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/DMAConnectivity.hpp' 2025-09-07T06:38:22.5377642Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/SymmetricMemory.hpp' 2025-09-07T06:38:22.5381445Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/intra_node_comm.hpp' 2025-09-07T06:38:22.5386056Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2025-09-07T06:38:22.5390796Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2025-09-07T06:38:22.5394750Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2025-09-07T06:38:22.5398001Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2025-09-07T06:38:22.5401363Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2025-09-07T06:38:22.5404616Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2025-09-07T06:38:22.5407674Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2025-09-07T06:38:22.5419234Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2025-09-07T06:38:22.5422754Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2025-09-07T06:38:22.5426108Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2025-09-07T06:38:22.5429703Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2025-09-07T06:38:22.5432662Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2025-09-07T06:38:22.5439304Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2025-09-07T06:38:22.5442832Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2025-09-07T06:38:22.5450784Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2025-09-07T06:38:22.5459228Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2025-09-07T06:38:22.5463477Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2025-09-07T06:38:22.5467157Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2025-09-07T06:38:22.5470617Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2025-09-07T06:38:22.5474070Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2025-09-07T06:38:22.5481764Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2025-09-07T06:38:22.5486281Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2025-09-07T06:38:22.5489733Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2025-09-07T06:38:22.5493199Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2025-09-07T06:38:22.5496970Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2025-09-07T06:38:22.5499957Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2025-09-07T06:38:22.5503744Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2025-09-07T06:38:22.5508072Z adding 'torch/include/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h' 2025-09-07T06:38:22.5512436Z adding 'torch/include/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h' 2025-09-07T06:38:22.5516589Z adding 'torch/include/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h' 2025-09-07T06:38:22.5521405Z adding 'torch/include/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h' 2025-09-07T06:38:22.5524387Z adding 'torch/include/torch/csrc/distributed/rpc/testing/testing.h' 2025-09-07T06:38:22.5528934Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2025-09-07T06:38:22.5546320Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2025-09-07T06:38:22.5550700Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2025-09-07T06:38:22.5554662Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2025-09-07T06:38:22.5557333Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2025-09-07T06:38:22.5561252Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2025-09-07T06:38:22.5564499Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2025-09-07T06:38:22.5567751Z adding 'torch/include/torch/csrc/dynamo/eval_frame_cpp.h' 2025-09-07T06:38:22.5572477Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2025-09-07T06:38:22.5577382Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2025-09-07T06:38:22.5580234Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2025-09-07T06:38:22.5583411Z adding 'torch/include/torch/csrc/dynamo/init.h' 2025-09-07T06:38:22.5586421Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2025-09-07T06:38:22.5589438Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2025-09-07T06:38:22.5593288Z adding 'torch/include/torch/csrc/export/example_upgraders.h' 2025-09-07T06:38:22.5597256Z adding 'torch/include/torch/csrc/export/pt2_archive_constants.h' 2025-09-07T06:38:22.5600724Z adding 'torch/include/torch/csrc/export/pybind.h' 2025-09-07T06:38:22.5604419Z adding 'torch/include/torch/csrc/export/upgrader.h' 2025-09-07T06:38:22.5608397Z adding 'torch/include/torch/csrc/functorch/init.h' 2025-09-07T06:38:22.5612324Z adding 'torch/include/torch/csrc/fx/node.h' 2025-09-07T06:38:22.5616611Z adding 'torch/include/torch/csrc/inductor/array_ref_impl.h' 2025-09-07T06:38:22.5629654Z adding 'torch/include/torch/csrc/inductor/cpp_prefix.h' 2025-09-07T06:38:22.5634988Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2025-09-07T06:38:22.5637192Z adding 'torch/include/torch/csrc/inductor/static_cuda_launcher.h' 2025-09-07T06:38:22.5672796Z adding 'torch/include/torch/csrc/inductor/aoti_eager/kernel_holder.h' 2025-09-07T06:38:22.5673044Z adding 'torch/include/torch/csrc/inductor/aoti_eager/kernel_meta_info.h' 2025-09-07T06:38:22.5673245Z adding 'torch/include/torch/csrc/inductor/aoti_include/array_ref.h' 2025-09-07T06:38:22.5673442Z adding 'torch/include/torch/csrc/inductor/aoti_include/common.h' 2025-09-07T06:38:22.5673622Z adding 'torch/include/torch/csrc/inductor/aoti_include/cpu.h' 2025-09-07T06:38:22.5673802Z adding 'torch/include/torch/csrc/inductor/aoti_include/cuda.h' 2025-09-07T06:38:22.5673973Z adding 'torch/include/torch/csrc/inductor/aoti_include/mps.h' 2025-09-07T06:38:22.5674261Z adding 'torch/include/torch/csrc/inductor/aoti_include/xpu.h' 2025-09-07T06:38:22.5674509Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2025-09-07T06:38:22.5676009Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2025-09-07T06:38:22.5681111Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2025-09-07T06:38:22.5684920Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2025-09-07T06:38:22.5687754Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2025-09-07T06:38:22.5691240Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_mps.h' 2025-09-07T06:38:22.5694433Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2025-09-07T06:38:22.5697404Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2025-09-07T06:38:22.5702562Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2025-09-07T06:38:22.5705811Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/constant_type.h' 2025-09-07T06:38:22.5709494Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2025-09-07T06:38:22.5714205Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2025-09-07T06:38:22.5718461Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/mini_array_ref.h' 2025-09-07T06:38:22.5721944Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2025-09-07T06:38:22.5732684Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_base.h' 2025-09-07T06:38:22.5742826Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2025-09-07T06:38:22.5746939Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2025-09-07T06:38:22.5751282Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2025-09-07T06:38:22.5755204Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2025-09-07T06:38:22.5760546Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2025-09-07T06:38:22.5764260Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2025-09-07T06:38:22.5767609Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2025-09-07T06:38:22.5771548Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2025-09-07T06:38:22.5775606Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2025-09-07T06:38:22.5778841Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2025-09-07T06:38:22.5782032Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2025-09-07T06:38:22.5786442Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2025-09-07T06:38:22.5791077Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/macros.h' 2025-09-07T06:38:22.5799108Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2025-09-07T06:38:22.5803577Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_cpu.h' 2025-09-07T06:38:22.5807476Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_deprecated.h' 2025-09-07T06:38:22.5810810Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mps.h' 2025-09-07T06:38:22.5814530Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2025-09-07T06:38:22.5818799Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_aten.h' 2025-09-07T06:38:22.5825587Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2025-09-07T06:38:22.5833650Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2025-09-07T06:38:22.5840225Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_mps.h' 2025-09-07T06:38:22.5845236Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2025-09-07T06:38:22.5849263Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/array_ref.h' 2025-09-07T06:38:22.5852877Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/common.h' 2025-09-07T06:38:22.5855764Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cpu.h' 2025-09-07T06:38:22.5858587Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cuda.h' 2025-09-07T06:38:22.5861341Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/mps.h' 2025-09-07T06:38:22.5864153Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/xpu.h' 2025-09-07T06:38:22.5867783Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h' 2025-09-07T06:38:22.5870598Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h' 2025-09-07T06:38:22.5873344Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/mps.h' 2025-09-07T06:38:22.5876189Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h' 2025-09-07T06:38:22.5879708Z adding 'torch/include/torch/csrc/instruction_counter/Module.h' 2025-09-07T06:38:22.5884423Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2025-09-07T06:38:22.5887848Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2025-09-07T06:38:22.5890903Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2025-09-07T06:38:22.5897705Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2025-09-07T06:38:22.5902445Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2025-09-07T06:38:22.5906093Z adding 'torch/include/torch/csrc/jit/api/method.h' 2025-09-07T06:38:22.5915794Z adding 'torch/include/torch/csrc/jit/api/module.h' 2025-09-07T06:38:22.5920733Z adding 'torch/include/torch/csrc/jit/api/object.h' 2025-09-07T06:38:22.5925584Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2025-09-07T06:38:22.5930528Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2025-09-07T06:38:22.5934350Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2025-09-07T06:38:22.5937657Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2025-09-07T06:38:22.5941192Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2025-09-07T06:38:22.5944160Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2025-09-07T06:38:22.5947337Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2025-09-07T06:38:22.5950326Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2025-09-07T06:38:22.5953464Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2025-09-07T06:38:22.5958064Z adding 'torch/include/torch/csrc/jit/backends/coreml/cpp/context.h' 2025-09-07T06:38:22.5961941Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h' 2025-09-07T06:38:22.5965374Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h' 2025-09-07T06:38:22.5969326Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h' 2025-09-07T06:38:22.5972727Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h' 2025-09-07T06:38:22.5976012Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h' 2025-09-07T06:38:22.5980786Z adding 'torch/include/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h' 2025-09-07T06:38:22.5984878Z adding 'torch/include/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h' 2025-09-07T06:38:22.5989092Z adding 'torch/include/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h' 2025-09-07T06:38:22.5993672Z adding 'torch/include/torch/csrc/jit/backends/xnnpack/serialization/serializer.h' 2025-09-07T06:38:22.5998415Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2025-09-07T06:38:22.6002789Z adding 'torch/include/torch/csrc/jit/codegen/fuser/arg_spec.h' 2025-09-07T06:38:22.6006138Z adding 'torch/include/torch/csrc/jit/codegen/fuser/codegen.h' 2025-09-07T06:38:22.6009481Z adding 'torch/include/torch/csrc/jit/codegen/fuser/compiler.h' 2025-09-07T06:38:22.6012901Z adding 'torch/include/torch/csrc/jit/codegen/fuser/executor.h' 2025-09-07T06:38:22.6015932Z adding 'torch/include/torch/csrc/jit/codegen/fuser/fallback.h' 2025-09-07T06:38:22.6019668Z adding 'torch/include/torch/csrc/jit/codegen/fuser/fused_kernel.h' 2025-09-07T06:38:22.6023217Z adding 'torch/include/torch/csrc/jit/codegen/fuser/interface.h' 2025-09-07T06:38:22.6026513Z adding 'torch/include/torch/csrc/jit/codegen/fuser/kernel_cache.h' 2025-09-07T06:38:22.6030666Z adding 'torch/include/torch/csrc/jit/codegen/fuser/kernel_spec.h' 2025-09-07T06:38:22.6034434Z adding 'torch/include/torch/csrc/jit/codegen/fuser/partition_desc.h' 2025-09-07T06:38:22.6038082Z adding 'torch/include/torch/csrc/jit/codegen/fuser/tensor_desc.h' 2025-09-07T06:38:22.6041409Z adding 'torch/include/torch/csrc/jit/codegen/fuser/tensor_info.h' 2025-09-07T06:38:22.6048906Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h' 2025-09-07T06:38:22.6052895Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h' 2025-09-07T06:38:22.6056757Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cpu/temp_file.h' 2025-09-07T06:38:22.6061108Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h' 2025-09-07T06:38:22.6066942Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cuda/resource_strings.h' 2025-09-07T06:38:22.6073327Z adding 'torch/include/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h' 2025-09-07T06:38:22.6076518Z adding 'torch/include/torch/csrc/jit/codegen/onednn/decompose_silu.h' 2025-09-07T06:38:22.6079368Z adding 'torch/include/torch/csrc/jit/codegen/onednn/defer_size_check.h' 2025-09-07T06:38:22.6082792Z adding 'torch/include/torch/csrc/jit/codegen/onednn/graph_fuser.h' 2025-09-07T06:38:22.6086688Z adding 'torch/include/torch/csrc/jit/codegen/onednn/graph_helper.h' 2025-09-07T06:38:22.6089728Z adding 'torch/include/torch/csrc/jit/codegen/onednn/guard_shape.h' 2025-09-07T06:38:22.6093118Z adding 'torch/include/torch/csrc/jit/codegen/onednn/interface.h' 2025-09-07T06:38:22.6096768Z adding 'torch/include/torch/csrc/jit/codegen/onednn/kernel.h' 2025-09-07T06:38:22.6100021Z adding 'torch/include/torch/csrc/jit/codegen/onednn/layout_propagation.h' 2025-09-07T06:38:22.6103901Z adding 'torch/include/torch/csrc/jit/codegen/onednn/operator.h' 2025-09-07T06:38:22.6107113Z adding 'torch/include/torch/csrc/jit/codegen/onednn/prepare_binary.h' 2025-09-07T06:38:22.6111962Z adding 'torch/include/torch/csrc/jit/cuda/cuda.h' 2025-09-07T06:38:22.6116400Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2025-09-07T06:38:22.6119494Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2025-09-07T06:38:22.6124996Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2025-09-07T06:38:22.6128448Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2025-09-07T06:38:22.6132450Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2025-09-07T06:38:22.6135142Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2025-09-07T06:38:22.6138406Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2025-09-07T06:38:22.6141475Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2025-09-07T06:38:22.6159009Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2025-09-07T06:38:22.6159202Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2025-09-07T06:38:22.6159366Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2025-09-07T06:38:22.6161541Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2025-09-07T06:38:22.6164933Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2025-09-07T06:38:22.6168538Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2025-09-07T06:38:22.6171946Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2025-09-07T06:38:22.6174981Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2025-09-07T06:38:22.6178548Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2025-09-07T06:38:22.6183108Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2025-09-07T06:38:22.6185944Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2025-09-07T06:38:22.6188925Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2025-09-07T06:38:22.6196445Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2025-09-07T06:38:22.6200155Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2025-09-07T06:38:22.6203097Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2025-09-07T06:38:22.6213477Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2025-09-07T06:38:22.6219751Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2025-09-07T06:38:22.6225243Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2025-09-07T06:38:22.6237276Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2025-09-07T06:38:22.6241300Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2025-09-07T06:38:22.6249106Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2025-09-07T06:38:22.6253537Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2025-09-07T06:38:22.6257121Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2025-09-07T06:38:22.6261340Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2025-09-07T06:38:22.6264561Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2025-09-07T06:38:22.6285276Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2025-09-07T06:38:22.6290578Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2025-09-07T06:38:22.6294008Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2025-09-07T06:38:22.6297694Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2025-09-07T06:38:22.6300718Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2025-09-07T06:38:22.6305649Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2025-09-07T06:38:22.6309473Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2025-09-07T06:38:22.6312509Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2025-09-07T06:38:22.6316773Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2025-09-07T06:38:22.6320236Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2025-09-07T06:38:22.6324781Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2025-09-07T06:38:22.6329297Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2025-09-07T06:38:22.6332404Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2025-09-07T06:38:22.6336026Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2025-09-07T06:38:22.6339848Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2025-09-07T06:38:22.6343109Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2025-09-07T06:38:22.6346207Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2025-09-07T06:38:22.6349284Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2025-09-07T06:38:22.6352347Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2025-09-07T06:38:22.6356544Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2025-09-07T06:38:22.6360473Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2025-09-07T06:38:22.6363685Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2025-09-07T06:38:22.6366789Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2025-09-07T06:38:22.6369853Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2025-09-07T06:38:22.6373845Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2025-09-07T06:38:22.6377080Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2025-09-07T06:38:22.6380313Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2025-09-07T06:38:22.6383739Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2025-09-07T06:38:22.6386974Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2025-09-07T06:38:22.6390166Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2025-09-07T06:38:22.6394060Z adding 'torch/include/torch/csrc/jit/mobile/compatibility/backport.h' 2025-09-07T06:38:22.6397420Z adding 'torch/include/torch/csrc/jit/mobile/compatibility/backport_manager.h' 2025-09-07T06:38:22.6401082Z adding 'torch/include/torch/csrc/jit/mobile/compatibility/model_compatibility.h' 2025-09-07T06:38:22.6610608Z adding 'torch/include/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h' 2025-09-07T06:38:22.6615236Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h' 2025-09-07T06:38:22.6618684Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h' 2025-09-07T06:38:22.6622097Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h' 2025-09-07T06:38:22.6626352Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h' 2025-09-07T06:38:22.6629861Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h' 2025-09-07T06:38:22.6633071Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/TensorUtils.h' 2025-09-07T06:38:22.6636403Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/TracerRunner.h' 2025-09-07T06:38:22.6640391Z adding 'torch/include/torch/csrc/jit/mobile/nnc/aot_compiler.h' 2025-09-07T06:38:22.6645229Z adding 'torch/include/torch/csrc/jit/mobile/nnc/context.h' 2025-09-07T06:38:22.6649246Z adding 'torch/include/torch/csrc/jit/mobile/nnc/registry.h' 2025-09-07T06:38:22.6653874Z adding 'torch/include/torch/csrc/jit/mobile/train/export_data.h' 2025-09-07T06:38:22.6657349Z adding 'torch/include/torch/csrc/jit/mobile/train/random.h' 2025-09-07T06:38:22.6660744Z adding 'torch/include/torch/csrc/jit/mobile/train/sequential.h' 2025-09-07T06:38:22.6666127Z adding 'torch/include/torch/csrc/jit/mobile/train/optim/sgd.h' 2025-09-07T06:38:22.6670688Z adding 'torch/include/torch/csrc/jit/operator_upgraders/upgraders.h' 2025-09-07T06:38:22.6673778Z adding 'torch/include/torch/csrc/jit/operator_upgraders/upgraders_entry.h' 2025-09-07T06:38:22.6677277Z adding 'torch/include/torch/csrc/jit/operator_upgraders/utils.h' 2025-09-07T06:38:22.6680563Z adding 'torch/include/torch/csrc/jit/operator_upgraders/version_map.h' 2025-09-07T06:38:22.6685950Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2025-09-07T06:38:22.6689141Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2025-09-07T06:38:22.6692132Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2025-09-07T06:38:22.6695395Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2025-09-07T06:38:22.6698302Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2025-09-07T06:38:22.6701299Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2025-09-07T06:38:22.6704420Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2025-09-07T06:38:22.6707317Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2025-09-07T06:38:22.6710237Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2025-09-07T06:38:22.6713395Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2025-09-07T06:38:22.6716426Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2025-09-07T06:38:22.6719285Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2025-09-07T06:38:22.6722191Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2025-09-07T06:38:22.6725476Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2025-09-07T06:38:22.6728546Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2025-09-07T06:38:22.6731457Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2025-09-07T06:38:22.6734829Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2025-09-07T06:38:22.6737926Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2025-09-07T06:38:22.6740901Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2025-09-07T06:38:22.6743812Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2025-09-07T06:38:22.6746847Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2025-09-07T06:38:22.6750087Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2025-09-07T06:38:22.6753387Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2025-09-07T06:38:22.6756718Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2025-09-07T06:38:22.6759845Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2025-09-07T06:38:22.6763027Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2025-09-07T06:38:22.6766004Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2025-09-07T06:38:22.6768950Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2025-09-07T06:38:22.6772019Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2025-09-07T06:38:22.6775126Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2025-09-07T06:38:22.6778078Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2025-09-07T06:38:22.6781001Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2025-09-07T06:38:22.6783947Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2025-09-07T06:38:22.6786968Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2025-09-07T06:38:22.6789864Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2025-09-07T06:38:22.6793217Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2025-09-07T06:38:22.6796618Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2025-09-07T06:38:22.6799726Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2025-09-07T06:38:22.6802670Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2025-09-07T06:38:22.6806299Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2025-09-07T06:38:22.6808612Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2025-09-07T06:38:22.6811521Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2025-09-07T06:38:22.6814494Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2025-09-07T06:38:22.6817329Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2025-09-07T06:38:22.6820237Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2025-09-07T06:38:22.6823190Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2025-09-07T06:38:22.6826004Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2025-09-07T06:38:22.6829009Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2025-09-07T06:38:22.6832207Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2025-09-07T06:38:22.6835155Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2025-09-07T06:38:22.6838249Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2025-09-07T06:38:22.6841366Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2025-09-07T06:38:22.6844433Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2025-09-07T06:38:22.6847527Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2025-09-07T06:38:22.6850522Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2025-09-07T06:38:22.6853606Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2025-09-07T06:38:22.6857268Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2025-09-07T06:38:22.6860314Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2025-09-07T06:38:22.6864514Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2025-09-07T06:38:22.6867680Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2025-09-07T06:38:22.6870797Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2025-09-07T06:38:22.6873925Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2025-09-07T06:38:22.6877219Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2025-09-07T06:38:22.6880237Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2025-09-07T06:38:22.6883240Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2025-09-07T06:38:22.6886095Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2025-09-07T06:38:22.6888979Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2025-09-07T06:38:22.6892237Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2025-09-07T06:38:22.6895142Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2025-09-07T06:38:22.6898077Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2025-09-07T06:38:22.6901523Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2025-09-07T06:38:22.6904586Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2025-09-07T06:38:22.6907570Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2025-09-07T06:38:22.6910833Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2025-09-07T06:38:22.6913782Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2025-09-07T06:38:22.6916973Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2025-09-07T06:38:22.6920119Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2025-09-07T06:38:22.6924068Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2025-09-07T06:38:22.6927630Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2025-09-07T06:38:22.6930939Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2025-09-07T06:38:22.6934809Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2025-09-07T06:38:22.6938433Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2025-09-07T06:38:22.6941874Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2025-09-07T06:38:22.6945256Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2025-09-07T06:38:22.6948344Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2025-09-07T06:38:22.6951395Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2025-09-07T06:38:22.6954812Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2025-09-07T06:38:22.6958671Z adding 'torch/include/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h' 2025-09-07T06:38:22.6962853Z adding 'torch/include/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h' 2025-09-07T06:38:22.6965918Z adding 'torch/include/torch/csrc/jit/passes/onnx/constant_fold.h' 2025-09-07T06:38:22.6969911Z adding 'torch/include/torch/csrc/jit/passes/onnx/constant_map.h' 2025-09-07T06:38:22.6973319Z adding 'torch/include/torch/csrc/jit/passes/onnx/deduplicate_initializers.h' 2025-09-07T06:38:22.6976332Z adding 'torch/include/torch/csrc/jit/passes/onnx/eliminate_unused_items.h' 2025-09-07T06:38:22.6979399Z adding 'torch/include/torch/csrc/jit/passes/onnx/eval_peephole.h' 2025-09-07T06:38:22.6982336Z adding 'torch/include/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h' 2025-09-07T06:38:22.6986017Z adding 'torch/include/torch/csrc/jit/passes/onnx/function_extraction.h' 2025-09-07T06:38:22.6989037Z adding 'torch/include/torch/csrc/jit/passes/onnx/function_substitution.h' 2025-09-07T06:38:22.6992539Z adding 'torch/include/torch/csrc/jit/passes/onnx/helper.h' 2025-09-07T06:38:22.6995771Z adding 'torch/include/torch/csrc/jit/passes/onnx/list_model_parameters.h' 2025-09-07T06:38:22.6998775Z adding 'torch/include/torch/csrc/jit/passes/onnx/naming.h' 2025-09-07T06:38:22.7001965Z adding 'torch/include/torch/csrc/jit/passes/onnx/onnx_log.h' 2025-09-07T06:38:22.7004920Z adding 'torch/include/torch/csrc/jit/passes/onnx/peephole.h' 2025-09-07T06:38:22.7008140Z adding 'torch/include/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h' 2025-09-07T06:38:22.7011042Z adding 'torch/include/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h' 2025-09-07T06:38:22.7014213Z adding 'torch/include/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h' 2025-09-07T06:38:22.7017527Z adding 'torch/include/torch/csrc/jit/passes/onnx/scalar_type_analysis.h' 2025-09-07T06:38:22.7021348Z adding 'torch/include/torch/csrc/jit/passes/onnx/shape_type_inference.h' 2025-09-07T06:38:22.7025452Z adding 'torch/include/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h' 2025-09-07T06:38:22.7028636Z adding 'torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h' 2025-09-07T06:38:22.7031697Z adding 'torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/common.h' 2025-09-07T06:38:22.7035244Z adding 'torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h' 2025-09-07T06:38:22.7038844Z adding 'torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h' 2025-09-07T06:38:22.7043104Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2025-09-07T06:38:22.7046599Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2025-09-07T06:38:22.7049805Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2025-09-07T06:38:22.7054544Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2025-09-07T06:38:22.7058253Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2025-09-07T06:38:22.7062161Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2025-09-07T06:38:22.7073367Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2025-09-07T06:38:22.7077802Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2025-09-07T06:38:22.7080947Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2025-09-07T06:38:22.7085198Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2025-09-07T06:38:22.7089774Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2025-09-07T06:38:22.7094334Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2025-09-07T06:38:22.7096553Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2025-09-07T06:38:22.7100203Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2025-09-07T06:38:22.7104172Z adding 'torch/include/torch/csrc/jit/python/init.h' 2025-09-07T06:38:22.7107721Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2025-09-07T06:38:22.7112429Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2025-09-07T06:38:22.7129259Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2025-09-07T06:38:22.7134498Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2025-09-07T06:38:22.7137702Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2025-09-07T06:38:22.7141567Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2025-09-07T06:38:22.7146188Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2025-09-07T06:38:22.7149205Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2025-09-07T06:38:22.7172263Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2025-09-07T06:38:22.7172611Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2025-09-07T06:38:22.7172778Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2025-09-07T06:38:22.7172957Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2025-09-07T06:38:22.7173124Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2025-09-07T06:38:22.7174100Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2025-09-07T06:38:22.7178307Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2025-09-07T06:38:22.7186035Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2025-09-07T06:38:22.7190636Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2025-09-07T06:38:22.7194382Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2025-09-07T06:38:22.7197932Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2025-09-07T06:38:22.7201225Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2025-09-07T06:38:22.7204137Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2025-09-07T06:38:22.7207452Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2025-09-07T06:38:22.7211423Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2025-09-07T06:38:22.7215644Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2025-09-07T06:38:22.7219904Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2025-09-07T06:38:22.7224496Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2025-09-07T06:38:22.7228824Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2025-09-07T06:38:22.7232221Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2025-09-07T06:38:22.7235150Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2025-09-07T06:38:22.7238685Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2025-09-07T06:38:22.7244206Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2025-09-07T06:38:22.7247495Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2025-09-07T06:38:22.7250442Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2025-09-07T06:38:22.7254400Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2025-09-07T06:38:22.7259902Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2025-09-07T06:38:22.7269802Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2025-09-07T06:38:22.7274435Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2025-09-07T06:38:22.7277607Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2025-09-07T06:38:22.7280583Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2025-09-07T06:38:22.7283579Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2025-09-07T06:38:22.7286705Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2025-09-07T06:38:22.7289701Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2025-09-07T06:38:22.7293481Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2025-09-07T06:38:22.7296582Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2025-09-07T06:38:22.7300202Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2025-09-07T06:38:22.7303117Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2025-09-07T06:38:22.7307859Z adding 'torch/include/torch/csrc/jit/runtime/interpreter/can_emit_inline.h' 2025-09-07T06:38:22.7319856Z adding 'torch/include/torch/csrc/jit/runtime/interpreter/code_impl.h' 2025-09-07T06:38:22.7324304Z adding 'torch/include/torch/csrc/jit/runtime/interpreter/frame.h' 2025-09-07T06:38:22.7327436Z adding 'torch/include/torch/csrc/jit/runtime/interpreter/preprocess_graph.h' 2025-09-07T06:38:22.7332850Z adding 'torch/include/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h' 2025-09-07T06:38:22.7336047Z adding 'torch/include/torch/csrc/jit/runtime/static/fusion.h' 2025-09-07T06:38:22.7349634Z adding 'torch/include/torch/csrc/jit/runtime/static/impl.h' 2025-09-07T06:38:22.7353495Z adding 'torch/include/torch/csrc/jit/runtime/static/init.h' 2025-09-07T06:38:22.7359234Z adding 'torch/include/torch/csrc/jit/runtime/static/memory_planner.h' 2025-09-07T06:38:22.7363566Z adding 'torch/include/torch/csrc/jit/runtime/static/ops.h' 2025-09-07T06:38:22.7367581Z adding 'torch/include/torch/csrc/jit/runtime/static/passes.h' 2025-09-07T06:38:22.7372046Z adding 'torch/include/torch/csrc/jit/runtime/static/processed_node_wrapper.h' 2025-09-07T06:38:22.7375589Z adding 'torch/include/torch/csrc/jit/runtime/static/static_method.h' 2025-09-07T06:38:22.7378766Z adding 'torch/include/torch/csrc/jit/runtime/static/te_wrapper.h' 2025-09-07T06:38:22.7383698Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2025-09-07T06:38:22.7389269Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2025-09-07T06:38:22.7392861Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2025-09-07T06:38:22.7396615Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2025-09-07T06:38:22.7399759Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2025-09-07T06:38:22.7403276Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2025-09-07T06:38:22.7406573Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2025-09-07T06:38:22.7409605Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2025-09-07T06:38:22.7412994Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2025-09-07T06:38:22.7417037Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2025-09-07T06:38:22.7419903Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2025-09-07T06:38:22.7440720Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2025-09-07T06:38:22.7446127Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2025-09-07T06:38:22.7450140Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2025-09-07T06:38:22.7455113Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2025-09-07T06:38:22.7460197Z adding 'torch/include/torch/csrc/jit/serialization/pickler_helper.h' 2025-09-07T06:38:22.7463878Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2025-09-07T06:38:22.7467356Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2025-09-07T06:38:22.7474530Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2025-09-07T06:38:22.7477961Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2025-09-07T06:38:22.7481242Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2025-09-07T06:38:22.7486391Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2025-09-07T06:38:22.7492911Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2025-09-07T06:38:22.7497226Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2025-09-07T06:38:22.7500947Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2025-09-07T06:38:22.7505250Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2025-09-07T06:38:22.7510279Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2025-09-07T06:38:22.7514169Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2025-09-07T06:38:22.7517398Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2025-09-07T06:38:22.7522228Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2025-09-07T06:38:22.7526233Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2025-09-07T06:38:22.7531323Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2025-09-07T06:38:22.7535168Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2025-09-07T06:38:22.7541369Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2025-09-07T06:38:22.7545658Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2025-09-07T06:38:22.7548964Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2025-09-07T06:38:22.7552547Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2025-09-07T06:38:22.7556347Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2025-09-07T06:38:22.7560595Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2025-09-07T06:38:22.7564894Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2025-09-07T06:38:22.7569915Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2025-09-07T06:38:22.7573511Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2025-09-07T06:38:22.7581588Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2025-09-07T06:38:22.7585654Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2025-09-07T06:38:22.7588965Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2025-09-07T06:38:22.7592883Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2025-09-07T06:38:22.7599407Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2025-09-07T06:38:22.7603205Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2025-09-07T06:38:22.7606511Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2025-09-07T06:38:22.7613210Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2025-09-07T06:38:22.7617823Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2025-09-07T06:38:22.7621553Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2025-09-07T06:38:22.7630872Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2025-09-07T06:38:22.7634557Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2025-09-07T06:38:22.7638294Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2025-09-07T06:38:22.7644771Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2025-09-07T06:38:22.7650187Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2025-09-07T06:38:22.7657343Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2025-09-07T06:38:22.7666217Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2025-09-07T06:38:22.7671757Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2025-09-07T06:38:22.7675161Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2025-09-07T06:38:22.7679472Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2025-09-07T06:38:22.7683095Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2025-09-07T06:38:22.7686468Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2025-09-07T06:38:22.7690963Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2025-09-07T06:38:22.7694255Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2025-09-07T06:38:22.7697805Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2025-09-07T06:38:22.7700889Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2025-09-07T06:38:22.7704093Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2025-09-07T06:38:22.7707393Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2025-09-07T06:38:22.7710892Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2025-09-07T06:38:22.7714288Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2025-09-07T06:38:22.7717370Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2025-09-07T06:38:22.7721180Z adding 'torch/include/torch/csrc/jit/testing/catch_utils.hpp' 2025-09-07T06:38:22.7724643Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2025-09-07T06:38:22.7727825Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2025-09-07T06:38:22.7732933Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2025-09-07T06:38:22.7736570Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2025-09-07T06:38:22.7740773Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2025-09-07T06:38:22.7744924Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2025-09-07T06:38:22.7749594Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2025-09-07T06:38:22.7752849Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2025-09-07T06:38:22.7756113Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2025-09-07T06:38:22.7759410Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2025-09-07T06:38:22.7764281Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2025-09-07T06:38:22.7768019Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2025-09-07T06:38:22.7773229Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2025-09-07T06:38:22.7777365Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2025-09-07T06:38:22.7780716Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2025-09-07T06:38:22.7783876Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2025-09-07T06:38:22.7787136Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2025-09-07T06:38:22.7793633Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2025-09-07T06:38:22.7798856Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2025-09-07T06:38:22.7802713Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2025-09-07T06:38:22.7806021Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2025-09-07T06:38:22.7809397Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2025-09-07T06:38:22.7814539Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2025-09-07T06:38:22.7820588Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2025-09-07T06:38:22.7824289Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2025-09-07T06:38:22.7827908Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2025-09-07T06:38:22.7831071Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2025-09-07T06:38:22.7834635Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2025-09-07T06:38:22.7837884Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2025-09-07T06:38:22.7841524Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2025-09-07T06:38:22.7845669Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2025-09-07T06:38:22.7849407Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2025-09-07T06:38:22.7852587Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2025-09-07T06:38:22.7888213Z adding 'torch/include/torch/csrc/lazy/generated/LazyIr.h' 2025-09-07T06:38:22.7901212Z adding 'torch/include/torch/csrc/lazy/generated/LazyNativeFunctions.h' 2025-09-07T06:38:22.7905334Z adding 'torch/include/torch/csrc/lazy/generated/LazyNonNativeIr.h' 2025-09-07T06:38:22.7909130Z adding 'torch/include/torch/csrc/lazy/python/init.h' 2025-09-07T06:38:22.7912152Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2025-09-07T06:38:22.7915967Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2025-09-07T06:38:22.7919638Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2025-09-07T06:38:22.7923745Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2025-09-07T06:38:22.7926458Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2025-09-07T06:38:22.7930230Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2025-09-07T06:38:22.7933031Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2025-09-07T06:38:22.7936314Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2025-09-07T06:38:22.7940663Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2025-09-07T06:38:22.7944447Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2025-09-07T06:38:22.7947811Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2025-09-07T06:38:22.7951915Z adding 'torch/include/torch/csrc/lazy/ts_backend/ops/device_data.h' 2025-09-07T06:38:22.7955340Z adding 'torch/include/torch/csrc/lazy/ts_backend/ops/generic.h' 2025-09-07T06:38:22.7959265Z adding 'torch/include/torch/csrc/lazy/ts_backend/ops/to_copy.h' 2025-09-07T06:38:22.7965090Z adding 'torch/include/torch/csrc/monitor/counters.h' 2025-09-07T06:38:22.7969050Z adding 'torch/include/torch/csrc/monitor/events.h' 2025-09-07T06:38:22.7972352Z adding 'torch/include/torch/csrc/monitor/python_init.h' 2025-09-07T06:38:22.7975958Z adding 'torch/include/torch/csrc/mps/Module.h' 2025-09-07T06:38:22.7979708Z adding 'torch/include/torch/csrc/mtia/Module.h' 2025-09-07T06:38:22.7983675Z adding 'torch/include/torch/csrc/mtia/profiler/MTIAMemoryProfiler.h' 2025-09-07T06:38:22.7987232Z adding 'torch/include/torch/csrc/multiprocessing/init.h' 2025-09-07T06:38:22.7991175Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2025-09-07T06:38:22.7994273Z adding 'torch/include/torch/csrc/onnx/init.h' 2025-09-07T06:38:22.7997293Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2025-09-07T06:38:22.8001433Z adding 'torch/include/torch/csrc/profiler/api.h' 2025-09-07T06:38:22.8009709Z adding 'torch/include/torch/csrc/profiler/collection.h' 2025-09-07T06:38:22.8014089Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2025-09-07T06:38:22.8018706Z adding 'torch/include/torch/csrc/profiler/containers.h' 2025-09-07T06:38:22.8022824Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2025-09-07T06:38:22.8026270Z adding 'torch/include/torch/csrc/profiler/events.h' 2025-09-07T06:38:22.8029347Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2025-09-07T06:38:22.8033214Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2025-09-07T06:38:22.8037324Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2025-09-07T06:38:22.8040968Z adding 'torch/include/torch/csrc/profiler/perf.h' 2025-09-07T06:38:22.8045513Z adding 'torch/include/torch/csrc/profiler/util.h' 2025-09-07T06:38:22.8051292Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2025-09-07T06:38:22.8055377Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2025-09-07T06:38:22.8058546Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2025-09-07T06:38:22.8062756Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2025-09-07T06:38:22.8065994Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2025-09-07T06:38:22.8069242Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2025-09-07T06:38:22.8073402Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2025-09-07T06:38:22.8076369Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2025-09-07T06:38:22.8079365Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2025-09-07T06:38:22.8082662Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2025-09-07T06:38:22.8086678Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2025-09-07T06:38:22.8091246Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2025-09-07T06:38:22.8095005Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2025-09-07T06:38:22.8099866Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2025-09-07T06:38:22.8103497Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2025-09-07T06:38:22.8107895Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2025-09-07T06:38:22.8111563Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2025-09-07T06:38:22.8115491Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2025-09-07T06:38:22.8121277Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2025-09-07T06:38:22.8125618Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2025-09-07T06:38:22.8131442Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2025-09-07T06:38:22.8136031Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2025-09-07T06:38:22.8139640Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2025-09-07T06:38:22.8143615Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2025-09-07T06:38:22.8146969Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2025-09-07T06:38:22.8150690Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2025-09-07T06:38:22.8154683Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2025-09-07T06:38:22.8159551Z adding 'torch/include/torch/csrc/stable/accelerator.h' 2025-09-07T06:38:22.8163962Z adding 'torch/include/torch/csrc/stable/library.h' 2025-09-07T06:38:22.8168467Z adding 'torch/include/torch/csrc/stable/ops.h' 2025-09-07T06:38:22.8174702Z adding 'torch/include/torch/csrc/stable/stableivalue_conversions.h' 2025-09-07T06:38:22.8178054Z adding 'torch/include/torch/csrc/stable/tensor.h' 2025-09-07T06:38:22.8181262Z adding 'torch/include/torch/csrc/stable/tensor_inl.h' 2025-09-07T06:38:22.8185649Z adding 'torch/include/torch/csrc/stable/tensor_struct.h' 2025-09-07T06:38:22.8189788Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2025-09-07T06:38:22.8195033Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2025-09-07T06:38:22.8198165Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2025-09-07T06:38:22.8201011Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2025-09-07T06:38:22.8204534Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2025-09-07T06:38:22.8207916Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2025-09-07T06:38:22.8231060Z adding 'torch/include/torch/csrc/utils/generated_serialization_types.h' 2025-09-07T06:38:22.8236655Z adding 'torch/include/torch/csrc/utils/init.h' 2025-09-07T06:38:22.8239644Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2025-09-07T06:38:22.8242710Z adding 'torch/include/torch/csrc/utils/nested.h' 2025-09-07T06:38:22.8245889Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2025-09-07T06:38:22.8249329Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2025-09-07T06:38:22.8252444Z adding 'torch/include/torch/csrc/utils/out_types.h' 2025-09-07T06:38:22.8257953Z adding 'torch/include/torch/csrc/utils/pybind.h' 2025-09-07T06:38:22.8261398Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2025-09-07T06:38:22.8264304Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2025-09-07T06:38:22.8277749Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2025-09-07T06:38:22.8281963Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2025-09-07T06:38:22.8285074Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2025-09-07T06:38:22.8289035Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2025-09-07T06:38:22.8292755Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2025-09-07T06:38:22.8296775Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2025-09-07T06:38:22.8301023Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2025-09-07T06:38:22.8304014Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2025-09-07T06:38:22.8308422Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2025-09-07T06:38:22.8311870Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2025-09-07T06:38:22.8314909Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2025-09-07T06:38:22.8327862Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2025-09-07T06:38:22.8332715Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2025-09-07T06:38:22.8336126Z adding 'torch/include/torch/csrc/utils/six.h' 2025-09-07T06:38:22.8339105Z adding 'torch/include/torch/csrc/utils/structseq.h' 2025-09-07T06:38:22.8342040Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2025-09-07T06:38:22.8344941Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2025-09-07T06:38:22.8348449Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2025-09-07T06:38:22.8351351Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2025-09-07T06:38:22.8360944Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2025-09-07T06:38:22.8361724Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2025-09-07T06:38:22.8364167Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2025-09-07T06:38:22.8366865Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2025-09-07T06:38:22.8370399Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2025-09-07T06:38:22.8373629Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2025-09-07T06:38:22.8378255Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2025-09-07T06:38:22.8382960Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2025-09-07T06:38:22.8386388Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2025-09-07T06:38:22.8390032Z adding 'torch/include/torch/csrc/utils/variadic.h' 2025-09-07T06:38:22.8393153Z adding 'torch/include/torch/csrc/utils/verbose.h' 2025-09-07T06:38:22.8396814Z adding 'torch/include/torch/csrc/xpu/Event.h' 2025-09-07T06:38:22.8400986Z adding 'torch/include/torch/csrc/xpu/Module.h' 2025-09-07T06:38:22.8402972Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2025-09-07T06:38:22.8408190Z adding 'torch/include/torch/headeronly/core/ScalarType.h' 2025-09-07T06:38:22.8413140Z adding 'torch/include/torch/headeronly/cpu/vec/intrinsics.h' 2025-09-07T06:38:22.8416443Z adding 'torch/include/torch/headeronly/cpu/vec/vec_half.h' 2025-09-07T06:38:22.8421373Z adding 'torch/include/torch/headeronly/cpu/vec/vec256/missing_vld1_neon.h' 2025-09-07T06:38:22.8424728Z adding 'torch/include/torch/headeronly/cpu/vec/vec256/missing_vst1_neon.h' 2025-09-07T06:38:22.8429810Z adding 'torch/include/torch/headeronly/macros/Export.h' 2025-09-07T06:38:22.8437853Z adding 'torch/include/torch/headeronly/macros/Macros.h' 2025-09-07T06:38:22.8441490Z adding 'torch/include/torch/headeronly/macros/cmake_macros.h' 2025-09-07T06:38:22.8447742Z adding 'torch/include/torch/headeronly/util/BFloat16.h' 2025-09-07T06:38:22.8452034Z adding 'torch/include/torch/headeronly/util/Exception.h' 2025-09-07T06:38:22.8455459Z adding 'torch/include/torch/headeronly/util/Float4_e2m1fn_x2.h' 2025-09-07T06:38:22.8461811Z adding 'torch/include/torch/headeronly/util/Float8_e4m3fn.h' 2025-09-07T06:38:22.8467544Z adding 'torch/include/torch/headeronly/util/Float8_e4m3fnuz.h' 2025-09-07T06:38:22.8473305Z adding 'torch/include/torch/headeronly/util/Float8_e5m2.h' 2025-09-07T06:38:22.8479089Z adding 'torch/include/torch/headeronly/util/Float8_e5m2fnuz.h' 2025-09-07T06:38:22.8484011Z adding 'torch/include/torch/headeronly/util/Float8_e8m0fnu.h' 2025-09-07T06:38:22.8487755Z adding 'torch/include/torch/headeronly/util/Float8_fnuz_cvt.h' 2025-09-07T06:38:22.8496599Z adding 'torch/include/torch/headeronly/util/Half.h' 2025-09-07T06:38:22.8501979Z adding 'torch/include/torch/headeronly/util/TypeSafeSignMath.h' 2025-09-07T06:38:22.8506800Z adding 'torch/include/torch/headeronly/util/bit_cast.h' 2025-09-07T06:38:22.8511037Z adding 'torch/include/torch/headeronly/util/bits.h' 2025-09-07T06:38:22.8519939Z adding 'torch/include/torch/headeronly/util/complex.h' 2025-09-07T06:38:22.8524939Z adding 'torch/include/torch/headeronly/util/floating_point_utils.h' 2025-09-07T06:38:22.8529600Z adding 'torch/include/torch/headeronly/util/qint32.h' 2025-09-07T06:38:22.8533708Z adding 'torch/include/torch/headeronly/util/qint8.h' 2025-09-07T06:38:22.8538264Z adding 'torch/include/torch/headeronly/util/quint2x4.h' 2025-09-07T06:38:22.8542256Z adding 'torch/include/torch/headeronly/util/quint4x2.h' 2025-09-07T06:38:22.8546564Z adding 'torch/include/torch/headeronly/util/quint8.h' 2025-09-07T06:38:22.8551014Z adding 'torch/include/torch/headeronly/util/shim_utils.h' 2025-09-07T06:38:22.8559509Z adding 'torch/jit/__init__.py' 2025-09-07T06:38:22.8565092Z adding 'torch/jit/_async.py' 2025-09-07T06:38:22.8569423Z adding 'torch/jit/_await.py' 2025-09-07T06:38:22.8575891Z adding 'torch/jit/_builtins.py' 2025-09-07T06:38:22.8582672Z adding 'torch/jit/_check.py' 2025-09-07T06:38:22.8590549Z adding 'torch/jit/_dataclass_impls.py' 2025-09-07T06:38:22.8593698Z adding 'torch/jit/_decomposition_utils.py' 2025-09-07T06:38:22.8599201Z adding 'torch/jit/_decompositions.py' 2025-09-07T06:38:22.8605340Z adding 'torch/jit/_freeze.py' 2025-09-07T06:38:22.8610064Z adding 'torch/jit/_fuser.py' 2025-09-07T06:38:22.8613775Z adding 'torch/jit/_ir_utils.py' 2025-09-07T06:38:22.8616557Z adding 'torch/jit/_logging.py' 2025-09-07T06:38:22.8621328Z adding 'torch/jit/_monkeytype_config.py' 2025-09-07T06:38:22.8624719Z adding 'torch/jit/_pickle.py' 2025-09-07T06:38:22.8641136Z adding 'torch/jit/_recursive.py' 2025-09-07T06:38:22.8674261Z adding 'torch/jit/_script.py' 2025-09-07T06:38:22.8675562Z adding 'torch/jit/_script.pyi' 2025-09-07T06:38:22.8681117Z adding 'torch/jit/_serialization.py' 2025-09-07T06:38:22.8698425Z adding 'torch/jit/_shape_functions.py' 2025-09-07T06:38:22.8702359Z adding 'torch/jit/_state.py' 2025-09-07T06:38:22.8721786Z adding 'torch/jit/_trace.py' 2025-09-07T06:38:22.8731175Z adding 'torch/jit/annotations.py' 2025-09-07T06:38:22.8747559Z adding 'torch/jit/frontend.py' 2025-09-07T06:38:22.8751785Z adding 'torch/jit/generate_bytecode.py' 2025-09-07T06:38:22.8755005Z adding 'torch/jit/quantized.py' 2025-09-07T06:38:22.8760469Z adding 'torch/jit/supported_ops.py' 2025-09-07T06:38:22.8764216Z adding 'torch/jit/unsupported_tensor_ops.py' 2025-09-07T06:38:22.8767898Z adding 'torch/jit/_passes/__init__.py' 2025-09-07T06:38:22.8771307Z adding 'torch/jit/_passes/_property_propagation.py' 2025-09-07T06:38:22.8776608Z adding 'torch/jit/mobile/__init__.py' 2025-09-07T06:38:22.9690485Z adding 'torch/lib/XNNPACK.lib' 2025-09-07T06:38:22.9756286Z adding 'torch/lib/_C.lib' 2025-09-07T06:38:22.9869513Z adding 'torch/lib/aoti_custom_ops.dll' 2025-09-07T06:38:22.9883738Z adding 'torch/lib/aoti_custom_ops.lib' 2025-09-07T06:38:22.9989313Z adding 'torch/lib/backend_with_compiler.dll' 2025-09-07T06:38:23.0003720Z adding 'torch/lib/backend_with_compiler.lib' 2025-09-07T06:38:23.0489777Z adding 'torch/lib/c10.dll' 2025-09-07T06:38:23.0680426Z adding 'torch/lib/c10.lib' 2025-09-07T06:38:23.0750995Z adding 'torch/lib/cpuinfo.lib' 2025-09-07T06:38:39.6313486Z adding 'torch/lib/dnnl.lib' 2025-09-07T06:38:41.3276280Z adding 'torch/lib/fmt.lib' 2025-09-07T06:38:41.3394248Z adding 'torch/lib/jitbackend_test.dll' 2025-09-07T06:38:41.3406448Z adding 'torch/lib/jitbackend_test.lib' 2025-09-07T06:38:41.8608091Z adding 'torch/lib/kineto.lib' 2025-09-07T06:38:41.9170374Z adding 'torch/lib/libittnotify.lib' 2025-09-07T06:38:42.0618792Z adding 'torch/lib/libprotobuf-lite.lib' 2025-09-07T06:38:43.1067328Z adding 'torch/lib/libprotobuf.lib' 2025-09-07T06:38:44.1123274Z adding 'torch/lib/libprotoc.lib' 2025-09-07T06:38:44.2972946Z adding 'torch/lib/microkernels-prod.lib' 2025-09-07T06:38:44.3112659Z adding 'torch/lib/pthreadpool.lib' 2025-09-07T06:38:44.3138754Z adding 'torch/lib/shm.dll' 2025-09-07T06:38:44.3139040Z adding 'torch/lib/shm.lib' 2025-09-07T06:38:44.6722444Z adding 'torch/lib/sleef.lib' 2025-09-07T06:38:44.6926532Z adding 'torch/lib/torch.dll' 2025-09-07T06:38:44.6931079Z adding 'torch/lib/torch.lib' 2025-09-07T06:38:55.4017381Z adding 'torch/lib/torch_cpu.dll' 2025-09-07T06:38:56.4590503Z adding 'torch/lib/torch_cpu.lib' 2025-09-07T06:38:56.5247489Z adding 'torch/lib/torch_global_deps.dll' 2025-09-07T06:38:57.2462623Z adding 'torch/lib/torch_python.dll' 2025-09-07T06:38:57.2897474Z adding 'torch/lib/torch_python.lib' 2025-09-07T06:38:57.3120476Z adding 'torch/lib/torchbind_test.dll' 2025-09-07T06:38:57.3142870Z adding 'torch/lib/torchbind_test.lib' 2025-09-07T06:38:57.3148138Z adding 'torch/lib/libshm/alloc_info.h' 2025-09-07T06:38:57.3151472Z adding 'torch/lib/libshm/err.h' 2025-09-07T06:38:57.3154785Z adding 'torch/lib/libshm/libshm.h' 2025-09-07T06:38:57.3158585Z adding 'torch/lib/libshm/socket.h' 2025-09-07T06:38:57.3163219Z adding 'torch/lib/libshm_windows/libshm.h' 2025-09-07T06:38:57.3202175Z adding 'torch/linalg/__init__.py' 2025-09-07T06:38:57.3208471Z adding 'torch/masked/__init__.py' 2025-09-07T06:38:57.3215976Z adding 'torch/masked/_docs.py' 2025-09-07T06:38:57.3238190Z adding 'torch/masked/_ops.py' 2025-09-07T06:38:57.3244117Z adding 'torch/masked/maskedtensor/__init__.py' 2025-09-07T06:38:57.3250048Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2025-09-07T06:38:57.3255057Z adding 'torch/masked/maskedtensor/binary.py' 2025-09-07T06:38:57.3261258Z adding 'torch/masked/maskedtensor/core.py' 2025-09-07T06:38:57.3264895Z adding 'torch/masked/maskedtensor/creation.py' 2025-09-07T06:38:57.3268183Z adding 'torch/masked/maskedtensor/passthrough.py' 2025-09-07T06:38:57.3272539Z adding 'torch/masked/maskedtensor/reductions.py' 2025-09-07T06:38:57.3276688Z adding 'torch/masked/maskedtensor/unary.py' 2025-09-07T06:38:57.3280798Z adding 'torch/monitor/__init__.py' 2025-09-07T06:38:57.3286461Z adding 'torch/mps/__init__.py' 2025-09-07T06:38:57.3290123Z adding 'torch/mps/event.py' 2025-09-07T06:38:57.3293902Z adding 'torch/mps/profiler.py' 2025-09-07T06:38:57.3301126Z adding 'torch/mtia/__init__.py' 2025-09-07T06:38:57.3305005Z adding 'torch/mtia/_utils.py' 2025-09-07T06:38:57.3308352Z adding 'torch/mtia/memory.py' 2025-09-07T06:38:57.3313242Z adding 'torch/multiprocessing/__init__.py' 2025-09-07T06:38:57.3316632Z adding 'torch/multiprocessing/_atfork.py' 2025-09-07T06:38:57.3319972Z adding 'torch/multiprocessing/pool.py' 2025-09-07T06:38:57.3323564Z adding 'torch/multiprocessing/queue.py' 2025-09-07T06:38:57.3332714Z adding 'torch/multiprocessing/reductions.py' 2025-09-07T06:38:57.3340943Z adding 'torch/multiprocessing/spawn.py' 2025-09-07T06:38:57.3351520Z adding 'torch/nested/__init__.py' 2025-09-07T06:38:57.3356062Z adding 'torch/nested/_internal/__init__.py' 2025-09-07T06:38:57.3359847Z adding 'torch/nested/_internal/nested_int.py' 2025-09-07T06:38:57.3369435Z adding 'torch/nested/_internal/nested_tensor.py' 2025-09-07T06:38:57.3399152Z adding 'torch/nested/_internal/ops.py' 2025-09-07T06:38:57.3413334Z adding 'torch/nested/_internal/sdpa.py' 2025-09-07T06:38:57.3418728Z adding 'torch/nn/__init__.py' 2025-09-07T06:38:57.3422153Z adding 'torch/nn/_reduction.py' 2025-09-07T06:38:57.3425589Z adding 'torch/nn/common_types.py' 2025-09-07T06:38:57.3429251Z adding 'torch/nn/cpp.py' 2025-09-07T06:38:57.3498444Z adding 'torch/nn/functional.py' 2025-09-07T06:38:57.3510883Z adding 'torch/nn/functional.pyi' 2025-09-07T06:38:57.3515550Z adding 'torch/nn/grad.py' 2025-09-07T06:38:57.3524124Z adding 'torch/nn/init.py' 2025-09-07T06:38:57.3530281Z adding 'torch/nn/parameter.py' 2025-09-07T06:38:57.3533847Z adding 'torch/nn/parameter.pyi' 2025-09-07T06:38:57.3539148Z adding 'torch/nn/attention/__init__.py' 2025-09-07T06:38:57.3542597Z adding 'torch/nn/attention/_utils.py' 2025-09-07T06:38:57.3548349Z adding 'torch/nn/attention/bias.py' 2025-09-07T06:38:57.3572423Z adding 'torch/nn/attention/flex_attention.py' 2025-09-07T06:38:57.3577719Z adding 'torch/nn/attention/experimental/__init__.py' 2025-09-07T06:38:57.3583418Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2025-09-07T06:38:57.3587382Z adding 'torch/nn/backends/__init__.py' 2025-09-07T06:38:57.3590132Z adding 'torch/nn/backends/thnn.py' 2025-09-07T06:38:57.3593976Z adding 'torch/nn/intrinsic/__init__.py' 2025-09-07T06:38:57.3597660Z adding 'torch/nn/intrinsic/modules/__init__.py' 2025-09-07T06:38:57.3600602Z adding 'torch/nn/intrinsic/modules/fused.py' 2025-09-07T06:38:57.3604123Z adding 'torch/nn/intrinsic/qat/__init__.py' 2025-09-07T06:38:57.3608077Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2025-09-07T06:38:57.3611303Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2025-09-07T06:38:57.3614363Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2025-09-07T06:38:57.3617319Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2025-09-07T06:38:57.3620978Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2025-09-07T06:38:57.3624526Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2025-09-07T06:38:57.3628185Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-09-07T06:38:57.3631053Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-09-07T06:38:57.3634676Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2025-09-07T06:38:57.3637489Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2025-09-07T06:38:57.3640314Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2025-09-07T06:38:57.3643028Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2025-09-07T06:38:57.3648221Z adding 'torch/nn/modules/__init__.py' 2025-09-07T06:38:57.3654148Z adding 'torch/nn/modules/_functions.py' 2025-09-07T06:38:57.3671776Z adding 'torch/nn/modules/activation.py' 2025-09-07T06:38:57.3679489Z adding 'torch/nn/modules/adaptive.py' 2025-09-07T06:38:57.3690163Z adding 'torch/nn/modules/batchnorm.py' 2025-09-07T06:38:57.3694372Z adding 'torch/nn/modules/channelshuffle.py' 2025-09-07T06:38:57.3706569Z adding 'torch/nn/modules/container.py' 2025-09-07T06:38:57.3723737Z adding 'torch/nn/modules/conv.py' 2025-09-07T06:38:57.3729321Z adding 'torch/nn/modules/distance.py' 2025-09-07T06:38:57.3734446Z adding 'torch/nn/modules/dropout.py' 2025-09-07T06:38:57.3738962Z adding 'torch/nn/modules/flatten.py' 2025-09-07T06:38:57.3744674Z adding 'torch/nn/modules/fold.py' 2025-09-07T06:38:57.3750968Z adding 'torch/nn/modules/instancenorm.py' 2025-09-07T06:38:57.3757459Z adding 'torch/nn/modules/lazy.py' 2025-09-07T06:38:57.3763200Z adding 'torch/nn/modules/linear.py' 2025-09-07T06:38:57.3791550Z adding 'torch/nn/modules/loss.py' 2025-09-07T06:38:57.3835123Z adding 'torch/nn/modules/module.py' 2025-09-07T06:38:57.3843738Z adding 'torch/nn/modules/normalization.py' 2025-09-07T06:38:57.3850499Z adding 'torch/nn/modules/padding.py' 2025-09-07T06:38:57.3855136Z adding 'torch/nn/modules/pixelshuffle.py' 2025-09-07T06:38:57.3868013Z adding 'torch/nn/modules/pooling.py' 2025-09-07T06:38:57.3887851Z adding 'torch/nn/modules/rnn.py' 2025-09-07T06:38:57.3897260Z adding 'torch/nn/modules/sparse.py' 2025-09-07T06:38:57.3911688Z adding 'torch/nn/modules/transformer.py' 2025-09-07T06:38:57.3918130Z adding 'torch/nn/modules/upsampling.py' 2025-09-07T06:38:57.3922023Z adding 'torch/nn/modules/utils.py' 2025-09-07T06:38:57.3926143Z adding 'torch/nn/parallel/__init__.py' 2025-09-07T06:38:57.3930160Z adding 'torch/nn/parallel/_functions.py' 2025-09-07T06:38:57.3935917Z adding 'torch/nn/parallel/comm.py' 2025-09-07T06:38:57.3942233Z adding 'torch/nn/parallel/data_parallel.py' 2025-09-07T06:38:57.3983868Z adding 'torch/nn/parallel/distributed.py' 2025-09-07T06:38:57.3990575Z adding 'torch/nn/parallel/parallel_apply.py' 2025-09-07T06:38:57.3995261Z adding 'torch/nn/parallel/replicate.py' 2025-09-07T06:38:57.3999547Z adding 'torch/nn/parallel/scatter_gather.py' 2025-09-07T06:38:57.4003595Z adding 'torch/nn/qat/__init__.py' 2025-09-07T06:38:57.4007220Z adding 'torch/nn/qat/dynamic/__init__.py' 2025-09-07T06:38:57.4010874Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2025-09-07T06:38:57.4013958Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2025-09-07T06:38:57.4017718Z adding 'torch/nn/qat/modules/__init__.py' 2025-09-07T06:38:57.4020669Z adding 'torch/nn/qat/modules/conv.py' 2025-09-07T06:38:57.4023875Z adding 'torch/nn/qat/modules/embedding_ops.py' 2025-09-07T06:38:57.4026760Z adding 'torch/nn/qat/modules/linear.py' 2025-09-07T06:38:57.4030283Z adding 'torch/nn/quantizable/__init__.py' 2025-09-07T06:38:57.4033845Z adding 'torch/nn/quantizable/modules/__init__.py' 2025-09-07T06:38:57.4036864Z adding 'torch/nn/quantizable/modules/activation.py' 2025-09-07T06:38:57.4039847Z adding 'torch/nn/quantizable/modules/rnn.py' 2025-09-07T06:38:57.4043640Z adding 'torch/nn/quantized/__init__.py' 2025-09-07T06:38:57.4046522Z adding 'torch/nn/quantized/functional.py' 2025-09-07T06:38:57.4050000Z adding 'torch/nn/quantized/_reference/__init__.py' 2025-09-07T06:38:57.4054074Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2025-09-07T06:38:57.4057109Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2025-09-07T06:38:57.4060016Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2025-09-07T06:38:57.4062959Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2025-09-07T06:38:57.4066000Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2025-09-07T06:38:57.4069013Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2025-09-07T06:38:57.4072501Z adding 'torch/nn/quantized/dynamic/__init__.py' 2025-09-07T06:38:57.4076343Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2025-09-07T06:38:57.4079457Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2025-09-07T06:38:57.4082568Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2025-09-07T06:38:57.4085613Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2025-09-07T06:38:57.4089837Z adding 'torch/nn/quantized/modules/__init__.py' 2025-09-07T06:38:57.4093104Z adding 'torch/nn/quantized/modules/activation.py' 2025-09-07T06:38:57.4095945Z adding 'torch/nn/quantized/modules/batchnorm.py' 2025-09-07T06:38:57.4098990Z adding 'torch/nn/quantized/modules/conv.py' 2025-09-07T06:38:57.4101920Z adding 'torch/nn/quantized/modules/dropout.py' 2025-09-07T06:38:57.4104915Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2025-09-07T06:38:57.4107907Z adding 'torch/nn/quantized/modules/functional_modules.py' 2025-09-07T06:38:57.4110898Z adding 'torch/nn/quantized/modules/linear.py' 2025-09-07T06:38:57.4113909Z adding 'torch/nn/quantized/modules/normalization.py' 2025-09-07T06:38:57.4116749Z adding 'torch/nn/quantized/modules/rnn.py' 2025-09-07T06:38:57.4119713Z adding 'torch/nn/quantized/modules/utils.py' 2025-09-07T06:38:57.4123733Z adding 'torch/nn/utils/__init__.py' 2025-09-07T06:38:57.4127100Z adding 'torch/nn/utils/_deprecation_utils.py' 2025-09-07T06:38:57.4132744Z adding 'torch/nn/utils/_named_member_accessor.py' 2025-09-07T06:38:57.4137364Z adding 'torch/nn/utils/_per_sample_grad.py' 2025-09-07T06:38:57.4142779Z adding 'torch/nn/utils/clip_grad.py' 2025-09-07T06:38:57.4146774Z adding 'torch/nn/utils/convert_parameters.py' 2025-09-07T06:38:57.4151101Z adding 'torch/nn/utils/fusion.py' 2025-09-07T06:38:57.4154840Z adding 'torch/nn/utils/init.py' 2025-09-07T06:38:57.4159241Z adding 'torch/nn/utils/memory_format.py' 2025-09-07T06:38:57.4169880Z adding 'torch/nn/utils/parametrizations.py' 2025-09-07T06:38:57.4184615Z adding 'torch/nn/utils/parametrize.py' 2025-09-07T06:38:57.4205982Z adding 'torch/nn/utils/prune.py' 2025-09-07T06:38:57.4222007Z adding 'torch/nn/utils/rnn.py' 2025-09-07T06:38:57.4229465Z adding 'torch/nn/utils/spectral_norm.py' 2025-09-07T06:38:57.4235649Z adding 'torch/nn/utils/stateless.py' 2025-09-07T06:38:57.4240529Z adding 'torch/nn/utils/weight_norm.py' 2025-09-07T06:38:57.4244672Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2025-09-07T06:38:57.4249908Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2025-09-07T06:38:57.4255596Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2025-09-07T06:38:57.4259837Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2025-09-07T06:38:57.4264133Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2025-09-07T06:38:57.4269270Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2025-09-07T06:38:57.4273329Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2025-09-07T06:38:57.4277392Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2025-09-07T06:38:57.4281003Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2025-09-07T06:38:57.4284879Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2025-09-07T06:38:57.4288564Z adding 'torch/numa/__init__.py' 2025-09-07T06:38:57.4295769Z adding 'torch/numa/binding.py' 2025-09-07T06:38:57.4305576Z adding 'torch/onnx/__init__.py' 2025-09-07T06:38:57.4308859Z adding 'torch/onnx/_constants.py' 2025-09-07T06:38:57.4312257Z adding 'torch/onnx/_flags.py' 2025-09-07T06:38:57.4316445Z adding 'torch/onnx/errors.py' 2025-09-07T06:38:57.4319611Z adding 'torch/onnx/operators.py' 2025-09-07T06:38:57.4323052Z adding 'torch/onnx/symbolic_helper.py' 2025-09-07T06:38:57.4325352Z adding 'torch/onnx/symbolic_opset10.py' 2025-09-07T06:38:57.4328161Z adding 'torch/onnx/symbolic_opset11.py' 2025-09-07T06:38:57.4331137Z adding 'torch/onnx/symbolic_opset12.py' 2025-09-07T06:38:57.4334050Z adding 'torch/onnx/symbolic_opset13.py' 2025-09-07T06:38:57.4336854Z adding 'torch/onnx/symbolic_opset14.py' 2025-09-07T06:38:57.4339701Z adding 'torch/onnx/symbolic_opset15.py' 2025-09-07T06:38:57.4342552Z adding 'torch/onnx/symbolic_opset16.py' 2025-09-07T06:38:57.4345388Z adding 'torch/onnx/symbolic_opset17.py' 2025-09-07T06:38:57.4352035Z adding 'torch/onnx/symbolic_opset18.py' 2025-09-07T06:38:57.4352355Z adding 'torch/onnx/symbolic_opset19.py' 2025-09-07T06:38:57.4353866Z adding 'torch/onnx/symbolic_opset20.py' 2025-09-07T06:38:57.4357235Z adding 'torch/onnx/symbolic_opset7.py' 2025-09-07T06:38:57.4359700Z adding 'torch/onnx/symbolic_opset8.py' 2025-09-07T06:38:57.4362526Z adding 'torch/onnx/symbolic_opset9.py' 2025-09-07T06:38:57.4365538Z adding 'torch/onnx/utils.py' 2025-09-07T06:38:57.4368358Z adding 'torch/onnx/verification.py' 2025-09-07T06:38:57.4372188Z adding 'torch/onnx/_internal/__init__.py' 2025-09-07T06:38:57.4375306Z adding 'torch/onnx/_internal/_lazy_import.py' 2025-09-07T06:38:57.4379667Z adding 'torch/onnx/_internal/exporter/__init__.py' 2025-09-07T06:38:57.4385092Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2025-09-07T06:38:57.4396844Z adding 'torch/onnx/_internal/exporter/_building.py' 2025-09-07T06:38:57.4402766Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2025-09-07T06:38:57.4408112Z adding 'torch/onnx/_internal/exporter/_compat.py' 2025-09-07T06:38:57.4411471Z adding 'torch/onnx/_internal/exporter/_constants.py' 2025-09-07T06:38:57.4436428Z adding 'torch/onnx/_internal/exporter/_core.py' 2025-09-07T06:38:57.4441846Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2025-09-07T06:38:57.4448193Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2025-09-07T06:38:57.4454988Z adding 'torch/onnx/_internal/exporter/_dynamic_shapes.py' 2025-09-07T06:38:57.4458440Z adding 'torch/onnx/_internal/exporter/_errors.py' 2025-09-07T06:38:57.4461416Z adding 'torch/onnx/_internal/exporter/_flags.py' 2025-09-07T06:38:57.4464758Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2025-09-07T06:38:57.4469256Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2025-09-07T06:38:57.4472733Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2025-09-07T06:38:57.4480503Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2025-09-07T06:38:57.4486751Z adding 'torch/onnx/_internal/exporter/_registration.py' 2025-09-07T06:38:57.4491578Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2025-09-07T06:38:57.4500030Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2025-09-07T06:38:57.4503911Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2025-09-07T06:38:57.4507828Z adding 'torch/onnx/_internal/exporter/_testing.py' 2025-09-07T06:38:57.4511175Z adding 'torch/onnx/_internal/exporter/_type_casting.py' 2025-09-07T06:38:57.4517269Z adding 'torch/onnx/_internal/exporter/_verification.py' 2025-09-07T06:38:57.4521302Z adding 'torch/onnx/_internal/exporter/_torchlib/__init__.py' 2025-09-07T06:38:57.4524684Z adding 'torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py' 2025-09-07T06:38:57.4528274Z adding 'torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2025-09-07T06:38:57.4532104Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2025-09-07T06:38:57.4545405Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/core.py' 2025-09-07T06:38:57.4545880Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2025-09-07T06:38:57.4548109Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/nn.py' 2025-09-07T06:38:57.4552173Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/symbolic.py' 2025-09-07T06:38:57.4555524Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/symops.py' 2025-09-07T06:38:57.4559180Z adding 'torch/onnx/_internal/fx/__init__.py' 2025-09-07T06:38:57.4564288Z adding 'torch/onnx/_internal/fx/_pass.py' 2025-09-07T06:38:57.4569105Z adding 'torch/onnx/_internal/fx/type_utils.py' 2025-09-07T06:38:57.4573112Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2025-09-07T06:38:57.4588741Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2025-09-07T06:38:57.4594595Z adding 'torch/onnx/_internal/torchscript_exporter/__init__.py' 2025-09-07T06:38:57.4597760Z adding 'torch/onnx/_internal/torchscript_exporter/_experimental.py' 2025-09-07T06:38:57.4601207Z adding 'torch/onnx/_internal/torchscript_exporter/_globals.py' 2025-09-07T06:38:57.4606988Z adding 'torch/onnx/_internal/torchscript_exporter/_type_utils.py' 2025-09-07T06:38:57.4613611Z adding 'torch/onnx/_internal/torchscript_exporter/jit_utils.py' 2025-09-07T06:38:57.4619109Z adding 'torch/onnx/_internal/torchscript_exporter/onnx_proto_utils.py' 2025-09-07T06:38:57.4624813Z adding 'torch/onnx/_internal/torchscript_exporter/registration.py' 2025-09-07T06:38:57.4653437Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_helper.py' 2025-09-07T06:38:57.4665721Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py' 2025-09-07T06:38:57.4683578Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py' 2025-09-07T06:38:57.4691144Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py' 2025-09-07T06:38:57.4703790Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py' 2025-09-07T06:38:57.4710044Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py' 2025-09-07T06:38:57.4713942Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset15.py' 2025-09-07T06:38:57.4718462Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py' 2025-09-07T06:38:57.4723628Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py' 2025-09-07T06:38:57.4728434Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py' 2025-09-07T06:38:57.4731852Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset19.py' 2025-09-07T06:38:57.4735335Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset20.py' 2025-09-07T06:38:57.4738715Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset7.py' 2025-09-07T06:38:57.4744874Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset8.py' 2025-09-07T06:38:57.4814121Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py' 2025-09-07T06:38:57.4848879Z adding 'torch/onnx/_internal/torchscript_exporter/utils.py' 2025-09-07T06:38:57.4858471Z adding 'torch/onnx/_internal/torchscript_exporter/verification.py' 2025-09-07T06:38:57.4868121Z adding 'torch/onnx/ops/__init__.py' 2025-09-07T06:38:57.4900515Z adding 'torch/onnx/ops/_dtype_mappings.py' 2025-09-07T06:38:57.4900890Z adding 'torch/onnx/ops/_impl.py' 2025-09-07T06:38:57.4901188Z adding 'torch/onnx/ops/_symbolic_impl.py' 2025-09-07T06:38:57.4901486Z adding 'torch/optim/__init__.py' 2025-09-07T06:38:57.4901827Z adding 'torch/optim/_adafactor.py' 2025-09-07T06:38:57.4906624Z adding 'torch/optim/_functional.py' 2025-09-07T06:38:57.4912503Z adding 'torch/optim/_muon.py' 2025-09-07T06:38:57.4919406Z adding 'torch/optim/adadelta.py' 2025-09-07T06:38:57.4927623Z adding 'torch/optim/adagrad.py' 2025-09-07T06:38:57.4940725Z adding 'torch/optim/adam.py' 2025-09-07T06:38:57.4948377Z adding 'torch/optim/adamax.py' 2025-09-07T06:38:57.4953552Z adding 'torch/optim/adamw.py' 2025-09-07T06:38:57.4960167Z adding 'torch/optim/asgd.py' 2025-09-07T06:38:57.4967940Z adding 'torch/optim/lbfgs.py' 2025-09-07T06:38:57.4992200Z adding 'torch/optim/lr_scheduler.py' 2025-09-07T06:38:57.5002726Z adding 'torch/optim/nadam.py' 2025-09-07T06:38:57.5021103Z adding 'torch/optim/optimizer.py' 2025-09-07T06:38:57.5030542Z adding 'torch/optim/radam.py' 2025-09-07T06:38:57.5038804Z adding 'torch/optim/rmsprop.py' 2025-09-07T06:38:57.5045991Z adding 'torch/optim/rprop.py' 2025-09-07T06:38:57.5053905Z adding 'torch/optim/sgd.py' 2025-09-07T06:38:57.5059409Z adding 'torch/optim/sparse_adam.py' 2025-09-07T06:38:57.5067182Z adding 'torch/optim/swa_utils.py' 2025-09-07T06:38:57.5071702Z adding 'torch/optim/_multi_tensor/__init__.py' 2025-09-07T06:38:57.5074679Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2025-09-07T06:38:57.5078576Z adding 'torch/package/__init__.py' 2025-09-07T06:38:57.5082673Z adding 'torch/package/_digraph.py' 2025-09-07T06:38:57.5086172Z adding 'torch/package/_directory_reader.py' 2025-09-07T06:38:57.5089913Z adding 'torch/package/_importlib.py' 2025-09-07T06:38:57.5093551Z adding 'torch/package/_mangling.py' 2025-09-07T06:38:57.5097077Z adding 'torch/package/_mock.py' 2025-09-07T06:38:57.5101226Z adding 'torch/package/_package_pickler.py' 2025-09-07T06:38:57.5104536Z adding 'torch/package/_package_unpickler.py' 2025-09-07T06:38:57.5108560Z adding 'torch/package/_stdlib.py' 2025-09-07T06:38:57.5112670Z adding 'torch/package/file_structure_representation.py' 2025-09-07T06:38:57.5116475Z adding 'torch/package/find_file_dependencies.py' 2025-09-07T06:38:57.5120273Z adding 'torch/package/glob_group.py' 2025-09-07T06:38:57.5125996Z adding 'torch/package/importer.py' 2025-09-07T06:38:57.5144074Z adding 'torch/package/package_exporter.py' 2025-09-07T06:38:57.5158178Z adding 'torch/package/package_importer.py' 2025-09-07T06:38:57.5162843Z adding 'torch/package/analyze/__init__.py' 2025-09-07T06:38:57.5165991Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2025-09-07T06:38:57.5169363Z adding 'torch/package/analyze/is_from_package.py' 2025-09-07T06:38:57.5172603Z adding 'torch/package/analyze/trace_dependencies.py' 2025-09-07T06:38:57.5176984Z adding 'torch/profiler/__init__.py' 2025-09-07T06:38:57.5194802Z adding 'torch/profiler/_memory_profiler.py' 2025-09-07T06:38:57.5204819Z adding 'torch/profiler/_pattern_matcher.py' 2025-09-07T06:38:57.5212103Z adding 'torch/profiler/_utils.py' 2025-09-07T06:38:57.5215992Z adding 'torch/profiler/itt.py' 2025-09-07T06:38:57.5231297Z adding 'torch/profiler/profiler.py' 2025-09-07T06:38:57.5235590Z adding 'torch/profiler/python_tracer.py' 2025-09-07T06:38:57.5240210Z adding 'torch/quantization/__init__.py' 2025-09-07T06:38:57.5243658Z adding 'torch/quantization/_numeric_suite.py' 2025-09-07T06:38:57.5246715Z adding 'torch/quantization/_numeric_suite_fx.py' 2025-09-07T06:38:57.5250655Z adding 'torch/quantization/_quantized_conversions.py' 2025-09-07T06:38:57.5253961Z adding 'torch/quantization/fake_quantize.py' 2025-09-07T06:38:57.5257879Z adding 'torch/quantization/fuse_modules.py' 2025-09-07T06:38:57.5260199Z adding 'torch/quantization/fuser_method_mappings.py' 2025-09-07T06:38:57.5263344Z adding 'torch/quantization/observer.py' 2025-09-07T06:38:57.5266645Z adding 'torch/quantization/qconfig.py' 2025-09-07T06:38:57.5269515Z adding 'torch/quantization/quant_type.py' 2025-09-07T06:38:57.5272584Z adding 'torch/quantization/quantization_mappings.py' 2025-09-07T06:38:57.5275776Z adding 'torch/quantization/quantize.py' 2025-09-07T06:38:57.5278720Z adding 'torch/quantization/quantize_fx.py' 2025-09-07T06:38:57.5281857Z adding 'torch/quantization/quantize_jit.py' 2025-09-07T06:38:57.5284730Z adding 'torch/quantization/stubs.py' 2025-09-07T06:38:57.5287855Z adding 'torch/quantization/utils.py' 2025-09-07T06:38:57.5292140Z adding 'torch/quantization/fx/__init__.py' 2025-09-07T06:38:57.5295298Z adding 'torch/quantization/fx/_equalize.py' 2025-09-07T06:38:57.5298368Z adding 'torch/quantization/fx/convert.py' 2025-09-07T06:38:57.5301235Z adding 'torch/quantization/fx/fuse.py' 2025-09-07T06:38:57.5304350Z adding 'torch/quantization/fx/fusion_patterns.py' 2025-09-07T06:38:57.5307205Z adding 'torch/quantization/fx/graph_module.py' 2025-09-07T06:38:57.5310238Z adding 'torch/quantization/fx/match_utils.py' 2025-09-07T06:38:57.5313316Z adding 'torch/quantization/fx/pattern_utils.py' 2025-09-07T06:38:57.5316388Z adding 'torch/quantization/fx/prepare.py' 2025-09-07T06:38:57.5319547Z adding 'torch/quantization/fx/quantization_patterns.py' 2025-09-07T06:38:57.5322582Z adding 'torch/quantization/fx/quantization_types.py' 2025-09-07T06:38:57.5325756Z adding 'torch/quantization/fx/utils.py' 2025-09-07T06:38:57.5330577Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2025-09-07T06:38:57.5335795Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2025-09-07T06:38:57.5339319Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2025-09-07T06:38:57.5343781Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2025-09-07T06:38:57.5357141Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2025-09-07T06:38:57.5361916Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2025-09-07T06:38:57.5366118Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2025-09-07T06:38:57.5370775Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2025-09-07T06:38:57.5375379Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2025-09-07T06:38:57.5378955Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2025-09-07T06:38:57.5383568Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2025-09-07T06:38:57.5414985Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2025-09-07T06:38:57.5420513Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2025-09-07T06:38:57.5425942Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2025-09-07T06:38:57.5429735Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2025-09-07T06:38:57.5435600Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2025-09-07T06:38:57.5441299Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2025-09-07T06:38:57.5447619Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2025-09-07T06:38:57.5454126Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2025-09-07T06:38:57.5458296Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2025-09-07T06:38:57.5461829Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2025-09-07T06:38:57.5465127Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2025-09-07T06:38:57.5468140Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2025-09-07T06:38:57.5471753Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2025-09-07T06:38:57.5480005Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2025-09-07T06:38:57.5483824Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2025-09-07T06:38:57.5488868Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2025-09-07T06:38:57.5492044Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2025-09-07T06:38:57.5495489Z adding 'torch/signal/__init__.py' 2025-09-07T06:38:57.5499051Z adding 'torch/signal/windows/__init__.py' 2025-09-07T06:38:57.5505876Z adding 'torch/signal/windows/windows.py' 2025-09-07T06:38:57.5516683Z adding 'torch/sparse/__init__.py' 2025-09-07T06:38:57.5523851Z adding 'torch/sparse/_semi_structured_conversions.py' 2025-09-07T06:38:57.5528399Z adding 'torch/sparse/_semi_structured_ops.py' 2025-09-07T06:38:57.5553252Z adding 'torch/sparse/_triton_ops.py' 2025-09-07T06:38:57.5672885Z adding 'torch/sparse/_triton_ops_meta.py' 2025-09-07T06:38:57.5693520Z adding 'torch/sparse/semi_structured.py' 2025-09-07T06:38:57.5703869Z adding 'torch/special/__init__.py' 2025-09-07T06:38:57.5875125Z adding 'torch/test/CppSignature_test.exe' 2025-09-07T06:38:57.6136976Z adding 'torch/test/Dict_test.exe' 2025-09-07T06:38:57.6318441Z adding 'torch/test/Dimname_test.exe' 2025-09-07T06:38:57.6548696Z adding 'torch/test/IListRef_test.exe' 2025-09-07T06:38:57.6787908Z adding 'torch/test/KernelFunction_test.exe' 2025-09-07T06:38:57.7127362Z adding 'torch/test/List_test.exe' 2025-09-07T06:38:57.7379876Z adding 'torch/test/MaybeOwned_test.exe' 2025-09-07T06:38:57.7618644Z adding 'torch/test/NamedTensor_test.exe' 2025-09-07T06:38:57.7825085Z adding 'torch/test/StorageUtils_test.exe' 2025-09-07T06:38:57.8044497Z adding 'torch/test/apply_utils_test.exe' 2025-09-07T06:38:57.8273188Z adding 'torch/test/atest.exe' 2025-09-07T06:38:57.8484746Z adding 'torch/test/backend_fallback_test.exe' 2025-09-07T06:38:57.8729815Z adding 'torch/test/basic.exe' 2025-09-07T06:38:57.8940257Z adding 'torch/test/broadcast_test.exe' 2025-09-07T06:38:57.9120633Z adding 'torch/test/c10_AllocatorConfig_test.exe' 2025-09-07T06:38:57.9286472Z adding 'torch/test/c10_ArrayRef_test.exe' 2025-09-07T06:38:57.9460644Z adding 'torch/test/c10_Bitset_test.exe' 2025-09-07T06:38:57.9620802Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2025-09-07T06:38:57.9777856Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2025-09-07T06:38:57.9937425Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2025-09-07T06:38:58.0109437Z adding 'torch/test/c10_DeviceGuard_test.exe' 2025-09-07T06:38:58.0287473Z adding 'torch/test/c10_Device_test.exe' 2025-09-07T06:38:58.0488644Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2025-09-07T06:38:58.0678943Z adding 'torch/test/c10_Enumerate_test.exe' 2025-09-07T06:38:58.0850017Z adding 'torch/test/c10_Half_test.exe' 2025-09-07T06:38:58.1031829Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2025-09-07T06:38:58.1219084Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2025-09-07T06:38:58.1395853Z adding 'torch/test/c10_IntrusiveList_test.exe' 2025-09-07T06:38:58.1584858Z adding 'torch/test/c10_LeftRight_test.exe' 2025-09-07T06:38:58.1763649Z adding 'torch/test/c10_Metaprogramming_test.exe' 2025-09-07T06:38:58.1943576Z adding 'torch/test/c10_NetworkFlow_test.exe' 2025-09-07T06:38:58.2118535Z adding 'torch/test/c10_Scalar_test.exe' 2025-09-07T06:38:58.2278962Z adding 'torch/test/c10_Semaphore_test.exe' 2025-09-07T06:38:58.2462766Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2025-09-07T06:38:58.2619903Z adding 'torch/test/c10_StreamGuard_test.exe' 2025-09-07T06:38:58.2798964Z adding 'torch/test/c10_SymInt_test.exe' 2025-09-07T06:38:58.2968046Z adding 'torch/test/c10_Synchronized_test.exe' 2025-09-07T06:38:58.3150500Z adding 'torch/test/c10_ThreadLocal_test.exe' 2025-09-07T06:38:58.3326618Z adding 'torch/test/c10_TypeIndex_test.exe' 2025-09-07T06:38:58.3486750Z adding 'torch/test/c10_TypeList_test.exe' 2025-09-07T06:38:58.3648193Z adding 'torch/test/c10_TypeTraits_test.exe' 2025-09-07T06:38:58.3823495Z adding 'torch/test/c10_accumulate_test.exe' 2025-09-07T06:38:58.4012424Z adding 'torch/test/c10_bfloat16_test.exe' 2025-09-07T06:38:58.4177659Z adding 'torch/test/c10_bit_cast_test.exe' 2025-09-07T06:38:58.4376568Z adding 'torch/test/c10_complex_math_test.exe' 2025-09-07T06:38:58.4569828Z adding 'torch/test/c10_complex_test.exe' 2025-09-07T06:38:58.4759051Z adding 'torch/test/c10_cow_test.exe' 2025-09-07T06:38:58.4926768Z adding 'torch/test/c10_error_test.exe' 2025-09-07T06:38:58.5106537Z adding 'torch/test/c10_exception_test.exe' 2025-09-07T06:38:58.5269877Z adding 'torch/test/c10_flags_test.exe' 2025-09-07T06:38:58.5438579Z adding 'torch/test/c10_generic_math_test.exe' 2025-09-07T06:38:58.5586080Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2025-09-07T06:38:58.6004226Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2025-09-07T06:38:58.6190436Z adding 'torch/test/c10_irange_test.exe' 2025-09-07T06:38:58.6365203Z adding 'torch/test/c10_lazy_test.exe' 2025-09-07T06:38:58.6568293Z adding 'torch/test/c10_logging_test.exe' 2025-09-07T06:38:58.6865586Z adding 'torch/test/c10_optional_test.exe' 2025-09-07T06:38:58.7140665Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2025-09-07T06:38:58.7375658Z adding 'torch/test/c10_registry_test.exe' 2025-09-07T06:38:58.7876958Z adding 'torch/test/c10_small_vector_test.exe' 2025-09-07T06:38:58.8144526Z adding 'torch/test/c10_ssize_test.exe' 2025-09-07T06:38:58.8380443Z adding 'torch/test/c10_string_util_test.exe' 2025-09-07T06:38:58.8590885Z adding 'torch/test/c10_string_view_test.exe' 2025-09-07T06:38:58.8798981Z adding 'torch/test/c10_tempfile_test.exe' 2025-09-07T06:38:58.9032445Z adding 'torch/test/c10_typeid_test.exe' 2025-09-07T06:38:58.9249332Z adding 'torch/test/cpu_allocator_test.exe' 2025-09-07T06:38:58.9523797Z adding 'torch/test/cpu_generator_test.exe' 2025-09-07T06:38:58.9694699Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2025-09-07T06:38:59.0037841Z adding 'torch/test/cpu_rng_test.exe' 2025-09-07T06:38:59.0402138Z adding 'torch/test/dlconvertor_test.exe' 2025-09-07T06:38:59.0626282Z adding 'torch/test/extension_backend_test.exe' 2025-09-07T06:38:59.0843586Z adding 'torch/test/half_test.exe' 2025-09-07T06:38:59.1090185Z adding 'torch/test/inline_container_test.exe' 2025-09-07T06:38:59.1435273Z adding 'torch/test/ivalue_test.exe' 2025-09-07T06:38:59.1835127Z adding 'torch/test/kernel_function_legacy_test.exe' 2025-09-07T06:38:59.2183579Z adding 'torch/test/kernel_function_test.exe' 2025-09-07T06:38:59.2595462Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2025-09-07T06:38:59.2954602Z adding 'torch/test/kernel_lambda_test.exe' 2025-09-07T06:38:59.3202922Z adding 'torch/test/kernel_stackbased_test.exe' 2025-09-07T06:38:59.3402457Z adding 'torch/test/lazy_tensor_test.exe' 2025-09-07T06:38:59.3683907Z adding 'torch/test/legacy_vmap_test.exe' 2025-09-07T06:38:59.4031205Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2025-09-07T06:38:59.4242871Z adding 'torch/test/math_kernel_test.exe' 2025-09-07T06:38:59.4446108Z adding 'torch/test/memory_format_test.exe' 2025-09-07T06:38:59.4651250Z adding 'torch/test/memory_overlapping_test.exe' 2025-09-07T06:38:59.4854455Z adding 'torch/test/mobile_memory_cleanup.exe' 2025-09-07T06:38:59.5078712Z adding 'torch/test/native_test.exe' 2025-09-07T06:38:59.5238304Z adding 'torch/test/op_allowlist_test.exe' 2025-09-07T06:38:59.6047923Z adding 'torch/test/op_registration_test.exe' 2025-09-07T06:38:59.6271511Z adding 'torch/test/operator_name_test.exe' 2025-09-07T06:38:59.6468412Z adding 'torch/test/operators_test.exe' 2025-09-07T06:38:59.6677044Z adding 'torch/test/packedtensoraccessor_test.exe' 2025-09-07T06:38:59.6945689Z adding 'torch/test/pow_test.exe' 2025-09-07T06:38:59.7174698Z adding 'torch/test/quantized_test.exe' 2025-09-07T06:38:59.7377188Z adding 'torch/test/reduce_ops_test.exe' 2025-09-07T06:38:59.7584422Z adding 'torch/test/reportMemoryUsage_test.exe' 2025-09-07T06:38:59.7814430Z adding 'torch/test/scalar_tensor_test.exe' 2025-09-07T06:38:59.8049265Z adding 'torch/test/scalar_test.exe' 2025-09-07T06:38:59.8251475Z adding 'torch/test/stride_properties_test.exe' 2025-09-07T06:38:59.8585275Z adding 'torch/test/tensor_iterator_test.exe' 2025-09-07T06:38:59.8822932Z adding 'torch/test/test_parallel.exe' 2025-09-07T06:38:59.9049556Z adding 'torch/test/thread_init_test.exe' 2025-09-07T06:38:59.9293522Z adding 'torch/test/type_ptr_test.exe' 2025-09-07T06:38:59.9544777Z adding 'torch/test/type_test.exe' 2025-09-07T06:38:59.9776245Z adding 'torch/test/undefined_tensor_test.exe' 2025-09-07T06:39:00.0041352Z adding 'torch/test/verify_api_visibility.exe' 2025-09-07T06:39:00.0263146Z adding 'torch/test/weakref_test.exe' 2025-09-07T06:39:00.0470231Z adding 'torch/test/wrapdim_test.exe' 2025-09-07T06:39:00.0671993Z adding 'torch/test/xla_tensor_test.exe' 2025-09-07T06:39:00.0684066Z adding 'torch/testing/__init__.py' 2025-09-07T06:39:00.0705446Z adding 'torch/testing/_comparison.py' 2025-09-07T06:39:00.0713313Z adding 'torch/testing/_creation.py' 2025-09-07T06:39:00.0717212Z adding 'torch/testing/_utils.py' 2025-09-07T06:39:00.0722609Z adding 'torch/testing/_internal/__init__.py' 2025-09-07T06:39:00.0730340Z adding 'torch/testing/_internal/autocast_test_lists.py' 2025-09-07T06:39:00.0737352Z adding 'torch/testing/_internal/autograd_function_db.py' 2025-09-07T06:39:00.0742499Z adding 'torch/testing/_internal/check_kernel_launches.py' 2025-09-07T06:39:00.0748930Z adding 'torch/testing/_internal/common_cuda.py' 2025-09-07T06:39:00.0776721Z adding 'torch/testing/_internal/common_device_type.py' 2025-09-07T06:39:00.0782119Z adding 'torch/testing/_internal/common_dist_composable.py' 2025-09-07T06:39:00.0807418Z adding 'torch/testing/_internal/common_distributed.py' 2025-09-07T06:39:00.0813042Z adding 'torch/testing/_internal/common_dtype.py' 2025-09-07T06:39:00.0831632Z adding 'torch/testing/_internal/common_fsdp.py' 2025-09-07T06:39:00.0839480Z adding 'torch/testing/_internal/common_jit.py' 2025-09-07T06:39:00.1081044Z adding 'torch/testing/_internal/common_methods_invocations.py' 2025-09-07T06:39:00.1112647Z adding 'torch/testing/_internal/common_mkldnn.py' 2025-09-07T06:39:00.1145983Z adding 'torch/testing/_internal/common_modules.py' 2025-09-07T06:39:00.1159055Z adding 'torch/testing/_internal/common_mps.py' 2025-09-07T06:39:00.1194270Z adding 'torch/testing/_internal/common_nn.py' 2025-09-07T06:39:00.1215295Z adding 'torch/testing/_internal/common_optimizers.py' 2025-09-07T06:39:00.1222168Z adding 'torch/testing/_internal/common_pruning.py' 2025-09-07T06:39:00.1253566Z adding 'torch/testing/_internal/common_quantization.py' 2025-09-07T06:39:00.1265426Z adding 'torch/testing/_internal/common_quantized.py' 2025-09-07T06:39:00.1271574Z adding 'torch/testing/_internal/common_subclass.py' 2025-09-07T06:39:00.1370140Z adding 'torch/testing/_internal/common_utils.py' 2025-09-07T06:39:00.1385401Z adding 'torch/testing/_internal/composite_compliance.py' 2025-09-07T06:39:00.1392808Z adding 'torch/testing/_internal/custom_op_db.py' 2025-09-07T06:39:00.1397384Z adding 'torch/testing/_internal/custom_tensor.py' 2025-09-07T06:39:00.1402614Z adding 'torch/testing/_internal/dist_utils.py' 2025-09-07T06:39:00.1407064Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2025-09-07T06:39:00.1410262Z adding 'torch/testing/_internal/fake_config_module.py' 2025-09-07T06:39:00.1413546Z adding 'torch/testing/_internal/fake_config_module2.py' 2025-09-07T06:39:00.1416576Z adding 'torch/testing/_internal/fake_config_module3.py' 2025-09-07T06:39:00.1421650Z adding 'torch/testing/_internal/hop_db.py' 2025-09-07T06:39:00.1429552Z adding 'torch/testing/_internal/hypothesis_utils.py' 2025-09-07T06:39:00.1435248Z adding 'torch/testing/_internal/inductor_utils.py' 2025-09-07T06:39:00.1446758Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2025-09-07T06:39:00.1459540Z adding 'torch/testing/_internal/jit_utils.py' 2025-09-07T06:39:00.1464956Z adding 'torch/testing/_internal/logging_tensor.py' 2025-09-07T06:39:00.1470120Z adding 'torch/testing/_internal/logging_utils.py' 2025-09-07T06:39:00.1473583Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2025-09-07T06:39:00.1476588Z adding 'torch/testing/_internal/static_module.py' 2025-09-07T06:39:00.1481129Z adding 'torch/testing/_internal/subclasses.py' 2025-09-07T06:39:00.1484293Z adding 'torch/testing/_internal/torchbind_impls.py' 2025-09-07T06:39:00.1492866Z adding 'torch/testing/_internal/triton_utils.py' 2025-09-07T06:39:00.1498382Z adding 'torch/testing/_internal/two_tensor.py' 2025-09-07T06:39:00.1501264Z adding 'torch/testing/_internal/codegen/__init__.py' 2025-09-07T06:39:00.1504939Z adding 'torch/testing/_internal/data/__init__.py' 2025-09-07T06:39:00.1507730Z adding 'torch/testing/_internal/data/network1.py' 2025-09-07T06:39:00.1510717Z adding 'torch/testing/_internal/data/network2.py' 2025-09-07T06:39:00.1514661Z adding 'torch/testing/_internal/distributed/__init__.py' 2025-09-07T06:39:00.1519148Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2025-09-07T06:39:00.1523655Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2025-09-07T06:39:00.1535505Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2025-09-07T06:39:00.1633954Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2025-09-07T06:39:00.1646993Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2025-09-07T06:39:00.1650255Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2025-09-07T06:39:00.1657656Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2025-09-07T06:39:00.1662653Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2025-09-07T06:39:00.1666478Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2025-09-07T06:39:00.1669699Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2025-09-07T06:39:00.1674146Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2025-09-07T06:39:00.1677949Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2025-09-07T06:39:00.1681321Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2025-09-07T06:39:00.1685095Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2025-09-07T06:39:00.1694871Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2025-09-07T06:39:00.1698979Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2025-09-07T06:39:00.1702622Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2025-09-07T06:39:00.1710205Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2025-09-07T06:39:00.1714894Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2025-09-07T06:39:00.1742765Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2025-09-07T06:39:00.1749780Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2025-09-07T06:39:00.1755375Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2025-09-07T06:39:00.1759270Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2025-09-07T06:39:00.1762730Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2025-09-07T06:39:00.1821006Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2025-09-07T06:39:00.1829375Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2025-09-07T06:39:00.1832984Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2025-09-07T06:39:00.1837162Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2025-09-07T06:39:00.1842504Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2025-09-07T06:39:00.1846416Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2025-09-07T06:39:00.1850070Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2025-09-07T06:39:00.1864625Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2025-09-07T06:39:00.1870119Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2025-09-07T06:39:00.1874777Z adding 'torch/testing/_internal/generated/__init__.py' 2025-09-07T06:39:00.1923832Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2025-09-07T06:39:00.1939785Z adding 'torch/testing/_internal/opinfo/__init__.py' 2025-09-07T06:39:00.1982118Z adding 'torch/testing/_internal/opinfo/core.py' 2025-09-07T06:39:00.1989507Z adding 'torch/testing/_internal/opinfo/refs.py' 2025-09-07T06:39:00.1995110Z adding 'torch/testing/_internal/opinfo/utils.py' 2025-09-07T06:39:00.1999338Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2025-09-07T06:39:00.2008642Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2025-09-07T06:39:00.2016037Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2025-09-07T06:39:00.2052841Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2025-09-07T06:39:00.2058592Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2025-09-07T06:39:00.2064854Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2025-09-07T06:39:00.2074112Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2025-09-07T06:39:00.2081256Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2025-09-07T06:39:00.2085682Z adding 'torch/testing/_internal/optests/__init__.py' 2025-09-07T06:39:00.2090457Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2025-09-07T06:39:00.2095136Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2025-09-07T06:39:00.2098157Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2025-09-07T06:39:00.2110234Z adding 'torch/testing/_internal/optests/generate_tests.py' 2025-09-07T06:39:00.2114761Z adding 'torch/testing/_internal/optests/make_fx.py' 2025-09-07T06:39:00.2118448Z adding 'torch/testing/_internal/test_module/__init__.py' 2025-09-07T06:39:00.2121238Z adding 'torch/testing/_internal/test_module/future_div.py' 2025-09-07T06:39:00.2123984Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2025-09-07T06:39:00.2129338Z adding 'torch/utils/__init__.py' 2025-09-07T06:39:00.2133287Z adding 'torch/utils/_appending_byte_serializer.py' 2025-09-07T06:39:00.2137595Z adding 'torch/utils/_backport_slots.py' 2025-09-07T06:39:00.2148761Z adding 'torch/utils/_config_module.py' 2025-09-07T06:39:00.2152837Z adding 'torch/utils/_config_typing.pyi' 2025-09-07T06:39:00.2158268Z adding 'torch/utils/_content_store.py' 2025-09-07T06:39:00.2162736Z adding 'torch/utils/_contextlib.py' 2025-09-07T06:39:00.2166224Z adding 'torch/utils/_cpp_embed_headers.py' 2025-09-07T06:39:00.2169527Z adding 'torch/utils/_cpp_extension_versioner.py' 2025-09-07T06:39:00.2180937Z adding 'torch/utils/_cxx_pytree.py' 2025-09-07T06:39:00.2185575Z adding 'torch/utils/_device.py' 2025-09-07T06:39:00.2188627Z adding 'torch/utils/_dtype_abbrs.py' 2025-09-07T06:39:00.2191888Z adding 'torch/utils/_exposed_in.py' 2025-09-07T06:39:00.2195038Z adding 'torch/utils/_filelock.py' 2025-09-07T06:39:00.2198633Z adding 'torch/utils/_foreach_utils.py' 2025-09-07T06:39:00.2201875Z adding 'torch/utils/_functools.py' 2025-09-07T06:39:00.2206282Z adding 'torch/utils/_get_clean_triton.py' 2025-09-07T06:39:00.2209336Z adding 'torch/utils/_helion.py' 2025-09-07T06:39:00.2212608Z adding 'torch/utils/_import_utils.py' 2025-09-07T06:39:00.2215455Z adding 'torch/utils/_mode_utils.py' 2025-09-07T06:39:00.2219431Z adding 'torch/utils/_ordered_set.py' 2025-09-07T06:39:00.2232262Z adding 'torch/utils/_python_dispatch.py' 2025-09-07T06:39:00.2256727Z adding 'torch/utils/_pytree.py' 2025-09-07T06:39:00.2261486Z adding 'torch/utils/_stats.py' 2025-09-07T06:39:00.2264611Z adding 'torch/utils/_thunk.py' 2025-09-07T06:39:00.2270205Z adding 'torch/utils/_traceback.py' 2025-09-07T06:39:00.2274124Z adding 'torch/utils/_triton.py' 2025-09-07T06:39:00.2277599Z adding 'torch/utils/_typing_utils.py' 2025-09-07T06:39:00.2281078Z adding 'torch/utils/_zip.py' 2025-09-07T06:39:00.2289685Z adding 'torch/utils/backend_registration.py' 2025-09-07T06:39:00.2298782Z adding 'torch/utils/bundled_inputs.py' 2025-09-07T06:39:00.2327284Z adding 'torch/utils/checkpoint.py' 2025-09-07T06:39:00.2340119Z adding 'torch/utils/collect_env.py' 2025-09-07T06:39:00.2343903Z adding 'torch/utils/cpp_backtrace.py' 2025-09-07T06:39:00.2390029Z adding 'torch/utils/cpp_extension.py' 2025-09-07T06:39:00.2396094Z adding 'torch/utils/deterministic.py' 2025-09-07T06:39:00.2400849Z adding 'torch/utils/dlpack.py' 2025-09-07T06:39:00.2404394Z adding 'torch/utils/file_baton.py' 2025-09-07T06:39:00.2416225Z adding 'torch/utils/flop_counter.py' 2025-09-07T06:39:00.2422949Z adding 'torch/utils/hooks.py' 2025-09-07T06:39:00.2426878Z adding 'torch/utils/mkldnn.py' 2025-09-07T06:39:00.2431368Z adding 'torch/utils/mobile_optimizer.py' 2025-09-07T06:39:00.2435028Z adding 'torch/utils/model_zoo.py' 2025-09-07T06:39:00.2438508Z adding 'torch/utils/module_tracker.py' 2025-09-07T06:39:00.2442934Z adding 'torch/utils/show_pickle.py' 2025-09-07T06:39:00.2447718Z adding 'torch/utils/throughput_benchmark.py' 2025-09-07T06:39:00.2453805Z adding 'torch/utils/weak.py' 2025-09-07T06:39:00.2458254Z adding 'torch/utils/_strobelight/__init__.py' 2025-09-07T06:39:00.2463302Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2025-09-07T06:39:00.2467457Z adding 'torch/utils/_sympy/__init__.py' 2025-09-07T06:39:00.2486910Z adding 'torch/utils/_sympy/functions.py' 2025-09-07T06:39:00.2493114Z adding 'torch/utils/_sympy/interp.py' 2025-09-07T06:39:00.2498554Z adding 'torch/utils/_sympy/numbers.py' 2025-09-07T06:39:00.2504751Z adding 'torch/utils/_sympy/printers.py' 2025-09-07T06:39:00.2510691Z adding 'torch/utils/_sympy/reference.py' 2025-09-07T06:39:00.2515576Z adding 'torch/utils/_sympy/singleton_int.py' 2025-09-07T06:39:00.2519231Z adding 'torch/utils/_sympy/solve.py' 2025-09-07T06:39:00.2523370Z adding 'torch/utils/_sympy/symbol.py' 2025-09-07T06:39:00.2536155Z adding 'torch/utils/_sympy/value_ranges.py' 2025-09-07T06:39:00.2547384Z adding 'torch/utils/backcompat/__init__.py' 2025-09-07T06:39:00.2547750Z adding 'torch/utils/benchmark/__init__.py' 2025-09-07T06:39:00.2549460Z adding 'torch/utils/benchmark/examples/__init__.py' 2025-09-07T06:39:00.2554202Z adding 'torch/utils/benchmark/examples/compare.py' 2025-09-07T06:39:00.2556918Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2025-09-07T06:39:00.2561240Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2025-09-07T06:39:00.2564317Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2025-09-07T06:39:00.2568624Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2025-09-07T06:39:00.2572783Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2025-09-07T06:39:00.2576411Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2025-09-07T06:39:00.2580232Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2025-09-07T06:39:00.2583814Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2025-09-07T06:39:00.2587506Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2025-09-07T06:39:00.2591304Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2025-09-07T06:39:00.2595079Z adding 'torch/utils/benchmark/utils/__init__.py' 2025-09-07T06:39:00.2598236Z adding 'torch/utils/benchmark/utils/_stubs.py' 2025-09-07T06:39:00.2605845Z adding 'torch/utils/benchmark/utils/common.py' 2025-09-07T06:39:00.2611584Z adding 'torch/utils/benchmark/utils/compare.py' 2025-09-07T06:39:00.2616450Z adding 'torch/utils/benchmark/utils/compile.py' 2025-09-07T06:39:00.2621348Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2025-09-07T06:39:00.2629165Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2025-09-07T06:39:00.2633726Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2025-09-07T06:39:00.2637222Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2025-09-07T06:39:00.2645870Z adding 'torch/utils/benchmark/utils/timer.py' 2025-09-07T06:39:00.2650134Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2025-09-07T06:39:00.2654563Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2025-09-07T06:39:00.2658024Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2025-09-07T06:39:00.2661402Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2025-09-07T06:39:00.2674992Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2025-09-07T06:39:00.2727616Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2025-09-07T06:39:00.2740593Z adding 'torch/utils/bottleneck/__init__.py' 2025-09-07T06:39:00.2744895Z adding 'torch/utils/bottleneck/__main__.py' 2025-09-07T06:39:00.2749314Z adding 'torch/utils/data/__init__.py' 2025-09-07T06:39:00.2752281Z adding 'torch/utils/data/backward_compatibility.py' 2025-09-07T06:39:00.2782321Z adding 'torch/utils/data/dataloader.py' 2025-09-07T06:39:00.2792647Z adding 'torch/utils/data/dataset.py' 2025-09-07T06:39:00.2797025Z adding 'torch/utils/data/distributed.py' 2025-09-07T06:39:00.2801614Z adding 'torch/utils/data/graph.py' 2025-09-07T06:39:00.2806114Z adding 'torch/utils/data/graph_settings.py' 2025-09-07T06:39:00.2812389Z adding 'torch/utils/data/sampler.py' 2025-09-07T06:39:00.2817041Z adding 'torch/utils/data/_utils/__init__.py' 2025-09-07T06:39:00.2823656Z adding 'torch/utils/data/_utils/collate.py' 2025-09-07T06:39:00.2827952Z adding 'torch/utils/data/_utils/fetch.py' 2025-09-07T06:39:00.2831178Z adding 'torch/utils/data/_utils/pin_memory.py' 2025-09-07T06:39:00.2835189Z adding 'torch/utils/data/_utils/signal_handling.py' 2025-09-07T06:39:00.2841923Z adding 'torch/utils/data/_utils/worker.py' 2025-09-07T06:39:00.2846354Z adding 'torch/utils/data/datapipes/__init__.py' 2025-09-07T06:39:00.2850772Z adding 'torch/utils/data/datapipes/_decorator.py' 2025-09-07T06:39:00.2857149Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2025-09-07T06:39:00.2864479Z adding 'torch/utils/data/datapipes/_typing.py' 2025-09-07T06:39:00.2871367Z adding 'torch/utils/data/datapipes/datapipe.py' 2025-09-07T06:39:00.2882476Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2025-09-07T06:39:00.2889116Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2025-09-07T06:39:00.2893628Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2025-09-07T06:39:00.2897210Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2025-09-07T06:39:00.2903159Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2025-09-07T06:39:00.2907062Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2025-09-07T06:39:00.2910397Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2025-09-07T06:39:00.2914664Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2025-09-07T06:39:00.2920055Z adding 'torch/utils/data/datapipes/iter/callable.py' 2025-09-07T06:39:00.2925586Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2025-09-07T06:39:00.2934045Z adding 'torch/utils/data/datapipes/iter/combining.py' 2025-09-07T06:39:00.2938423Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2025-09-07T06:39:00.2943014Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2025-09-07T06:39:00.2948745Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2025-09-07T06:39:00.2952054Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2025-09-07T06:39:00.2955968Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2025-09-07T06:39:00.2960068Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2025-09-07T06:39:00.2963601Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2025-09-07T06:39:00.2967008Z adding 'torch/utils/data/datapipes/iter/utils.py' 2025-09-07T06:39:00.2971766Z adding 'torch/utils/data/datapipes/map/__init__.py' 2025-09-07T06:39:00.2974487Z adding 'torch/utils/data/datapipes/map/callable.py' 2025-09-07T06:39:00.2978607Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2025-09-07T06:39:00.2983247Z adding 'torch/utils/data/datapipes/map/combining.py' 2025-09-07T06:39:00.2986156Z adding 'torch/utils/data/datapipes/map/grouping.py' 2025-09-07T06:39:00.2989725Z adding 'torch/utils/data/datapipes/map/utils.py' 2025-09-07T06:39:00.2993467Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2025-09-07T06:39:00.3000462Z adding 'torch/utils/data/datapipes/utils/common.py' 2025-09-07T06:39:00.3006242Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2025-09-07T06:39:00.3010002Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2025-09-07T06:39:00.3013956Z adding 'torch/utils/hipify/__init__.py' 2025-09-07T06:39:00.3017681Z adding 'torch/utils/hipify/constants.py' 2025-09-07T06:39:00.3082898Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2025-09-07T06:39:00.3109926Z adding 'torch/utils/hipify/hipify_python.py' 2025-09-07T06:39:00.3113655Z adding 'torch/utils/hipify/version.py' 2025-09-07T06:39:00.3117119Z adding 'torch/utils/jit/__init__.py' 2025-09-07T06:39:00.3120843Z adding 'torch/utils/jit/log_extract.py' 2025-09-07T06:39:00.3129007Z adding 'torch/utils/model_dump/__init__.py' 2025-09-07T06:39:00.3132386Z adding 'torch/utils/model_dump/__main__.py' 2025-09-07T06:39:00.3139873Z adding 'torch/utils/model_dump/code.js' 2025-09-07T06:39:00.3143558Z adding 'torch/utils/model_dump/htm.mjs' 2025-09-07T06:39:00.3149318Z adding 'torch/utils/model_dump/preact.mjs' 2025-09-07T06:39:00.3152545Z adding 'torch/utils/model_dump/skeleton.html' 2025-09-07T06:39:00.3156031Z adding 'torch/utils/serialization/__init__.py' 2025-09-07T06:39:00.3158939Z adding 'torch/utils/serialization/config.py' 2025-09-07T06:39:00.3162675Z adding 'torch/utils/tensorboard/__init__.py' 2025-09-07T06:39:00.3165697Z adding 'torch/utils/tensorboard/_convert_np.py' 2025-09-07T06:39:00.3169396Z adding 'torch/utils/tensorboard/_embedding.py' 2025-09-07T06:39:00.3172959Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2025-09-07T06:39:00.3176114Z adding 'torch/utils/tensorboard/_proto_graph.py' 2025-09-07T06:39:00.3182713Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2025-09-07T06:39:00.3187038Z adding 'torch/utils/tensorboard/_utils.py' 2025-09-07T06:39:00.3200086Z adding 'torch/utils/tensorboard/summary.py' 2025-09-07T06:39:00.3214902Z adding 'torch/utils/tensorboard/writer.py' 2025-09-07T06:39:00.3219683Z adding 'torch/utils/viz/__init__.py' 2025-09-07T06:39:00.3226925Z adding 'torch/utils/viz/_cycles.py' 2025-09-07T06:39:00.3235474Z adding 'torch/xpu/__init__.py' 2025-09-07T06:39:00.3239169Z adding 'torch/xpu/_gpu_trace.py' 2025-09-07T06:39:00.3242403Z adding 'torch/xpu/_utils.py' 2025-09-07T06:39:00.3246682Z adding 'torch/xpu/memory.py' 2025-09-07T06:39:00.3250673Z adding 'torch/xpu/random.py' 2025-09-07T06:39:00.3255148Z adding 'torch/xpu/streams.py' 2025-09-07T06:39:00.3376842Z adding 'torch-2.9.0a0+git93fb23d.dist-info/licenses/LICENSE' 2025-09-07T06:39:00.3398153Z adding 'torch-2.9.0a0+git93fb23d.dist-info/licenses/NOTICE' 2025-09-07T06:39:00.3402701Z adding 'torchgen/__init__.py' 2025-09-07T06:39:00.3406813Z adding 'torchgen/code_template.py' 2025-09-07T06:39:00.3410381Z adding 'torchgen/context.py' 2025-09-07T06:39:00.3447265Z adding 'torchgen/gen.py' 2025-09-07T06:39:00.3459926Z adding 'torchgen/gen_aoti_c_shim.py' 2025-09-07T06:39:00.3469858Z adding 'torchgen/gen_backend_stubs.py' 2025-09-07T06:39:00.3483143Z adding 'torchgen/gen_functionalization_type.py' 2025-09-07T06:39:00.3493141Z adding 'torchgen/gen_lazy_tensor.py' 2025-09-07T06:39:00.3497216Z adding 'torchgen/gen_schema_utils.py' 2025-09-07T06:39:00.3502210Z adding 'torchgen/gen_vmap_plumbing.py' 2025-09-07T06:39:00.3505852Z adding 'torchgen/local.py' 2025-09-07T06:39:00.3554004Z adding 'torchgen/model.py' 2025-09-07T06:39:00.3563827Z adding 'torchgen/native_function_generation.py' 2025-09-07T06:39:00.3572798Z adding 'torchgen/utils.py' 2025-09-07T06:39:00.3576382Z adding 'torchgen/yaml_utils.py' 2025-09-07T06:39:00.3580206Z adding 'torchgen/aoti/__init__.py' 2025-09-07T06:39:00.3584278Z adding 'torchgen/aoti/fallback_ops.py' 2025-09-07T06:39:00.3589164Z adding 'torchgen/api/__init__.py' 2025-09-07T06:39:00.3602542Z adding 'torchgen/api/autograd.py' 2025-09-07T06:39:00.3610452Z adding 'torchgen/api/cpp.py' 2025-09-07T06:39:00.3614648Z adding 'torchgen/api/dispatcher.py' 2025-09-07T06:39:00.3619448Z adding 'torchgen/api/functionalization.py' 2025-09-07T06:39:00.3626784Z adding 'torchgen/api/lazy.py' 2025-09-07T06:39:00.3630172Z adding 'torchgen/api/meta.py' 2025-09-07T06:39:00.3634119Z adding 'torchgen/api/native.py' 2025-09-07T06:39:00.3655780Z adding 'torchgen/api/python.py' 2025-09-07T06:39:00.3661341Z adding 'torchgen/api/structured.py' 2025-09-07T06:39:00.3668688Z adding 'torchgen/api/translate.py' 2025-09-07T06:39:00.3673588Z adding 'torchgen/api/ufunc.py' 2025-09-07T06:39:00.3678761Z adding 'torchgen/api/unboxing.py' 2025-09-07T06:39:00.3682679Z adding 'torchgen/api/types/__init__.py' 2025-09-07T06:39:00.3689179Z adding 'torchgen/api/types/signatures.py' 2025-09-07T06:39:00.3694138Z adding 'torchgen/api/types/types.py' 2025-09-07T06:39:00.3698861Z adding 'torchgen/api/types/types_base.py' 2025-09-07T06:39:00.3702885Z adding 'torchgen/dest/__init__.py' 2025-09-07T06:39:00.3713043Z adding 'torchgen/dest/lazy_ir.py' 2025-09-07T06:39:00.3717080Z adding 'torchgen/dest/lazy_ts_lowering.py' 2025-09-07T06:39:00.3721023Z adding 'torchgen/dest/native_functions.py' 2025-09-07T06:39:00.3735128Z adding 'torchgen/dest/register_dispatch_key.py' 2025-09-07T06:39:00.3743169Z adding 'torchgen/dest/ufunc.py' 2025-09-07T06:39:00.3747236Z adding 'torchgen/operator_versions/__init__.py' 2025-09-07T06:39:00.3752688Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2025-09-07T06:39:00.3755961Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2025-09-07T06:39:00.3879046Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2025-09-07T06:39:00.3896162Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2025-09-07T06:39:00.3901201Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2025-09-07T06:39:00.3904655Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2025-09-07T06:39:00.3907759Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2025-09-07T06:39:00.3911152Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2025-09-07T06:39:00.3914504Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2025-09-07T06:39:00.3917288Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2025-09-07T06:39:00.3920159Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2025-09-07T06:39:00.3922833Z adding 'torchgen/packaged/ATen/templates/Function.h' 2025-09-07T06:39:00.3926219Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2025-09-07T06:39:00.3929801Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2025-09-07T06:39:00.3933909Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2025-09-07T06:39:00.3937133Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2025-09-07T06:39:00.3939930Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2025-09-07T06:39:00.3942997Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2025-09-07T06:39:00.3945886Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2025-09-07T06:39:00.3948959Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2025-09-07T06:39:00.3951877Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2025-09-07T06:39:00.3954755Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2025-09-07T06:39:00.3957723Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2025-09-07T06:39:00.3960682Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2025-09-07T06:39:00.3964227Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2025-09-07T06:39:00.3967207Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2025-09-07T06:39:00.3970251Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2025-09-07T06:39:00.3973469Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2025-09-07T06:39:00.3976612Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-09-07T06:39:00.3979616Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2025-09-07T06:39:00.3982596Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2025-09-07T06:39:00.3986344Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2025-09-07T06:39:00.3989370Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2025-09-07T06:39:00.3992200Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2025-09-07T06:39:00.4003698Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2025-09-07T06:39:00.4007906Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2025-09-07T06:39:00.4010945Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2025-09-07T06:39:00.4013905Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2025-09-07T06:39:00.4016840Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2025-09-07T06:39:00.4019886Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2025-09-07T06:39:00.4023016Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2025-09-07T06:39:00.4026174Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2025-09-07T06:39:00.4030036Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2025-09-07T06:39:00.4033884Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2025-09-07T06:39:00.4036559Z adding 'torchgen/packaged/autograd/README.md' 2025-09-07T06:39:00.4039329Z adding 'torchgen/packaged/autograd/__init__.py' 2025-09-07T06:39:00.4042209Z adding 'torchgen/packaged/autograd/build.bzl' 2025-09-07T06:39:00.4045255Z adding 'torchgen/packaged/autograd/context.py' 2025-09-07T06:39:00.4048668Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2025-09-07T06:39:00.4096108Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2025-09-07T06:39:00.4104138Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2025-09-07T06:39:00.4108097Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2025-09-07T06:39:00.4120678Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2025-09-07T06:39:00.4131482Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2025-09-07T06:39:00.4150395Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2025-09-07T06:39:00.4159834Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2025-09-07T06:39:00.4165642Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2025-09-07T06:39:00.4191459Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2025-09-07T06:39:00.4199241Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2025-09-07T06:39:00.4213953Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2025-09-07T06:39:00.4219599Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2025-09-07T06:39:00.4222936Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2025-09-07T06:39:00.4226057Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2025-09-07T06:39:00.4229174Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2025-09-07T06:39:00.4232556Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2025-09-07T06:39:00.4235754Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2025-09-07T06:39:00.4238770Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2025-09-07T06:39:00.4241693Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2025-09-07T06:39:00.4244463Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2025-09-07T06:39:00.4247360Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2025-09-07T06:39:00.4250636Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2025-09-07T06:39:00.4253925Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2025-09-07T06:39:00.4256962Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2025-09-07T06:39:00.4260179Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2025-09-07T06:39:00.4263426Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2025-09-07T06:39:00.4267187Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2025-09-07T06:39:00.4270300Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2025-09-07T06:39:00.4273137Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2025-09-07T06:39:00.4276854Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2025-09-07T06:39:00.4280245Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2025-09-07T06:39:00.4292438Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2025-09-07T06:39:00.4307114Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2025-09-07T06:39:00.4312649Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2025-09-07T06:39:00.4316730Z adding 'torchgen/selective_build/__init__.py' 2025-09-07T06:39:00.4321627Z adding 'torchgen/selective_build/operator.py' 2025-09-07T06:39:00.4328407Z adding 'torchgen/selective_build/selector.py' 2025-09-07T06:39:00.4332708Z adding 'torchgen/static_runtime/__init__.py' 2025-09-07T06:39:00.4338210Z adding 'torchgen/static_runtime/config.py' 2025-09-07T06:39:00.4343602Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2025-09-07T06:39:00.4354038Z adding 'torchgen/static_runtime/generator.py' 2025-09-07T06:39:00.4369865Z adding 'torch-2.9.0a0+git93fb23d.dist-info/METADATA' 2025-09-07T06:39:00.4372805Z adding 'torch-2.9.0a0+git93fb23d.dist-info/WHEEL' 2025-09-07T06:39:00.4374986Z adding 'torch-2.9.0a0+git93fb23d.dist-info/entry_points.txt' 2025-09-07T06:39:00.4376939Z adding 'torch-2.9.0a0+git93fb23d.dist-info/top_level.txt' 2025-09-07T06:39:00.5198555Z adding 'torch-2.9.0a0+git93fb23d.dist-info/RECORD' 2025-09-07T06:39:00.5707216Z removing build\bdist.win-amd64\wheel 2025-09-07T06:39:02.1136593Z 2025-09-07T06:39:02.1166922Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-09-07T06:39:02.1167770Z 2025-09-07T06:39:02.1168296Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-09-07T06:39:02.1168814Z 2025-09-07T06:39:02.1169090Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2025-09-07T06:39:02.1692139Z Compile requests 6894 2025-09-07T06:39:02.1692702Z Compile requests executed 6894 2025-09-07T06:39:02.1693004Z Cache hits 6828 2025-09-07T06:39:02.1693493Z Cache hits (C/C++) 6828 2025-09-07T06:39:02.1693980Z Cache misses 50 2025-09-07T06:39:02.1694485Z Cache misses (C/C++) 50 2025-09-07T06:39:02.1694901Z Cache timeouts 0 2025-09-07T06:39:02.1695177Z Cache read errors 0 2025-09-07T06:39:02.1695454Z Forced recaches 0 2025-09-07T06:39:02.1695719Z Cache write errors 0 2025-09-07T06:39:02.1695991Z Compilation failures 3 2025-09-07T06:39:02.1696259Z Cache errors 13 2025-09-07T06:39:02.1696542Z Cache errors (C/C++) 13 2025-09-07T06:39:02.1696818Z Non-cacheable compilations 2 2025-09-07T06:39:02.1697103Z Non-cacheable calls 0 2025-09-07T06:39:02.1697368Z Non-compilation calls 0 2025-09-07T06:39:02.1697666Z Unsupported compiler calls 0 2025-09-07T06:39:02.1697953Z Average cache write 0.028 s 2025-09-07T06:39:02.1698232Z Average compiler 0.107 s 2025-09-07T06:39:02.1698515Z Average cache read hit 0.055 s 2025-09-07T06:39:02.1698805Z Failed distributed compilations 0 2025-09-07T06:39:02.1699195Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-09-07T06:39:02.1699581Z Version (client) 0.7.4 2025-09-07T06:39:02.1715392Z 2025-09-07T06:39:02.1716269Z (base) C:\actions-runner\_work\pytorch\pytorch>python -c "import os, glob; os.system('python -mpip install --no-index --no-deps ' + glob.glob('dist/*.whl')[0])" 2025-09-07T06:39:03.3360490Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.9.0a0+git93fb23d-cp39-cp39-win_amd64.whl 2025-09-07T06:39:04.1990556Z Installing collected packages: torch 2025-09-07T06:39:23.8251323Z Successfully installed torch-2.9.0a0+git93fb23d 2025-09-07T06:39:23.8997404Z 2025-09-07T06:39:23.8998976Z (base) C:\actions-runner\_work\pytorch\pytorch>(if "win-vs2022-cpu-py3" == "" (echo NOTE: To run `import torch`, please make sure to activate the conda environment by running `call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3` in Command Prompt before running Git Bash. ) else ( 2025-09-07T06:39:23.9000513Z copy /Y "dist\*.whl" "C:/17524754564/build-results/" 2025-09-07T06:39:23.9000870Z python tools/stats/export_test_times.py 2025-09-07T06:39:23.9001346Z robocopy /E ".additional_ci_files" "C:/17524754564/build-results/\.additional_ci_files" 2025-09-07T06:39:23.9001869Z copy /Y "build\.ninja_log" "C:/17524754564/build-results/\" 2025-09-07T06:39:23.9002207Z ) ) 2025-09-07T06:39:23.9007977Z dist\torch-2.9.0a0+git93fb23d-cp39-cp39-win_amd64.whl 2025-09-07T06:39:24.0353809Z 1 file(s) copied. 2025-09-07T06:39:25.0993833Z Exporting test times from test-infra 2025-09-07T06:39:25.0995118Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\test-times.json 2025-09-07T06:39:25.0996678Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\test-class-times.json 2025-09-07T06:39:25.1288553Z 2025-09-07T06:39:25.1289012Z ------------------------------------------------------------------------------- 2025-09-07T06:39:25.1295519Z ROBOCOPY :: Robust File Copy for Windows 2025-09-07T06:39:25.1296069Z ------------------------------------------------------------------------------- 2025-09-07T06:39:25.1296465Z 2025-09-07T06:39:25.1296588Z Started : Sunday, September 7, 2025 6:39:25 AM 2025-09-07T06:39:25.1297021Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-09-07T06:39:25.1297626Z Dest : C:\17524754564\build-results\.additional_ci_files\ 2025-09-07T06:39:25.1297890Z 2025-09-07T06:39:25.1297981Z Files : *.* 2025-09-07T06:39:25.1298172Z 2025-09-07T06:39:25.1298426Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-09-07T06:39:25.1298678Z 2025-09-07T06:39:25.1298837Z ------------------------------------------------------------------------------ 2025-09-07T06:39:25.1308157Z 2025-09-07T06:39:25.1314126Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-09-07T06:39:25.1331371Z New File 4.3 m test-class-times.json 2025-09-07T06:39:25.1333854Z 11% 2025-09-07T06:39:25.1337288Z 22% 2025-09-07T06:39:25.1340189Z 34% 2025-09-07T06:39:25.1343786Z 45% 2025-09-07T06:39:25.1346675Z 57% 2025-09-07T06:39:25.1350182Z 68% 2025-09-07T06:39:25.1353001Z 80% 2025-09-07T06:39:25.1355999Z 91% 2025-09-07T06:39:25.1358457Z 100% 2025-09-07T06:39:25.1363755Z New File 1.1 m test-times.json 2025-09-07T06:39:25.1365594Z 20% 2025-09-07T06:39:25.1366855Z 41% 2025-09-07T06:39:25.1368426Z 62% 2025-09-07T06:39:25.1369848Z 83% 2025-09-07T06:39:25.1373533Z 100% 2025-09-07T06:39:25.1373815Z 2025-09-07T06:39:25.1373991Z ------------------------------------------------------------------------------ 2025-09-07T06:39:25.1374295Z 2025-09-07T06:39:25.1375448Z Total Copied Skipped Mismatch FAILED Extras 2025-09-07T06:39:25.1377035Z Dirs : 1 1 0 0 0 0 2025-09-07T06:39:25.1377422Z Files : 2 2 0 0 0 0 2025-09-07T06:39:25.1378205Z Bytes : 5.54 m 5.54 m 0 0 0 0 2025-09-07T06:39:25.1379211Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-09-07T06:39:25.1379467Z 2025-09-07T06:39:25.1379962Z 2025-09-07T06:39:25.1381198Z Speed : 969074833 Bytes/sec. 2025-09-07T06:39:25.1382064Z Speed : 55450.906 MegaBytes/min. 2025-09-07T06:39:25.1382434Z Ended : Sunday, September 7, 2025 6:39:25 AM 2025-09-07T06:39:25.1382702Z 2025-09-07T06:39:25.1665219Z 1 file(s) copied. 2025-09-07T06:39:25.1667525Z 2025-09-07T06:39:25.1668218Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2022-cpu-py3-49773699332.json 2025-09-07T06:39:25.2039325Z 2025-09-07T06:39:25.2039845Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-09-07T06:39:25.2128095Z Stopping sccache server... 2025-09-07T06:39:25.2147269Z Compile requests 6894 2025-09-07T06:39:25.2147656Z Compile requests executed 6894 2025-09-07T06:39:25.2147954Z Cache hits 6828 2025-09-07T06:39:25.2148238Z Cache hits (C/C++) 6828 2025-09-07T06:39:25.2148512Z Cache misses 50 2025-09-07T06:39:25.2148800Z Cache misses (C/C++) 50 2025-09-07T06:39:25.2149206Z Cache timeouts 0 2025-09-07T06:39:25.2149510Z Cache read errors 0 2025-09-07T06:39:25.2149784Z Forced recaches 0 2025-09-07T06:39:25.2150076Z Cache write errors 0 2025-09-07T06:39:25.2150356Z Compilation failures 3 2025-09-07T06:39:25.2150619Z Cache errors 13 2025-09-07T06:39:25.2150887Z Cache errors (C/C++) 13 2025-09-07T06:39:25.2151166Z Non-cacheable compilations 2 2025-09-07T06:39:25.2151457Z Non-cacheable calls 0 2025-09-07T06:39:25.2151731Z Non-compilation calls 0 2025-09-07T06:39:25.2152016Z Unsupported compiler calls 0 2025-09-07T06:39:25.2152294Z Average cache write 0.028 s 2025-09-07T06:39:25.2152582Z Average compiler 0.107 s 2025-09-07T06:39:25.2152858Z Average cache read hit 0.055 s 2025-09-07T06:39:25.2153154Z Failed distributed compilations 0 2025-09-07T06:39:25.2154080Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-09-07T06:39:25.2154492Z Version (client) 0.7.4 2025-09-07T06:39:25.2167314Z 2025-09-07T06:39:25.2167533Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-09-07T06:39:25.4040781Z + assert_git_not_dirty 2025-09-07T06:39:25.4047835Z + [[ win-vs2022-cpu-py3 != *rocm* ]] 2025-09-07T06:39:25.4053212Z + [[ win-vs2022-cpu-py3 != *xla* ]] 2025-09-07T06:39:25.4618210Z ++ git status --porcelain 2025-09-07T06:39:25.4983037Z ++ grep -v '?? third_party' 2025-09-07T06:39:39.0622508Z ++ true 2025-09-07T06:39:39.0626879Z + git_status= 2025-09-07T06:39:39.0627108Z + [[ -n '' ]] 2025-09-07T06:39:39.0627538Z + echo 'BUILD PASSED' 2025-09-07T06:39:39.0627856Z BUILD PASSED 2025-09-07T06:39:39.3342557Z ##[group]Run seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a 2025-09-07T06:39:39.3343111Z with: 2025-09-07T06:39:39.3343322Z retention-days: 14 2025-09-07T06:39:39.3343564Z if-no-files-found: error 2025-09-07T06:39:39.3343854Z name: win-vs2022-cpu-py3 2025-09-07T06:39:39.3344104Z path: C:\17524754564\build-results 2025-09-07T06:39:39.3344375Z s3-bucket: gha-artifacts 2025-09-07T06:39:39.3344614Z region: us-east-1 2025-09-07T06:39:39.3356941Z env: 2025-09-07T06:39:39.3357144Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:39:39.3357529Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:39:39.3358043Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:39:39.3359492Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:39:39.3359894Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:39:39.3360191Z ##[endgroup] 2025-09-07T06:39:40.3879813Z With the provided path, there will be 4 files uploaded 2025-09-07T06:39:40.3880311Z Uploading to s3 prefix: pytorch/pytorch/17524754564/win-vs2022-cpu-py3 2025-09-07T06:39:40.3923816Z Starting upload of .additional_ci_files\test-class-times.json 2025-09-07T06:39:40.6011135Z Finished upload of .additional_ci_files\test-class-times.json 2025-09-07T06:39:40.6013864Z Starting upload of .additional_ci_files\test-times.json 2025-09-07T06:39:40.7809324Z Finished upload of .additional_ci_files\test-times.json 2025-09-07T06:39:40.7811754Z Starting upload of .ninja_log 2025-09-07T06:39:40.8964988Z Finished upload of .ninja_log 2025-09-07T06:39:40.8966577Z Starting upload of torch-2.9.0a0+git93fb23d-cp39-cp39-win_amd64.whl 2025-09-07T06:39:42.4303278Z Finished upload of torch-2.9.0a0+git93fb23d-cp39-cp39-win_amd64.whl 2025-09-07T06:39:42.4904665Z Prepare all required actions 2025-09-07T06:39:42.4905401Z Getting action download info 2025-09-07T06:39:42.6272088Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-09-07T06:39:42.8992176Z ##[group]Run ./.github/actions/upload-sccache-stats 2025-09-07T06:39:42.8992617Z with: 2025-09-07T06:39:42.8993161Z github-token: *** 2025-09-07T06:39:42.8993380Z env: 2025-09-07T06:39:42.8993607Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:39:42.8994003Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:39:42.8994530Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:39:42.8995013Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:39:42.8995427Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:39:42.8995716Z ##[endgroup] 2025-09-07T06:39:42.9108339Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-09-07T06:39:42.9108695Z with: 2025-09-07T06:39:42.9108948Z s3-prefix: pytorch/pytorch/17524754564/1/artifact 2025-09-07T06:39:42.9109284Z retention-days: 14 2025-09-07T06:39:42.9109514Z if-no-files-found: warn 2025-09-07T06:39:42.9109778Z path: sccache-stats-*.json 2025-09-07T06:39:42.9110018Z name: artifact 2025-09-07T06:39:42.9110297Z s3-bucket: gha-artifacts 2025-09-07T06:39:42.9110529Z region: us-east-1 2025-09-07T06:39:42.9110784Z env: 2025-09-07T06:39:42.9110961Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:39:42.9111346Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:39:42.9111892Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:39:42.9112361Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:39:42.9112776Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:39:42.9113061Z ##[endgroup] 2025-09-07T06:39:43.3024950Z NOTE: s3-prefix specified, ignoring name parameter 2025-09-07T06:39:43.3025394Z With the provided path, there will be 1 file uploaded 2025-09-07T06:39:43.3025836Z Uploading to s3 prefix: pytorch/pytorch/17524754564/1/artifact 2025-09-07T06:39:43.3038748Z Starting upload of sccache-stats-win-vs2022-cpu-py3-49773699332.json 2025-09-07T06:39:43.4253936Z Finished upload of sccache-stats-win-vs2022-cpu-py3-49773699332.json 2025-09-07T06:39:43.4755882Z Prepare all required actions 2025-09-07T06:39:43.4756332Z Getting action download info 2025-09-07T06:39:43.6709254Z ##[group]Run ./.github/actions/teardown-win 2025-09-07T06:39:43.6710721Z with: 2025-09-07T06:39:43.6710987Z extra-delete-dir: /c/17524754564/build-results/ 2025-09-07T06:39:43.6711289Z env: 2025-09-07T06:39:43.6711496Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:39:43.6711880Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:39:43.6712417Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:39:43.6712905Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:39:43.6713306Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:39:43.6713610Z ##[endgroup] 2025-09-07T06:39:43.6819218Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-09-07T06:39:43.6819637Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-09-07T06:39:43.6836729Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T06:39:43.6837182Z env: 2025-09-07T06:39:43.6837386Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:39:43.6837760Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:39:43.6838378Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:39:43.6838867Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:39:43.6839261Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:39:43.6839567Z ##[endgroup] 2025-09-07T06:39:44.1124526Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T06:39:44.1197151Z Finished 2025-09-07T06:39:44.2684224Z Holding runner until all ssh sessions have logged out 2025-09-07T06:39:44.2971083Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-09-07T06:39:44.2971503Z .github\scripts\kill_active_ssh_sessions.ps1 2025-09-07T06:39:44.2988239Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T06:39:44.2988683Z env: 2025-09-07T06:39:44.2988880Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:39:44.2989324Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:39:44.2989900Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:39:44.2990374Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:39:44.2990758Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:39:44.2991044Z ##[endgroup] 2025-09-07T06:39:44.6491894Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T06:39:44.6553547Z Finished 2025-09-07T06:39:44.6949065Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-09-07T06:39:44.6949460Z env: 2025-09-07T06:39:44.6949647Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:39:44.6950054Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:39:44.6950586Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:39:44.6951055Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:39:44.6951469Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:39:44.6951756Z ##[endgroup] 2025-09-07T06:39:44.7023529Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-09-07T06:39:44.7024265Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-09-07T06:39:44.7024920Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-09-07T06:39:44.7025388Z # handle tool 2025-09-07T06:39:44.7025711Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-09-07T06:39:44.7026128Z Foreach ($process In $processes) { 2025-09-07T06:39:44.7027775Z  Try { 2025-09-07T06:39:44.7028316Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-09-07T06:39:44.7029011Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-09-07T06:39:44.7029403Z  } 2025-09-07T06:39:44.7029590Z  Catch { 2025-09-07T06:39:44.7029886Z  Write-Output "No leftover $process process, continuing" 2025-09-07T06:39:44.7030259Z  Write-Output $_ 2025-09-07T06:39:44.7030480Z  } 2025-09-07T06:39:44.7030659Z } 2025-09-07T06:39:44.7030835Z  2025-09-07T06:39:44.7031285Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-09-07T06:39:44.7031836Z # for hung processes 2025-09-07T06:39:44.7032105Z Foreach ($process In $processes) { 2025-09-07T06:39:44.7032390Z  Try { 2025-09-07T06:39:44.7032770Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-09-07T06:39:44.7033216Z  } 2025-09-07T06:39:44.7033404Z  Catch { 2025-09-07T06:39:44.7033605Z  Write-Output $_ 2025-09-07T06:39:44.7033927Z  } 2025-09-07T06:39:44.7034096Z } 2025-09-07T06:39:44.7034272Z  2025-09-07T06:39:44.7034442Z Try { 2025-09-07T06:39:44.7034680Z  # Print all the processes for debugging 2025-09-07T06:39:44.7035136Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-09-07T06:39:44.7035556Z } 2025-09-07T06:39:44.7035724Z Catch { 2025-09-07T06:39:44.7036115Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-09-07T06:39:44.7036589Z  Write-Output $_ 2025-09-07T06:39:44.7036801Z } 2025-09-07T06:39:44.7053085Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T06:39:44.7053539Z env: 2025-09-07T06:39:44.7053719Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:39:44.7054100Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:39:44.7054611Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:39:44.7055074Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:39:44.7055461Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:39:44.7055752Z ##[endgroup] 2025-09-07T06:39:45.0883904Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T06:39:45.0956228Z Finished 2025-09-07T06:39:45.1107360Z No leftover python process, continuing 2025-09-07T06:39:45.1558727Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-09-07T06:39:45.1559498Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:9 char:5 2025-09-07T06:39:45.1560057Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:39:45.1560469Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.1560996Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-09-07T06:39:45.1561819Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:39:45.1562402Z 2025-09-07T06:39:45.1575454Z No leftover ninja process, continuing 2025-09-07T06:39:45.1586294Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-09-07T06:39:45.1586996Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:9 char:5 2025-09-07T06:39:45.1587555Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:39:45.1587967Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.1589276Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-09-07T06:39:45.1590126Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:39:45.1590718Z 2025-09-07T06:39:45.1602508Z No leftover cl process, continuing 2025-09-07T06:39:45.1612525Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-09-07T06:39:45.1613200Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:9 char:5 2025-09-07T06:39:45.1613759Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:39:45.1614164Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.1614634Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-09-07T06:39:45.1615479Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:39:45.1616077Z 2025-09-07T06:39:45.1627563Z No leftover nvcc process, continuing 2025-09-07T06:39:45.1637356Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-09-07T06:39:45.1638127Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:9 char:5 2025-09-07T06:39:45.1638670Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:39:45.1639080Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.1639551Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-09-07T06:39:45.1640401Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:39:45.1640998Z 2025-09-07T06:39:45.1651070Z No leftover cmd process, continuing 2025-09-07T06:39:45.1661024Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-09-07T06:39:45.1661774Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:9 char:5 2025-09-07T06:39:45.1662343Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:39:45.1662748Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.1663214Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-09-07T06:39:45.1664085Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:39:45.1664673Z 2025-09-07T06:39:45.1673753Z No leftover sccache process, continuing 2025-09-07T06:39:45.1683543Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-09-07T06:39:45.1684214Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:9 char:5 2025-09-07T06:39:45.1684770Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:39:45.1685167Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.1685649Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-09-07T06:39:45.1686509Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:39:45.1687088Z 2025-09-07T06:39:45.1696843Z No leftover git process, continuing 2025-09-07T06:39:45.1711689Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-09-07T06:39:45.1712354Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:9 char:5 2025-09-07T06:39:45.1712897Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-09-07T06:39:45.1713300Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.1713910Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-09-07T06:39:45.1714692Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-09-07T06:39:45.1715330Z 2025-09-07T06:39:45.2203505Z You cannot call a method on a null-valued expression. 2025-09-07T06:39:45.2204078Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:21 char:5 2025-09-07T06:39:45.2204663Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:39:45.2205091Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.2205501Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-09-07T06:39:45.2205902Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-09-07T06:39:45.2206196Z 2025-09-07T06:39:45.2375087Z You cannot call a method on a null-valued expression. 2025-09-07T06:39:45.2375619Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:21 char:5 2025-09-07T06:39:45.2376217Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:39:45.2376693Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.2377136Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-09-07T06:39:45.2377676Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-09-07T06:39:45.2377975Z 2025-09-07T06:39:45.2537888Z You cannot call a method on a null-valued expression. 2025-09-07T06:39:45.2538421Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:21 char:5 2025-09-07T06:39:45.2539008Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:39:45.2539438Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.2539844Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-09-07T06:39:45.2540247Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-09-07T06:39:45.2541150Z 2025-09-07T06:39:45.2697127Z You cannot call a method on a null-valued expression. 2025-09-07T06:39:45.2697650Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:21 char:5 2025-09-07T06:39:45.2698229Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:39:45.2698667Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.2699073Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-09-07T06:39:45.2699471Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-09-07T06:39:45.2699768Z 2025-09-07T06:39:45.2861900Z You cannot call a method on a null-valued expression. 2025-09-07T06:39:45.2863410Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:21 char:5 2025-09-07T06:39:45.2863990Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:39:45.2864438Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.2864849Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-09-07T06:39:45.2865263Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-09-07T06:39:45.2865553Z 2025-09-07T06:39:45.3019906Z You cannot call a method on a null-valued expression. 2025-09-07T06:39:45.3020417Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:21 char:5 2025-09-07T06:39:45.3020989Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:39:45.3021413Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.3021825Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-09-07T06:39:45.3022231Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-09-07T06:39:45.3022517Z 2025-09-07T06:39:45.3177399Z You cannot call a method on a null-valued expression. 2025-09-07T06:39:45.3178128Z At C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1:21 char:5 2025-09-07T06:39:45.3178725Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-09-07T06:39:45.3179162Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T06:39:45.3179580Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-09-07T06:39:45.3179994Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-09-07T06:39:45.3180280Z 2025-09-07T06:39:45.4501195Z Caption CommandLine ProcessId 2025-09-07T06:39:45.4501709Z 2025-09-07T06:39:45.4502951Z System Idle Process 0 2025-09-07T06:39:45.4503506Z 2025-09-07T06:39:45.4504144Z System 4 2025-09-07T06:39:45.4504598Z 2025-09-07T06:39:45.4505352Z Registry 168 2025-09-07T06:39:45.4505727Z 2025-09-07T06:39:45.4506484Z smss.exe 408 2025-09-07T06:39:45.4506865Z 2025-09-07T06:39:45.4507599Z csrss.exe 520 2025-09-07T06:39:45.4507971Z 2025-09-07T06:39:45.4509402Z csrss.exe 596 2025-09-07T06:39:45.4509795Z 2025-09-07T06:39:45.4510095Z wininit.exe 648 2025-09-07T06:39:45.4510480Z 2025-09-07T06:39:45.4510930Z winlogon.exe winlogon.exe 668 2025-09-07T06:39:45.4511369Z 2025-09-07T06:39:45.4512111Z services.exe 740 2025-09-07T06:39:45.4512558Z 2025-09-07T06:39:45.4513320Z lsass.exe C:\Windows\system32\lsass.exe 760 2025-09-07T06:39:45.4513842Z 2025-09-07T06:39:45.4514461Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 880 2025-09-07T06:39:45.4515863Z 2025-09-07T06:39:45.4516572Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 904 2025-09-07T06:39:45.4517200Z 2025-09-07T06:39:45.4517568Z fontdrvhost.exe "fontdrvhost.exe" 928 2025-09-07T06:39:45.4518044Z 2025-09-07T06:39:45.4518585Z fontdrvhost.exe "fontdrvhost.exe" 936 2025-09-07T06:39:45.4519059Z 2025-09-07T06:39:45.4519486Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 144 2025-09-07T06:39:45.4520003Z 2025-09-07T06:39:45.4520660Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 464 2025-09-07T06:39:45.4521219Z 2025-09-07T06:39:45.4521784Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 116 2025-09-07T06:39:45.4522353Z 2025-09-07T06:39:45.4523005Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1104 2025-09-07T06:39:45.4523735Z 2025-09-07T06:39:45.4524033Z dwm.exe "dwm.exe" 1128 2025-09-07T06:39:45.4524781Z 2025-09-07T06:39:45.4526034Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1248 2025-09-07T06:39:45.4526713Z 2025-09-07T06:39:45.4527186Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1332 2025-09-07T06:39:45.4527753Z 2025-09-07T06:39:45.4528409Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1360 2025-09-07T06:39:45.4529148Z 2025-09-07T06:39:45.4529611Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1384 2025-09-07T06:39:45.4530166Z 2025-09-07T06:39:45.4530673Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1432 2025-09-07T06:39:45.4531307Z 2025-09-07T06:39:45.4533384Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_145e51f5c032bb30\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_145e51f5c032bb30\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1456 2025-09-07T06:39:45.4535242Z 2025-09-07T06:39:45.4535713Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1484 2025-09-07T06:39:45.4536335Z 2025-09-07T06:39:45.4536820Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1544 2025-09-07T06:39:45.4537409Z 2025-09-07T06:39:45.4538016Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1616 2025-09-07T06:39:45.4538720Z 2025-09-07T06:39:45.4539182Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1716 2025-09-07T06:39:45.4539748Z 2025-09-07T06:39:45.4540281Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1724 2025-09-07T06:39:45.4540846Z 2025-09-07T06:39:45.4541347Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1732 2025-09-07T06:39:45.4541955Z 2025-09-07T06:39:45.4542401Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1828 2025-09-07T06:39:45.4542991Z 2025-09-07T06:39:45.4543487Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1868 2025-09-07T06:39:45.4544108Z 2025-09-07T06:39:45.4544655Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1876 2025-09-07T06:39:45.4545279Z 2025-09-07T06:39:45.4545788Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 1956 2025-09-07T06:39:45.4546384Z 2025-09-07T06:39:45.4546895Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2020 2025-09-07T06:39:45.4547479Z 2025-09-07T06:39:45.4548701Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2044 2025-09-07T06:39:45.4549558Z 2025-09-07T06:39:45.4550329Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 1912 2025-09-07T06:39:45.4550992Z 2025-09-07T06:39:45.4551542Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2124 2025-09-07T06:39:45.4552177Z 2025-09-07T06:39:45.4552761Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2160 2025-09-07T06:39:45.4553535Z 2025-09-07T06:39:45.4554030Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2248 2025-09-07T06:39:45.4554650Z 2025-09-07T06:39:45.4555126Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2400 2025-09-07T06:39:45.4555948Z 2025-09-07T06:39:45.4556882Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2448 2025-09-07T06:39:45.4557471Z 2025-09-07T06:39:45.4557864Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2620 2025-09-07T06:39:45.4558370Z 2025-09-07T06:39:45.4559375Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2720 2025-09-07T06:39:45.4559995Z 2025-09-07T06:39:45.4560454Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2728 2025-09-07T06:39:45.4561011Z 2025-09-07T06:39:45.4561592Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2736 2025-09-07T06:39:45.4562290Z 2025-09-07T06:39:45.4562862Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2744 2025-09-07T06:39:45.4563509Z 2025-09-07T06:39:45.4564012Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2752 2025-09-07T06:39:45.4564636Z 2025-09-07T06:39:45.4565114Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2768 2025-09-07T06:39:45.4565672Z 2025-09-07T06:39:45.4566152Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2776 2025-09-07T06:39:45.4566742Z 2025-09-07T06:39:45.4567218Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2784 2025-09-07T06:39:45.4567793Z 2025-09-07T06:39:45.4568517Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3040 2025-09-07T06:39:45.4569016Z 2025-09-07T06:39:45.4569716Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3060 2025-09-07T06:39:45.4570448Z 2025-09-07T06:39:45.4570930Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 1908 2025-09-07T06:39:45.4571604Z 2025-09-07T06:39:45.4572774Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_145e51f5c032bb30\NVWMI\nvWmi64.exe 2420 2025-09-07T06:39:45.4573606Z 2025-09-07T06:39:45.4574139Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3084 2025-09-07T06:39:45.4574706Z 2025-09-07T06:39:45.4575301Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3556 2025-09-07T06:39:45.4575988Z 2025-09-07T06:39:45.4576559Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 2924 2025-09-07T06:39:45.4577217Z 2025-09-07T06:39:45.4577715Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77855 /state1:0x41c64e6d 3620 2025-09-07T06:39:45.4578749Z 2025-09-07T06:39:45.4580431Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_145e51f5c032bb30\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_145e51f5c032bb30\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 4176 2025-09-07T06:39:45.4582193Z 2025-09-07T06:39:45.4582910Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_145e51f5c032bb30\NVWMI\nvWmi64.exe -spawnprovider 4308 2025-09-07T06:39:45.4583695Z 2025-09-07T06:39:45.4584050Z vds.exe C:\Windows\System32\vds.exe 4604 2025-09-07T06:39:45.4584536Z 2025-09-07T06:39:45.4585093Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2968 2025-09-07T06:39:45.4585798Z 2025-09-07T06:39:45.4586506Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 2220 2025-09-07T06:39:45.4587306Z 2025-09-07T06:39:45.4588856Z amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.exe" -config C:\ProgramData\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.toml -envconfig C:\ProgramData\Amazon\AmazonCloudWatchAgent\env-config.json -otelconfig C:\ProgramData\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.yaml 2260 2025-09-07T06:39:45.4590510Z 2025-09-07T06:39:45.4590899Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 416 2025-09-07T06:39:45.4591393Z 2025-09-07T06:39:45.4592121Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 3568 2025-09-07T06:39:45.4592737Z 2025-09-07T06:39:45.4593327Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 4164 2025-09-07T06:39:45.4594023Z 2025-09-07T06:39:45.4594394Z msdtc.exe C:\Windows\System32\msdtc.exe 3600 2025-09-07T06:39:45.4594866Z 2025-09-07T06:39:45.4595416Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 2816 2025-09-07T06:39:45.4596099Z 2025-09-07T06:39:45.4596556Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1064 2025-09-07T06:39:45.4597138Z 2025-09-07T06:39:45.4597678Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p 1584 2025-09-07T06:39:45.4598307Z 2025-09-07T06:39:45.4598709Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2676 2025-09-07T06:39:45.4599202Z 2025-09-07T06:39:45.4599684Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 2796 2025-09-07T06:39:45.4600242Z 2025-09-07T06:39:45.4600792Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 2696 2025-09-07T06:39:45.4601368Z 2025-09-07T06:39:45.4601846Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 2028 2025-09-07T06:39:45.4602436Z 2025-09-07T06:39:45.4602836Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 732 2025-09-07T06:39:45.4604095Z 2025-09-07T06:39:45.4604578Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 3596 2025-09-07T06:39:45.4605160Z 2025-09-07T06:39:45.4605672Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4404 2025-09-07T06:39:45.4606330Z 2025-09-07T06:39:45.4606920Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4104 2025-09-07T06:39:45.4607616Z 2025-09-07T06:39:45.4608132Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 1408 1500 4228 2025-09-07T06:39:45.4608755Z 2025-09-07T06:39:45.4609244Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1704 2025-09-07T06:39:45.4609734Z 2025-09-07T06:39:45.4610212Z taskhostw.exe taskhostw.exe /RuntimeWide 4996 2025-09-07T06:39:45.4610705Z 2025-09-07T06:39:45.4611295Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:532 3164 2025-09-07T06:39:45.4611982Z 2025-09-07T06:39:45.4612399Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4980 2025-09-07T06:39:45.4612921Z 2025-09-07T06:39:45.4613480Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 2844 2025-09-07T06:39:45.4614167Z 2025-09-07T06:39:45.4614806Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 5068 2025-09-07T06:39:45.4615516Z 2025-09-07T06:39:45.4616132Z vctip.exe "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\Hostx64\x64\VCTIP.EXE" 1188 2025-09-07T06:39:45.4616864Z 2025-09-07T06:39:45.4617455Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1180 1836 2025-09-07T06:39:45.4618146Z 2025-09-07T06:39:45.4618609Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 6264 2025-09-07T06:39:45.4619119Z 2025-09-07T06:39:45.4619748Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 6296 2025-09-07T06:39:45.4620476Z 2025-09-07T06:39:45.4620889Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 5868 2025-09-07T06:39:45.4621400Z 2025-09-07T06:39:45.4622186Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\c692c5ee-0c99-47b8-8f86-c6b22b68b8b6.ps1'" 5848 2025-09-07T06:39:45.4623096Z 2025-09-07T06:39:45.4623956Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe -StartupEvent 780 -InterruptEvent 0 -NGENProcess 518 -Pipe 5f0 -Comment "NGen Worker Process" 6292 2025-09-07T06:39:45.4624885Z 2025-09-07T06:39:45.4625471Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 3988 2025-09-07T06:39:45.4626141Z 2025-09-07T06:39:45.4626145Z 2025-09-07T06:39:45.4626149Z 2025-09-07T06:39:45.4888470Z ##[group]Run nick-fields/retry@v3.0.0 2025-09-07T06:39:45.4888751Z with: 2025-09-07T06:39:45.4888926Z shell: bash 2025-09-07T06:39:45.4889194Z timeout_minutes: 5 2025-09-07T06:39:45.4889403Z max_attempts: 3 2025-09-07T06:39:45.4889616Z retry_wait_seconds: 90 2025-09-07T06:39:45.4890603Z command: set +e set -x if [ -n "${EXTRA_DELETE_DIR}" ]; then # It's ok to fail to clean up the extra directory on Windows as it only contains # the build artifacts and doesn't take up much space, i.e. /c/5053411580/build-results rm -rf "${EXTRA_DELETE_DIR}" || true fi rm -rf ./* 2025-09-07T06:39:45.4891642Z polling_interval_seconds: 1 2025-09-07T06:39:45.4891888Z warning_on_retry: true 2025-09-07T06:39:45.4892117Z continue_on_error: false 2025-09-07T06:39:45.4892341Z env: 2025-09-07T06:39:45.4892514Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:39:45.4892886Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:39:45.4893393Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:39:45.4893860Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:39:45.4894259Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:39:45.4894716Z EXTRA_DELETE_DIR: /c/17524754564/build-results/ 2025-09-07T06:39:45.4895016Z ##[endgroup] 2025-09-07T06:39:45.7058644Z + '[' -n /c/17524754564/build-results/ ']' 2025-09-07T06:39:45.7059006Z + rm -rf /c/17524754564/build-results/ 2025-09-07T06:39:45.7480230Z + rm -rf ./AGENTS.md ./BUCK.oss ./BUILD.bazel ./CITATION.cff ./CLAUDE.md ./CMakeLists.txt ./CODEOWNERS ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./Dockerfile ./GLOSSARY.md ./LICENSE ./MANIFEST.in ./Makefile ./NOTICE ./README.md ./RELEASE.md ./SECURITY.md ./WORKSPACE ./android ./aten ./aten.bzl ./benchmarks ./binaries ./buckbuild.bzl ./build ./build.bzl ./build_variables.bzl ./c10 ./caffe2 ./cmake ./codex_setup.sh ./compile_commands.json ./defs.bzl ./dist ./docker.Makefile ./docs ./functorch ./mypy-strict.ini ./mypy.ini ./mypy_plugins ./pt_ops.bzl ./pt_template_srcs.bzl ./pyproject.toml ./pyrefly.toml ./pytest.ini ./requirements-build.txt ./requirements.txt ./sccache-stats-win-vs2022-cpu-py3-49773699332.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2025-09-07T06:40:15.8639022Z Command completed after 1 attempt(s). 2025-09-07T06:40:15.8811394Z ##[group]Run handle C:\actions-runner\_work\ 2025-09-07T06:40:15.8811735Z handle C:\actions-runner\_work\ 2025-09-07T06:40:15.8830406Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T06:40:15.8830948Z env: 2025-09-07T06:40:15.8831215Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:40:15.8831667Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-09-07T06:40:15.8832339Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-09-07T06:40:15.8832861Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-09-07T06:40:15.8833249Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-09-07T06:40:15.8833566Z ##[endgroup] 2025-09-07T06:40:16.2672062Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T06:40:16.2726646Z Finished 2025-09-07T06:40:16.3732342Z 2025-09-07T06:40:16.3732768Z Nthandle v5.0 - Handle viewer 2025-09-07T06:40:16.3733117Z Copyright (C) 1997-2022 Mark Russinovich 2025-09-07T06:40:16.3733419Z Sysinternals - www.sysinternals.com 2025-09-07T06:40:16.3733641Z 2025-09-07T06:40:16.4184903Z powershell.exe pid: 892 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:40:16.4185521Z handle.exe pid: 6576 type: File 48: C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:40:16.4186111Z handle.exe pid: 1888 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:40:16.4186715Z handle64.exe pid: 1580 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:40:16.4600158Z Post job cleanup. 2025-09-07T06:40:16.4728664Z Post job cleanup. 2025-09-07T06:40:16.6797270Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-09-07T06:40:16.7012216Z git version 2.51.0.windows.1 2025-09-07T06:40:16.7081425Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\ef031259-ad2e-4100-8d02-e789ef4618ab\.gitconfig' 2025-09-07T06:40:16.7089901Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ef031259-ad2e-4100-8d02-e789ef4618ab' before making global git config changes 2025-09-07T06:40:16.7091408Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:40:16.7101311Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-09-07T06:40:16.7388871Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:40:16.7648641Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-09-07T06:40:17.3122298Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:40:17.3326271Z http.https://github.com/.extraheader 2025-09-07T06:40:17.3373505Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-09-07T06:40:17.3673003Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-09-07T06:40:17.7748808Z A job completed hook has been configured by the self-hosted runner administrator 2025-09-07T06:40:17.7793713Z ##[group]Run 'C:\actions-runner\jobcompleted.ps1' 2025-09-07T06:40:17.7809865Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T06:40:17.7810330Z ##[endgroup] 2025-09-07T06:40:18.1613618Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T06:40:18.1683428Z Finished 2025-09-07T06:40:19.9051686Z Evaluate and set job outputs 2025-09-07T06:40:19.9066662Z Set output 'test-matrix' 2025-09-07T06:40:19.9076722Z Cleaning up orphan processes 2025-09-07T06:40:20.1981695Z Terminate orphan process: pid (1188) (vctip)